summaryrefslogtreecommitdiffstats
path: root/sigmodr
Commit message (Collapse)AuthorAgeFilesLines
* Fixed up Sigmod and it now uses check macrosBen Boeckel2008-12-292-4/+9
|
* Rules now uses check macros and fixed bound checksBen Boeckel2008-12-281-2/+2
|
* Fixed limits in widgetsBen Boeckel2008-12-262-2/+2
|
* Added qtscript as a language for Kross in ScriptBen Boeckel2008-12-251-0/+1
|
* Fixed up limit checking in ItemTypeBen Boeckel2008-12-251-2/+2
|
* Documented ItemBen Boeckel2008-12-251-3/+3
|
* Fixed the title for the configuration pageBen Boeckel2008-12-251-1/+1
|
* Added KConfig XT filesBen Boeckel2008-12-252-0/+35
|
* Fixed up configuration handling and am now using KConfig XTBen Boeckel2008-12-256-68/+113
|
* Renamed CoinListObject to CoinListItem and added documentation for itBen Boeckel2008-12-079-158/+158
|
* Rules no longer needs hardCash value; scripts can control itBen Boeckel2008-11-253-23/+0
|
* Removed the amount variable from CoinListObjectBen Boeckel2008-11-253-34/+0
|
* Better error text when KTE component not cfoundBen Boeckel2008-11-251-1/+1
|
* [FIX] Starting the sigworld libraryBen Boeckel2008-11-093-0/+26
| | | | | | [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] Still working on getting the MapEditor to behaveBen Boeckel2008-11-088-12/+63
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@309 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] No more asserts in sigmodBen Boeckel2008-11-0850-899/+1100
| | | | | | | | | | | | [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] qmake for signet updatedBen Boeckel2008-11-061-2/+8
| | | | | | | [FIX] All packets are transported with receiver information git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@306 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] RPM builds againBen Boeckel2008-11-051-1/+1
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@305 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] RPM fixesBen Boeckel2008-11-043-0/+37
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@299 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fixed the building of sigmodrBen Boeckel2008-11-023-39/+71
| | | | | | [FIX] ScriptWidget will now fall back to a standard KTextEdit if a KTE is not available git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@295 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Using Q_UNUSED instead of commenting out parameter namesBen Boeckel2008-10-3121-43/+68
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@287 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-1743-90/+91
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@281 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Sprite no longer stores a QImage, but a QByteArrayBen Boeckel2008-10-136-19/+47
| | | | | | [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] Removed LaTeX building from .pro filesBen Boeckel2008-10-131-3/+0
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@277 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Now using KDE4_* macros in CMakeBen Boeckel2008-10-138-246/+275
| | | | | | | [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-1113-100/+100
| | | | | | | [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-066-18/+21
| | | | | | [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-064-1/+29
| | | | | | | | [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-2717-4/+70
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@268 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Removed *_End definesBen Boeckel2008-09-2517-23/+284
| | | | | | | [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-234-9/+9
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@266 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Refactored out some code to ObjectModelBen Boeckel2008-09-16101-1221/+372
| | | | | | | [FIX] Drag and drop now accepts URLs [FIX] The main window can now accept drops git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@265 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Copy and pasting in the tree works better nowBen Boeckel2008-09-1584-47/+334
| | | | | | [FIX] Drag and dropped touched up git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@264 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Include guard stripped of __Ben Boeckel2008-09-15182-444/+443
| | | | | | [FIX] KDE includes put before Qt includes git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@263 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Sigmod description field fixedBen Boeckel2008-09-133-7/+12
| | | | | | [FIX] Fixed a bug with the Validation dialog being called twice with the same editor widget git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@261 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Changed the way LaTeX files are compiled to be more flexibleBen Boeckel2008-09-131-2/+16
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@260 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] Added qmake back for Windows buildsBen Boeckel2008-09-101-0/+312
| | | | | | [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-10110-242/+445
| | | | | | | | [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] Preferences are synced to disk on applyBen Boeckel2008-09-081-0/+1
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@255 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fixed some install stuff in the CMakeLists.txtBen Boeckel2008-09-071-1/+1
| | | | | | [FIX] Fixed up spec file git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@254 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Added a static poll method to FractionBen Boeckel2008-09-078-4/+60
| | | | | | | | | [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] Fixed some things in the ATBTimerBen Boeckel2008-09-072-30/+23
| | | | | | [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-06251-3729/+3730
| | | | 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-05275-0/+24773
for short) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@249 6ecfd1a5-f3ed-3746-8530-beee90d26b22