aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-06-25cleanupMax Horn
2005-06-25fix animation timings (now Shiala scene not stucks)Andrew Kurushin
2005-06-25cleanupMax Horn
2005-06-25Move file handling in SMUSH code to a single thread (unless I overlooked some...Max Horn
2005-06-24Heavy clean up for the iMuseDigital ADPCM codec; the code is now much easier ...Max Horn
2005-06-24fix VS2005 _strnicmp error issueAndrew Kurushin
2005-06-24removed unneeded #includeGregory Montoir
2005-06-24oops forgot this in my previous commitMax Horn
2005-06-24Fixed Oki table entry; added doc URL; mention IMA ADPCMMax Horn
2005-06-24Changed #include <stdafx.h> to #include <common/stdafx.h>. It shouldTorbjörn Andersson
2005-06-24For consistency, specify directory when including files.Torbjörn Andersson
2005-06-24Whitespace changes.Torbjörn Andersson
2005-06-24cleanupMax Horn
2005-06-24I don't think we need to include mididrv.h here.Torbjörn Andersson
2005-06-24I don't think we need <ctype.h> here.Torbjörn Andersson
2005-06-24Whitespace changes.Torbjörn Andersson
2005-06-24I don't think we need <ctype.h> here.Torbjörn Andersson
2005-06-24For consistency, specify directory when including files.Torbjörn Andersson
2005-06-24Whitespace changes.Torbjörn Andersson
2005-06-24Fix for bug #1226522 (do not add common to list of include paths, to avoid na...Max Horn
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-23Use #include "file" instead of #include <file> for consistency.Torbjörn Andersson
2005-06-23Fix 64 bit compiler warning/errorMax Horn
2005-06-23Moved endian macros to a separate header fileMax Horn
2005-06-23Fix foCheckAlreadyLoaded case in findObjectInRoom; this is not used in any SC...Max Horn
2005-06-23Fixed credits order againMax Horn
2005-06-23Revert change from printf() to debug(1)Max Horn
2005-06-23Updated NEWS and TODOMax Horn
2005-06-23Fixed credits orderMax Horn
2005-06-22Changed from char to int8 in a number of places. This makes not assume the ty...Lars Persson
2005-06-22disambiguate undefined operation by removing unneeded calculation.Oliver Kiehl
2005-06-22Fixed warning. (And made some whitespace changes.)Torbjörn Andersson
2005-06-21replaced #if defined(_MSC_VER)Lars Persson
2005-06-21Added default destructors as required by the Symbian/Epoc portLars Persson
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-06-21Fix gcc4 warningsEugene Sandulenko
2005-06-21This is the SDL changes needed by the Symbian build to work properly.Lars Persson
2005-06-21This is the submission of the Epoc/Symbian build files forLars Persson
2005-06-21Added symbian-fs.cpp, symbian filehandling classLars Persson
2005-06-21Yet another GCC 4 warning fixedMax Horn
2005-06-21Patch #1224631 (fix gcc4 virtual functions non-virtual destructor warnings)Max Horn
2005-06-21When a key is pressed, go back to repeat phase 0 again. This is so that weTorbjörn Andersson
2005-06-21Fixed crash when talking to the money changer about the Orb of Storms. TheTorbjörn Andersson
2005-06-21Added temporary variables for readability.Torbjörn Andersson
2005-06-20Added virtual destructor, to silence a few more GCC 4 warningsMax Horn
2005-06-20Added virtual destructor, to silence a few more GCC 4 warningsMax Horn
2005-06-20Removed -Wctor-dtor-privacy, all it does is trigger nonsense warnings in GCC 4Max Horn
2005-06-20sfShowControls implementation is NOPEugene Sandulenko
2005-06-20fix animation bug at ratsAndrew Kurushin
2005-06-20WhitespaceTorbjörn Andersson