Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-30 | Enhanced tremor support from Jolan Luff. | Jonathan Gray | |
The configure script now works as follows for detection: Tremor only: use tremor Vorbis only: use vorbis Both: use vorbis This behaviour can be changed with newly added configure script options. svn-id: r18478 | |||
2005-06-30 | Fix compilation. FALSE is not a valid value, false however is. | Jonathan Gray | |
svn-id: r18477 | |||
2005-06-29 | dragon wip1 | Andrew Kurushin | |
svn-id: r18476 | |||
2005-06-28 | Worked around script bug which could cause Nico to be in the wrong state at | Torbjörn Andersson | |
the Docks scene in London. See bug #1214168 for details. (The bug was not serious, but could cause some very obvious glitches.) svn-id: r18475 | |||
2005-06-27 | Better test for disabled scalers... | Marcus Comstedt | |
svn-id: r18474 | |||
2005-06-27 | Just updated ending comment properly for the sake of it | Lars Persson | |
svn-id: r18473 | |||
2005-06-27 | Implemented OSystem_Dreamcast::grabPalette(). | Marcus Comstedt | |
svn-id: r18472 | |||
2005-06-27 | Implemented InVMSave::skip(). | Marcus Comstedt | |
svn-id: r18471 | |||
2005-06-27 | Fix handling of music data in COMI | Max Horn | |
svn-id: r18470 | |||
2005-06-26 | Fix warning | Max Horn | |
svn-id: r18469 | |||
2005-06-26 | Avoid creating lots of file handles, reuse them instead (this relies on ↵ | Max Horn | |
files being accessed from a single thread) svn-id: r18468 | |||
2005-06-26 | Updated Scummvm MP3 implementation with patch so it works with Symbian ↵ | Lars Persson | |
multithreading. This openingen/closing the file for each chunk to read. This does only affect the Symbian build and the other ports should work as normal. svn-id: r18466 | |||
2005-06-25 | Fix postfix inc/decrement operators of List::Iterator | Max Horn | |
svn-id: r18465 | |||
2005-06-25 | cleanup | Max Horn | |
svn-id: r18464 | |||
2005-06-25 | fix animation timings (now Shiala scene not stucks) | Andrew Kurushin | |
svn-id: r18463 | |||
2005-06-25 | cleanup | Max Horn | |
svn-id: r18462 | |||
2005-06-25 | Move file handling in SMUSH code to a single thread (unless I overlooked ↵ | Max Horn | |
some cases) svn-id: r18461 | |||
2005-06-24 | Heavy clean up for the iMuseDigital ADPCM codec; the code is now much easier ↵ | Max Horn | |
to understand, even contains some comments ;-) svn-id: r18460 | |||
2005-06-24 | fix VS2005 _strnicmp error issue | Andrew Kurushin | |
svn-id: r18459 | |||
2005-06-24 | removed unneeded #include | Gregory Montoir | |
svn-id: r18458 | |||
2005-06-24 | oops forgot this in my previous commit | Max Horn | |
svn-id: r18457 | |||
2005-06-24 | Fixed Oki table entry; added doc URL; mention IMA ADPCM | Max Horn | |
svn-id: r18456 | |||
2005-06-24 | Changed #include <stdafx.h> to #include <common/stdafx.h>. It should | Torbjörn Andersson | |
probably be #include "common/stdafx.h", but I'll let the backend maintainers worry about style. svn-id: r18455 | |||
2005-06-24 | For consistency, specify directory when including files. | Torbjörn Andersson | |
svn-id: r18454 | |||
2005-06-24 | Whitespace changes. | Torbjörn Andersson | |
svn-id: r18453 | |||
2005-06-24 | cleanup | Max Horn | |
svn-id: r18452 | |||
2005-06-24 | I don't think we need to include mididrv.h here. | Torbjörn Andersson | |
svn-id: r18451 | |||
2005-06-24 | I don't think we need <ctype.h> here. | Torbjörn Andersson | |
svn-id: r18450 | |||
2005-06-24 | Whitespace changes. | Torbjörn Andersson | |
svn-id: r18449 | |||
2005-06-24 | I don't think we need <ctype.h> here. | Torbjörn Andersson | |
svn-id: r18448 | |||
2005-06-24 | For consistency, specify directory when including files. | Torbjörn Andersson | |
svn-id: r18447 | |||
2005-06-24 | Whitespace changes. | Torbjörn Andersson | |
svn-id: r18446 | |||
2005-06-24 | Fix for bug #1226522 (do not add common to list of include paths, to avoid ↵ | Max Horn | |
name clashes with system headers) svn-id: r18445 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-23 | Use #include "file" instead of #include <file> for consistency. | Torbjörn Andersson | |
svn-id: r18443 | |||
2005-06-23 | Fix 64 bit compiler warning/error | Max Horn | |
svn-id: r18442 | |||
2005-06-23 | Moved endian macros to a separate header file | Max Horn | |
svn-id: r18441 | |||
2005-06-23 | Fix foCheckAlreadyLoaded case in findObjectInRoom; this is not used in any ↵ | Max Horn | |
SCUMM game, just added this for completeness (see patch tracker item #1222246) svn-id: r18440 | |||
2005-06-23 | Fixed credits order again | Max Horn | |
svn-id: r18439 | |||
2005-06-23 | Revert change from printf() to debug(1) | Max Horn | |
svn-id: r18438 | |||
2005-06-23 | Updated NEWS and TODO | Max Horn | |
svn-id: r18437 | |||
2005-06-23 | Fixed credits order | Max Horn | |
svn-id: r18436 | |||
2005-06-22 | Changed from char to int8 in a number of places. This makes not assume the ↵ | Lars Persson | |
typ of char regardless of any compiler flags. Now looks very nice on the Symbian platfor. svn-id: r18435 | |||
2005-06-22 | disambiguate undefined operation by removing unneeded calculation. | Oliver Kiehl | |
svn-id: r18434 | |||
2005-06-22 | Fixed warning. (And made some whitespace changes.) | Torbjörn Andersson | |
svn-id: r18433 | |||
2005-06-21 | replaced #if defined(_MSC_VER) | Lars Persson | |
with #if defined (WIN32) svn-id: r18432 | |||
2005-06-21 | Added default destructors as required by the Symbian/Epoc port | Lars Persson | |
svn-id: r18431 | |||
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson | |
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430 | |||
2005-06-21 | Fix gcc4 warnings | Eugene Sandulenko | |
svn-id: r18429 | |||
2005-06-21 | This is the SDL changes needed by the Symbian build to work properly. | Lars Persson | |
Also there is a bugfix for using the joystick handling for SDL. (See events.cpp history) svn-id: r18428 |