summaryrefslogtreecommitdiffstats
path: root/sigmodr
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved context information to script widgets in Ability widgetBen Boeckel2009-01-191-30/+33
|
* Cleaned up Badge widgetBen Boeckel2009-01-192-113/+124
|
* Cleaned up Author widgetBen Boeckel2009-01-191-41/+58
|
* Fixed up Ability widgetBen Boeckel2009-01-191-49/+74
|
* Reordered FractionWidget ui fileBen Boeckel2009-01-191-6/+6
|
* Added tab order to Fraction and ScriptBen Boeckel2009-01-193-1/+10
|
* Added buddies to Fraction and ScriptBen Boeckel2009-01-193-0/+14
|
* Changed Fraction and Script to be GridLayoutsBen Boeckel2009-01-193-78/+86
|
* Removed defaults from ui filesBen Boeckel2009-01-192-6/+0
|
* Fixed i18n warnings from Krazy2 in ui filesBen Boeckel2009-01-1931-55/+55
|
* Fixed Krazy2 issues with kcfg fileBen Boeckel2009-01-191-2/+8
|
* Reordered SpeciesUI refreshGuiBen Boeckel2009-01-191-32/+20
|
* Changed Store item editing to use KActionSelectorBen Boeckel2009-01-193-23/+45
|
* Fixed Species editingBen Boeckel2009-01-193-32/+257
|
* Fixed MapTrainerTeamMember editingBen Boeckel2009-01-193-52/+158
|
* Changed MapTrainer coordinate to positionBen Boeckel2009-01-181-3/+3
|
* Changed MapEffect coordinate to positionBen Boeckel2009-01-181-3/+3
|
* Changed minimum level to -1 for "unlearnable" in SpeciesMoveBen Boeckel2009-01-181-2/+2
|
* Added TODO marker for SpeciesUI to be updatedBen Boeckel2009-01-171-0/+2
|
* Removed unneeded filesBen Boeckel2009-01-1716-1098/+0
|
* Updated CMakeLists to get rid of Species{Ability,Item}Ben Boeckel2009-01-171-16/+0
|
* Updated SpeciesModel to work with new SpeciesBen Boeckel2009-01-171-13/+23
|
* Added TODO for collage editorBen Boeckel2009-01-101-0/+2
|
* Fixed parameter names in TimeUIBen Boeckel2009-01-101-2/+2
|
* Added a script variable to TimeBen Boeckel2009-01-103-2/+35
|
* Updated code to support new MapTrainerTeamMember item representationBen Boeckel2009-01-101-0/+2
|
* Fixed xmllint errors in kcfg fileBen Boeckel2009-01-061-8/+4
|
* Krazy check fixesBen Boeckel2009-01-068-17/+17
|
* Merged CHECK macro branchBen Boeckel2008-12-293-6/+11
|
* Fixed names needed for some languages for KrossBen Boeckel2008-12-271-1/+1
|
* Fixed limits in widgetsBen Boeckel2008-12-262-2/+2
|
* Added qtscript as a language for Kross in ScriptBen Boeckel2008-12-251-0/+1
|
* Fixed up limit checking in ItemTypeBen Boeckel2008-12-251-2/+2
|
* Documented ItemBen Boeckel2008-12-251-3/+3
|
* Fixed the title for the configuration pageBen Boeckel2008-12-251-1/+1
|
* Added KConfig XT filesBen Boeckel2008-12-252-0/+35
|
* Fixed up configuration handling and am now using KConfig XTBen Boeckel2008-12-256-68/+113
|
* Renamed CoinListObject to CoinListItem and added documentation for itBen Boeckel2008-12-079-158/+158
|
* Rules no longer needs hardCash value; scripts can control itBen Boeckel2008-11-253-23/+0
|
* Removed the amount variable from CoinListObjectBen Boeckel2008-11-253-34/+0
|
* Better error text when KTE component not cfoundBen Boeckel2008-11-251-1/+1
|
* [FIX] Starting the sigworld libraryBen Boeckel2008-11-093-0/+26
| | | | | | [FIX] Tile has walkable flag on it git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@310 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Still working on getting the MapEditor to behaveBen Boeckel2008-11-088-12/+63
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@309 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] No more asserts in sigmodBen Boeckel2008-11-0850-899/+1100
| | | | | | | | | | | | [FIX] Moved to using *ById instead of *Index methods in sigmod [FIX] Tilemaps are now collaged (not completely done on the editing side yet) [FIX] Removed the resource files (drawn natively instead) [FIX] ATBTimer now uses the built-in QTimer in a QObject [FIX] Coordinates are now edited on the map for warps, trainers, and effects [FIX] Tiles are now completely scripted [FIX] Config is now thread-safe git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@308 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] qmake for signet updatedBen Boeckel2008-11-061-2/+8
| | | | | | | [FIX] All packets are transported with receiver information git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@306 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] RPM builds againBen Boeckel2008-11-051-1/+1
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@305 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] RPM fixesBen Boeckel2008-11-043-0/+37
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@299 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fixed the building of sigmodrBen Boeckel2008-11-023-39/+71
| | | | | | [FIX] ScriptWidget will now fall back to a standard KTextEdit if a KTE is not available git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@295 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Using Q_UNUSED instead of commenting out parameter namesBen Boeckel2008-10-3121-43/+68
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@287 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Cross compiles againBen Boeckel2008-10-171-0/+1
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@283 6ecfd1a5-f3ed-3746-8530-beee90d26b22