summaryrefslogtreecommitdiffstats
path: root/sigmod
Commit message (Collapse)AuthorAgeFilesLines
* Fix up the test for MapTrainer to work with the new leadTeamMember methodsBen Boeckel2009-03-051-7/+22
| | | | (cherry picked from commit 42825f61ed1a27b2642d5962683e456794347035)
* Use KDE_NO_EXPORT instead of KDE_IMPORTBen Boeckel2009-03-051-1/+1
| | | | (cherry picked from commit 5f68f3a33b1dbe0b47688e4b671e285a474f65ea)
* Export ObjectBen Boeckel2009-03-051-1/+1
| | | | (cherry picked from commit e60057ad066553ad197bea162662544b57706bed)
* The parent pointer should never changeBen Boeckel2009-03-051-1/+1
| | | | (cherry picked from commit fb9030418a3790edc62e77b7e9896d7a340fa051)
* Remove old TODO filesBen Boeckel2009-03-011-3/+0
|
* Removed unneeded checks from CMakeLists.txtBen Boeckel2009-03-011-4/+0
|
* Fix TestGame for the name changeBen Boeckel2009-03-012-21/+21
|
* Removed useATB and allowSwitchStyle from Rules (to be handled by arena plugins)Ben Boeckel2009-02-284-55/+0
|
* Removed all qmake files and other unneeded scriptsBen Boeckel2009-02-261-98/+0
|
* Fix up the Species default for egg species and the widgetBen Boeckel2009-02-261-1/+1
|
* Moved the test for Sigmod to GameBen Boeckel2009-02-243-1/+1
|
* Fixed sigmod tests to also use namespace SigmodBen Boeckel2009-02-2435-793/+872
|
* Fix up Game internallyBen Boeckel2009-02-242-88/+88
|
* Rename Sigmod::Sigmod to Sigmod::Game so that the identifiers don't clash ↵Ben Boeckel2009-02-2460-281/+282
| | | | when using namespace Sigmod
* Add using namespace Sigmod and Sigcore to sigmod sources for cleaner codeBen Boeckel2009-02-2435-448/+536
|
* Sigmod now includes sigcore via <> rather than ""Ben Boeckel2009-02-2322-32/+26
|
* Fixed includes from sigcore/Global.hBen Boeckel2009-02-231-1/+2
|
* Made all CMakeLists commands lowercaseBen Boeckel2009-02-232-54/+54
|
* Fixed Ability script handling in TeamMemberBen Boeckel2009-02-221-0/+2
|
* Boilerplate code for Sigmod testingBen Boeckel2009-02-142-0/+170
|
* Fix more valgrind errors in sigmodBen Boeckel2009-02-133-14/+15
|
* Missed a member variable in the initializer list for Species ctorBen Boeckel2009-02-131-0/+1
|
* Add valgrind tests to CMakeBen Boeckel2009-02-131-33/+34
|
* Starting to fix Nature testBen Boeckel2009-02-091-2/+2
|
* Better documentation for scripts in sigmodBen Boeckel2009-02-098-31/+57
|
* Fixed check in Nature for stat multipliersBen Boeckel2009-01-281-1/+2
|
* Fixed MapTrainer testsBen Boeckel2009-01-271-31/+61
|
* Fixed error counts for SpeciesBen Boeckel2009-01-251-34/+34
|
* Removed extra lines in Stat and included in TeamMemberBen Boeckel2009-01-231-2/+0
|
* Restore Direction and add include to SigmodWrapperBen Boeckel2009-01-231-0/+49
|
* Removed Direction.h. Not used anywhereAbhishek Mukherjee2009-01-222-47/+0
|
* Moved Direction enumeration out of Global.h, awating deletionAbhishek Mukherjee2009-01-224-29/+59
|
* Refactor enumeration Stat to Stat.hAbhishek Mukherjee2009-01-216-17/+50
| | | | Signed-off-by: Abhishek Mukherjee <linkinpark342@gmail.com>
* Expanded "..." contraction in switch statementsBen Boeckel2009-01-213-4/+18
|
* Removed trailing commaBen Boeckel2009-01-211-1/+1
|
* Changed default encyclopedia number in Species and cleaned up widgetBen Boeckel2009-01-212-3/+3
|
* Fixing up Rules widget and reworked ATB in rulesBen Boeckel2009-01-214-67/+20
|
* Cleaned up Sigmod widget and now a startScript instead of warpBen Boeckel2009-01-202-50/+14
|
* FlyWarp isn't needed on Map and cleaned up widgetBen Boeckel2009-01-204-90/+17
|
* MapTrainer leadTeamMember is now a list (cleaned up widget as well)Ben Boeckel2009-01-202-12/+16
|
* Minor fix in Badge documentationBen Boeckel2009-01-191-1/+1
|
* Added Nature documentationBen Boeckel2009-01-192-2/+88
|
* Added MapWarp documentationBen Boeckel2009-01-192-1/+129
|
* Added documentation for Intelligence enumerationBen Boeckel2009-01-191-0/+8
|
* Added Move documentationBen Boeckel2009-01-192-0/+192
|
* Fixed bounds checking on Move accuracyBen Boeckel2009-01-192-2/+10
|
* Removed Move dtorBen Boeckel2009-01-192-8/+2
|
* Added Trainer documentationBen Boeckel2009-01-192-1/+149
|
* Fixed MapTrainer tests for position changeBen Boeckel2009-01-182-11/+11
|
* Fixed a minor documentation error in SkinBen Boeckel2009-01-181-1/+1
|