summaryrefslogtreecommitdiffstats
path: root/sigscript
Commit message (Expand)AuthorAgeFilesLines
* Add world flag to MapWrapperBen Boeckel2009-05-282-0/+6
* Add callgrind testsBen Boeckel2009-04-161-1/+2
* More explicit when return empty flagsBen Boeckel2009-04-161-2/+2
* Add mapPosition storage to GameBen Boeckel2009-04-012-0/+9
* Maps don't have a type anymoreBen Boeckel2009-03-292-19/+0
* Fix includes after function splitBen Boeckel2009-03-261-0/+3
* Fix Krazy2 issuesBen Boeckel2009-03-221-2/+2
* Make a note about KALEngineBen Boeckel2009-03-201-0/+1
* Initialize the value when allowing overridesBen Boeckel2009-03-201-1/+1
* Add position to MapEffect and MapWarpBen Boeckel2009-03-194-0/+12
* MapWarp should have its type differences done with the scriptBen Boeckel2009-03-192-21/+0
* Added size to SkinWrapperBen Boeckel2009-03-192-0/+6
* Update sigscriptBen Boeckel2009-03-194-6/+7
* Update sigscriptBen Boeckel2009-03-182-4/+4
* 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
* 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
* Use KDE_NO_EXPORT instead of KDE_IMPORTBen Boeckel2009-03-021-1/+1
* Remove old TODO filesBen Boeckel2009-03-011-0/+0
* Removed unneeded checks from CMakeLists.txtBen Boeckel2009-03-011-4/+0
* Removed useATB and allowSwitchStyle from Rules (to be handled by arena plugins)Ben Boeckel2009-02-282-13/+0
* Removed all qmake files and other unneeded scriptsBen Boeckel2009-02-261-102/+0
* Update copyright dates in sigscriptBen Boeckel2009-02-247-7/+7
* Fixed up sigscript namespacing in sourcesBen Boeckel2009-02-2435-390/+513
* Fixed internals of GameWrapperBen Boeckel2009-02-242-164/+164
* Moved SigmodWrapper to GameWrapperBen Boeckel2009-02-2460-166/+166
* Fixed sigscript includes (forward declare where possible)Ben Boeckel2009-02-2363-137/+357
* Made all CMakeLists commands lowercaseBen Boeckel2009-02-231-12/+12
* Simplified signals in ConfigBen Boeckel2009-02-122-8/+5
* Added options method to ConfigBen Boeckel2009-02-122-0/+12