summaryrefslogtreecommitdiffstats
path: root/pokemod/Tile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FIX] Moving stuff for the move to the new name, Sigma Game Engine (sigen for...Ben Boeckel2008-09-051-139/+0
* [FIX] Fixed some minor typosBen Boeckel2008-08-261-1/+1
* [FIX] Script to make a tarball now defaults to HEAD for the revisionBen Boeckel2008-08-181-21/+14
* [FIX] Cleaned up the RC fileBen Boeckel2008-08-041-16/+15
* [ADD] Added XMLGUI file for pokemodrBen Boeckel2008-08-021-4/+4
* [ADD] Added pokescripting to the spec fileBen Boeckel2008-07-201-0/+1
* [FIX] Macros fixed and ID can't be set outside of constructorsBen Boeckel2008-06-281-3/+4
* [FIX] Validation works in PokémodrBen Boeckel2008-06-191-3/+3
* [FIX] All modules now use their own namespaceBen Boeckel2008-06-091-22/+22
* [FIX] Tiles now have scripts associated with themBen Boeckel2008-05-281-64/+8
* [FIX] Status and Weather classes in pokemod instead of hardcodedBen Boeckel2008-05-271-53/+0
* [FIX] Classes in pokemod will no longer emit a changed signal if not actually...Ben Boeckel2008-05-211-15/+7
* [FIX] Refactored out connections made within widgetsBen Boeckel2008-05-151-0/+8
* [FIX] pokemod now uses signals/slots for errors and warningsBen Boeckel2008-05-031-17/+18
* [FIX] Exceptions no longer used in pokemodBen Boeckel2008-05-021-62/+62
* [FIX] Pokemod objects now know about parentsBen Boeckel2008-04-271-53/+54
* [FIX] Fraction bounds checkingBen Boeckel2008-04-201-1/+3
* [FIX] IndexException is more explicitBen Boeckel2008-04-191-10/+12
* [FIX] Frac -> FractionBen Boeckel2008-04-171-6/+12
* [FIX] Object::mid -> m_idBen Boeckel2008-04-151-59/+40
* [FIX] Member variables now use m_ prefixBen Boeckel2008-03-311-152/+139
* [FIX] KTabWidget now used rather than QTabWidget (though this kills Qt Design...Ben Boeckel2008-02-241-20/+20
* [FIX] Frac now makes sure that the denominator is positiveBen Boeckel2008-02-221-12/+9
* [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-19/+19
* [FIX] Tile UI form fixesBen Boeckel2008-02-071-11/+17
* [ADD] Tilemap editing to the Map formBen Boeckel2008-02-061-1/+0
* [FIX] Only committed general last timeBen Boeckel2008-02-011-30/+30
* [FIX] Grammer in ChangelogBen Boeckel2008-01-231-12/+12
* [FIX] PokeMod namespace removedBen Boeckel2008-01-211-26/+26
* [FIX] const char*[] -> QStringList for easier laoding into KComboBoxBen Boeckel2008-01-211-13/+13
* [FIX] pokemod compiles faster due to better placement of #includesBen Boeckel2008-01-211-0/+2
* [ADD] More GUI classes (only MoveEffect left)Ben Boeckel2008-01-211-3/+3
* [DEL] get*Num/get*Denom methods from PokemodBen Boeckel2008-01-191-24/+0
* [DEL] Removed PokeGen namespaceBen Boeckel2008-01-191-31/+31
* [FIX] Added 2008 to copyrightsBen Boeckel2008-01-171-113/+48
* [FIX] classes more usableBen Boeckel2007-11-221-175/+168
* Redoing rev25Ben Boeckel2007-10-261-3/+6
* Reverted repo back to rev24 because committing of rev25 messed upBen Boeckel2007-10-261-6/+3
* [ADD] DISCLAIMERBen Boeckel2007-10-261-3/+6
* [FIX] Neural Network methods completeBen Boeckel2007-09-211-488/+363
* Moved to GPLv3 and Qt4, Changed String -> QString, other minor fixesBen Boeckel2007-07-211-89/+55
* Fixed Logging, minor fixes, got rid of NatureEffect, and started migration fr...Ben Boeckel2007-07-031-74/+32
* Pokemod validation, paths made to defaultBen Boeckel2007-06-221-14/+14
* Style cleanup, minor Matrix fixes, duplication validations, Pokemod methodsBen Boeckel2007-06-041-27/+25
* Finished off all PokeMod classes, added move validations, fixed up some GUI, ...Ben Boeckel2007-06-021-58/+435
* Added Map and Tile, added Hat class, and fixed up some other minor thingsBen Boeckel2007-06-011-0/+189