summaryrefslogtreecommitdiffstats
path: root/sigencore
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rewrite ctor to be more usefulBen Boeckel2009-02-132-59/+15
* Add recalc stat methodsBen Boeckel2009-02-132-0/+23
* Added TODO in ArenaBen Boeckel2009-02-131-0/+1
* 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