summaryrefslogtreecommitdiffstats
path: root/sigencore
Commit message (Expand)AuthorAgeFilesLines
* Added item and move methodsBen Boeckel2009-02-132-1/+50
* Add TODO comments and remove duplicate headerBen Boeckel2009-02-131-1/+3
* Added ability and status methodsBen Boeckel2009-02-131-0/+88
* Fixed stat methodsBen Boeckel2009-02-132-5/+78
* Fixed up level methodsBen Boeckel2009-02-131-2/+12
* Added calcStat implementation and updated statValue to use itBen Boeckel2009-02-132-20/+25
* Remove effort value signals since setStatExp will handle thisBen Boeckel2009-02-121-2/+0
* Fixes for the buildBen Boeckel2009-02-121-5/+6
* Add support for abilities, moves, items, and status effectsBen Boeckel2009-02-121-4/+48
* Clean up old code from TeamMemberBen Boeckel2009-02-122-173/+0
* Fix Arena handlingBen Boeckel2009-02-122-21/+34
* Fixed nature handlingBen Boeckel2009-02-122-1/+18
* Fixed stat handling in TeamMemberBen Boeckel2009-02-122-98/+84
* Removed old sigmod and species methodsBen Boeckel2009-02-121-11/+0
* Fixed up level handling in TeamMemberBen Boeckel2009-02-122-80/+90
* Reorganized species, name, and gender for TeamMemberBen Boeckel2009-02-122-34/+41
* Added SetContainment and containment is scriptableBen Boeckel2009-02-122-1/+8
* Added sigmod to TeamMember and moved id upBen Boeckel2009-02-122-7/+12
* TeamMember::id is now private and Q_SCRIPTABLEBen Boeckel2009-02-121-3/+3
* Removed data from TeamMember that the Arena should keep track ofBen Boeckel2009-02-122-32/+0
* Reorder forward declarationsBen Boeckel2009-02-122-8/+8
* Made decision requests pass th player around as wellBen Boeckel2009-02-122-6/+6
* Link Team with PlayerBen Boeckel2009-02-122-4/+22
* Fixed Arena to get the client from the TeamMember instead of having TeamMembe...Ben Boeckel2009-02-121-10/+14
* Implemented Player item query methodsBen Boeckel2009-02-122-5/+89
* Fixed header including in sigencoreBen Boeckel2009-02-125-7/+28
* Added team method to PlayerBen Boeckel2009-02-122-0/+6
* Grouped virtual declarations togetherBen Boeckel2009-02-121-2/+1
* Reorganized addClient and added a way to set up rules in ArenasBen Boeckel2009-02-122-5/+11
* Fixed weather adding/removal in ArenaBen Boeckel2009-02-122-2/+4
* Fixed undefined variable in ContainmentBen Boeckel2009-02-121-0/+1
* Reorganized query methods for team structureBen Boeckel2009-02-122-13/+59
* Scripts can request actions of TeamMembers in the arenaBen Boeckel2009-02-121-0/+2
* Added weather support to ArenaBen Boeckel2009-02-122-0/+39
* Added signals for when the member list changesBen Boeckel2009-02-092-0/+9
* Fixed argument names in ContainmentBen Boeckel2009-02-092-4/+4
* Fixed evolution script to use runScriptBen Boeckel2009-02-091-10/+6
* 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
* Removed Skip from the action listBen Boeckel2009-02-092-4/+0
* Fix arguments in globalScript callBen Boeckel2009-02-091-1/+1
* Added globalScript utility functionBen Boeckel2009-02-092-0/+18
* Reorganized the Action enumeration to be flexible and have script overridesBen Boeckel2009-02-092-4/+16
* Fix typedefs in TeamMemberBen Boeckel2009-02-091-2/+2
* Fixed calculation of actual money valueBen Boeckel2009-02-091-1/+1