summaryrefslogtreecommitdiffstats
path: root/sigencore
Commit message (Expand)AuthorAgeFilesLines
* Unneeded linkingBen Boeckel2009-03-251-2/+0
* Install to the correct directoryBen Boeckel2009-03-252-2/+2
* Add versions to pluginsBen Boeckel2009-03-242-2/+2
* Add versioning macros to pluginsBen Boeckel2009-03-242-0/+6
* Changed too much...Ben Boeckel2009-03-213-3/+3
* Use a QStringList rather than an int for versioningBen Boeckel2009-03-213-3/+3
* Add a minimum version field to the plugin informationBen Boeckel2009-03-214-0/+8
* Update CanvasPlugin to accept a game parameter as wellBen Boeckel2009-03-204-6/+8
* Add a canvas pluginBen Boeckel2009-03-205-0/+168
* Fix the plugin versionBen Boeckel2009-03-201-1/+1
* Add a ServiceType for Canvas pluginsBen Boeckel2009-03-202-0/+6
* Export CanvasBen Boeckel2009-03-201-1/+4
* Add CanvasPlugin interfaceBen Boeckel2009-03-204-0/+196
* Add ctor for CanvasBen Boeckel2009-03-202-0/+28
* Remove extras in Canvas.hBen Boeckel2009-03-201-3/+0
* Fix spacing in license headersBen Boeckel2009-03-204-60/+60
* Added Canvas interfaceBen Boeckel2009-03-202-0/+45
* Simplify the macro for Arena pluginsBen Boeckel2009-03-182-5/+8
* Fix install pathsBen Boeckel2009-03-182-2/+2
* Add PluginInfo to the arena pluginBen Boeckel2009-03-181-0/+10
* Remove the name and description since KService takes care of thisBen Boeckel2009-03-183-16/+0
* Add KService informationBen Boeckel2009-03-184-0/+34
* 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
* Prepare ATB arena for rewriteBen Boeckel2009-03-173-14/+15
* 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-055-0/+344
* Use KPluginFactoryBen Boeckel2009-03-051-0/+6
* Add support for argument passing in the ArenaPlugin interfaceBen Boeckel2009-03-055-8/+10
* Add priority script supportBen Boeckel2009-03-053-15/+23
* Fix action sortingBen Boeckel2009-03-051-2/+2
* Redo priorities for actionsBen Boeckel2009-03-051-2/+2
* Scoped arguments for signalsBen Boeckel2009-03-051-2/+2
* Fix up some of TurnArenaBen Boeckel2009-03-052-42/+94