summaryrefslogtreecommitdiffstats
path: root/sigbattle
Commit message (Collapse)AuthorAgeFilesLines
* Add basic Sigbattle codeBen Boeckel2009-03-204-2/+119
|
* Add skeleton for Sigbattle applicationBen Boeckel2009-03-208-24/+259
|
* Move ATB arena code from sigbattle to arenapluginBen Boeckel2009-03-056-349/+0
|
* Update the sigbattle CMakeLists.txtBen Boeckel2009-03-051-12/+1
|
* Move TurnArena to plugin for default arenasBen Boeckel2009-03-052-174/+0
|
* Use KDE_NO_EXPORT instead of KDE_IMPORTBen Boeckel2009-03-021-1/+1
|
* Remove old TODO filesBen Boeckel2009-03-011-3/+0
|
* Removed unneeded checks from CMakeLists.txtBen Boeckel2009-03-011-4/+0
|
* Removed all qmake files and other unneeded scriptsBen Boeckel2009-02-261-47/+0
|
* Made all CMakeLists commands lowercaseBen Boeckel2009-02-231-12/+12
|
* Begin migration of core classes to libsigencoreBen Boeckel2009-01-2710-1681/+0
|
* Removed extra lines in Stat and included in TeamMemberBen Boeckel2009-01-231-2/+2
|
* Fixing up Rules widget and reworked ATB in rulesBen Boeckel2009-01-211-10/+10
|
* Removed includes of deleted filesBen Boeckel2009-01-171-2/+0
|
* Updated code to support new MapTrainerTeamMember item representationBen Boeckel2009-01-101-1/+7
|
* Changed Config to use Config as parents instead of plain QObjectBen Boeckel2008-12-3112-15/+17
|
* Fixed the exporting with the librariesBen Boeckel2008-11-301-14/+1
|
* Removed old LINK_INTERFACE_LIBRARIES linesBen Boeckel2008-11-251-1/+0
|
* Added exports to install targets for libraries and preliminary install ↵Ben Boeckel2008-11-251-0/+15
| | | | targets for the exports themselves
* Cleaned up the CMakeLists.txt for sigbattle and sigworldBen Boeckel2008-11-251-6/+12
|
* Fixed up the linking of the librariesBen Boeckel2008-11-251-1/+5
|
* [FIX] No more asserts in sigmodBen Boeckel2008-11-082-15/+9
| | | | | | | | | | | | [FIX] Moved to using *ById instead of *Index methods in sigmod [FIX] Tilemaps are now collaged (not completely done on the editing side yet) [FIX] Removed the resource files (drawn natively instead) [FIX] ATBTimer now uses the built-in QTimer in a QObject [FIX] Coordinates are now edited on the map for warps, trainers, and effects [FIX] Tiles are now completely scripted [FIX] Config is now thread-safe git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@308 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Functions in sigbattle are now exportedBen Boeckel2008-11-063-6/+6
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@307 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Defined the *_IMPORT defines for librariesBen Boeckel2008-11-021-0/+1
| | | | | | | | | [FIX] Added more packet types [FIX] Sectioned off packet types [FIX] ConnectionHandler is now ClientHandler [ADD] Added a ProgressMeter class for allowing display of progress of packets git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@296 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Cross compiles againBen Boeckel2008-10-171-0/+1
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@283 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Moved Hat, Fraction, Matrix, and Script to sigcoreBen Boeckel2008-10-175-23/+24
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@281 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Now using KDE4_* macros in CMakeBen Boeckel2008-10-131-17/+8
| | | | | | | [FIX] The LaTeX is outdated, removing [FIX] Split up TypechartModel and TilemapModel into header and source git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@276 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Reordered sections in class declarationsBen Boeckel2008-10-1115-105/+99
| | | | | | | [FIX] Using QSet rather than QList for players [ADD] Started signet library (compilation fails) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@273 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Started documenting SigmodBen Boeckel2008-10-061-11/+13
| | | | | | [FIX] A few minor bugs git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@272 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Added single player option to SigmodBen Boeckel2008-10-062-5/+12
| | | | | | | | [FIX] Doxygen generation cleaned up [FIX] Can no longer override variables in the Sigmod if not a single player game [FIX] When checking for modified move priority, blean up afterwards git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@271 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Arena is better definedBen Boeckel2008-09-276-33/+80
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@269 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Removed *_End definesBen Boeckel2008-09-253-12/+27
| | | | | | | [FIX] Added weights to items and associated fields [FIX] Option for pausing during ATB battles when choosing moves added git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@267 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fixed some things that Krazy complained aboutBen Boeckel2008-09-231-1/+1
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@266 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Include guard stripped of __Ben Boeckel2008-09-1516-37/+37
| | | | | | [FIX] KDE includes put before Qt includes git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@263 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] Added qmake back for Windows buildsBen Boeckel2008-09-101-0/+46
| | | | | | [ADD] Added NSIS script for Windows installer git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@259 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Players now have moneyBen Boeckel2008-09-107-11/+50
| | | | | | | | [FIX] Some more things added to Arena stuff [FIX] Can now delete objects in the tree in Sigmodr [FIX] Setting Sigmods as dirty is better now git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@258 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Added a static poll method to FractionBen Boeckel2008-09-0715-117/+198
| | | | | | | | | [FIX] More Arena stuff fleshed out [FIX] Added priority scripts to Ability and Move [FIX] A SigmodWrapper pointer is now passed around the containments [FIX] Config now has templated methods for retrieving values git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@253 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Spelling mistake in sigscript classesBen Boeckel2008-09-0712-18/+144
| | | | | | | [FIX] Fixed a bug in the Growth enum in Species [FIX] Arena functionality is getting there git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@252 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fixed some things in the ATBTimerBen Boeckel2008-09-077-19/+57
| | | | | | [FIX] Fleshed out some methods git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@251 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Renamed everything (in use) away from Poké- prefixesBen Boeckel2008-09-0623-366/+366
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@250 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Moving stuff for the move to the new name, Sigma Game Engine (sigen ↵Ben Boeckel2008-09-0524-0/+2205
for short) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@249 6ecfd1a5-f3ed-3746-8530-beee90d26b22