summaryrefslogtreecommitdiffstats
path: root/pokemod/Dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* [FIX] Scrapped effects and such for scripts (going to use Kross) in pokemodBen Boeckel2008-05-231-665/+0
* [FIX] Dialog commands now use "Species" instead of "Pokemon"Ben Boeckel2008-05-221-7/+7
* [FIX] Classes in pokemod will no longer emit a changed signal if not actually...Ben Boeckel2008-05-211-2/+1
* [FIX] Added a command widgetBen Boeckel2008-05-211-6/+6
* [FIX] general is now merged into pokemodBen Boeckel2008-05-191-1/+2
* [FIX] Refactored out connections made within widgetsBen Boeckel2008-05-151-0/+2
* [ADD] Added Sound class and related codeBen Boeckel2008-05-131-6/+4
* [FIX] pokemod now uses signals/slots for errors and warningsBen Boeckel2008-05-031-608/+565
* [FIX] Exceptions no longer used in pokemodBen Boeckel2008-05-021-16/+19
* [FIX] Pokemod objects now know about parentsBen Boeckel2008-04-271-613/+614
* [FIX] IndexException is more explicitBen Boeckel2008-04-191-1/+1
* [FIX] Frac -> FractionBen Boeckel2008-04-171-2/+8
* [FIX] Object::mid -> m_idBen Boeckel2008-04-151-18/+16
* [FIX] Member variables now use m_ prefixBen Boeckel2008-03-311-126/+123
* [FIX] pokemod now passes pointers around instead of referencesBen Boeckel2008-02-191-66/+66
* [FIX] Only committed general last timeBen Boeckel2008-02-011-78/+76
* [FIX] BugCatcher now asks if the user wants to open KBugReportBen Boeckel2008-01-241-1/+1
* [FIX] Grammer in ChangelogBen Boeckel2008-01-231-6/+6
* [FIX] PokeMod namespace removedBen Boeckel2008-01-211-19/+19
* [FIX] const char*[] -> QStringList for easier laoding into KComboBoxBen Boeckel2008-01-211-4/+4
* [FIX] pokemod compiles faster due to better placement of #includesBen Boeckel2008-01-211-0/+9
* [ADD] More GUI classes (only MoveEffect left)Ben Boeckel2008-01-211-39/+39
* [DEL] Removed PokeGen namespaceBen Boeckel2008-01-191-13/+13
* [FIX] Added 2008 to copyrightsBen Boeckel2008-01-171-5/+20
* [FIX] classes more usableBen Boeckel2007-11-221-100/+123
* Redoing rev25Ben Boeckel2007-10-261-4/+19
* Reverted repo back to rev24 because committing of rev25 messed upBen Boeckel2007-10-261-19/+4
* [ADD] DISCLAIMERBen Boeckel2007-10-261-4/+19
* [FIX] Neural Network methods completeBen Boeckel2007-09-211-668/+643
* Moved to GPLv3 and Qt4, Changed String -> QString, other minor fixesBen Boeckel2007-07-211-780/+580
* Fixed Logging, minor fixes, got rid of NatureEffect, and started migration fr...Ben Boeckel2007-07-031-169/+394
* Minor various fixes, Dialog validation started, GUI fixes, String methods addedBen Boeckel2007-06-281-4/+541
* Pokemod validation, paths made to defaultBen Boeckel2007-06-221-56/+11
* Style cleanup, minor Matrix fixes, duplication validations, Pokemod methodsBen Boeckel2007-06-041-4/+3
* Finished off all PokeMod classes, added move validations, fixed up some GUI, ...Ben Boeckel2007-06-021-4/+4
* Added Map and Tile, added Hat class, and fixed up some other minor thingsBen Boeckel2007-06-011-1/+46
* const arguments where possible, EggGroup, Move beginningsBen Boeckel2007-05-261-5/+5
* More modules PokéMod addedBen Boeckel2007-05-251-0/+107