summaryrefslogtreecommitdiffstats
path: root/sigmod
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed up some checking in ItemTypeBen Boeckel2008-12-241-5/+7
|
* Added ItemType testsBen Boeckel2008-12-243-1/+279
|
* Added Item testsBen Boeckel2008-12-243-1/+396
|
* Now copying sellPrice in ItemBen Boeckel2008-12-241-0/+1
|
* Fixed up Item defaults, checks on price, and condensed one section of code ↵Ben Boeckel2008-12-241-6/+5
| | | | for setWeight
* Added GlobalScript testsBen Boeckel2008-12-243-1/+188
|
* Added EggGroup testsBen Boeckel2008-12-243-1/+171
|
* Added CoinListItem tests (enum loading is busted)Ben Boeckel2008-12-243-1/+232
|
* CoinListItem cost should not be zero; added checksBen Boeckel2008-12-241-2/+6
|
* Added CoinList testsBen Boeckel2008-12-243-1/+224
|
* Another typo with the casesBen Boeckel2008-12-241-1/+1
|
* Added Badge testsBen Boeckel2008-12-243-1/+375
|
* Minor typo with switch statementBen Boeckel2008-12-241-1/+1
|
* Added a validation measure and formatting in setObeyBen Boeckel2008-12-241-4/+4
|
* Added stubs in CMake for other testsBen Boeckel2008-12-241-0/+32
|
* Added Author testsBen Boeckel2008-12-243-0/+223
|
* Finished up Ability testBen Boeckel2008-12-241-9/+84
|
* Fixed up base test classBen Boeckel2008-12-243-13/+13
|
* Added boilerplate to the base test class and some more to TestAbilityBen Boeckel2008-12-245-10/+87
|
* Started Ability test class and also adding base class for sigmod classesBen Boeckel2008-12-247-0/+308
|
* Removed some unnecessary linesBen Boeckel2008-12-071-2/+0
|
* Removed commented code that macros replacedBen Boeckel2008-12-071-19/+0
|
* Renamed CoinListObject to CoinListItem and added documentation for itBen Boeckel2008-12-077-175/+261
|
* 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