summaryrefslogtreecommitdiffstats
path: root/pokemod
Commit message (Collapse)AuthorAgeFilesLines
...
* [FIX] Classes in pokemod will no longer emit a changed signal if not ↵Ben Boeckel2008-05-2142-442/+243
| | | | | | | | | | actually changed [FIX] Logic error with checking to see if certain GUI elements need resetting [FIX] Using activated rather than currentIndexChanged signals for combo boxes [FIX] Qt bugs now irrelevant git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@161 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Opening files and saving now worksBen Boeckel2008-05-211-0/+7
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@159 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Added a command widgetBen Boeckel2008-05-219-20/+20
| | | | | | | | [FIX] More unneeded code in widget ctors removed [FIX] Changed command delimiter to @ from % [FIX] Request to save factored out of ObjectUI git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@158 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Value 5 added to ItemEffectBen Boeckel2008-05-192-18/+44
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@155 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] spec file no longer sees generalBen Boeckel2008-05-191-1/+2
| | | | | | | [FIX] Qt bugs worked around [FIX] References to Qt bug added git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@154 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] general is now merged into pokemodBen Boeckel2008-05-1937-58/+667
| | | | | | [FIX] Added ItemEffect widget code git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@153 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Chose bad names for latex.pro, version.pro, and kde4.proBen Boeckel2008-05-191-1/+1
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@152 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] ItemEffect widget near completion (value2 setting on the widget needed)Ben Boeckel2008-05-191-2/+1
| | | | | | [FIX] Cleaned out unneeded customwidget fields in .ui files git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@151 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Refactored some .pro stuffBen Boeckel2008-05-181-1/+1
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@149 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] RPM now builds successfullyBen Boeckel2008-05-181-3/+4
| | | | | | [FIX] Documentation will be built correctly git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@148 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Pokemodr overlays are now in overlays, not images/overlaysBen Boeckel2008-05-171-5/+3
| | | | | | | | | [FIX] Better installing procedures [FIX] Desktop file now valid [FIX] Building now does not touch out of main directory [FIX] Documentation moved around to proper places git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@145 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] SoundUI uses correct icon names nowBen Boeckel2008-05-163-4/+5
| | | | | | | | [FIX] Setting up combo boxes in UI widgets cleaner [ADD] AbilityEffect widget done [FIX] Fixed up MapEffect setting code git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@142 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Cleaned up some .pro soupBen Boeckel2008-05-161-4/+6
| | | | | | | [FIX] Moved Audio to pokegen to keep Phonon out of libgeneral [FIX] Cleaner exclusion for distsrc git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@140 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Matrix had an infinite loopBen Boeckel2008-05-161-1/+1
| | | | | | | | [FIX] Matrix const-ness on operator== [FIX] Bug in Pokemod::clear() [FIX] Waiting for Qt bug fix for QTextEdit git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@139 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Refactored out connections made within widgetsBen Boeckel2008-05-1535-1/+245
| | | | | | | [FIX] Flag, Fractiona, and Point widgets fixed to only emit signals when actually changed [FIX] Pokemod classes now emit signals git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@138 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] MapEffect widget logicBen Boeckel2008-05-151-1/+1
| | | | | | [FIX] Fixed up some other minor problems git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@133 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] API of FractionWidget and PointWidgetBen Boeckel2008-05-152-11/+11
| | | | | | | [ADD] FlagWidget [FIX] Changed MapEffect, MapTrainer, and MapWarp to use FlagWidget git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@132 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] MapTrainerUI logicBen Boeckel2008-05-144-25/+31
| | | | | | | | | | [FIX] MapTrainer UI now uses the PointWidget [FIX] Unnecessary static_casts removed [FIX] MapTrainer API changed a bit [FIX] PointWidget::setMaximum slot [FIX] spec file now for F9 (qt and kdelibs are now 4, not 3) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@129 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] Sound UI codeBen Boeckel2008-05-131-4/+5
| | | | | | | | [FIX] Using class-named includes for KDE as well now [FIX] Signals fixed for UI classes [FIX] FileDialog now created on heap rather than the stack git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@128 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] Added an option for letting the player not choose the switch style of ↵Ben Boeckel2008-05-135-19/+59
| | | | | | | | battling [ADD] Types can now be immune to weather effects git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@127 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] Added Sound class and related codeBen Boeckel2008-05-137-6/+284
| | | | 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-112-9/+3
| | | | | | | | | [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-093-17/+17
| | | | | | [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] Added Q_OBJECT to pokemod classesBen Boeckel2008-05-0735-1/+72
| | | | | | | [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] pokemod now uses signals/slots for errors and warningsBen Boeckel2008-05-0368-1498/+1381
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@120 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Exceptions no longer used in pokemodBen Boeckel2008-05-0269-3089/+2790
| | | | | | | [DEL] Exception and BugCatcher are no longer needed [ADD] Object.cpp added git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@119 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] QStringList needed in some of the pokemod headersBen Boeckel2008-04-295-2/+11
| | | | | | | [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] Less repetative code in pokemodBen Boeckel2008-04-2943-362/+460
| | | | | | [FIX] clear is no longer inline git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@115 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fixed some qmake options for WindowsBen Boeckel2008-04-282-4/+16
| | | | | | [FIX] climits needed in Object git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@114 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] More header cleanlinessBen Boeckel2008-04-2746-118/+10
| | | | | | | [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-2768-3174/+3137
| | | | | | | | [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-254-18/+36
| | | | | | | [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] Old tree handling is goneBen Boeckel2008-04-241-2/+1
| | | | | | [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 bounds checkingBen Boeckel2008-04-2023-37/+66
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@102 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Loading of submodulesBen Boeckel2008-04-197-30/+30
| | | | | | [FIX] Loading the id now defaults to INT_MAX git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@101 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] IndexException is more explicitBen Boeckel2008-04-1939-328/+336
| | | | | | | | | [FIX] Added SizeException for image validation [FIX] QPixmaps are now verified [FIX] Classes now use error and warning rather than throwing [FIX] Deleted Object.cpp git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@100 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Frac -> FractionBen Boeckel2008-04-1767-346/+570
| | | | | | | | | | | [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
* [ADD] Added Frac and Point widgets to generalBen Boeckel2008-04-162-3/+4
| | | | | | [FIX] Minor fixes git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@98 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Object::mid -> m_idBen Boeckel2008-04-1570-2467/+1966
| | | | | | | | | [FIX] XML is now used [FIX] Images are stored in the XML file and classes rather than relying on external images [FIX] Frac no longer keeps track of its type; the class should do it [ADD] pokemod/Object.cpp git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@97 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Memory leaks in load and copy methodBen Boeckel2008-03-3110-119/+202
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@96 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Member variables now use m_ prefixBen Boeckel2008-03-3168-8389/+7635
| | | | | | [FIX] Lots of minor fixes git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@95 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] ItemType now has a count descriptorBen Boeckel2008-03-0912-117/+457
| | | | | | | | | | | | [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-052-0/+19
| | | | | | | | the destination [ADD] SaveAs ability git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@92 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Hat now uses Qt rand functionsBen Boeckel2008-03-052-12/+8
| | | | | | | | | | | | | [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-8/+15
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@89 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] Pokemod tree will reflect PokéMod heirarchy and load panelsBen Boeckel2008-02-257-25/+26
| | | | | | | | | | [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-2432-690/+925
| | | | | | | | | | | | | 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
* [FIX] Include cleanupBen Boeckel2008-02-244-9/+7
| | | | | | | | [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-232-2/+17
| | | | | | | | [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
* [ADD] MapWarpUI.{h, cpp} added to repoBen Boeckel2008-02-234-38/+45
| | | | | | | | | [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