summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved the script test out of conditional since KDE4 is requiredBen Boeckel2009-02-241-7/+5
|
* MOre cleanups to runtime ui loadingBen Boeckel2009-02-2413-152/+245
|
* MOve widgets cleaned upBen Boeckel2009-02-2412-158/+329
|
* Cleaned up more classes to load ui files at runtimeBen Boeckel2009-02-2413-172/+296
|
* Converted some classes to load from the resource instead of using ↵Ben Boeckel2009-02-2414-197/+344
| | | | inheritence for forms
* Loading UI files at runtime rather than compiling in (make it easier to make ↵Ben Boeckel2009-02-242-42/+43
| | | | sigmodrwidgets into a library)
* Removed unused dtors in sigmodrtreeBen Boeckel2009-02-24106-265/+0
|
* sigmodrtree install commandsBen Boeckel2009-02-241-0/+38
|
* Rename SigmodTree and SigmodrTreeModel to SigmodrTree and SigmodrTreeModelBen Boeckel2009-02-244-48/+50
|
* Moved sigmodrtree into namespace Sigmodr::TreeBen Boeckel2009-02-24134-504/+705
|
* Fixed up header guardsBen Boeckel2009-02-2466-132/+132
|
* Cleaned up namespacing in sigmodrtreeBen Boeckel2009-02-2466-226/+226
|
* Added Global.h for sigmodrtreeBen Boeckel2009-02-235-2/+49
|
* Cleaned up sigmodr CMakeLists.txtBen Boeckel2009-02-231-9/+2
|
* Fixed headers in sigmodrtreeBen Boeckel2009-02-23130-445/+445
|
* Added install commands for sigmodrwidgetsBen Boeckel2009-02-231-0/+18
|
* UI files now use the correct namespace for Fraction and Script widgetsBen Boeckel2009-02-2320-67/+73
|
* Moved the sources into the Widgets namespaceBen Boeckel2009-02-2337-429/+429
|
* Include Global.h where neededBen Boeckel2009-02-235-1/+16
|
* Some minor fixes in files I missedBen Boeckel2009-02-232-3/+6
|
* Renamed include grouping commentsBen Boeckel2009-02-2334-34/+34
|
* Missed an include reorderingBen Boeckel2009-02-231-3/+3
|
* Fixed up headers it be in the Sigmodr::Widgets namespaceBen Boeckel2009-02-2338-110/+256
|
* Fix includes in libsigmodrwidgetsBen Boeckel2009-02-2368-241/+241
|
* Fixed sigencore includes to use <> where possibleBen Boeckel2009-02-2312-43/+43
|
* Fixed sigscript includes (forward declare where possible)Ben Boeckel2009-02-2363-137/+357
|
* Sigmod now includes sigcore via <> rather than ""Ben Boeckel2009-02-2323-32/+27
|
* Finished the tabstop section in species.uiBen Boeckel2009-02-231-17/+32
|
* Removed unused container markersBen Boeckel2009-02-232-3/+0
|
* Fixed includes from sigcore/Global.hBen Boeckel2009-02-234-8/+9
|
* Initial edits to new CMakeLists.txtBen Boeckel2009-02-233-263/+296
|
* Moved the sigmodr ui file back outBen Boeckel2009-02-231-0/+0
|
* Moved the tree for sigmods in sigmodr to a libraryBen Boeckel2009-02-23134-0/+0
|
* Started restructuring how sigmodr is built and moving things into librariesBen Boeckel2009-02-23109-0/+0
|
* Made all CMakeLists commands lowercaseBen Boeckel2009-02-2313-251/+253
|
* Merge minimum version line for KDE4Ben Boeckel2009-02-231-2/+1
|
* Fix the declaration of OverworldBen Boeckel2009-02-221-1/+4
|
* Add completeStats method to CreatureBen Boeckel2009-02-221-0/+15
|
* Containment uses Creatures while Team requires TeamMemberBen Boeckel2009-02-225-22/+79
|
* Made TeamMember inherit from Creature and trimmed out codeBen Boeckel2009-02-222-556/+34
|
* Creature can now fail to set the containmentBen Boeckel2009-02-222-4/+8
|
* Took core information out of TeamMember and moved it into a Creature classBen Boeckel2009-02-223-0/+880
|
* Added storage for held item scripts in TeamMemberBen Boeckel2009-02-221-0/+2
|
* Added Move script handling to TeamMemberBen Boeckel2009-02-222-0/+21
|
* Fixed up status script handling in TeamMemberBen Boeckel2009-02-222-8/+36
|
* Status effects can only happen once per creatureBen Boeckel2009-02-221-3/+7
|
* Fixed Ability script handling in TeamMemberBen Boeckel2009-02-223-7/+41
|
* Add basic Overworld classBen Boeckel2009-02-223-0/+57
|
* Player now knows the Overworld it is onBen Boeckel2009-02-222-0/+30
|
* Change CMakeLists.txt to make dependencies required and reduce checking laterBen Boeckel2009-02-221-45/+33
|