| 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 | -277/+0 |
* | [FIX] Script to make a tarball now defaults to HEAD for the revision | Ben Boeckel | 2008-08-18 | 1 | -11/+11 |
* | [FIX] Cleaned up the RC file | Ben Boeckel | 2008-08-04 | 1 | -17/+9 |
* | [ADD] Added XMLGUI file for pokemodr | Ben Boeckel | 2008-08-02 | 1 | -4/+4 |
* | [FIX] Using qobject_cast now where possible | Ben Boeckel | 2008-06-30 | 1 | -3/+3 |
* | [FIX] Replaced Point with QPoint (less duplicate code) | Ben Boeckel | 2008-06-30 | 1 | -4/+4 |
* | [FIX] Macros fixed and ID can't be set outside of constructors | Ben Boeckel | 2008-06-28 | 1 | -3/+4 |
* | [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 | -16/+15 |
* | [FIX] All modules now use their own namespace | Ben Boeckel | 2008-06-09 | 1 | -35/+35 |
* | [FIX] Typechart now works | Ben Boeckel | 2008-05-28 | 1 | -6/+3 |
* | [FIX] Scrapped effects and such for scripts (going to use Kross) in pokemod | Ben Boeckel | 2008-05-23 | 1 | -63/+8 |
* | [FIX] Classes in pokemod will no longer emit a changed signal if not actually... | Ben Boeckel | 2008-05-21 | 1 | -20/+11 |
* | [FIX] general is now merged into pokemod | Ben Boeckel | 2008-05-19 | 1 | -0/+1 |
* | [FIX] Refactored out connections made within widgets | Ben Boeckel | 2008-05-15 | 1 | -0/+9 |
* | [FIX] API of FractionWidget and PointWidget | Ben Boeckel | 2008-05-15 | 1 | -8/+8 |
* | [ADD] MapTrainerUI logic | Ben Boeckel | 2008-05-14 | 1 | -19/+19 |
* | [FIX] pokemod now uses signals/slots for errors and warnings | Ben Boeckel | 2008-05-03 | 1 | -16/+14 |
* | [FIX] Exceptions no longer used in pokemod | Ben Boeckel | 2008-05-02 | 1 | -74/+64 |
* | [FIX] Less repetative code in pokemod | Ben Boeckel | 2008-04-29 | 1 | -6/+15 |
* | [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 | -69/+73 |
* | [FIX] IndexException is more explicit | Ben Boeckel | 2008-04-19 | 1 | -6/+6 |
* | [FIX] Frac -> Fraction | Ben Boeckel | 2008-04-17 | 1 | -6/+10 |
* | [FIX] Object::mid -> m_id | Ben Boeckel | 2008-04-15 | 1 | -87/+60 |
* | [FIX] Memory leaks in load and copy method | Ben Boeckel | 2008-03-31 | 1 | -4/+6 |
* | [FIX] Member variables now use m_ prefix | Ben Boeckel | 2008-03-31 | 1 | -221/+193 |
* | [ADD] ItemType now has a count descriptor | Ben Boeckel | 2008-03-09 | 1 | -93/+29 |
* | [FIX] KTabWidget now used rather than QTabWidget (though this kills Qt Design... | Ben Boeckel | 2008-02-24 | 1 | -17/+25 |
* | [FIX] Include cleanup | Ben Boeckel | 2008-02-24 | 1 | -4/+4 |
* | [FIX] Changelog/SVN desynchronization fixed | Ben Boeckel | 2008-02-23 | 1 | -1/+1 |
* | [FIX] Prettyfied include sections | Ben Boeckel | 2008-02-20 | 1 | -0/+1 |
* | [FIX] pokemod now passes pointers around instead of references | Ben Boeckel | 2008-02-19 | 1 | -44/+44 |
* | [FIX] Only committed general last time | Ben Boeckel | 2008-02-01 | 1 | -54/+54 |
* | [FIX] Grammer in Changelog | Ben Boeckel | 2008-01-23 | 1 | -14/+14 |
* | [FIX] PokeMod namespace removed | Ben Boeckel | 2008-01-21 | 1 | -46/+46 |
* | [FIX] pokemod compiles faster due to better placement of #includes | Ben Boeckel | 2008-01-21 | 1 | -0/+8 |
* | [ADD] More GUI classes (only MoveEffect left) | Ben Boeckel | 2008-01-21 | 1 | -72/+63 |
* | [DEL] Removed PokeGen namespace | Ben Boeckel | 2008-01-19 | 1 | -48/+48 |
* | [FIX] Added 2008 to copyrights | Ben Boeckel | 2008-01-17 | 1 | -25/+25 |
* | [FIX] classes more usable | Ben Boeckel | 2007-11-22 | 1 | -192/+236 |
* | Redoing rev25 | Ben Boeckel | 2007-10-26 | 1 | -9/+6 |
* | Reverted repo back to rev24 because committing of rev25 messed up | Ben Boeckel | 2007-10-26 | 1 | -6/+9 |
* | [ADD] DISCLAIMER | Ben Boeckel | 2007-10-26 | 1 | -9/+6 |
* | [FIX] Neural Network methods complete | Ben Boeckel | 2007-09-21 | 1 | -506/+408 |
* | Moved to GPLv3 and Qt4, Changed String -> QString, other minor fixes | Ben Boeckel | 2007-07-21 | 1 | -74/+73 |
* | Fixed Logging, minor fixes, got rid of NatureEffect, and started migration fr... | Ben Boeckel | 2007-07-03 | 1 | -122/+53 |
* | Pokemod validation, paths made to default | Ben Boeckel | 2007-06-22 | 1 | -17/+17 |
* | Style cleanup, minor Matrix fixes, duplication validations, Pokemod methods | Ben Boeckel | 2007-06-04 | 1 | -32/+46 |
* | Finished off all PokeMod classes, added move validations, fixed up some GUI, ... | Ben Boeckel | 2007-06-02 | 1 | -0/+562 |