summaryrefslogtreecommitdiffstats
path: root/pokemod/AbilityEffect.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FIX] Pokemod objects now know about parentsBen Boeckel2008-04-271-152/+153
* [FIX] Fraction bounds checkingBen Boeckel2008-04-201-2/+4
* [FIX] IndexException is more explicitBen Boeckel2008-04-191-25/+25
* [FIX] Frac -> FractionBen Boeckel2008-04-171-10/+16
* [FIX] Object::mid -> m_idBen Boeckel2008-04-151-48/+36
* [FIX] Member variables now use m_ prefixBen Boeckel2008-03-311-215/+188
* [FIX] KTabWidget now used rather than QTabWidget (though this kills Qt Design...Ben Boeckel2008-02-241-16/+14
* [FIX] Prettyfied include sectionsBen Boeckel2008-02-201-1/+2
* [FIX] pokemod now passes pointers around instead of referencesBen Boeckel2008-02-191-21/+21
* [FIX] Only committed general last timeBen Boeckel2008-02-011-40/+40
* [FIX] Grammer in ChangelogBen Boeckel2008-01-231-30/+30
* [FIX] PokeMod namespace removedBen Boeckel2008-01-211-35/+35
* [FIX] const char*[] -> QStringList for easier laoding into KComboBoxBen Boeckel2008-01-211-8/+8
* [FIX] pokemod compiles faster due to better placement of #includesBen Boeckel2008-01-211-0/+4
* [ADD] More GUI classes (only MoveEffect left)Ben Boeckel2008-01-211-6/+6
* [DEL] get*Num/get*Denom methods from PokemodBen Boeckel2008-01-191-20/+0
* [DEL] Removed PokeGen namespaceBen Boeckel2008-01-191-39/+39
* [FIX] Added 2008 to copyrightsBen Boeckel2008-01-171-44/+52
* [FIX] classes more usableBen Boeckel2007-11-221-159/+175
* Redoing rev25Ben Boeckel2007-10-261-19/+29
* Reverted repo back to rev24 because committing of rev25 messed upBen Boeckel2007-10-261-29/+19
* [ADD] DISCLAIMERBen Boeckel2007-10-261-19/+29
* [FIX] Neural Network methods completeBen Boeckel2007-09-211-882/+458
* Moved to GPLv3 and Qt4, Changed String -> QString, other minor fixesBen Boeckel2007-07-211-20/+19
* Fixed Logging, minor fixes, got rid of NatureEffect, and started migration fr...Ben Boeckel2007-07-031-188/+0
* Pokemod validation, paths made to defaultBen Boeckel2007-06-221-44/+44
* Style cleanup, minor Matrix fixes, duplication validations, Pokemod methodsBen Boeckel2007-06-041-31/+29
* Finished off all PokeMod classes, added move validations, fixed up some GUI, ...Ben Boeckel2007-06-021-29/+20
* Added Map and Tile, added Hat class, and fixed up some other minor thingsBen Boeckel2007-06-011-213/+457
* Lots of minor fixes, added TODO file, Move methodsBen Boeckel2007-05-291-12/+12
* const arguments where possible, EggGroup, Move beginningsBen Boeckel2007-05-261-15/+15
* More modules PokéMod addedBen Boeckel2007-05-251-6/+6
* Added more PokéMod modulesBen Boeckel2007-05-231-9/+0
* Added a lot of minor PokéMod modulesBen Boeckel2007-05-221-1/+1
* Various pokemod fixes (added AbilityEffect and Type)Ben Boeckel2007-05-211-0/+847