Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed up some checking in ItemType | Ben Boeckel | 2008-12-24 | 1 | -5/+7 | |
| | ||||||
* | Added ItemType tests | Ben Boeckel | 2008-12-24 | 3 | -1/+279 | |
| | ||||||
* | Added Item tests | Ben Boeckel | 2008-12-24 | 3 | -1/+396 | |
| | ||||||
* | Now copying sellPrice in Item | Ben Boeckel | 2008-12-24 | 1 | -0/+1 | |
| | ||||||
* | Fixed up Item defaults, checks on price, and condensed one section of code ↵ | Ben Boeckel | 2008-12-24 | 1 | -6/+5 | |
| | | | | for setWeight | |||||
* | Added GlobalScript tests | Ben Boeckel | 2008-12-24 | 3 | -1/+188 | |
| | ||||||
* | Added EggGroup tests | Ben Boeckel | 2008-12-24 | 3 | -1/+171 | |
| | ||||||
* | Added CoinListItem tests (enum loading is busted) | Ben Boeckel | 2008-12-24 | 3 | -1/+232 | |
| | ||||||
* | CoinListItem cost should not be zero; added checks | Ben Boeckel | 2008-12-24 | 1 | -2/+6 | |
| | ||||||
* | Added CoinList tests | Ben Boeckel | 2008-12-24 | 3 | -1/+224 | |
| | ||||||
* | Another typo with the cases | Ben Boeckel | 2008-12-24 | 1 | -1/+1 | |
| | ||||||
* | Added Badge tests | Ben Boeckel | 2008-12-24 | 3 | -1/+375 | |
| | ||||||
* | Minor typo with switch statement | Ben Boeckel | 2008-12-24 | 1 | -1/+1 | |
| | ||||||
* | Added a validation measure and formatting in setObey | Ben Boeckel | 2008-12-24 | 1 | -4/+4 | |
| | ||||||
* | Added stubs in CMake for other tests | Ben Boeckel | 2008-12-24 | 1 | -0/+32 | |
| | ||||||
* | Added Author tests | Ben Boeckel | 2008-12-24 | 3 | -0/+223 | |
| | ||||||
* | Finished up Ability test | Ben Boeckel | 2008-12-24 | 1 | -9/+84 | |
| | ||||||
* | Fixed up base test class | Ben Boeckel | 2008-12-24 | 3 | -13/+13 | |
| | ||||||
* | Added boilerplate to the base test class and some more to TestAbility | Ben Boeckel | 2008-12-24 | 5 | -10/+87 | |
| | ||||||
* | Started Ability test class and also adding base class for sigmod classes | Ben Boeckel | 2008-12-24 | 7 | -0/+308 | |
| | ||||||
* | Removed some unnecessary lines | Ben Boeckel | 2008-12-07 | 1 | -2/+0 | |
| | ||||||
* | Removed commented code that macros replaced | Ben Boeckel | 2008-12-07 | 1 | -19/+0 | |
| | ||||||
* | Renamed CoinListObject to CoinListItem and added documentation for it | Ben Boeckel | 2008-12-07 | 7 | -175/+261 | |
| | ||||||
* | Fixed the exporting with the libraries | Ben Boeckel | 2008-11-30 | 1 | -14/+1 | |
| | ||||||
* | Spelling mistake in Sigmod documentation | Ben Boeckel | 2008-11-25 | 1 | -1/+1 | |
| | ||||||
* | CoinList documentation | Ben Boeckel | 2008-11-25 | 1 | -0/+117 | |
| | ||||||
* | Rules no longer needs hardCash value; scripts can control it | Ben Boeckel | 2008-11-25 | 2 | -17/+0 | |
| | ||||||
* | Removed the amount variable from CoinListObject | Ben Boeckel | 2008-11-25 | 2 | -21/+0 | |
| | ||||||
* | Badge documentation cleanup | Ben Boeckel | 2008-11-25 | 1 | -5/+5 | |
| | ||||||
* | Author documentation cleanups | Ben Boeckel | 2008-11-25 | 1 | -5/+5 | |
| | ||||||
* | Ability documentation touchups | Ben Boeckel | 2008-11-25 | 1 | -19/+29 | |
| | ||||||
* | Removed old LINK_INTERFACE_LIBRARIES lines | Ben Boeckel | 2008-11-25 | 1 | -1/+0 | |
| | ||||||
* | Added exports to install targets for libraries and preliminary install ↵ | Ben Boeckel | 2008-11-25 | 1 | -0/+15 | |
| | | | | targets for the exports themselves | |||||
* | Fixed up the linking of the libraries | Ben Boeckel | 2008-11-25 | 1 | -1/+5 | |
| | ||||||
* | Doxygen is better suited to CMake now | Ben Boeckel | 2008-11-25 | 1 | -2/+0 | |
| | ||||||
* | [FIX] Starting the sigworld library | Ben Boeckel | 2008-11-09 | 2 | -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 sigmod | Ben Boeckel | 2008-11-08 | 28 | -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 libraries | Ben Boeckel | 2008-11-02 | 1 | -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 Boeckel | 2008-10-18 | 1 | -31/+21 | |
| | | | | | | methods git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@285 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] Cross compiles again | Ben Boeckel | 2008-10-17 | 1 | -1/+3 | |
| | | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@283 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] qmake build files caught up | Ben Boeckel | 2008-10-17 | 1 | -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 sigcore | Ben Boeckel | 2008-10-17 | 44 | -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 Fraction | Ben Boeckel | 2008-10-17 | 3 | -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 Sigscript | Ben Boeckel | 2008-10-16 | 2 | -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 QByteArray | Ben Boeckel | 2008-10-13 | 9 | -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 CMake | Ben Boeckel | 2008-10-13 | 1 | -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 signet | Ben Boeckel | 2008-10-12 | 3 | -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 declarations | Ben Boeckel | 2008-10-11 | 1 | -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 Sigmod | Ben Boeckel | 2008-10-06 | 13 | -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 Sigmod | Ben Boeckel | 2008-10-06 | 9 | -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 |