summaryrefslogtreecommitdiffstats
path: root/sigmod
Commit message (Collapse)AuthorAgeFilesLines
* Split up the Game document creationBen Boeckel2009-03-261-1/+2
|
* Remove debugging headerBen Boeckel2009-03-261-2/+0
|
* Stop leaks in Rules testBen Boeckel2009-03-262-3/+16
|
* Fix memory leaks (why does this fix anything?)Ben Boeckel2009-03-261-1/+1
|
* Also delete authorsBen Boeckel2009-03-261-0/+1
|
* Split up the document in Rules as wellBen Boeckel2009-03-261-1/+2
|
* Cleanup missed classesBen Boeckel2009-03-261-0/+2
|
* Keep a QDomDocument aroundBen Boeckel2009-03-261-1/+2
|
* Fix includes after function splitBen Boeckel2009-03-2610-0/+22
|
* Split out load/save functionsBen Boeckel2009-03-263-245/+299
|
* 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 ↵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
|