summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up ATBArena methodsBen Boeckel2009-03-172-5/+7
|
* Connect the signal mapper upBen Boeckel2009-03-172-0/+10
|
* Fix up the timer for ATBArena to be a lot cleanerBen Boeckel2009-03-174-63/+47
|
* Add info methods to ATBArena and make TurnArena's name nicerBen Boeckel2009-03-172-1/+18
|
* Move isTeamAllowed to be protectedBen Boeckel2009-03-173-6/+6
|
* Remove requestAction since I don't remember why it was thereBen Boeckel2009-03-174-8/+0
|
* Add the ATB arena to the pluginBen Boeckel2009-03-171-5/+14
|
* Use a QSignalMapper instead of emiting a pointerBen Boeckel2009-03-172-4/+33
|
* Fix cleanupArena signalBen Boeckel2009-03-172-2/+2
|
* Remove the scene member from ArenaBen Boeckel2009-03-172-7/+0
|
* Fix up testsBen Boeckel2009-03-172-5/+34
|
* Remove unneeded testsBen Boeckel2009-03-172-10/+0
|
* Overrides let us be smarterBen Boeckel2009-03-171-2/+3
|
* Use the Config query instead of the internal map so that queries are centralizedBen Boeckel2009-03-172-30/+18
|
* Add override capabilities for Config valuesBen Boeckel2009-03-174-6/+66
|
* Update the testsBen Boeckel2009-03-171-15/+13
|
* Move the map for the values into its own thread-safe classBen Boeckel2009-03-176-63/+206
|
* Better loop for cleaning up the value listBen Boeckel2009-03-171-3/+4
|
* Tighten up locking the mutex for writingBen Boeckel2009-03-171-10/+10
|
* Remove options argument for value changingBen Boeckel2009-03-172-6/+6
|
* Add tests for unsetting options and the value listBen Boeckel2009-03-171-1/+41
|
* Use a mutable iterator instead of foreachBen Boeckel2009-03-171-3/+3
|
* Prepare ATB arena for rewriteBen Boeckel2009-03-173-14/+15
|
* Test to ensure that the signal isn't emitted when the flag isnt newBen Boeckel2009-03-171-0/+1
|
* Use method to set the Deleted flagBen Boeckel2009-03-171-1/+2
|
* Add test for ConfigBen Boeckel2009-03-174-0/+230
|
* Add read locker when fetching the value listBen Boeckel2009-03-171-0/+1
|
* Reuse methods when cleaning upBen Boeckel2009-03-171-6/+2
|
* Smarter value handling when setting and deletingBen Boeckel2009-03-171-6/+15
|
* Return the status in option setting and unsettingBen Boeckel2009-03-171-0/+4
|
* Return the status when editing values and optionsBen Boeckel2009-03-172-10/+10
|
* Fix up option handling (only emit when changed and if the value exists)Ben Boeckel2009-03-171-4/+10
|
* Fix parent checking when queryingBen Boeckel2009-03-171-11/+3
|
* Reorganize ConfigBen Boeckel2009-03-172-29/+30
|
* Update sigmod/test/Global.hBen Boeckel2009-03-161-2/+2
|
* Fix Abhishek's copyright linesBen Boeckel2009-03-162-2/+2
|
* Fix years in header commentsBen Boeckel2009-03-1612-12/+12
|
* Better message context for internal errors that should never happenBen Boeckel2009-03-161-2/+2
|
* Start moving ATBArena to ActionMapBen Boeckel2009-03-061-2/+2
|
* Fix up ATBTimer to use ActionMapBen Boeckel2009-03-062-27/+39
|
* Fix up ActionMapBen Boeckel2009-03-062-6/+15
|
* Convert ActionQueue into ActionMapBen Boeckel2009-03-052-20/+20
|
* Use ActionMap instead of ActionQueueBen Boeckel2009-03-053-1/+1
|
* Initial cleanup of ATBArenaBen Boeckel2009-03-053-32/+48
|
* Add const correctness to ActionQueueBen Boeckel2009-03-052-4/+4
|
* Initial cleanup of ATBTimerBen Boeckel2009-03-053-32/+27
|
* Fix up ActionQueueBen Boeckel2009-03-053-42/+62
|
* Move ATB arena code from sigbattle to arenapluginBen Boeckel2009-03-056-5/+0
|
* Bump to the correct versionsBen Boeckel2009-03-052-2/+2
|
* Fix management of the editor widget when changing widgets and closing gamesBen Boeckel2009-03-052-17/+28
|