summaryrefslogtreecommitdiffstats
path: root/pokemod/Move.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FIX] Moving stuff for the move to the new name, Sigma Game Engine (sigen for...Ben Boeckel2008-09-051-233/+0
* [FIX] Script to make a tarball now defaults to HEAD for the revisionBen Boeckel2008-08-181-20/+20
* [FIX] Move no longer uses the overworld flag (will just check to see if the w...Ben Boeckel2008-08-041-14/+0
* [FIX] Cleaned up the RC fileBen Boeckel2008-08-041-12/+6
* [ADD] Added XMLGUI file for pokemodrBen Boeckel2008-08-021-4/+4
* [FIX] Added a depth variable to TrainerBen Boeckel2008-07-281-1/+2
* [FIX] Separated battle and world scripts for abilities and movesBen Boeckel2008-07-121-8/+22
* [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/+14
* [FIX] Macros fixed and ID can't be set outside of constructorsBen Boeckel2008-06-281-3/+4
* [FIX] Using cmake now (still is rough)Ben Boeckel2008-06-211-1/+1
* [FIX] Validation works in PokémodrBen Boeckel2008-06-191-0/+3
* [FIX] All modules now use their own namespaceBen Boeckel2008-06-091-27/+27
* [FIX] Moves cleaned upBen Boeckel2008-05-291-61/+0
* [FIX] Added an overworld property to movesBen Boeckel2008-05-231-0/+14
* [FIX] Scrapped effects and such for scripts (going to use Kross) in pokemodBen Boeckel2008-05-231-170/+11
* [FIX] Classes in pokemod will no longer emit a changed signal if not actually...Ben Boeckel2008-05-211-30/+15
* [FIX] general is now merged into pokemodBen Boeckel2008-05-191-0/+1
* [FIX] Refactored out connections made within widgetsBen Boeckel2008-05-151-0/+15
* [FIX] pokemod now uses signals/slots for errors and warningsBen Boeckel2008-05-031-16/+14
* [FIX] Exceptions no longer used in pokemodBen Boeckel2008-05-021-74/+63
* [FIX] Less repetative code in pokemodBen Boeckel2008-04-291-6/+15
* [FIX] More header cleanlinessBen Boeckel2008-04-271-3/+0
* [FIX] Pokemod objects now know about parentsBen Boeckel2008-04-271-67/+68
* [FIX] Fraction bounds checkingBen Boeckel2008-04-201-1/+3
* [FIX] Loading of submodulesBen Boeckel2008-04-191-1/+1
* [FIX] IndexException is more explicitBen Boeckel2008-04-191-6/+6
* [FIX] Frac -> FractionBen Boeckel2008-04-171-9/+14
* [FIX] Object::mid -> m_idBen Boeckel2008-04-151-91/+77
* [FIX] Memory leaks in load and copy methodBen Boeckel2008-03-311-4/+6
* [FIX] Member variables now use m_ prefixBen Boeckel2008-03-311-254/+240
* [FIX] KTabWidget now used rather than QTabWidget (though this kills Qt Design...Ben Boeckel2008-02-241-15/+23
* [FIX] Prettyfied include sectionsBen Boeckel2008-02-201-0/+1
* [ADD] MoveUI.{h, cpp}Ben Boeckel2008-02-191-0/+5
* [FIX] pokemod now passes pointers around instead of referencesBen Boeckel2008-02-191-31/+31
* [FIX] Only committed general last timeBen Boeckel2008-02-011-40/+40
* [FIX] Grammer in ChangelogBen Boeckel2008-01-231-11/+11
* [FIX] PokeMod namespace removedBen Boeckel2008-01-211-49/+49
* [FIX] const char*[] -> QStringList for easier laoding into KComboBoxBen Boeckel2008-01-211-3/+2
* [FIX] pokemod compiles faster due to better placement of #includesBen Boeckel2008-01-211-0/+7
* [ADD] More GUI classes (only MoveEffect left)Ben Boeckel2008-01-211-5/+15
* [DEL] get*Num/get*Denom methods from PokemodBen Boeckel2008-01-191-10/+0
* [DEL] Removed PokeGen namespaceBen Boeckel2008-01-191-49/+49
* [FIX] Added 2008 to copyrightsBen Boeckel2008-01-171-22/+22
* [FIX] classes more usableBen Boeckel2007-11-221-148/+234
* Redoing rev25Ben Boeckel2007-10-261-7/+7
* Reverted repo back to rev24 because committing of rev25 messed upBen Boeckel2007-10-261-7/+7
* [ADD] DISCLAIMERBen Boeckel2007-10-261-7/+7
* [FIX] Neural Network methods completeBen Boeckel2007-09-211-456/+345
* Moved to GPLv3 and Qt4, Changed String -> QString, other minor fixesBen Boeckel2007-07-211-30/+29