Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace SAVE macro | Ben Boeckel | 2009-08-10 | 1 | -4/+4 |
| | |||||
* | Replace SAVE_CREATE macro | Ben Boeckel | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | Replace LOAD macro | Ben Boeckel | 2009-08-10 | 1 | -4/+4 |
| | |||||
* | Replace LOAD_BEGIN macro | Ben Boeckel | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | Replace LOAD_ID macro | Ben Boeckel | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | Replace COPY macros | Ben Boeckel | 2009-08-10 | 1 | -9/+9 |
| | |||||
* | Add getters for Subclass members | Ben Boeckel | 2009-08-10 | 1 | -0/+50 |
| | |||||
* | Replace subclass validation code | Ben Boeckel | 2009-08-10 | 1 | -23/+38 |
| | |||||
* | Remove old subclass methods | Ben Boeckel | 2009-08-10 | 1 | -6/+0 |
| | |||||
* | Replace SUBCLASS_CLEAR usage | Ben Boeckel | 2009-08-10 | 1 | -5/+5 |
| | |||||
* | Remove COPY_SUB usage | Ben Boeckel | 2009-08-10 | 1 | -5/+5 |
| | |||||
* | Replace SAVE_SUB usage | Ben Boeckel | 2009-08-10 | 1 | -5/+5 |
| | |||||
* | Replace LOAD_SUB with Subclass calls | Ben Boeckel | 2009-08-10 | 1 | -5/+5 |
| | |||||
* | Add new subclasses to ctor initializer lists | Ben Boeckel | 2009-08-10 | 1 | -4/+24 |
| | |||||
* | Move clear() call for dtors into Object | Ben Boeckel | 2009-08-10 | 1 | -5/+1 |
| | |||||
* | Remove usage of TEST_BEGIN and TEST_END macros | Ben Boeckel | 2009-08-10 | 1 | -2/+2 |
| | |||||
* | Initialize isWorld in map | Ben Boeckel | 2009-07-19 | 1 | -1/+2 |
| | |||||
* | Add a flag to Map to mark it as a world map | Ben Boeckel | 2009-05-28 | 1 | -0/+6 |
| | |||||
* | Maps don't have a type anymore | Ben Boeckel | 2009-03-29 | 1 | -9/+0 |
| | |||||
* | Rename Sigmod::Sigmod to Sigmod::Game so that the identifiers don't clash ↵ | Ben Boeckel | 2009-02-24 | 1 | -4/+4 |
| | | | | when using namespace Sigmod | ||||
* | Add using namespace Sigmod and Sigcore to sigmod sources for cleaner code | Ben Boeckel | 2009-02-24 | 1 | -12/+14 |
| | |||||
* | FlyWarp isn't needed on Map and cleaned up widget | Ben Boeckel | 2009-01-20 | 1 | -14/+0 |
| | |||||
* | Added special load/save for enumerations | Ben Boeckel | 2009-01-16 | 1 | -2/+2 |
| | |||||
* | Uneeded test in Map (always true) | Ben Boeckel | 2009-01-16 | 1 | -1/+0 |
| | |||||
* | Fixed defaults in Map | Ben Boeckel | 2009-01-16 | 1 | -3/+3 |
| | |||||
* | Merged CHECK macro branch | Ben Boeckel | 2008-12-29 | 1 | -479/+33 |
| | |||||
* | Bounds errors are verbose now and some unchecked conditions fixed as well | Ben Boeckel | 2008-12-25 | 1 | -3/+3 |
| | |||||
* | [FIX] No more asserts in sigmod | Ben Boeckel | 2008-11-08 | 1 | -86/+167 |
| | | | | | | | | | | | | [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] Moved Hat, Fraction, Matrix, and Script to sigcore | Ben Boeckel | 2008-10-17 | 1 | -2/+2 |
| | | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@281 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | ||||
* | [FIX] Started documenting Sigmod | Ben Boeckel | 2008-10-06 | 1 | -7/+2 |
| | | | | | | [FIX] A few minor bugs git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@272 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | ||||
* | [FIX] Players now have money | Ben Boeckel | 2008-09-10 | 1 | -8/+8 |
| | | | | | | | | [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] Renamed everything (in use) away from Poké- prefixes | Ben Boeckel | 2008-09-06 | 1 | -85/+85 |
| | | | | 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 Boeckel | 2008-09-05 | 1 | -0/+573 |
for short) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@249 6ecfd1a5-f3ed-3746-8530-beee90d26b22 |