Age | Commit message (Expand) | Author |
2003-07-07 | don't convert to LE, dataFileHeader is in native endianess | Max Horn |
2003-07-07 | use our standard cast style | Max Horn |
2003-07-06 | cleanup this doxygen comment (li and arg are the same; we are using autobrief... | Max Horn |
2003-07-06 | run mouse script on BE systems (not that it works) | Max Horn |
2003-07-06 | implemented missing puttputt actor opcode 218. this opcode is strange (based ... | Paweł Kołodziejski |
2003-07-06 | don't use FROM_LE_16 here since loadFile already convertes the header to the ... | Max Horn |
2003-07-06 | endian fix, cleanup | Max Horn |
2003-07-06 | add const qualifier | Max Horn |
2003-07-06 | fix bug #766744 (BASS: Crash when quitting while quitting) | Robert Göffringmann |
2003-07-06 | tweaks | Max Horn |
2003-07-06 | fixed decoding for special characters. 0.0303 is still incorrect, need joost'... | Robert Göffringmann |
2003-07-06 | fix compile | Oliver Kiehl |
2003-07-06 | const fix; expannded TODO comment a bit | Max Horn |
2003-07-06 | some backend fixes | Max Horn |
2003-07-06 | "Better" fix... (Die C++, die!) | Marcus Comstedt |
2003-07-06 | added comment for missing puttputt actor opcode | Paweł Kołodziejski |
2003-07-06 | mix() is really a private method, only to be called by the audio thread; cove... | Max Horn |
2003-07-06 | now that we mutex-protect everything properly, we can get rid of _toBeDestroy... | Max Horn |
2003-07-06 | added GID_PUTTPUTT game id for puttputt games to prevent use samnmax hacks | Paweł Kołodziejski |
2003-07-06 | added stub opcode 218 for o6_actorOps() | Paweł Kołodziejski |
2003-07-06 | the mutex must be locked by everything which might access _channels while the... | Max Horn |
2003-07-06 | This fixes the drawing order of the pillow and magazine in Reich's | Torbjörn Andersson |
2003-07-06 | add support for MRAW/dmu files in 3DO humongous games, has the overlapping mu... | Jonathan Gray |
2003-07-06 | Fixed parse error. | Marcus Comstedt |
2003-07-06 | recognise FMUS blcoks from 3DO humongous games and print out some debug info ... | Jonathan Gray |
2003-07-06 | added TODO | Max Horn |
2003-07-06 | #define MACOSX on the command line, not in config.h; add TODO regarding TMP f... | Max Horn |
2003-07-06 | the amiga check should be separate since the big FIXME comment does not apply... | Max Horn |
2003-07-06 | correct palette on amiga version of mi, from Hibernatus | Jonathan Gray |
2003-07-06 | fix configure script | Jonathan Gray |
2003-07-06 | Add back change that got lost on last two commits | Travis Howell |
2003-07-06 | zak256 sound updates from Hibernatus | Travis Howell |
2003-07-06 | More fixes from Hibernatus | Travis Howell |
2003-07-06 | check through list of different sdl-configs, this should make fbsd work out o... | Jonathan Gray |
2003-07-06 | Add support for Amiga version of Monkey Island 1 | Travis Howell |
2003-07-06 | make x11 backend compile again, still doesn't actually work though... | Jonathan Gray |
2003-07-06 | we want ldflags as well | Jonathan Gray |
2003-07-06 | Add change from Hibernatus | Travis Howell |
2003-07-06 | make Makefile.new not require build.rules | Jonathan Gray |
2003-07-06 | cleanup to the mixer helper proc interface and to ChannelStream | Max Horn |
2003-07-06 | increased SmushMixer stream size to 500K, this seems to help in Fullthrottle.... | Max Horn |
2003-07-05 | fixed bug #765892 (bottom bar in F5 menu not used) | Robert Göffringmann |
2003-07-05 | protect calls to insertChannel with mutex, too (and switch to using StackLock) | Max Horn |
2003-07-05 | Dont show cursor when restoring game | Robert Göffringmann |
2003-07-05 | gah. I am stupid | Max Horn |
2003-07-05 | fixed stack lock at startup | Max Horn |
2003-07-05 | enforce use of type MutexRef | Max Horn |
2003-07-05 | updated code to use type MutexRef; added class StackLock (from sdl backend, n... | Max Horn |
2003-07-05 | updated backends to use type MutexRef | Max Horn |
2003-07-05 | Add more OpenGL fixes, patch #762815 | Travis Howell |