summaryrefslogtreecommitdiffstats
path: root/pokemod/Rules.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FIX] Moving stuff for the move to the new name, Sigma Game Engine (sigen for...Ben Boeckel2008-09-051-438/+0
* [FIX] Script to make a tarball now defaults to HEAD for the revisionBen Boeckel2008-08-181-46/+46
* [FIX] Cleaned up the RC fileBen Boeckel2008-08-041-40/+20
* [ADD] Added XMLGUI file for pokemodrBen Boeckel2008-08-021-4/+4
* [FIX] Fixes to NatureBen Boeckel2008-07-021-79/+1
* [FIX] Replaced Point with QPoint (less duplicate code)Ben Boeckel2008-06-301-0/+14
* [FIX] Macros fixed and ID can't be set outside of constructorsBen Boeckel2008-06-281-1/+2
* [FIX] Validation works in PokémodrBen Boeckel2008-06-191-20/+3
* [FIX] Fractions can now be polled for chancesBen Boeckel2008-06-181-20/+0
* [FIX] All modules now use their own namespaceBen Boeckel2008-06-091-67/+67
* [FIX] Modified Rules a bitBen Boeckel2008-06-021-37/+71
* [FIX] Scrapped effects and such for scripts (going to use Kross) in pokemodBen Boeckel2008-05-231-2/+1
* [FIX] Classes in pokemod will no longer emit a changed signal if not actually...Ben Boeckel2008-05-211-56/+29
* [FIX] Refactored out connections made within widgetsBen Boeckel2008-05-151-1/+28
* [ADD] Added an option for letting the player not choose the switch style of b...Ben Boeckel2008-05-131-0/+14
* [FIX] pokemod now uses signals/slots for errors and warningsBen Boeckel2008-05-031-19/+18
* [FIX] Exceptions no longer used in pokemodBen Boeckel2008-05-021-78/+85
* [FIX] Pokemod objects now know about parentsBen Boeckel2008-04-271-57/+58
* [FIX] Fraction bounds checkingBen Boeckel2008-04-201-1/+3
* [FIX] IndexException is more explicitBen Boeckel2008-04-191-10/+9
* [FIX] Frac -> FractionBen Boeckel2008-04-171-7/+13
* [FIX] Object::mid -> m_idBen Boeckel2008-04-151-94/+90
* [FIX] Member variables now use m_ prefixBen Boeckel2008-03-311-285/+294
* [FIX] pokemod now passes pointers around instead of referencesBen Boeckel2008-02-191-14/+14
* [FIX] Only committed general last timeBen Boeckel2008-02-011-32/+32
* [FIX] Changelog fixedBen Boeckel2008-01-311-1/+1
* [FIX] pokemodr.ui now uses QScrollArea rather than QAbstractScrollAreaBen Boeckel2008-01-251-1/+1
* [FIX] Frac returns a double (not an unsigned typcast to double, making 0 all ...Ben Boeckel2008-01-251-15/+15
* [FIX] BugCatcher now asks if the user wants to open KBugReportBen Boeckel2008-01-241-1/+1
* [FIX] Grammer in ChangelogBen Boeckel2008-01-231-13/+13
* [FIX] Some linker errors in pokemod and generalBen Boeckel2008-01-221-0/+8
* [FIX] PokeMod namespace removedBen Boeckel2008-01-211-58/+58
* [FIX] pokemod compiles faster due to better placement of #includesBen Boeckel2008-01-211-0/+1
* [ADD] More GUI classes (only MoveEffect left)Ben Boeckel2008-01-211-24/+24
* [DEL] get*Num/get*Denom methods from PokemodBen Boeckel2008-01-191-10/+0
* [DEL] Removed PokeGen namespaceBen Boeckel2008-01-191-60/+60
* [FIX] Added 2008 to copyrightsBen Boeckel2008-01-171-23/+23
* [ADD] Known MoveEffectsBen Boeckel2007-11-271-85/+1
* [FIX] classes more usableBen Boeckel2007-11-221-0/+577