summaryrefslogtreecommitdiffstats
path: root/sigencore/Arena.cpp
Commit message (Expand)AuthorAgeFilesLines
* Connect the correct signalBen Boeckel2009-03-271-1/+1
* Fix cleanupArena signalBen Boeckel2009-03-171-1/+1
* Remove the scene member from ArenaBen Boeckel2009-03-171-5/+0
* Simplify requestDecisionBen Boeckel2009-03-051-2/+2
* Rename signal to be less like cleanUpBen Boeckel2009-03-011-1/+1
* Add a signal for Arena to let the plugin know when to clean it upBen Boeckel2009-03-011-0/+2
* Removed isWild from ArenaBen Boeckel2009-03-011-4/+1
* Moved the game method up in the class definitionBen Boeckel2009-02-281-5/+5
* Added a scene to the Arena classBen Boeckel2009-02-281-0/+5
* Fixed sigencore to use namespaces in sourcesBen Boeckel2009-02-241-41/+45
* Update sigencore to the sigmod->game renameBen Boeckel2009-02-241-14/+14
* Fixed sigencore includes to use <> where possibleBen Boeckel2009-02-231-7/+7
* Added TODO in ArenaBen Boeckel2009-02-131-0/+1
* Made decision requests pass th player around as wellBen Boeckel2009-02-121-4/+4
* Fixed Arena to get the client from the TeamMember instead of having TeamMembe...Ben Boeckel2009-02-121-10/+14
* Reorganized addClient and added a way to set up rules in ArenasBen Boeckel2009-02-121-5/+9
* Fixed weather adding/removal in ArenaBen Boeckel2009-02-121-1/+3
* Reorganized query methods for team structureBen Boeckel2009-02-121-11/+51
* Added weather support to ArenaBen Boeckel2009-02-121-0/+30
* Add cases for Invalid and Timeout (now that the rest have overrides)Ben Boeckel2009-02-091-0/+5
* Ignore spectators when fleeingBen Boeckel2009-02-091-1/+1
* Short circuit if the player can't runBen Boeckel2009-02-091-2/+2
* Allies shouldnt hinder fleeingBen Boeckel2009-02-091-3/+1
* Add support for overrides when fleeingBen Boeckel2009-02-091-1/+8
* Add Arena support for custom battle actionsBen Boeckel2009-02-091-0/+10
* Use the raw value rather than the method valueBen Boeckel2009-02-091-1/+1
* Remove unneeded template specificationsBen Boeckel2009-02-091-1/+1
* Fix use of Player APIBen Boeckel2009-02-091-4/+1
* Fixed up API of Player a bitBen Boeckel2009-02-091-4/+1
* Fix handling of clients when entering/exiting arenaBen Boeckel2009-02-061-1/+3
* Cleaned up Arena API and implementationBen Boeckel2009-02-051-50/+176
* Fix internal references to be Sigencore instead of SigbattleBen Boeckel2009-01-271-18/+18
* Begin migration of core classes to libsigencoreBen Boeckel2009-01-271-0/+248