Eugene Sandulenko
|
abea37c9bb
|
ALL: Update ScummVM project license to GPLv3+
|
2021-12-26 18:48:43 +01:00 |
|
Eugene Sandulenko
|
28e4e46707
|
SLUDGE: Reduce header dependencies
|
2021-05-07 01:29:53 +02:00 |
|
Eugene Sandulenko
|
5c15a99fb8
|
SLUDGE: Reduced header dependecy. No nested includes
|
2021-05-07 01:29:53 +02:00 |
|
Eugene Sandulenko
|
519b212f95
|
SLUDGE: Improved script decompilation
|
2021-05-07 01:29:52 +02:00 |
|
Eugene Sandulenko
|
eba2b4814b
|
SLUDGE: Plug memory leak
|
2020-04-28 11:45:44 +02:00 |
|
Paul Gilbert
|
11e33ba3fc
|
JANITORIAL: Removing trailing spaces after int casts
|
2018-08-17 20:30:20 -07:00 |
|
Simei Yin
|
9fb57f944d
|
SLUDGE: Move stack variable getter/setter to VariableStack
|
2018-05-31 23:15:09 +02:00 |
|
Simei Yin
|
dc18ec2fd0
|
SLUDGE: Move FastArray getter to struct FastArrayHandler
|
2018-05-31 23:15:09 +02:00 |
|
Simei Yin
|
746fb3819f
|
SLUDGE: Move value getters to struct Variable
|
2018-05-31 23:15:09 +02:00 |
|
Simei Yin
|
9d85b807fb
|
SLUDGE: Move add/comparison functions to struct Variable
|
2018-05-31 23:15:09 +02:00 |
|
Simei Yin
|
805a47b74a
|
SLUDGE: Move text related functions to struct Variable
|
2018-05-31 23:15:09 +02:00 |
|
Simei Yin
|
98f764050a
|
SLUDGE: Move copyVariable to struct Variable
|
2018-05-31 23:15:09 +02:00 |
|
Simei Yin
|
56f0821876
|
SLUDGE: Move save/loadVariable() to struct Variable
|
2018-05-31 23:15:09 +02:00 |
|
Simei Yin
|
2ab7665e56
|
SLUDGE: Move SetVariable() into struct Variable
|
2018-05-31 23:15:09 +02:00 |
|
Simei Yin
|
04444b70f9
|
SLUDGE: Move unlinkVar into struct Variable
|
2018-05-31 23:15:09 +02:00 |
|
Simei Yin
|
3e88827c4c
|
SLUDGE: Move function/variable load/save functions to related files
|
2018-05-29 22:59:52 +02:00 |
|
Simei Yin
|
87e58a9b7e
|
SLUDGE: Split runSludge() to runAllFunctions() and handleSaveLoad()
|
2018-05-29 22:37:10 +02:00 |
|
Simei Yin
|
dc320b86bc
|
SLUDGE: Create constructor of Variable instead of initVarNew
|
2018-05-29 22:37:10 +02:00 |
|
Simei Yin
|
b6c2dc385a
|
SLUDGE: Split out function.h/cpp for upcoming refactoring
|
2018-05-29 22:37:10 +02:00 |
|