| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
for short)
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@249 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
| |
[FIX] ValidationDialog can be used piecemeal now
[ADD] Added KNewStuff configuration file
[FIX] pokemodr-devel now includes the UI forms for use as well
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@247 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
| |
[FIX] QImage is now used internally instead of QPixmap
[FIX] Template specialization moved to header file for Object (makes MinGW happy)
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@246 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
| |
[FIX] Abstracted validation out to ValidationDialog
[FIX] Added stat and Direction getters for Pokemod
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@244 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
| |
[FIX] TeamMember no longer uses pokemod internally (all is accessed through wrappers)
[FIX] Status now has the script split between Battle and World
[FIX] Script classes now able to be passed via QVariant
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@241 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
| |
[FIX] Enumeration types used to help remove some checks
[FIX] Macro code moved to static members of Object (not all though)
[FIX] Scripting wrappers now share information by keeping track of already-created instances of the wrapper
[FIX] Scripting methods are now Q_SCRIPTABLE and not slots
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@239 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
| |
[FIX] Kate settings saved
[FIX] Assertions within TeamMember removed
[FIX] Arenas inherit from Config now
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@238 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
|
|
|
| |
[FIX] Sound playback works in SoundUI
[FIX] SoundWrapper returns a Phonon object for playback in scripts now
[FIX] Wrapper classes now won't be duplicated (persistent storage is possible now)
[FIX] Linking to libraries is fixed for RPM
[FIX] Pokemod Macros.h is hidden if not compiling pokemod
[FIX] make-tarball script is simpler now (and works as upstream, not local copy)
[FIX] Cleaned up spec file per review request for Fedora
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@236 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
| |
worldScript is empty)
[FIX] TeamMember now inherits from Config
[FIX] Wrapper now inherit from Config
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@235 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
|
| |
multiplier is
[FIX] Typechart is updated when changes are discarded
[FIX] Removed Doxygen comments again (still not sure what I want to do for docs yet...)
[FIX] Typechart doesn't set it as dirty when a new cell is selected to edit
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@234 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
|
|
|
| |
[FIX] Script editing is getting there (still a little weird...)
[FIX] Cleaned up the main file a bit
[FIX] Added the Skin class
[FIX] All sprites and skins are internally linked now
[FIX] No more image restraints (tiles are still enforced so that map editing works)
[FIX] Cleaned up checking for valid values when setting in pokemod
[FIX] Removed FileDialog files
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@233 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
| |
[FIX] Pokemodr is now a KXmlGuiWindow (working on KatePart fixes)
[FIX] Started Doxygen stuff
[FIX] Object names of Pokemod classes are now determined using metaObject
[FIX] Updated to use KDE 4.1
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@232 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[FIX] Fixed the Apply/Discard buttons
[FIX] Added code to Config in Pokescripting
[FIX] Memory leak with MapModel
[FIX] FractionWidget was using uninitialized variables (behavior)
[FIX] Connection in FileDialog fixed
[FIX] Caption is now used for FileDialog
[FIX] Main window now uses the KDE standard captioning
[FIX] Script connection fixed
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@231 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
| |
[FIX] FractionWidget's behavior is now an enum
[FIX] Fixed up some stuff in KAboutData for pokemodr
[FIX] ScriptWidget value is set at construction now
[DEL] Removed Pokemodr.h (nothing useful)
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@230 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
|
|
| |
[FIX] ScriptWidget updates cleaner now
[FIX] Player is now a Containment (Team is for storing the data; Player is an interface for battling)
[FIX] QtConcurrent framework used to parallelize ATB timer and requesting actions
[FIX] ActionQueue now uses a QMutexLocker (slimmer code)
[FIX] Various fixes with arenas
[ADD] pokebattle/Player.cpp
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@229 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
|
| |
[FIX] Cleaned up initializing TeamMember
[FIX] Hat fixed up
[ADD] Added ActionQueue (thread-safe QQueue)
[FIX] Arena classes fleshed out a bit
[ADD] ATBTimer class added to mediate the ATB counters
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@228 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
|
|
|
| |
[FIX] Added status tips and whats this tags to widgets in pokemodr
[FIX] Removed the list sprite for the species
[FIX] No more nidoran group needed (scripts should take care of it)
[FIX] Height no longer broken between feet and inches
[FIX] Fixed a bug in the TeamMember stat generation
[FIX] No more global skins; should be scripted
[FIX] Missed somt COPY() macros
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@227 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
| |
[ADD] pokescripting library to allow scripts to use Pokemod information
[FIX] Cleaned up examples in documentation
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@224 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
| |
[FIX] ScriptWidget now uses a more explicit choice (real name rather than internal name)
[FIX] KateView shortcuts dont collide (but don't work either)
[FIX] Hat and Matrix no longer inlined all the time
[FIX] Building out of source now works
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@223 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
| |
[FIX] Added AI levels to Trainer
[FIX] Happiness and Pokérus no longer needed (scripts should handle them)
[FIX] Rules widget dropped the tabs to fix the KIntNumInputs
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@222 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@219 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
| |
[FIX] ScriptWidget now uses KTextEditor (highlighting)
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@218 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
|
| |
[FIX] Fraction and Point widgets are more compact
[FIX] Fleshed out more of the TeamMember
[FIX] Map tilemap editor now expands to fill all available area
[FIX] Added priority values to abilities and moves
[FIX] Added option for ATB-like battle rounds
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@217 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
| |
[FIX] Map flyWarp no longer raises and error by default
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@216 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
| |
[FIX] RPM build fixed
[FIX] Changelog fixed up
[FIX] TilemapModel more correct
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@214 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
|
| |
[FIX] Some SVN flags were incorrect
[FIX] Qt includes now use the module path as well
[FIX] Models now have drag/drop actions methods as const
[FIX] Library classes now exported
[FIX] qmake files removed
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@213 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
| |
[FIX] Macros moved to their own file
[FIX] Macros for subclasses added
[FIX] Key shortcuts added to context menu items
[FIX] Rules had a redundant field
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@212 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
| |
[FIX] Setting the Pokemod as dirty happens only when something happens
[FIX] Toolbar cleaned up
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@211 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
| |
[FIX] Added some stuff to TeamMember to be usable
[FIX] Arena is no longer static
[FIX] Rules no longer needs to know maxDV (depends on whether the special DV is split)
[FIX] Hat no longer seeds the RNG; it's the apps job
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@209 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
| |
[FIX] Cleaned up some stuff in other .pro files
[FIX] Renamed everywhere to use "Pokémodr" and "Pokégen"
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@204 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@203 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@201 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
| |
[FIX] pokebattle subdir builds now (lots commented out)
[FIX] Headers installed to pokegen-X.Y.Z now instead of
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@199 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
| |
[FIX] Moved battle to pokebattle
[FIX] Starting to figure out the battle system
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@197 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@196 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
| |
[FIX] -devel package made in the spec file
[DEL] Unneeded Script.cpp file deleted
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@195 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@194 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@193 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
| |
[FIX] Now remembers splitter position
[FIX] Remembers opened files (via options)
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@192 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
| |
[FIX] Spacers now have size
[FIX] ListWidget editing now works (though could use some improvement with flickering)
[FIX] KFileDialog now compiles
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@191 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
| |
[FIX] Widgets now expand to fill the scrolling area
[FIX] Badges now update their stats correctly
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@190 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@189 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
| |
[FIX] Updated Rules widget to match up with Rules
[FIX] Reorganized the Rules widget
[FIX] Using KStandardDirs rather than hardcoded ones
[FIX] Cleaned up some minor things with KListWidgets
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@188 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@187 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
| |
[FIX] Got rid of more unneeded enumerations
[FIX] MoveUI fixed up a bit
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@186 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@185 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@184 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@183 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@182 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@181 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|