summaryrefslogtreecommitdiffstats
path: root/sigencore
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify requestDecisionBen Boeckel2009-03-052-3/+3
* Move isWild down to Creature and use Config for itBen Boeckel2009-03-053-22/+5
* Clean up TurnArena for new Arena structureBen Boeckel2009-03-055-47/+66
* Move TurnArena to plugin for default arenasBen Boeckel2009-03-052-0/+174
* Add basic default arenas pluginBen Boeckel2009-03-044-0/+142
* Add methods for plugin name and descriptionBen Boeckel2009-03-041-0/+3
* Use a QIcon instead of a QImageBen Boeckel2009-03-041-2/+2
* Use NO_EXPORT, not IMPORTBen Boeckel2009-03-042-2/+2
* No need to be a KXMLGUIClient as it should use the QGraphicsSceneBen Boeckel2009-03-041-4/+1
* Fix up setting containments and teams in TeamMemberBen Boeckel2009-03-041-9/+9
* Use KDE_NO_EXPORT instead of KDE_IMPORTBen Boeckel2009-03-021-1/+1
* Rename signal to be less like cleanUpBen Boeckel2009-03-013-3/+3
* Add CMake file for pluginsBen Boeckel2009-03-011-0/+47
* Add plugin directory and initial Arena plugin factory interfaceBen Boeckel2009-03-015-0/+199
* Add a signal for Arena to let the plugin know when to clean it upBen Boeckel2009-03-012-0/+4
* Removed unneeded checks from CMakeLists.txtBen Boeckel2009-03-011-4/+0
* Removed isWild from ArenaBen Boeckel2009-03-012-6/+2
* Krazy2 issuesBen Boeckel2009-03-011-1/+1
* Moved the game method up in the class definitionBen Boeckel2009-02-282-7/+6
* Added a scene to the Arena classBen Boeckel2009-02-282-0/+9
* Fixed up cmake list change that snuck inBen Boeckel2009-02-261-2/+0
* Fixed sigencore to use namespaces in sourcesBen Boeckel2009-02-2410-256/+289
* Update sigencore to the sigmod->game renameBen Boeckel2009-02-2415-105/+105
* Fixed sigencore includes to use <> where possibleBen Boeckel2009-02-2312-43/+43
* Made all CMakeLists commands lowercaseBen Boeckel2009-02-231-12/+12
* Fix the declaration of OverworldBen Boeckel2009-02-221-1/+4
* Add completeStats method to CreatureBen Boeckel2009-02-221-0/+15
* Containment uses Creatures while Team requires TeamMemberBen Boeckel2009-02-225-22/+79
* Made TeamMember inherit from Creature and trimmed out codeBen Boeckel2009-02-222-556/+34
* Creature can now fail to set the containmentBen Boeckel2009-02-222-4/+8
* Took core information out of TeamMember and moved it into a Creature classBen Boeckel2009-02-223-0/+880
* Added storage for held item scripts in TeamMemberBen Boeckel2009-02-221-0/+2