summaryrefslogtreecommitdiffstats
path: root/sigscript
Commit message (Collapse)AuthorAgeFilesLines
* Use KDE_NO_EXPORT instead of KDE_IMPORTBen Boeckel2009-03-051-1/+1
| | | | (cherry picked from commit 5f68f3a33b1dbe0b47688e4b671e285a474f65ea)
* Remove old TODO filesBen Boeckel2009-03-011-0/+0
|
* Removed unneeded checks from CMakeLists.txtBen Boeckel2009-03-011-4/+0
|
* Removed useATB and allowSwitchStyle from Rules (to be handled by arena plugins)Ben Boeckel2009-02-282-13/+0
|
* Removed all qmake files and other unneeded scriptsBen Boeckel2009-02-261-102/+0
|
* Update copyright dates in sigscriptBen Boeckel2009-02-247-7/+7
|
* Fixed up sigscript namespacing in sourcesBen Boeckel2009-02-2435-390/+513
|
* Fixed internals of GameWrapperBen Boeckel2009-02-242-164/+164
|
* Moved SigmodWrapper to GameWrapperBen Boeckel2009-02-2460-166/+166
|
* Fixed sigscript includes (forward declare where possible)Ben Boeckel2009-02-2363-137/+357
|
* Made all CMakeLists commands lowercaseBen Boeckel2009-02-231-12/+12
|
* Simplified signals in ConfigBen Boeckel2009-02-122-8/+5
|
* Added options method to ConfigBen Boeckel2009-02-122-0/+12
|
* Remove unneeded template specificationsBen Boeckel2009-02-092-2/+2
|
* Fixed hasValueOfType in ConfigBen Boeckel2009-02-052-10/+16
|
* Restore Direction and add include to SigmodWrapperBen Boeckel2009-01-231-0/+1
|
* Refactor enumeration Stat to Stat.hAbhishek Mukherjee2009-01-211-0/+1
| | | | Signed-off-by: Abhishek Mukherjee <linkinpark342@gmail.com>
* Fixing up Rules widget and reworked ATB in rulesBen Boeckel2009-01-212-12/+5
|
* Cleaned up Sigmod widget and now a startScript instead of warpBen Boeckel2009-01-202-5/+5
|
* FlyWarp isn't needed on Map and cleaned up widgetBen Boeckel2009-01-202-8/+2
|
* MapTrainer leadTeamMember is now a list (cleaned up widget as well)Ben Boeckel2009-01-202-3/+6
|
* Changed MapTrainer coordinate to positionBen Boeckel2009-01-182-2/+9
|
* Changed MapEffect coordinate to positionBen Boeckel2009-01-182-6/+6
|
* Removed forward declarations of Species{Ability,Item}WrapperBen Boeckel2009-01-171-2/+0
|
* Removed includes of deleted filesBen Boeckel2009-01-171-2/+0
|
* Removed unneeded filesBen Boeckel2009-01-174-197/+0
|
* Updated CMakeLists to get rid of Species{Ability,Item}Ben Boeckel2009-01-171-4/+0
|
* Updated sigscript to work with new SpeciesBen Boeckel2009-01-172-24/+24
|
* Simplify Config qobject_castsBen Boeckel2009-01-111-6/+6
|
* Copy/paste errorBen Boeckel2009-01-101-2/+2
|
* TimeWrapper can now have hour and minute overriddenBen Boeckel2009-01-101-0/+2
|
* Added a script variable to TimeBen Boeckel2009-01-102-2/+8
|
* Updated code to support new MapTrainerTeamMember item representationBen Boeckel2009-01-102-5/+6
|
* Krazy check fixesBen Boeckel2009-01-061-2/+2
|
* Added values() method to ConfigBen Boeckel2008-12-312-0/+15
|
* Changed Config to use Config as parents instead of plain QObjectBen Boeckel2008-12-312-9/+14
|
* Merged CHECK macro branchBen Boeckel2008-12-2917-85/+57
|
* Renamed CoinListObject to CoinListItem and added documentation for itBen Boeckel2008-12-076-38/+38
|
* Fixed the exporting with the librariesBen Boeckel2008-11-301-14/+1
|
* Rules no longer needs hardCash value; scripts can control itBen Boeckel2008-11-252-6/+0
|
* Removed the amount variable from CoinListObjectBen Boeckel2008-11-252-8/+0
|
* Removed old LINK_INTERFACE_LIBRARIES linesBen Boeckel2008-11-251-1/+0
|
* Added exports to install targets for libraries and preliminary install ↵Ben Boeckel2008-11-251-0/+15
| | | | targets for the exports themselves
* Fixed up the linking of the librariesBen Boeckel2008-11-251-0/+6
|
* [FIX] Starting the sigworld libraryBen Boeckel2008-11-093-1/+9
| | | | | | [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] No more asserts in sigmodBen Boeckel2008-11-0811-33/+155
| | | | | | | | | | | | [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] Defined the *_IMPORT defines for librariesBen Boeckel2008-11-021-0/+1
| | | | | | | | | [FIX] Added more packet types [FIX] Sectioned off packet types [FIX] ConnectionHandler is now ClientHandler [ADD] Added a ProgressMeter class for allowing display of progress of packets git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@296 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Adding subdirectories is done smarter now (no hard dependencies just ↵Ben Boeckel2008-10-312-31/+68
| | | | | | | | | | to build sigmod) [FIX] Added kdegames dependency because it is going to be used in signet [FIX] Config values now have flags git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@286 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
* [FIX] Moved Hat, Fraction, Matrix, and Script to sigcoreBen Boeckel2008-10-1737-77/+84
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@281 6ecfd1a5-f3ed-3746-8530-beee90d26b22