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
/
function.cpp
Age
Commit message (
Expand
)
Author
2018-08-17
JANITORIAL: Removing trailing spaces after int casts
Paul Gilbert
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 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 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-29
SLUDGE: Move function/variable load/save functions to related files
Simei Yin
2018-05-29
SLUDGE: Split runSludge() to runAllFunctions() and handleSaveLoad()
Simei Yin
2018-05-29
SLUDGE: Create constructor of Variable instead of initVarNew
Simei Yin
2018-05-29
SLUDGE: Split out function.h/cpp for upcoming refactoring
Simei Yin