summaryrefslogtreecommitdiffstats
path: root/pokemod/Rules.h
Commit message (Expand)AuthorAgeFilesLines
* [FIX] Moving stuff for the move to the new name, Sigma Game Engine (sigen for...Ben Boeckel2008-09-051-122/+0
* [FIX] Fixes to NatureBen Boeckel2008-07-021-16/+0
* [FIX] Replaced Point with QPoint (less duplicate code)Ben Boeckel2008-06-301-0/+3
* [FIX] Macros fixed and ID can't be set outside of constructorsBen Boeckel2008-06-281-1/+1
* [FIX] Using cmake now (still is rough)Ben Boeckel2008-06-211-1/+1
* [FIX] Validation works in PokémodrBen Boeckel2008-06-191-3/+0
* [FIX] Fractions can now be polled for chancesBen Boeckel2008-06-181-3/+0
* [FIX] All modules now use their own namespaceBen Boeckel2008-06-091-0/+3
* [FIX] Modified Rules a bitBen Boeckel2008-06-021-9/+15
* [FIX] Scrapped effects and such for scripts (going to use Kross) in pokemodBen Boeckel2008-05-231-1/+1
* [FIX] Classes in pokemod will no longer emit a changed signal if not actually...Ben Boeckel2008-05-211-3/+3
* [FIX] general is now merged into pokemodBen Boeckel2008-05-191-3/+1
* [ADD] Added an option for letting the player not choose the switch style of b...Ben Boeckel2008-05-131-0/+3
* [FIX] Added Q_OBJECT to pokemod classesBen Boeckel2008-05-071-0/+2
* [FIX] pokemod now uses signals/slots for errors and warningsBen Boeckel2008-05-031-5/+8
* [FIX] Exceptions no longer used in pokemodBen Boeckel2008-05-021-12/+11
* [FIX] Less repetative code in pokemodBen Boeckel2008-04-291-3/+0
* [FIX] More header cleanlinessBen Boeckel2008-04-271-3/+0
* [FIX] Pokemod objects now know about parentsBen Boeckel2008-04-271-12/+9
* [FIX] Fraction bounds checkingBen Boeckel2008-04-201-1/+1
* [FIX] Frac -> FractionBen Boeckel2008-04-171-6/+7
* [FIX] Object::mid -> m_idBen Boeckel2008-04-151-3/+6
* [FIX] Member variables now use m_ prefixBen Boeckel2008-03-311-102/+102
* [FIX] Prettyfied include sectionsBen Boeckel2008-02-201-2/+4
* [FIX] pokemod now passes pointers around instead of referencesBen Boeckel2008-02-191-3/+3
* [FIX] Only committed general last timeBen Boeckel2008-02-011-43/+43
* [FIX] Changelog fixedBen Boeckel2008-01-311-1/+1
* [FIX] Frac returns a double (not an unsigned typcast to double, making 0 all ...Ben Boeckel2008-01-251-3/+3
* [FIX] Grammer in ChangelogBen Boeckel2008-01-231-1/+1
* [FIX] Some linker errors in pokemod and generalBen Boeckel2008-01-221-3/+5
* [FIX] PokeMod namespace removedBen Boeckel2008-01-211-98/+95
* [FIX] pokemod compiles faster due to better placement of #includesBen Boeckel2008-01-211-2/+0
* [ADD] More GUI classes (only MoveEffect left)Ben Boeckel2008-01-211-6/+6
* [DEL] get*Num/get*Denom methods from PokemodBen Boeckel2008-01-191-2/+0
* [DEL] Removed PokeGen namespaceBen Boeckel2008-01-191-101/+98
* [FIX] Added 2008 to copyrightsBen Boeckel2008-01-171-14/+15
* [FIX] Rules/Pokemod dependency fiascoBen Boeckel2007-11-271-1/+4
* [ADD] Known MoveEffectsBen Boeckel2007-11-271-18/+0
* [FIX] classes more usableBen Boeckel2007-11-221-0/+152