summaryrefslogtreecommitdiffstats
path: root/sigmod
Commit message (Expand)AuthorAgeFilesLines
* Add position to MapEffect and MapWarpBen Boeckel2009-03-194-0/+52
* Remove other MapWarp type stuffBen Boeckel2009-03-191-12/+0
* MapWarp should have its type differences done with the scriptBen Boeckel2009-03-192-30/+0
* Add a size member to SkinsBen Boeckel2009-03-192-0/+22
* Use QPainterPath for Effects and Warps on mapsBen Boeckel2009-03-196-47/+32
* Change default size for MapEffectsBen Boeckel2009-03-191-1/+1
* Add a preview sprite to Tile for the editorBen Boeckel2009-03-182-1/+22
* Too hasty in semicolon removalBen Boeckel2009-03-181-1/+1
* MapEffect now uses a QRect instead of a QPointBen Boeckel2009-03-182-18/+22
* Remove unneeded semicolons in sigmodBen Boeckel2009-03-181-6/+6
* Update sigmod/test/Global.hBen Boeckel2009-03-161-2/+2
* Fix Abhishek's copyright linesBen Boeckel2009-03-162-2/+2
* Fix years in header commentsBen Boeckel2009-03-1611-11/+11
* Fix up the test for MapTrainer to work with the new leadTeamMember methodsBen Boeckel2009-03-041-7/+22
* Use KDE_NO_EXPORT instead of KDE_IMPORTBen Boeckel2009-03-021-1/+1
* Export ObjectBen Boeckel2009-03-021-1/+1
* The parent pointer should never changeBen Boeckel2009-03-021-1/+1
* Add Doxygen header to TileBen Boeckel2009-03-021-0/+4
* 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 whe...Ben Boeckel2009-02-2460-281/+282
* 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
* 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