summaryrefslogtreecommitdiffstats
path: root/pokemodr
Commit message (Collapse)AuthorAgeFilesLines
...
* [FIX] Prettyfied include sectionsBen Boeckel2008-02-201-21/+113
| | | | | | | [FIX] KDevelop helping with .pro files even more [DEL] STANDARDS file git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@67 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] SpeciesUI.{h, cpp}Ben Boeckel2008-02-2011-47/+19
| | | | | | | | | | | | [FIX] Missing semicolon in general/Hat.h [FIX] Shortened method names in Species [FIX] Cleaned up some includes in UI logic [FIX] NatureUI now gets the curStat right from varStat [FIX] NatureUI sets varStat in ctor rather than setGui [FIX] .pro files now controled by KDevelop [FIX] Minor UI form fixes git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@66 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] SpeciesEvolution.{h, cpp}Ben Boeckel2008-02-207-12/+296
| | | | | | | | [ADD] Appropriate includes for Species*UI.cpp files [FIX] SpeciesEvolution values now fixed up [FIX] Relative enum in more logical order git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@65 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Store item setting is now less touchyBen Boeckel2008-02-1915-60/+153
| | | | | | | | [FIX] Some ui forms were missing things [FIX] UI logic with having ID data embedded instead of roundabout resolution [ADD] Fleshed out more for pokemodr TODO git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@64 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] MoveUI.{h, cpp}Ben Boeckel2008-02-1910-32/+317
| | | | | | | | [FIX] Move::setDescription was not complete [FIX] Streamlined some UI classes with Fraction handling [DEL] FracMatrix is handled by Matrix<Frac> git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@63 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fixed GPL headers in source files from rogue find/replaceBen Boeckel2008-02-1923-20/+187
| | | | | | | [ADD] SpeciesAbilityUI.{h, cpp} [ADD] pokemodr TODO list git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@62 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] pokemod now passes pointers around instead of referencesBen Boeckel2008-02-1914-77/+77
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@61 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] SpeciesItemUI.{h, cpp}Ben Boeckel2008-02-186-13/+334
| | | | | | | [ADD] SpeciesMoveUI.{h, cpp} [FIX] CoinListObjectUI fixes git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@60 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] Store UI fileBen Boeckel2008-02-126-1/+268
| | | | | | | | [ADD] StoreUI.{h, cpp} [FIX] BadgeUI dependency [ADD] Map resource file git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@59 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Tile UI form fixesBen Boeckel2008-02-0711-46/+532
| | | | | | | | | | [FIX] BadgeUI logic cleaned up [FIX] Tilemap editing Model and Delegate fleshed out [ADD] TileUI.{h, cpp} and TypeUI.{h, cpp} [FIX] Default path for Pokemod added [FIX] Tile HM and Force setting git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@58 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] Tilemap editing to the Map formBen Boeckel2008-02-069-23/+531
| | | | | | | | | | [ADD] MapUI.{h, cpp}, TilemapModel.{h, cpp}, TileDelegate.{h, cpp} [FIX] Editing area of the main window now has scroll bars [FIX] CoinListUI is now safer with its combobox creation for the values [FIX] Minor fixes in Tile and Map classes [FIX] Matrix cleaned up git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@57 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] CoinListObjectUI.{h, cpp}Ben Boeckel2008-02-023-4/+211
| | | | | | [FIX] object where parameter o should be in CoinListObject git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@56 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Only committed general last timeBen Boeckel2008-02-015-12/+23
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@55 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] CoinList UI now uses a KComboBox instead of a KIntNumInput for valueBen Boeckel2008-02-0113-186/+166
| | | | | | | | | | | | [FIX] Badge UI now uses KPushButtons instead of a QGraphicsView [FIX] BadgeUI now works [FIX] PokeModr now sends a new error when an Exception got all the way through [DEL] GenericListItem replaced as QListWidgetItem works on its own [ADD] pokemodr now needs to like to kio [ADD] getFace/getBadge methods to Badge [ADD] 2 HMs (Heal and Escape) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@53 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Changelog fixedBen Boeckel2008-01-318-2/+429
| | | | | | | | | | [FIX] Warnings in pokemod gone [FIX] BoundsException thrown from Item::setPrice() [FIX] CoinLIst now has correct className [FIX] Frac needed in header for ItemEffect [ADD] CoinList, EggGroup, and Item UI logic added git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@52 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] GenericListItem.{h, cpp}Ben Boeckel2008-01-3111-50/+208
| | | | | | | [FIX] BadgeUI bugs (some still exist) [FIX] Other UI bugs fixed git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@51 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] BadgeUI, AuthorUI, and AbilityUIBen Boeckel2008-01-3024-27/+481
| | | | | | | | [FIX] Fix up UI forms [FIX] win32 builds now allow exceptions [FIX] Tidy up other UI logic files git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@50 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fixed errors in general.pro and pokemodr.pro for WindowsBen Boeckel2008-01-251-3/+3
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@49 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] win32 support (KDE) into .pro filesBen Boeckel2008-01-259-21/+260
| | | | | | | | [FIX] Ref.h extern variables [FIX] Nature include [FIX[ GUI fixes git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@48 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] ObjectUI::setObjects now protectedBen Boeckel2008-01-256-7/+165
| | | | | | | [FIX] members made with new now delete-d [ADD] ItemTypeUI git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@47 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] pokemodr.ui now uses QScrollArea rather than QAbstractScrollAreaBen Boeckel2008-01-253-8/+18
| | | | | | | [FIX] Compare in Rules.cpp [FIX] PokeModrUI now saves the KConfgiGroup so preferences can be saved back git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@46 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Frac returns a double (not an unsigned typcast to double, making 0 all ↵Ben Boeckel2008-01-255-46/+66
| | | | | | | | | | the time) [FIX] maxDV now works on 0 and 1 rather than 16 and 32 [FIX] Stuff ignored (due to other options) can't throw Exceptions in Rules anymore [FIX] UI logic fixed git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@45 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] general.pro file now links to phonon for AudioBen Boeckel2008-01-248-107/+318
| | | | | | | [ADD] generic ObjectUI object to handle general form* stuff [ADD] TimeUI.{h, cpp} git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@44 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] BugCatcher now asks if the user wants to open KBugReportBen Boeckel2008-01-245-34/+44
| | | | | | | | | [FIX] Exception members are now const [FIX] map was uninitialized in Dialog validation [FIX] (un)setting Breeding in Rules [FIX] GUI now works (though with QMainWindow and QTabWidget in Rules) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@42 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] pokemodr.ui fileBen Boeckel2008-01-248-30/+184
| | | | | | | | [FIX] added better .pro rules [FIX] PokeModTreeItem works now [FIX] LICENSE file is purely the terms git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@41 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Grammer in ChangelogBen Boeckel2008-01-238-10/+348
| | | | | | | | | | | [FIX] Made pokemod classes contain their names for later ease [ADD] PokéModr main window form [FIX] Ini and Exception includes fixed [FIX] BugCatcher bugs fixed [FIX] .pro files fixed [ADD] PokéModr main GUI almost complete git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@40 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Some linker errors in pokemod and generalBen Boeckel2008-01-226-38/+371
| | | | | | | | [FIX] More enum char*[] to QStringList [FIX] Widgets in PokéModr gui [ADD] Rules GUI logic git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@39 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] PokeMod namespace removedBen Boeckel2008-01-211-0/+219
| | | | | | [ADD] MoveEffect editing form for PokéModr git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@38 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] pokemod compiles faster due to better placement of #includesBen Boeckel2008-01-211-1/+1
| | | | | | [FIX] Header of pokemodr/PokeModr.h git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@36 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] More GUI classes (only MoveEffect left)Ben Boeckel2008-01-2133-331/+4326
| | | | | | | | | [FIX] Polished up GUI classes [FIX] renamed methods get*ByID -> get*Index instead for more logical get*ByID [FIX] Renaming in pokemod to remove mention of Pokémon [FIX] minor .pro fixes (aesthetic mainly) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@35 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [DEL] get*Num/get*Denom methods from PokemodBen Boeckel2008-01-1920-0/+2874
| | | | | | | [ADD] GUI classes to pokemodr [FIX] AudioCache is trashed right now, but may be salvageable git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@34 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [DEL] Removed PokeGen namespaceBen Boeckel2008-01-191-1/+0
| | | | | | | | [ADD] general/AudioCache.h completed [DEL] VERSION removed from subdir .pro files [DEL] audio/ git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@33 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Added 2008 to other copyright linesBen Boeckel2008-01-184-170/+36
| | | | | | | | [ADD] More .pro files for qmake [ADD] overworld folder for the world map stuff [ADD] Refined pokegen and pokemodr file structures git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@32 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Neural Network methods completeBen Boeckel2007-09-212-170/+170
| | | | | | | | | | | | | | | | | | | | | [FIX] Wrapped Node up into the layer [FIX] Wrapped NatureEffect into Nature [FIX] Getting around to fixing up the design of the PokéMod stuff [FIX] Creating new subclasses now returns pointer to new subclass [FIX] Simplified interfaces [FIX] Minor style issues [FIX] Renamed CoinItem to CoinListObject [FIX] Renamed MapTrainerTeam to MapTrainerPokemon [FIX] Renamed MapWildPokemon to MapWildListPokemon [FIX] Moved global enums to relevant classes [FIX] Removed general logging features [DEL] pokemod/Debug.{h, cpp} [DEL] pokemod/Path.{h, cpp} [FIX] Using QFile rather than custom Path class for checking for files [FIX] Set* methods now return a bool to let the caller know if anything actually changed (if it can fail, otherwise it is void) [ADD] Compliation without errors is required for pokemod from now on before commits git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@24 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* Moved to GPLv3 and Qt4, Changed String -> QString, other minor fixesBen Boeckel2007-07-212-12/+10
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@23 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* Fixed Logging, minor fixes, got rid of NatureEffect, and started migration ↵Ben Boeckel2007-07-03173-149619/+0
| | | | | | from wxGTK to Qt git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@22 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* Minor various fixes, Dialog validation started, GUI fixes, String methods addedBen Boeckel2007-06-2822-714/+961
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@21 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* Style cleanup, minor Matrix fixes, duplication validations, Pokemod methodsBen Boeckel2007-06-043-667/+1133
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@19 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* Finished off all PokeMod classes, added move validations, fixed up some GUI, ↵Ben Boeckel2007-06-023-1269/+790
| | | | | | various other fixes git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@18 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* Added Map and Tile, added Hat class, and fixed up some other minor thingsBen Boeckel2007-06-013-178/+452
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@17 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* const arguments where possible, EggGroup, Move beginningsBen Boeckel2007-05-262-0/+360
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@15 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* Got rid of XML for INI format, in process of moving over; added /ai/Net.{h, cpp}Ben Boeckel2007-05-052-4/+4
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@8 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@7 ↵Ben Boeckel2007-05-032-25/+39
| | | | 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* Update PokeMod to PokeGen::PokeModBen Boeckel2007-05-035-2907/+0
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@6 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* Initial importBen Boeckel2007-05-03183-0/+151816
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@1 6ecfd1a5-f3ed-3746-8530-beee90d26b22