summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Protected combobox changes to avoid calls on error statesBen Boeckel2009-02-2810-14/+28
|
* Removed useATB and allowSwitchStyle from Rules (to be handled by arena plugins)Ben Boeckel2009-02-289-178/+31
|
* Moved the game method up in the class definitionBen Boeckel2009-02-282-7/+6
|
* Added a scene to the Arena classBen Boeckel2009-02-282-0/+9
|
* Fixed some bounds error in the widgetsBen Boeckel2009-02-272-2/+5
|
* Fixed up behavior of the script widgetBen Boeckel2009-02-272-15/+21
|
* Fixed install directory for docbook materialsBen Boeckel2009-02-261-1/+1
|
* Removed soversion from the pluginBen Boeckel2009-02-261-5/+0
|
* Bumped minimum required version to Qt 4.5.0Ben Boeckel2009-02-261-1/+1
|
* Make subdirectories optionalBen Boeckel2009-02-261-38/+6
|
* Phonon hacks not needed for Qt 4.5Ben Boeckel2009-02-262-87/+1
|
* Removed all qmake files and other unneeded scriptsBen Boeckel2009-02-2613-754/+0
|
* Included the main headers for the private headersBen Boeckel2009-02-262-0/+6
|
* Put public interface for FractionWidget firstBen Boeckel2009-02-261-33/+33
|
* Fixed up cmake list change that snuck inBen Boeckel2009-02-261-2/+0
|
* Update sigmodr to reflect all code changes and the buildBen Boeckel2009-02-265-133/+138
|
* Fix up the Species default for egg species and the widgetBen Boeckel2009-02-263-13/+18
|
* Fix tab stopsBen Boeckel2009-02-263-3/+3
|
* Fix signal name in Weather widgetBen Boeckel2009-02-261-1/+1
|
* Add some missed loading in Sound widgetBen Boeckel2009-02-261-0/+3
|
* Make ItemType widget have a refreshGui methodBen Boeckel2009-02-262-1/+6
|
* Fix widget loading from ui files due to bad namesBen Boeckel2009-02-265-47/+47
|
* Added layouts to all widgets so that the forms expandBen Boeckel2009-02-2632-0/+128
|
* Fixed up includes in sigmodrwidgets for script and fraction moveBen Boeckel2009-02-2656-174/+243
|
* Add makekdewidgets files (source file duplicated while upstream bug exists)Ben Boeckel2009-02-262-0/+211
|
* Add build stuffs and private headers for corewidgetsBen Boeckel2009-02-265-0/+283
|
* Moved Script and Fraction widgets to sigmodr/corewidgetsBen Boeckel2009-02-266-170/+160
|
* Fix the build and linkingBen Boeckel2009-02-252-2/+13
|
* Fixed namespacing in sigmodr treeBen Boeckel2009-02-2568-389/+560
|
* Moved SigmodModel files to GameModelBen Boeckel2009-02-255-5/+4
|
* Renamed from Sigmod to Game in sigmodr treeBen Boeckel2009-02-2566-346/+345
|
* Fixed up final widgets and added the UiTools library to be linkedBen Boeckel2009-02-259-480/+781
|
* Fixed up more widgets to load at runtimeBen Boeckel2009-02-2412-255/+392
|
* Fixed Sigmodr widgets to use namespaces in sourcesBen Boeckel2009-02-2437-1050/+1179
|
* Minor fixesBen Boeckel2009-02-243-4/+4
|
* Renamed Sigmod to Game where neededBen Boeckel2009-02-2424-186/+235
|
* Moved SigmodrUI to GameUI and made load at runtimeBen Boeckel2009-02-244-2/+2
|
* Fixed sigencore to use namespaces in sourcesBen Boeckel2009-02-2410-256/+289
|
* Update sigencore to the sigmod->game renameBen Boeckel2009-02-2415-105/+105
|
* 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
|
* Moved the test for Sigmod to GameBen Boeckel2009-02-243-1/+1
|
* Fixed sigmod tests to also use namespace SigmodBen Boeckel2009-02-2435-793/+872
|
* Fixed setting of variables in test.cmakeBen Boeckel2009-02-241-2/+2
|
* Fix up Game internallyBen Boeckel2009-02-242-88/+88
|
* Rename Sigmod::Sigmod to Sigmod::Game so that the identifiers don't clash ↵Ben Boeckel2009-02-2460-281/+282
| | | | when using namespace Sigmod
* Add using namespace Sigmod and Sigcore to sigmod sources for cleaner codeBen Boeckel2009-02-2435-448/+536
|
* To simplify code, add using namespace Sigcore to sigcore sources and testsBen Boeckel2009-02-248-215/+231
|