summaryrefslogtreecommitdiffstats
path: root/sigmod
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the exporting with the librariesBen Boeckel2008-11-301-14/+1
|
* Spelling mistake in Sigmod documentationBen Boeckel2008-11-251-1/+1
|
* CoinList documentationBen Boeckel2008-11-251-0/+117
|
* Rules no longer needs hardCash value; scripts can control itBen Boeckel2008-11-252-17/+0
|
* Removed the amount variable from CoinListObjectBen Boeckel2008-11-252-21/+0
|
* Badge documentation cleanupBen Boeckel2008-11-251-5/+5
|
* Author documentation cleanupsBen Boeckel2008-11-251-5/+5
|
* Ability documentation touchupsBen Boeckel2008-11-251-19/+29
|
* 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
* Fixed up the linking of the librariesBen Boeckel2008-11-251-1/+5
|
* Doxygen is better suited to CMake nowBen Boeckel2008-11-251-2/+0
|
* [FIX] Starting the sigworld libraryBen Boeckel2008-11-092-0/+17
| | | | | | [FIX] Tile has walkable flag on it git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@310 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] No more asserts in sigmodBen Boeckel2008-11-0828-439/+795
| | | | | | | | | | | | [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] 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] Loading and Saving of variables are now global functions rather than ↵Ben Boeckel2008-10-181-31/+21
| | | | | | methods git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@285 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Cross compiles againBen Boeckel2008-10-171-1/+3
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@283 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] qmake build files caught upBen Boeckel2008-10-171-6/+0
| | | | | | [FIX] spec file updated git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@282 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Moved Hat, Fraction, Matrix, and Script to sigcoreBen Boeckel2008-10-1744-1194/+228
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@281 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Added more comparison operators to FractionBen Boeckel2008-10-173-51/+47
| | | | | | [FIX] mid and setMid in Matrix replaced with addMask git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@280 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Signature is fixed in SigscriptBen Boeckel2008-10-162-11/+11
| | | | | | [FIX] Hat cleaned up a bit git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@279 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Sprite no longer stores a QImage, but a QByteArrayBen Boeckel2008-10-139-76/+140
| | | | | | [FIX] Preparing for move to a collaged map instead of a tiled map git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@278 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Now using KDE4_* macros in CMakeBen Boeckel2008-10-131-22/+13
| | | | | | | [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] Still figuring out things for signetBen Boeckel2008-10-123-14/+0
| | | | | | [ADD] Files for signet git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@274 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Reordered sections in class declarationsBen Boeckel2008-10-111-1/+1
| | | | | | | [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-0613-103/+518
| | | | | | [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-069-10/+318
| | | | | | | | [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] When refreshing the widgets, they no longer disrupt the dataBen Boeckel2008-09-271-1/+1
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@268 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Removed *_End definesBen Boeckel2008-09-2519-44/+188
| | | | | | | [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] Include guard stripped of __Ben Boeckel2008-09-1541-82/+82
| | | | | | [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/+101
| | | | | | [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-105-62/+62
| | | | | | | | [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-076-2/+42
| | | | | | | | | [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-071-2/+2
| | | | | | | [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-071-2/+2
| | | | | | [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-0678-1599/+1599
| | | | 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-0579-0/+12989
for short) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@249 6ecfd1a5-f3ed-3746-8530-beee90d26b22