| Commit message (Expand) | Author | Age | Files | Lines |
* | [FIX] Moving stuff for the move to the new name, Sigma Game Engine (sigen for... | Ben Boeckel | 2008-09-05 | 1 | -573/+0 |
* | [FIX] Script to make a tarball now defaults to HEAD for the revision | Ben Boeckel | 2008-08-18 | 1 | -15/+12 |
* | [FIX] Cleaned up the RC file | Ben Boeckel | 2008-08-04 | 1 | -12/+6 |
* | [ADD] Added XMLGUI file for pokemodr | Ben Boeckel | 2008-08-02 | 1 | -4/+4 |
* | [FIX] Separated battle and world scripts for abilities and moves | Ben Boeckel | 2008-07-12 | 1 | -17/+17 |
* | [FIX] Using qobject_cast now where possible | Ben Boeckel | 2008-06-30 | 1 | -1/+1 |
* | [FIX] Replaced Point with QPoint (less duplicate code) | Ben Boeckel | 2008-06-30 | 1 | -1/+1 |
* | [FIX] Macros fixed and ID can't be set outside of constructors | Ben Boeckel | 2008-06-28 | 1 | -5/+6 |
* | [FIX] Using cmake now (still is rough) | Ben Boeckel | 2008-06-21 | 1 | -1/+1 |
* | [FIX] Validation works in Pokémodr | Ben Boeckel | 2008-06-19 | 1 | -38/+19 |
* | [FIX] All modules now use their own namespace | Ben Boeckel | 2008-06-09 | 1 | -82/+82 |
* | [FIX] Modified Rules a bit | Ben Boeckel | 2008-06-02 | 1 | -1/+0 |
* | [FIX] Typechart now works | Ben Boeckel | 2008-05-28 | 1 | -24/+12 |
* | [FIX] Classes in pokemod will no longer emit a changed signal if not actually... | Ben Boeckel | 2008-05-21 | 1 | -9/+6 |
* | [FIX] Refactored out connections made within widgets | Ben Boeckel | 2008-05-15 | 1 | -0/+3 |
* | [ADD] MapTrainerUI logic | Ben Boeckel | 2008-05-14 | 1 | -0/+5 |
* | [FIX] pokemod now uses signals/slots for errors and warnings | Ben Boeckel | 2008-05-03 | 1 | -28/+23 |
* | [FIX] Exceptions no longer used in pokemod | Ben Boeckel | 2008-05-02 | 1 | -175/+131 |
* | [FIX] Less repetative code in pokemod | Ben Boeckel | 2008-04-29 | 1 | -24/+48 |
* | [FIX] More header cleanliness | Ben Boeckel | 2008-04-27 | 1 | -3/+0 |
* | [FIX] Pokemod objects now know about parents | Ben Boeckel | 2008-04-27 | 1 | -143/+144 |
* | [FIX] Loading of submodules | Ben Boeckel | 2008-04-19 | 1 | -4/+4 |
* | [FIX] IndexException is more explicit | Ben Boeckel | 2008-04-19 | 1 | -7/+7 |
* | [FIX] Frac -> Fraction | Ben Boeckel | 2008-04-17 | 1 | -12/+17 |
* | [FIX] Object::mid -> m_id | Ben Boeckel | 2008-04-15 | 1 | -143/+67 |
* | [FIX] Memory leaks in load and copy method | Ben Boeckel | 2008-03-31 | 1 | -16/+24 |
* | [FIX] Member variables now use m_ prefix | Ben Boeckel | 2008-03-31 | 1 | -402/+367 |
* | [FIX] KTabWidget now used rather than QTabWidget (though this kills Qt Design... | Ben Boeckel | 2008-02-24 | 1 | -69/+89 |
* | [FIX] Changelog/SVN desynchronization fixed | Ben Boeckel | 2008-02-23 | 1 | -4/+4 |
* | [FIX] Prettyfied include sections | Ben Boeckel | 2008-02-20 | 1 | -0/+1 |
* | [FIX] Fixed GPL headers in source files from rogue find/replace | Ben Boeckel | 2008-02-19 | 1 | -1/+1 |
* | [FIX] pokemod now passes pointers around instead of references | Ben Boeckel | 2008-02-19 | 1 | -85/+85 |
* | [ADD] Tilemap editing to the Map form | Ben Boeckel | 2008-02-06 | 1 | -0/+10 |
* | [FIX] Only committed general last time | Ben Boeckel | 2008-02-01 | 1 | -92/+92 |
* | [FIX] Grammer in Changelog | Ben Boeckel | 2008-01-23 | 1 | -18/+18 |
* | [FIX] PokeMod namespace removed | Ben Boeckel | 2008-01-21 | 1 | -68/+68 |
* | [FIX] const char*[] -> QStringList for easier laoding into KComboBox | Ben Boeckel | 2008-01-21 | 1 | -2/+1 |
* | [FIX] pokemod compiles faster due to better placement of #includes | Ben Boeckel | 2008-01-21 | 1 | -0/+6 |
* | [ADD] More GUI classes (only MoveEffect left) | Ben Boeckel | 2008-01-21 | 1 | -14/+93 |
* | [DEL] Removed PokeGen namespace | Ben Boeckel | 2008-01-19 | 1 | -55/+55 |
* | [FIX] Added 2008 to copyrights | Ben Boeckel | 2008-01-17 | 1 | -31/+31 |
* | [FIX] classes more usable | Ben Boeckel | 2007-11-22 | 1 | -247/+337 |
* | Redoing rev25 | Ben Boeckel | 2007-10-26 | 1 | -20/+10 |
* | Reverted repo back to rev24 because committing of rev25 messed up | Ben Boeckel | 2007-10-26 | 1 | -10/+20 |
* | [ADD] DISCLAIMER | Ben Boeckel | 2007-10-26 | 1 | -20/+10 |
* | [FIX] Neural Network methods complete | Ben Boeckel | 2007-09-21 | 1 | -676/+538 |
* | Moved to GPLv3 and Qt4, Changed String -> QString, other minor fixes | Ben Boeckel | 2007-07-21 | 1 | -65/+64 |
* | Fixed Logging, minor fixes, got rid of NatureEffect, and started migration fr... | Ben Boeckel | 2007-07-03 | 1 | -203/+0 |
* | Pokemod validation, paths made to default | Ben Boeckel | 2007-06-22 | 1 | -12/+18 |
* | Style cleanup, minor Matrix fixes, duplication validations, Pokemod methods | Ben Boeckel | 2007-06-04 | 1 | -40/+257 |