summaryrefslogtreecommitdiffstats
path: root/sigencore
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added Move script handling to TeamMemberBen Boeckel2009-02-222-0/+21
* Fixed up status script handling in TeamMemberBen Boeckel2009-02-222-8/+36
* Status effects can only happen once per creatureBen Boeckel2009-02-221-3/+7
* Fixed Ability script handling in TeamMemberBen Boeckel2009-02-222-7/+39
* Add basic Overworld classBen Boeckel2009-02-223-0/+57
* Player now knows the Overworld it is onBen Boeckel2009-02-222-0/+30
* Added initial move initializationBen Boeckel2009-02-212-6/+14
* Moved item initialization to completeData()Ben Boeckel2009-02-212-16/+15
* Fixed signal connections in TeamMemberBen Boeckel2009-02-211-3/+3
* Get some TODOs done in TeamMemberBen Boeckel2009-02-142-2/+6
* Add removeMember method to ContainmentBen Boeckel2009-02-141-0/+1
* Added move checkingBen Boeckel2009-02-132-15/+8
* Removed more completed TODOsBen Boeckel2009-02-131-3/+0
* Added a virtual dtorBen Boeckel2009-02-132-0/+7
* Added handling for other gender values in setGenderBen Boeckel2009-02-131-0/+2
* Fixed makeConnections and removed TODO markersBen Boeckel2009-02-132-9/+9
* Fixed things for the ctor changeBen Boeckel2009-02-132-2/+1
* Added method to complete data that isn't completedBen Boeckel2009-02-132-57/+38