aboutsummaryrefslogtreecommitdiff
path: root/sword2/interpreter.h
AgeCommit message (Collapse)Author
2003-10-21Moved some more stuff into the Logic class.Torbjörn Andersson
svn-id: r10923
2003-10-04Changed to use #include "bs2/..." and removed the inclusion of standard CTorbjörn Andersson
headers. Most (all?) of the ones we need should probably come from stdafx.h instead. svn-id: r10588
2003-10-04added namespace Sword2Max Horn
svn-id: r10581
2003-09-27More cleanup, and I've replaced most - not quite all - of BS2's debugTorbjörn Andersson
message functions with our own. We still need to go through them and assign sensible debug levels to them. svn-id: r10422
2003-09-20cleanupTorbjörn Andersson
svn-id: r10333
2003-09-07more endian fixesMax Horn
svn-id: r10058
2003-07-30rename bs2 to sword2 to have the same name as the original engine.Oliver Kiehl
besides this way all our engines start with an "s" ;) svn-id: r9301
2003-07-28fixed const errorsMax Horn
svn-id: r9243
2003-07-28rename _DEBUG define to _BS2_DEBUG to stop it conflicting with VCJonathan Gray
svn-id: r9237
2003-07-28fixed more warningsMax Horn
svn-id: r9219
2003-07-28bs2Jonathan Gray
svn-id: r9211