aboutsummaryrefslogtreecommitdiff
path: root/sword2/interpreter.cpp
AgeCommit message (Expand)Author
2003-11-10The script engine frequently needs to pass pointers to various structuresTorbjörn Andersson
2003-10-28bs2 -> sword2Max Horn
2003-10-26Enable the debug console. Actually, what I've done is to adapt the debugTorbjörn Andersson
2003-10-23Corrected/clarified some debug messages/commentsTorbjörn Andersson
2003-10-22Moved a few remaining pieces of the script interpreter into the Logic classTorbjörn Andersson
2003-10-21Moved some more stuff into the Logic class.Torbjörn Andersson
2003-10-19Small cleanup, and added FIXME comment.Torbjörn Andersson
2003-10-18Moved the opcode functions into the Logic class.Torbjörn Andersson
2003-10-04Changed to use #include "bs2/..." and removed the inclusion of standard CTorbjörn Andersson
2003-10-04added namespace Sword2Max Horn
2003-09-27More cleanup, and I've replaced most - not quite all - of BS2's debugTorbjörn Andersson
2003-09-24Replaced abs() with ABS and BOOL with bool, plus some minor cleanups.Torbjörn Andersson
2003-09-21ScummVM code formatting conventionsTorbjörn Andersson
2003-09-20Clarified commentTorbjörn Andersson
2003-09-20cleanupTorbjörn Andersson
2003-09-13cleanupMax Horn
2003-09-13let the interpreter use native endianess for variables -> this allows us to g...Max Horn
2003-09-07more endian fixesMax Horn
2003-09-07some endian fixesMax Horn
2003-07-28fixed const errorsMax Horn
2003-07-28-Werror cleanupJonathan Gray
2003-07-28Compiles on mingw nowTravis Howell
2003-07-28big FIXMEMax Horn
2003-07-28bs2Jonathan Gray