index
:
sigen.git
0.1
0.2
master
no-macros
sigmod-checks
Sigma Game Engine - Highly scriptable strategy/RPG game engine
Ben Boeckel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Moved the script test out of conditional since KDE4 is required
Ben Boeckel
2009-02-24
1
-7
/
+5
|
*
MOre cleanups to runtime ui loading
Ben Boeckel
2009-02-24
13
-152
/
+245
|
*
MOve widgets cleaned up
Ben Boeckel
2009-02-24
12
-158
/
+329
|
*
Cleaned up more classes to load ui files at runtime
Ben Boeckel
2009-02-24
13
-172
/
+296
|
*
Converted some classes to load from the resource instead of using ↵
Ben Boeckel
2009-02-24
14
-197
/
+344
|
|
|
|
inheritence for forms
*
Loading UI files at runtime rather than compiling in (make it easier to make ↵
Ben Boeckel
2009-02-24
2
-42
/
+43
|
|
|
|
sigmodrwidgets into a library)
*
Removed unused dtors in sigmodrtree
Ben Boeckel
2009-02-24
106
-265
/
+0
|
*
sigmodrtree install commands
Ben Boeckel
2009-02-24
1
-0
/
+38
|
*
Rename SigmodTree and SigmodrTreeModel to SigmodrTree and SigmodrTreeModel
Ben Boeckel
2009-02-24
4
-48
/
+50
|
*
Moved sigmodrtree into namespace Sigmodr::Tree
Ben Boeckel
2009-02-24
134
-504
/
+705
|
*
Fixed up header guards
Ben Boeckel
2009-02-24
66
-132
/
+132
|
*
Cleaned up namespacing in sigmodrtree
Ben Boeckel
2009-02-24
66
-226
/
+226
|
*
Added Global.h for sigmodrtree
Ben Boeckel
2009-02-23
5
-2
/
+49
|
*
Cleaned up sigmodr CMakeLists.txt
Ben Boeckel
2009-02-23
1
-9
/
+2
|
*
Fixed headers in sigmodrtree
Ben Boeckel
2009-02-23
130
-445
/
+445
|
*
Added install commands for sigmodrwidgets
Ben Boeckel
2009-02-23
1
-0
/
+18
|
*
UI files now use the correct namespace for Fraction and Script widgets
Ben Boeckel
2009-02-23
20
-67
/
+73
|
*
Moved the sources into the Widgets namespace
Ben Boeckel
2009-02-23
37
-429
/
+429
|
*
Include Global.h where needed
Ben Boeckel
2009-02-23
5
-1
/
+16
|
*
Some minor fixes in files I missed
Ben Boeckel
2009-02-23
2
-3
/
+6
|
*
Renamed include grouping comments
Ben Boeckel
2009-02-23
34
-34
/
+34
|
*
Missed an include reordering
Ben Boeckel
2009-02-23
1
-3
/
+3
|
*
Fixed up headers it be in the Sigmodr::Widgets namespace
Ben Boeckel
2009-02-23
38
-110
/
+256
|
*
Fix includes in libsigmodrwidgets
Ben Boeckel
2009-02-23
68
-241
/
+241
|
*
Fixed sigencore includes to use <> where possible
Ben Boeckel
2009-02-23
12
-43
/
+43
|
*
Fixed sigscript includes (forward declare where possible)
Ben Boeckel
2009-02-23
63
-137
/
+357
|
*
Sigmod now includes sigcore via <> rather than ""
Ben Boeckel
2009-02-23
23
-32
/
+27
|
*
Finished the tabstop section in species.ui
Ben Boeckel
2009-02-23
1
-17
/
+32
|
*
Removed unused container markers
Ben Boeckel
2009-02-23
2
-3
/
+0
|
*
Fixed includes from sigcore/Global.h
Ben Boeckel
2009-02-23
4
-8
/
+9
|
*
Initial edits to new CMakeLists.txt
Ben Boeckel
2009-02-23
3
-263
/
+296
|
*
Moved the sigmodr ui file back out
Ben Boeckel
2009-02-23
1
-0
/
+0
|
*
Moved the tree for sigmods in sigmodr to a library
Ben Boeckel
2009-02-23
134
-0
/
+0
|
*
Started restructuring how sigmodr is built and moving things into libraries
Ben Boeckel
2009-02-23
109
-0
/
+0
|
*
Made all CMakeLists commands lowercase
Ben Boeckel
2009-02-23
13
-251
/
+253
|
*
Merge minimum version line for KDE4
Ben Boeckel
2009-02-23
1
-2
/
+1
|
*
Fix the declaration of Overworld
Ben Boeckel
2009-02-22
1
-1
/
+4
|
*
Add completeStats method to Creature
Ben Boeckel
2009-02-22
1
-0
/
+15
|
*
Containment uses Creatures while Team requires TeamMember
Ben Boeckel
2009-02-22
5
-22
/
+79
|
*
Made TeamMember inherit from Creature and trimmed out code
Ben Boeckel
2009-02-22
2
-556
/
+34
|
*
Creature can now fail to set the containment
Ben Boeckel
2009-02-22
2
-4
/
+8
|
*
Took core information out of TeamMember and moved it into a Creature class
Ben Boeckel
2009-02-22
3
-0
/
+880
|
*
Added storage for held item scripts in TeamMember
Ben Boeckel
2009-02-22
1
-0
/
+2
|
*
Added Move script handling to TeamMember
Ben Boeckel
2009-02-22
2
-0
/
+21
|
*
Fixed up status script handling in TeamMember
Ben Boeckel
2009-02-22
2
-8
/
+36
|
*
Status effects can only happen once per creature
Ben Boeckel
2009-02-22
1
-3
/
+7
|
*
Fixed Ability script handling in TeamMember
Ben Boeckel
2009-02-22
3
-7
/
+41
|
*
Add basic Overworld class
Ben Boeckel
2009-02-22
3
-0
/
+57
|
*
Player now knows the Overworld it is on
Ben Boeckel
2009-02-22
2
-0
/
+30
|
*
Change CMakeLists.txt to make dependencies required and reduce checking later
Ben Boeckel
2009-02-22
1
-45
/
+33
|
[prev]
[next]