summaryrefslogtreecommitdiffstats
path: root/pokemod/Map.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FIX] Moving stuff for the move to the new name, Sigma Game Engine (sigen for...Ben Boeckel2008-09-051-573/+0
* [FIX] Script to make a tarball now defaults to HEAD for the revisionBen Boeckel2008-08-181-15/+12
* [FIX] Cleaned up the RC fileBen Boeckel2008-08-041-12/+6
* [ADD] Added XMLGUI file for pokemodrBen Boeckel2008-08-021-4/+4
* [FIX] Separated battle and world scripts for abilities and movesBen Boeckel2008-07-121-17/+17
* [FIX] Using qobject_cast now where possibleBen Boeckel2008-06-301-1/+1
* [FIX] Replaced Point with QPoint (less duplicate code)Ben Boeckel2008-06-301-1/+1
* [FIX] Macros fixed and ID can't be set outside of constructorsBen Boeckel2008-06-281-5/+6
* [FIX] Using cmake now (still is rough)Ben Boeckel2008-06-211-1/+1
* [FIX] Validation works in PokémodrBen Boeckel2008-06-191-38/+19
* [FIX] All modules now use their own namespaceBen Boeckel2008-06-091-82/+82
* [FIX] Modified Rules a bitBen Boeckel2008-06-021-1/+0
* [FIX] Typechart now worksBen Boeckel2008-05-281-24/+12
* [FIX] Classes in pokemod will no longer emit a changed signal if not actually...Ben Boeckel2008-05-211-9/+6
* [FIX] Refactored out connections made within widgetsBen Boeckel2008-05-151-0/+3
* [ADD] MapTrainerUI logicBen Boeckel2008-05-141-0/+5
* [FIX] pokemod now uses signals/slots for errors and warningsBen Boeckel2008-05-031-28/+23
* [FIX] Exceptions no longer used in pokemodBen Boeckel2008-05-021-175/+131
* [FIX] Less repetative code in pokemodBen Boeckel2008-04-291-24/+48
* [FIX] More header cleanlinessBen Boeckel2008-04-271-3/+0
* [FIX] Pokemod objects now know about parentsBen Boeckel2008-04-271-143/+144
* [FIX] Loading of submodulesBen Boeckel2008-04-191-4/+4
* [FIX] IndexException is more explicitBen Boeckel2008-04-191-7/+7
* [FIX] Frac -> FractionBen Boeckel2008-04-171-12/+17
* [FIX] Object::mid -> m_idBen Boeckel2008-04-151-143/+67
* [FIX] Memory leaks in load and copy methodBen Boeckel2008-03-311-16/+24
* [FIX] Member variables now use m_ prefixBen Boeckel2008-03-311-402/+367
* [FIX] KTabWidget now used rather than QTabWidget (though this kills Qt Design...Ben Boeckel2008-02-241-69/+89
* [FIX] Changelog/SVN desynchronization fixedBen Boeckel2008-02-231-4/+4
* [FIX] Prettyfied include sectionsBen Boeckel2008-02-201-0/+1
* [FIX] Fixed GPL headers in source files from rogue find/replaceBen Boeckel2008-02-191-1/+1
* [FIX] pokemod now passes pointers around instead of referencesBen Boeckel2008-02-191-85/+85
* [ADD] Tilemap editing to the Map formBen Boeckel2008-02-061-0/+10
* [FIX] Only committed general last timeBen Boeckel2008-02-011-92/+92
* [FIX] Grammer in ChangelogBen Boeckel2008-01-231-18/+18
* [FIX] PokeMod namespace removedBen Boeckel2008-01-211-68/+68
* [FIX] const char*[] -> QStringList for easier laoding into KComboBoxBen Boeckel2008-01-211-2/+1
* [FIX] pokemod compiles faster due to better placement of #includesBen Boeckel2008-01-211-0/+6
* [ADD] More GUI classes (only MoveEffect left)Ben Boeckel2008-01-211-14/+93
* [DEL] Removed PokeGen namespaceBen Boeckel2008-01-191-55/+55
* [FIX] Added 2008 to copyrightsBen Boeckel2008-01-171-31/+31
* [FIX] classes more usableBen Boeckel2007-11-221-247/+337
* Redoing rev25Ben Boeckel2007-10-261-20/+10
* Reverted repo back to rev24 because committing of rev25 messed upBen Boeckel2007-10-261-10/+20
* [ADD] DISCLAIMERBen Boeckel2007-10-261-20/+10
* [FIX] Neural Network methods completeBen Boeckel2007-09-211-676/+538
* Moved to GPLv3 and Qt4, Changed String -> QString, other minor fixesBen Boeckel2007-07-211-65/+64
* Fixed Logging, minor fixes, got rid of NatureEffect, and started migration fr...Ben Boeckel2007-07-031-203/+0
* Pokemod validation, paths made to defaultBen Boeckel2007-06-221-12/+18
* Style cleanup, minor Matrix fixes, duplication validations, Pokemod methodsBen Boeckel2007-06-041-40/+257