aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-07-06endian fix, cleanupMax Horn
2003-07-06add const qualifierMax Horn
2003-07-06fix bug #766744 (BASS: Crash when quitting while quitting)Robert Göffringmann
2003-07-06tweaksMax Horn
2003-07-06fixed decoding for special characters. 0.0303 is still incorrect, need joost'...Robert Göffringmann
2003-07-06fix compileOliver Kiehl
2003-07-06const fix; expannded TODO comment a bitMax Horn
2003-07-06some backend fixesMax Horn
2003-07-06"Better" fix... (Die C++, die!)Marcus Comstedt
2003-07-06added comment for missing puttputt actor opcodePaweł Kołodziejski
2003-07-06mix() is really a private method, only to be called by the audio thread; cove...Max Horn
2003-07-06now that we mutex-protect everything properly, we can get rid of _toBeDestroy...Max Horn
2003-07-06added GID_PUTTPUTT game id for puttputt games to prevent use samnmax hacksPaweł Kołodziejski
2003-07-06added stub opcode 218 for o6_actorOps()Paweł Kołodziejski
2003-07-06the mutex must be locked by everything which might access _channels while the...Max Horn
2003-07-06This fixes the drawing order of the pillow and magazine in Reich'sTorbjörn Andersson
2003-07-06add support for MRAW/dmu files in 3DO humongous games, has the overlapping mu...Jonathan Gray
2003-07-06Fixed parse error.Marcus Comstedt
2003-07-06recognise FMUS blcoks from 3DO humongous games and print out some debug info ...Jonathan Gray
2003-07-06added TODOMax Horn
2003-07-06#define MACOSX on the command line, not in config.h; add TODO regarding TMP f...Max Horn
2003-07-06the amiga check should be separate since the big FIXME comment does not apply...Max Horn
2003-07-06correct palette on amiga version of mi, from HibernatusJonathan Gray
2003-07-06fix configure scriptJonathan Gray
2003-07-06Add back change that got lost on last two commitsTravis Howell
2003-07-06zak256 sound updates from HibernatusTravis Howell
2003-07-06More fixes from HibernatusTravis Howell
2003-07-06check through list of different sdl-configs, this should make fbsd work out o...Jonathan Gray
2003-07-06Add support for Amiga version of Monkey Island 1Travis Howell
2003-07-06make x11 backend compile again, still doesn't actually work though...Jonathan Gray
2003-07-06we want ldflags as wellJonathan Gray
2003-07-06Add change from HibernatusTravis Howell
2003-07-06make Makefile.new not require build.rulesJonathan Gray
2003-07-06cleanup to the mixer helper proc interface and to ChannelStreamMax Horn
2003-07-06increased SmushMixer stream size to 500K, this seems to help in Fullthrottle....Max Horn
2003-07-05fixed bug #765892 (bottom bar in F5 menu not used)Robert Göffringmann
2003-07-05protect calls to insertChannel with mutex, too (and switch to using StackLock)Max Horn
2003-07-05Dont show cursor when restoring gameRobert Göffringmann
2003-07-05gah. I am stupidMax Horn
2003-07-05fixed stack lock at startupMax Horn
2003-07-05enforce use of type MutexRefMax Horn
2003-07-05updated code to use type MutexRef; added class StackLock (from sdl backend, n...Max Horn
2003-07-05updated backends to use type MutexRefMax Horn
2003-07-05Add more OpenGL fixes, patch #762815Travis Howell
2003-07-05fix warningJoost Peters
2003-07-05Attempt some more V1 costume work. Not that it helps yet.James Brown
2003-07-05Note spare strings in the custom string resource table.James Brown
2003-07-05Fix irky old date. We need to autogenerate this somehow.James Brown
2003-07-05Update about dialog. Will somebody please move the About dialog to Common so ...James Brown
2003-07-05Put check it right placeTravis Howell