aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-07-02Small fixesMax Horn
svn-id: r18483
2005-07-02MIDI ideasMax Horn
svn-id: r18482
2005-07-02Hackish native MIDI HW support for Mac OS X (incomplete)Max Horn
svn-id: r18481
2005-07-01implemented sfPickClimbOutPos, sfTossRifAndrew Kurushin
Komodo dragon now works svn-id: r18480
2005-06-30The web version of comi demo has no music bundle.Travis Howell
svn-id: r18479
2005-06-30Enhanced 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-30Fix compilation. FALSE is not a valid value, false however is.Jonathan Gray
svn-id: r18477
2005-06-29dragon wip1Andrew Kurushin
svn-id: r18476
2005-06-28Worked around script bug which could cause Nico to be in the wrong state atTorbjö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-27Better test for disabled scalers...Marcus Comstedt
svn-id: r18474
2005-06-27Just updated ending comment properly for the sake of itLars Persson
svn-id: r18473
2005-06-27Implemented OSystem_Dreamcast::grabPalette().Marcus Comstedt
svn-id: r18472
2005-06-27Implemented InVMSave::skip().Marcus Comstedt
svn-id: r18471
2005-06-27Fix handling of music data in COMIMax Horn
svn-id: r18470
2005-06-26Fix warningMax Horn
svn-id: r18469
2005-06-26Avoid 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-26Updated 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-25Fix postfix inc/decrement operators of List::IteratorMax Horn
svn-id: r18465
2005-06-25cleanupMax Horn
svn-id: r18464
2005-06-25fix animation timings (now Shiala scene not stucks)Andrew Kurushin
svn-id: r18463
2005-06-25cleanupMax Horn
svn-id: r18462
2005-06-25Move file handling in SMUSH code to a single thread (unless I overlooked ↵Max Horn
some cases) svn-id: r18461
2005-06-24Heavy 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-24fix VS2005 _strnicmp error issueAndrew Kurushin
svn-id: r18459
2005-06-24removed unneeded #includeGregory Montoir
svn-id: r18458
2005-06-24oops forgot this in my previous commitMax Horn
svn-id: r18457
2005-06-24Fixed Oki table entry; added doc URL; mention IMA ADPCMMax Horn
svn-id: r18456
2005-06-24Changed #include <stdafx.h> to #include <common/stdafx.h>. It shouldTorbjörn Andersson
probably be #include "common/stdafx.h", but I'll let the backend maintainers worry about style. svn-id: r18455
2005-06-24For consistency, specify directory when including files.Torbjörn Andersson
svn-id: r18454
2005-06-24Whitespace changes.Torbjörn Andersson
svn-id: r18453
2005-06-24cleanupMax Horn
svn-id: r18452
2005-06-24I don't think we need to include mididrv.h here.Torbjörn Andersson
svn-id: r18451
2005-06-24I don't think we need <ctype.h> here.Torbjörn Andersson
svn-id: r18450
2005-06-24Whitespace changes.Torbjörn Andersson
svn-id: r18449
2005-06-24I don't think we need <ctype.h> here.Torbjörn Andersson
svn-id: r18448
2005-06-24For consistency, specify directory when including files.Torbjörn Andersson
svn-id: r18447
2005-06-24Whitespace changes.Torbjörn Andersson
svn-id: r18446
2005-06-24Fix 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-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-06-23Use #include "file" instead of #include <file> for consistency.Torbjörn Andersson
svn-id: r18443
2005-06-23Fix 64 bit compiler warning/errorMax Horn
svn-id: r18442
2005-06-23Moved endian macros to a separate header fileMax Horn
svn-id: r18441
2005-06-23Fix 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-23Fixed credits order againMax Horn
svn-id: r18439
2005-06-23Revert change from printf() to debug(1)Max Horn
svn-id: r18438
2005-06-23Updated NEWS and TODOMax Horn
svn-id: r18437
2005-06-23Fixed credits orderMax Horn
svn-id: r18436
2005-06-22Changed 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-22disambiguate undefined operation by removing unneeded calculation.Oliver Kiehl
svn-id: r18434
2005-06-22Fixed warning. (And made some whitespace changes.)Torbjörn Andersson
svn-id: r18433