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
/
gob
Age
Commit message (
Expand
)
Author
2009-06-23
Added Script::getResourcesOffset()
Sven Hesse
2009-06-23
Added Script::getTextsOffset()
Sven Hesse
2009-06-23
Added a method to query the number of variables needed by a Script
Sven Hesse
2009-06-23
Const correctness
Sven Hesse
2009-06-23
Added Script methods to query commun file handling
Sven Hesse
2009-06-23
Added Script methods to get the TOT major and minor version
Sven Hesse
2009-06-22
Removing trailing tabs
Sven Hesse
2009-06-22
Removing trailing spaces
Sven Hesse
2009-06-22
Properly guarding Script::getOffset() and adding a reverse operation
Sven Hesse
2009-06-22
Added stream-reading loading wrappers to MDYPlayer and added a workaround to ...
Sven Hesse
2009-06-22
Renaming kDebugParser to kDebugExpression
Sven Hesse
2009-06-22
Renaming parse.h and parse.cpp to expression.h and expression.cpp
Sven Hesse
2009-06-22
Renaming "Parse" to "Expression"
Sven Hesse
2009-06-22
More signess consistency on the reading and seeking methods
Sven Hesse
2009-06-22
Don't assert on pop when no script is loaded
Sven Hesse
2009-06-22
Adding some comments
Sven Hesse
2009-06-22
Removing commented-out declarations
Sven Hesse
2009-06-22
const correctness
Sven Hesse
2009-06-22
Pushing script.o down
Sven Hesse
2009-06-22
Removing the Parse object from GobEngine
Sven Hesse
2009-06-22
Putting evalBoolResult() and evalExpr() into Script
Sven Hesse
2009-06-22
Unwinding the call stack before unloading the script
Sven Hesse
2009-06-22
Removing the now useless cuckoo function and shrink the call stack entries ac...
Sven Hesse
2009-06-22
Giving CollisionArea a full-blown Script pointer instead the data pointer
Sven Hesse
2009-06-22
Implemented loading TOTs from video file again
Sven Hesse
2009-06-22
Removing debug output
Sven Hesse
2009-06-22
Implemented a call stack
Sven Hesse
2009-06-22
Encapsulating script file access
Sven Hesse
2009-06-22
Adding DataIO::existData()
Sven Hesse
2009-06-22
Encapsulated access to _resultStr
Sven Hesse
2009-06-22
Encapsulated access to Parse::_resultInt
Sven Hesse
2009-06-19
Added my German version of The Last Dynasty
Sven Hesse
2009-06-19
Fixing The Last Dynasty again after the opcode dispatcher changes
Sven Hesse
2009-06-19
Ooops, forgot to change the array when copy-pasting the description function
Sven Hesse
2009-06-18
Removing the useless _vm->_parse->
Sven Hesse
2009-06-18
Oops, forgot again that Fascination needs o1_assign
Sven Hesse
2009-06-18
Splitting an ADLPlayer and MDYPlayer from the AdLib class
Sven Hesse
2009-06-18
Replacing some #includes by forward declarations
Sven Hesse
2009-06-17
- Modify detection files for Playtoons CK Knights (CK2) as it wasn't making t...
Arnaud Boutonné
2009-06-17
Changed opcodeGob to be functor-based
Sven Hesse
2009-06-17
Changed opcodeFunc to be functor-based
Sven Hesse
2009-06-17
Changed opcodeDraw to be functor-based
Sven Hesse
2009-06-16
Including scummsys.h and forward-declaring GobEngine
Sven Hesse
2009-06-16
Properly initializing _soundMode, for ADLs too
Sven Hesse
2009-06-16
Encapsulating the Stack and StackFrame a bit
Sven Hesse
2009-06-16
Encapsulating stack adjustments
Sven Hesse
2009-06-16
MDY/TBR : fix a thing or two. Still far from being OK, but in-game ambiance "...
Arnaud Boutonné
2009-06-16
Add MD5 for Playtoons 3 (english)
Arnaud Boutonné
2009-06-15
Renamed _inter_resStr to _resultStr
Sven Hesse
2009-06-15
Renaming _inter_resVal to _resultInt
Sven Hesse
[prev]
[next]