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
/
sword2
/
interpreter.cpp
Age
Commit message (
Expand
)
Author
2003-10-28
bs2 -> sword2
Max Horn
2003-10-26
Enable the debug console. Actually, what I've done is to adapt the debug
Torbjörn Andersson
2003-10-23
Corrected/clarified some debug messages/comments
Torbjörn Andersson
2003-10-22
Moved a few remaining pieces of the script interpreter into the Logic class
Torbjörn Andersson
2003-10-21
Moved some more stuff into the Logic class.
Torbjörn Andersson
2003-10-19
Small cleanup, and added FIXME comment.
Torbjörn Andersson
2003-10-18
Moved the opcode functions into the Logic class.
Torbjörn Andersson
2003-10-04
Changed to use #include "bs2/..." and removed the inclusion of standard C
Torbjörn Andersson
2003-10-04
added namespace Sword2
Max Horn
2003-09-27
More cleanup, and I've replaced most - not quite all - of BS2's debug
Torbjörn Andersson
2003-09-24
Replaced abs() with ABS and BOOL with bool, plus some minor cleanups.
Torbjörn Andersson
2003-09-21
ScummVM code formatting conventions
Torbjörn Andersson
2003-09-20
Clarified comment
Torbjörn Andersson
2003-09-20
cleanup
Torbjörn Andersson
2003-09-13
cleanup
Max Horn
2003-09-13
let the interpreter use native endianess for variables -> this allows us to g...
Max Horn
2003-09-07
more endian fixes
Max Horn
2003-09-07
some endian fixes
Max Horn
2003-07-28
fixed const errors
Max Horn
2003-07-28
-Werror cleanup
Jonathan Gray
2003-07-28
Compiles on mingw now
Travis Howell
2003-07-28
big FIXME
Max Horn
2003-07-28
bs2
Jonathan Gray