summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [FIX] ImageDialog -> FileDialogBen Boeckel2008-03-1012-83/+332
| | | | | | [FIX] FileDialog will filter out images based on size now git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@94 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] ItemType now has a count descriptorBen Boeckel2008-03-0925-267/+778
| | | | | | | | | | | | [ADD] Species now has a flee chance [FIX] Empty fields removed from .ui files [FIX] Fixed compile errors in pokemodr [ADD] Trainer now helps to simplify MapTrainers [ADD] Trainer UI file [FIX] MapTrainer dialogs condensed [FIX] Home direcotry now gotten by QDir::homePath() rather than ~ git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@93 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Pokemod can now has setPath which copies the directory structure to ↵Ben Boeckel2008-03-054-10/+44
| | | | | | | | the destination [ADD] SaveAs ability git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@92 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Menus and Toolbar fixed in the main windowBen Boeckel2008-03-054-88/+86
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@91 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Hat now uses Qt rand functionsBen Boeckel2008-03-0511-54/+273
| | | | | | | | | | | | | [FIX] .pro files cleaned up [FIX] source tarball improved [FIX] Install targets made [FIX] Pokemod path taken more flexible [FIX] PokeModr New and Open dialogs set up (not working) [ADD] pokemodr.desktop [ADD] pokegen.spec for RPM creation [ADD] pokegen.tex for the readme git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@90 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Cross compilation added (linux -> windows through mingw-cross)Ben Boeckel2008-02-286-24/+54
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@89 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] UI classes now have initGui and refreshGuiBen Boeckel2008-02-2857-576/+672
| | | | | | [FIX] PokeModTreeItem now is the monster class rather than PokeModrUI git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@88 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Apply/Discard buttons now set correctly when loaded or changes are ↵Ben Boeckel2008-02-2634-75/+121
| | | | | | | | discarded [FIX] "Filler" tree items can no longer be selected git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@87 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Main .pro file now excludes non-working subdirectoriesBen Boeckel2008-02-256-21/+26
| | | | | | [FIX] Minor fixes in the RulesUI logic git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@86 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Sizers fixed in KTabWidgetsBen Boeckel2008-02-2531-27/+129
| | | | | | | [FIX] Apply/Discard buttons fixed [FIX] Window title now fixed git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@85 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Cleaned up .ui filesBen Boeckel2008-02-2540-1711/+99
| | | | | | | [FIX] setGui calls looking for (non-existant) images no longer pops up a BugCatcher [FIX] Tree selecting less annoying git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@84 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] Pokemod tree will reflect PokéMod heirarchy and load panelsBen Boeckel2008-02-2525-318/+386
| | | | | | | | | | [FIX] PokemodUI panel now loads [FIX] Includes fixed [FIX] newAuthor had + instead of - (QList assertions) [FIX] Pokemod copying works now [FIX] Debug rather than release used git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@83 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] KTabWidget now used rather than QTabWidget (though this kills Qt ↵Ben Boeckel2008-02-2448-728/+981
| | | | | | | | | | | | | Designer interaction :\ ) [FIX] Minor fixes in PokeModr class [DEL] Ref.{h, cpp} [FIX] Ref enumerations now in Pokemod class [FIX] new/delete used for subclasses in pokemod now [FIX] Inclusion hell in pokemod (should compile faster) [FIX] Spelling typos git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@82 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [DEL] SkinsUI.{h, cpp}, skins.ui, typechat.uiBen Boeckel2008-02-2412-666/+125
| | | | | | | [ADD] TypechartWidgetItem.h [FIX] Typechart added git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@81 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Macro fun with the repetitive class checking for determining class ↵Ben Boeckel2008-02-247-126/+411
| | | | | | | | | | | types with the tree [FIX] KDE classes used in PokeModr UI form now [FIX] Includes in the file, only commented for ease of adding [FIX] Simpler KMessageBox used in ObjectUI [ADD] PokemodTreeItem.cpp git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@80 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Include cleanupBen Boeckel2008-02-2440-240/+864
| | | | | | | | [FIX] Consolidate skins into Pokemod UI forms [FIX] Now using KMainWindow [FIX] Some code for the tree set up git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@79 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] MapWildList now checks value settingBen Boeckel2008-02-2310-21/+278
| | | | | | | | [ADD] MapWildListUI.{h, cpp} [FIX] Minor bug in MapWarpUI [FIX] TileUI underHm ComboBox won't go out of range git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@78 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Errors with MapWarpUI and MapWildListEncounterUIBen Boeckel2008-02-2310-15/+246
| | | | | | [ADD] MapTrainerTeamMemberUI.{h, cpp} git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@77 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] MapWarpUI.{h, cpp} added to repoBen Boeckel2008-02-2317-67/+641
| | | | | | | | | [ADD] MapWildListEncounter.{h, cpp} [ADD] Flag setting in UI forms a less work [FIX] Scope setting in MapWildList better [FIX] SpeciesUI form elements now disabled if not available git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@76 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Warp states can now leave states untouchedBen Boeckel2008-02-2312-32/+53
| | | | | | | [FIX] Map/Warp dependencies in UI forms [ADD] MapWarpUI.{h, cpp} git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@75 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Map editing looks promisingly partially fixedBen Boeckel2008-02-237-21/+88
| | | | | | | [FIX] Cleaned up map editing Model/View [ADD] Tilemap editing now has insertion of rows/columns git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@74 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Matrix edge cases around 0 x 0 dimensionBen Boeckel2008-02-234-63/+67
| | | | | | [FIX] Build order in pokegen.pro git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@73 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Frac bug with type of Over1Ben Boeckel2008-02-2331-446/+485
| | | | | | | | [FIX] PokemodUI vtable errors [FIX] Manual .pro file clean up [FIX] Was attempting to emit a slot... git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@72 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] UI forms now only allow apply/discard when it can be appliedBen Boeckel2008-02-2356-61/+289
| | | | | | [FIX] Skins and such use buttons in all UI forms now git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@71 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Changelog/SVN desynchronization fixedBen Boeckel2008-02-2319-130/+826
| | | | | | | | | | | | [FIX] skins UI file cleaned up [FIX] ImageCache no longer uses force argument [FIX] operator= now correctly copies subdata from rhs (instead of reassigning ID numbers) [FIX] Pokemod can now be copied [FIX] Pokemod skin calls cleaned up [ADD] PokemodUI.{h, cpp} [ADD] SkinsUI.{h, cpp} git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@70 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] SpeciesUI now compiles without vtable errorsBen Boeckel2008-02-224-0/+99
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@69 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Frac now makes sure that the denominator is positiveBen Boeckel2008-02-2265-689/+1724
| | | | | | | | | | [FIX] Sprite-containing classes less repetative with determining paths [FIX] More include cleanup in pokemodr [FIX] Precision of Frac decimal equivalents now use a define [FIX] Species UI form is now more compact and complete [ADD] SpeciesUI.{h, cpp} (again; wasn't actually included last time and got lost) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@68 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Prettyfied include sectionsBen Boeckel2008-02-2065-258/+388
| | | | | | | [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-2016-63/+49
| | | | | | | | | | | | [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-2012-39/+324
| | | | | | | | [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-1917-65/+165
| | | | | | | | [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-1913-118/+332
| | | | | | | | [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-1929-25/+201
| | | | | | | [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-1980-1428/+1444
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@61 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] SpeciesItemUI.{h, cpp}Ben Boeckel2008-02-187-13/+343
| | | | | | | [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-127-1/+278
| | | | | | | | [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-0715-66/+570
| | | | | | | | | | [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-0615-28/+560
| | | | | | | | | | [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-025-5/+220
| | | | | | [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-0171-2031/+2055
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@55 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] ItemUI now fully worksBen Boeckel2008-02-019-88/+69
| | | | | | [FIX] unsigned -> int since widgets only works with int ranges git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@54 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] CoinList UI now uses a KComboBox instead of a KIntNumInput for valueBen Boeckel2008-02-0118-188/+196
| | | | | | | | | | | | [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-3117-12/+459
| | | | | | | | | | [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-3112-50/+217
| | | | | | | [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-3027-29/+497
| | | | | | | | [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-253-6/+13
| | | | 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-2514-23/+321
| | | | | | | | [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-257-7/+174
| | | | | | | [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-255-9/+28
| | | | | | | [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-259-65/+95
| | | | | | | | | | 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