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
2004-01-10
I forgot this in the previous cleanup.
Torbjörn Andersson
2004-01-10
cleanup
Torbjörn Andersson
2004-01-06
It's a new year in BS2 land, too!
Torbjörn Andersson
2003-12-29
tiny cleanup
Torbjörn Andersson
2003-12-28
Hopefully the last big renaming. Now the datatypes have names like
Torbjörn Andersson
2003-12-20
Make VC6/EVC happier
Nicolas Bacca
2003-12-17
cleanup
Torbjörn Andersson
2003-12-14
Mostly cleanups, but I believe this also fixes an endian problem in the
Torbjörn Andersson
2003-11-29
Clarified comment about the elevator script bug and added a workaround for
Torbjörn Andersson
2003-11-28
Some formatting changes, and a few debug message corrections.
Torbjörn Andersson
2003-11-27
Mostly whitespace changes, but also a few modifications to the still
Torbjörn Andersson
2003-11-25
Removed some spurious semi-colons pointed out in patch #847464
Torbjörn Andersson
2003-11-24
Removed redundant information from the opcode list. I thought having the
Torbjörn Andersson
2003-11-23
Added experimental (i.e. not tested) resource dumping code.
Torbjörn Andersson
2003-11-16
More cleanup. I've eliminated all the temporary global variables I've added
Torbjörn Andersson
2003-11-10
The script engine frequently needs to pass pointers to various structures
Torbjörn Andersson
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