Age | Commit message (Expand) | Author |
2005-06-25 | Move file handling in SMUSH code to a single thread (unless I overlooked some... | Max Horn |
2005-06-24 | Heavy clean up for the iMuseDigital ADPCM codec; the code is now much easier ... | Max Horn |
2005-06-24 | fix VS2005 _strnicmp error issue | Andrew Kurushin |
2005-06-24 | removed unneeded #include | Gregory Montoir |
2005-06-24 | oops forgot this in my previous commit | Max Horn |
2005-06-24 | Fixed Oki table entry; added doc URL; mention IMA ADPCM | Max Horn |
2005-06-24 | Changed #include <stdafx.h> to #include <common/stdafx.h>. It should | Torbjörn Andersson |
2005-06-24 | For consistency, specify directory when including files. | Torbjörn Andersson |
2005-06-24 | Whitespace changes. | Torbjörn Andersson |
2005-06-24 | cleanup | Max Horn |
2005-06-24 | I don't think we need to include mididrv.h here. | Torbjörn Andersson |
2005-06-24 | I don't think we need <ctype.h> here. | Torbjörn Andersson |
2005-06-24 | Whitespace changes. | Torbjörn Andersson |
2005-06-24 | I don't think we need <ctype.h> here. | Torbjörn Andersson |
2005-06-24 | For consistency, specify directory when including files. | Torbjörn Andersson |
2005-06-24 | Whitespace changes. | Torbjörn Andersson |
2005-06-24 | Fix for bug #1226522 (do not add common to list of include paths, to avoid na... | Max Horn |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-06-23 | Use #include "file" instead of #include <file> for consistency. | Torbjörn Andersson |
2005-06-23 | Fix 64 bit compiler warning/error | Max Horn |
2005-06-23 | Moved endian macros to a separate header file | Max Horn |
2005-06-23 | Fix foCheckAlreadyLoaded case in findObjectInRoom; this is not used in any SC... | Max Horn |
2005-06-23 | Fixed credits order again | Max Horn |
2005-06-23 | Revert change from printf() to debug(1) | Max Horn |
2005-06-23 | Updated NEWS and TODO | Max Horn |
2005-06-23 | Fixed credits order | Max Horn |
2005-06-22 | Changed from char to int8 in a number of places. This makes not assume the ty... | Lars Persson |
2005-06-22 | disambiguate undefined operation by removing unneeded calculation. | Oliver Kiehl |
2005-06-22 | Fixed warning. (And made some whitespace changes.) | Torbjörn Andersson |
2005-06-21 | replaced #if defined(_MSC_VER) | Lars Persson |
2005-06-21 | Added default destructors as required by the Symbian/Epoc port | Lars Persson |
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson |
2005-06-21 | Fix gcc4 warnings | Eugene Sandulenko |
2005-06-21 | This is the SDL changes needed by the Symbian build to work properly. | Lars Persson |
2005-06-21 | This is the submission of the Epoc/Symbian build files for | Lars Persson |
2005-06-21 | Added symbian-fs.cpp, symbian filehandling class | Lars Persson |
2005-06-21 | Yet another GCC 4 warning fixed | Max Horn |
2005-06-21 | Patch #1224631 (fix gcc4 virtual functions non-virtual destructor warnings) | Max Horn |
2005-06-21 | When a key is pressed, go back to repeat phase 0 again. This is so that we | Torbjörn Andersson |
2005-06-21 | Fixed crash when talking to the money changer about the Orb of Storms. The | Torbjörn Andersson |
2005-06-21 | Added temporary variables for readability. | Torbjörn Andersson |
2005-06-20 | Added virtual destructor, to silence a few more GCC 4 warnings | Max Horn |
2005-06-20 | Added virtual destructor, to silence a few more GCC 4 warnings | Max Horn |
2005-06-20 | Removed -Wctor-dtor-privacy, all it does is trigger nonsense warnings in GCC 4 | Max Horn |
2005-06-20 | sfShowControls implementation is NOP | Eugene Sandulenko |
2005-06-20 | fix animation bug at rats | Andrew Kurushin |
2005-06-20 | Whitespace | Torbjörn Andersson |
2005-06-19 | Support for mouse wheel in Options dialog and in Converse panel | Eugene Sandulenko |
2005-06-19 | Document c64 as being a valid --platform= option. | Jonathan Gray |
2005-06-19 | Implement sfPlayLoopedSound, sfFadeMusic and sfPlayVoice. | Eugene Sandulenko |