index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sludge
/
variable.h
Age
Commit message (
Expand
)
Author
2018-05-31
SLUDGE: Move save game getter to StackHandler
Simei Yin
2018-05-31
SLUDGE: Move stack size getter to struct StackHandler
Simei Yin
2018-05-31
SLUDGE: Move copyStack() to struct Variable
Simei Yin
2018-05-31
SLUDGE: Move last stack finding function to struct VariableStack
Simei Yin
2018-05-31
SLUDGE: Move stack variable getter/setter to VariableStack
Simei Yin
2018-05-31
SLUDGE: Move FastArray getter to struct FastArrayHandler
Simei Yin
2018-05-31
SLUDGE: Move fastarray functions to struct Variable
Simei Yin
2018-05-31
SLUDGE: Move value getters to struct Variable
Simei Yin
2018-05-31
SLUDGE: Move add/comparison functions to struct Variable
Simei Yin
2018-05-31
SLUDGE: Move costume functions to struct Variable
Simei Yin
2018-05-31
SLUDGE: Move PersonAnimation functions into struct Variable
Simei Yin
2018-05-31
SLUDGE: Move text related functions to struct Variable
Simei Yin
2018-05-31
SLUDGE: Move copyVariable to struct Variable
Simei Yin
2018-05-31
SLUDGE: Move save/loadVariable() to struct Variable
Simei Yin
2018-05-31
SLUDGE: Move SetVariable() into struct Variable
Simei Yin
2018-05-31
SLUDGE: Move unlinkVar into struct Variable
Simei Yin
2018-05-31
SLUDGE: Move createCString() with string tools
Simei Yin
2018-05-29
SLUDGE: Move function/variable load/save functions to related files
Simei Yin
2018-05-29
SLUDGE: Create constructor of Variable instead of initVarNew
Simei Yin
2018-04-15
SLUDGE: Refactor PersonaAnimation related code in PeopleManager
Simei Yin
2017-07-20
SLUDGE: Change all structure names to Uppercase
Simei Yin
2017-07-15
SLUDGE: Clean useless #if 0's
Simei Yin
2017-07-13
SLUDGE: Fix line endings
Eugene Sandulenko
2017-07-13
SLUDGE: replace char *by Common::String
yinsimei
2017-07-13
SLUDGE: replace int types to scummvm defined ones
yinsimei
2017-07-13
SLUDGE: code formatting
yinsimei
2017-07-13
SLUDGE: Add namespace
yinsimei
2017-07-13
SLUDGE: Add sludge files and make it compile
yinsimei