| 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] 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
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@245 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] Reworked pokescripting for ease of use
[FIX] Now (selected) pokemod values can be overridden in pokescripting
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@237 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
|
|
|
|
|
|
| |
[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] spec fixes
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@215 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] 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
|
|
|
|
|
|
|
|
| |
[ADD] Flashed out some of TeamMember
[FIX] Moved some things out of Object.h into a Global.h for pokemod
[FIX] Some minor things in pokebattle
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@208 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@201 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
|
|
|
|
|
|
|
|
|
| |
[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
|
|
|
|
|
|
|
| |
[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@182 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@181 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
|
| |
[FIX] Matrix fixed up
[FIX] Pokemod map widget fixed up
[FIX] FractionWidget sets stuff on ctor
[FIX] Assertion used in pokemod rather than returning NULL
[FIX] Fixed a bad compare in Type
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@180 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
| |
[FIX] FractionWidget value is updated at ctor
[FIX] Non-script KTextEdit is now a KLineEdit
[FIX] Rules not being set
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@179 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
| |
[FIX] Added a Sprite class to allow for animations and whatnot
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@178 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
| |
[FIX] Various UI fixes
[FIX] Scripts are now escaped correctly in the XML
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@176 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
| |
[FIX] No more copy/cut/paste for objects; only available from context menus
[FIX] Can now add objects during runtime
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@174 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
|
|
| |
[FIX] Cleaned out some code from the models
[FIX] Matrix should now work a lot better now
[FIX] Opening/Saving/Closing PokéMods should be much cleaner now
[FIX] currentPokemod code is now in the tree class
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@173 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
|
| |
[ADD] Abilities now hav a description field
[FIX] Fixed up a few minor things in pokemodr
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@172 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@169 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
| |
[FIX] Script support is now in pokemodr
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@168 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
| |
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@166 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|
|
|
|
|
|
| |
[ADD] More Dialog Command widgets
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@165 6ecfd1a5-f3ed-3746-8530-beee90d26b22
|