summaryrefslogtreecommitdiffstats
path: root/pokemodr
Commit message (Collapse)AuthorAgeFilesLines
...
* [ADD] Added SoundModel classes missed in last commitBen Boeckel2008-05-132-0/+124
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@126 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] Added Sound class and related codeBen Boeckel2008-05-134-12/+77
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@125 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] UI widgets now load upon clickBen Boeckel2008-05-1136-86/+164
| | | | | | | | | [FIX] Connections fixed now [ADD] Slots for errors and warnings made [ADD] Subclassed QTreeView for PokemodTree class [FIX] No more crashes on exit git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@124 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] More test code for the tree bugBen Boeckel2008-05-0922-17/+53
| | | | | | [FIX] Rules now a pointer in Pokemod git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@123 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Some invalid indexing in PokemodModelBen Boeckel2008-05-093-10/+5
| | | | | | [FIX] Root now makes only 1 Pokemod for now git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@122 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Added Q_OBJECT to pokemod classesBen Boeckel2008-05-0760-1229/+296
| | | | | | | [FIX] UI classes fixed to work with new API [FIX] Qmake files fixed git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@121 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Added images to pokemodr qmake fileBen Boeckel2008-04-301-0/+8
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@118 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] QStringList needed in some of the pokemod headersBen Boeckel2008-04-2953-87/+3061
| | | | | | | [ADD] Rest of the model classes [FIX] Small bugfixes within the models git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@117 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Organized some more model codeBen Boeckel2008-04-2935-293/+420
| | | | | | [ADD] Added AbilityGroupModel class git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@116 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fixed some qmake options for WindowsBen Boeckel2008-04-2812-26/+30
| | | | | | [FIX] climits needed in Object git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@114 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] De-inlined some methodsBen Boeckel2008-04-2813-101/+38
| | | | | | | | | [FIX] More mounds checking [FIX] RootModel inherits GroupModel [FIX] Tree displays correctly (though segfaults on some expansion) [FIX] Some more header cleanup git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@113 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] More header cleanlinessBen Boeckel2008-04-2762-1002/+841
| | | | | | | [FIX] UI classes now just use the ObjectUI pointers [FIX] Some miscellaneous qmake options git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@112 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Pokemod objects now know about parentsBen Boeckel2008-04-2786-687/+693
| | | | | | | | [FIX] Project includes are now relative [FIX] Headers included for better detection of invalid headers [FIX] Validation code commented out so it can be done better git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@111 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Matrix edge case when size is (0,0)Ben Boeckel2008-04-255-13/+54
| | | | | | | [FIX] TypeChart mess fixed [FIX] Test code for RootModel added git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@110 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Drag/Drop should work (in theory)Ben Boeckel2008-04-2539-279/+206
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@109 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Cleaner setting of model dataBen Boeckel2008-04-2517-346/+240
| | | | | | | [FIX] Fleshed out the GroupModel classes for Pokemod [FIX] Tree for pokemod is now draggable git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@108 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fleshed out a lot more Model classesBen Boeckel2008-04-2534-733/+509
| | | | | | [ADD] New intermediate classes for Objects with subclasses and those without git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@107 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] More model classesBen Boeckel2008-04-2435-51/+2170
| | | | | | [FIX] Minor things within the models git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@106 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] New classes for the modelsBen Boeckel2008-04-2417-511/+2189
| | | | | | [FIX] Stuff cleaned up for better profiling (no inlining until profiler says so) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@105 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Old tree handling is goneBen Boeckel2008-04-2413-768/+595
| | | | | | [FIX] New tree handling is started git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@104 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fraction can now be used in QVariantBen Boeckel2008-04-221-3/+4
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@103 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Frac -> FractionBen Boeckel2008-04-1792-3972/+3533
| | | | | | | | | | | [FIX] ImageCache and Ini removed [FIX] Fraction/Point widgets moved to pokemodr [FIX] Copy ctors made for pokemod classes [FIX] Ctors in pokemod fixed [FIX] Copyright headers fixed in pokemodr [FIX] PokeModr updated to new API and fixed in some places git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@99 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Member variables now use m_ prefixBen Boeckel2008-03-3110-14/+14
| | | | | | [FIX] Lots of minor fixes git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@95 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] ImageDialog -> FileDialogBen Boeckel2008-03-1011-83/+324
| | | | | | [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-0912-150/+307
| | | | | | | | | | | | [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-051-10/+17
| | | | | | | | 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-053-88/+79
| | | | 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-053-20/+44
| | | | | | | | | | | | | [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-281-10/+16
| | | | 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-2856-576/+664
| | | | | | [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-2633-75/+113
| | | | | | | | 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-254-16/+17
| | | | | | [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-2530-27/+120
| | | | | | | [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-2539-1711/+90
| | | | | | | [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-2514-130/+344
| | | | | | | | | | [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-2411-30/+41
| | | | | | | | | | | | | 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-2411-666/+116
| | | | | | | [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-246-126/+400
| | | | | | | | | | | 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-2435-231/+847
| | | | | | | | [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-237-19/+251
| | | | | | | | [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-239-14/+237
| | | | | | [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-2310-17/+581
| | | | | | | | | [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-237-9/+13
| | | | | | | [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-236-21/+79
| | | | | | | [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-231-5/+7
| | | | | | [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-2325-320/+332
| | | | | | | | [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-2355-61/+281
| | | | | | [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-237-89/+663
| | | | | | | | | | | | [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-223-0/+92
| | | | 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-2254-615/+1579
| | | | | | | | | | [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