Age | Commit message (Expand) | Author |
2005-01-17 | Updated copyright header, as discussed on the mailing list. | Torbjörn Andersson |
2005-01-01 | Updated copyright year. | Torbjörn Andersson |
2004-12-27 | Don't use pointers to int. We don't know what size an "int" is. | Torbjörn Andersson |
2004-11-14 | Cleanup | Torbjörn Andersson |
2004-11-11 | Fixed comment typo. It's the pyramid bug that's dreaded, not the pyramid | Torbjörn Andersson |
2004-10-19 | Use the same REDUCE_MEMORY_USAGE trick here as in scumm/intern.h | Torbjörn Andersson |
2004-04-26 | Tweaked a few things to accommodate | Jamieson Christian |
2004-04-23 | Major revamping of the BS2 memory manager and, some small changes to the | Torbjörn Andersson |
2004-04-07 | Added notice about how I think CP_PUSH_LOCAL_ADDR is used. | Torbjörn Andersson |
2004-04-07 | Cleanup. (Mostly to change the wording and priority of the debugging | Torbjörn Andersson |
2004-03-29 | Cleanup. | Torbjörn Andersson |
2004-03-28 | Fixed paramters to match format string. | Torbjörn Andersson |
2004-03-17 | Use the same syntax for accessing script variables as BS1 does, i.e. now | Torbjörn Andersson |
2004-02-05 | Removed some of the #includes from sword2.h | Torbjörn Andersson |
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 |