Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-06 | cleanup this doxygen comment (li and arg are the same; we are using ↵ | Max Horn | |
autobrief; don't mix the JavaDoc and Qt styles; don't duplicate the function signature, there is no need for that and it gets out of sync (as in this case) svn-id: r8823 | |||
2003-07-06 | run mouse script on BE systems (not that it works) | Max Horn | |
svn-id: r8822 | |||
2003-07-06 | implemented missing puttputt actor opcode 218. this opcode is strange (based ↵ | Paweł Kołodziejski | |
of disassembly) svn-id: r8821 | |||
2003-07-06 | don't use FROM_LE_16 here since loadFile already convertes the header to the ↵ | Max Horn | |
correct endianess svn-id: r8820 | |||
2003-07-06 | endian fix, cleanup | Max Horn | |
svn-id: r8819 | |||
2003-07-06 | add const qualifier | Max Horn | |
svn-id: r8818 | |||
2003-07-06 | fix bug #766744 (BASS: Crash when quitting while quitting) | Robert Göffringmann | |
svn-id: r8817 | |||
2003-07-06 | tweaks | Max Horn | |
svn-id: r8816 | |||
2003-07-06 | fixed decoding for special characters. 0.0303 is still incorrect, need ↵ | Robert Göffringmann | |
joost's help for that. svn-id: r8815 | |||
2003-07-06 | fix compile | Oliver Kiehl | |
svn-id: r8814 | |||
2003-07-06 | const fix; expannded TODO comment a bit | Max Horn | |
svn-id: r8813 | |||
2003-07-06 | some backend fixes | Max Horn | |
svn-id: r8812 | |||
2003-07-06 | "Better" fix... (Die C++, die!) | Marcus Comstedt | |
svn-id: r8811 | |||
2003-07-06 | added comment for missing puttputt actor opcode | Paweł Kołodziejski | |
svn-id: r8810 | |||
2003-07-06 | mix() is really a private method, only to be called by the audio thread; ↵ | Max Horn | |
cover setupPremix by the mutex, too (that helps preventing race conditions upon exit) svn-id: r8809 | |||
2003-07-06 | now that we mutex-protect everything properly, we can get rid of ↵ | Max Horn | |
_toBeDestroyed; also, instead of keeping a global _handles array in the mixer, let each Channel manage its own handle svn-id: r8808 | |||
2003-07-06 | added GID_PUTTPUTT game id for puttputt games to prevent use samnmax hacks | Paweł Kołodziejski | |
svn-id: r8807 | |||
2003-07-06 | added stub opcode 218 for o6_actorOps() | Paweł Kołodziejski | |
svn-id: r8806 | |||
2003-07-06 | the mutex must be locked by everything which might access _channels while ↵ | Max Horn | |
the mixer thread is running, because the mixer thread may modify _channels svn-id: r8805 | |||
2003-07-06 | This fixes the drawing order of the pillow and magazine in Reich's | Torbjörn Andersson | |
apartment. Look out for regressions, though I haven't seen any yet myself. svn-id: r8804 | |||
2003-07-06 | add support for MRAW/dmu files in 3DO humongous games, has the overlapping ↵ | Jonathan Gray | |
music problem again so will probably have to play music via digital imuse at some point svn-id: r8803 | |||
2003-07-06 | Fixed parse error. | Marcus Comstedt | |
svn-id: r8802 | |||
2003-07-06 | recognise FMUS blcoks from 3DO humongous games and print out some debug info ↵ | Jonathan Gray | |
about them svn-id: r8801 | |||
2003-07-06 | added TODO | Max Horn | |
svn-id: r8800 | |||
2003-07-06 | #define MACOSX on the command line, not in config.h; add TODO regarding TMP ↵ | Max Horn | |
file names svn-id: r8799 | |||
2003-07-06 | the amiga check should be separate since the big FIXME comment does not ↵ | Max Horn | |
apply to it at all svn-id: r8798 | |||
2003-07-06 | correct palette on amiga version of mi, from Hibernatus | Jonathan Gray | |
svn-id: r8797 | |||
2003-07-06 | fix configure script | Jonathan Gray | |
svn-id: r8796 | |||
2003-07-06 | Add back change that got lost on last two commits | Travis Howell | |
svn-id: r8795 | |||
2003-07-06 | zak256 sound updates from Hibernatus | Travis Howell | |
svn-id: r8793 | |||
2003-07-06 | More fixes from Hibernatus | Travis Howell | |
svn-id: r8792 | |||
2003-07-06 | check through list of different sdl-configs, this should make fbsd work out ↵ | Jonathan Gray | |
of the box, still need to do an sdl code test though svn-id: r8791 | |||
2003-07-06 | Add support for Amiga version of Monkey Island 1 | Travis Howell | |
Palette is still wrong svn-id: r8790 | |||
2003-07-06 | make x11 backend compile again, still doesn't actually work though... | Jonathan Gray | |
svn-id: r8789 | |||
2003-07-06 | we want ldflags as well | Jonathan Gray | |
svn-id: r8788 | |||
2003-07-06 | Add change from Hibernatus | Travis Howell | |
svn-id: r8787 | |||
2003-07-06 | make Makefile.new not require build.rules | Jonathan Gray | |
svn-id: r8786 | |||
2003-07-06 | cleanup to the mixer helper proc interface and to ChannelStream | Max Horn | |
svn-id: r8785 | |||
2003-07-06 | increased SmushMixer stream size to 500K, this seems to help in ↵ | Max Horn | |
Fullthrottle. Apparently, audio data is streamed faster than it's played, and in at least one case there's ~500KB being stream in quick successions (many packets, each 16KB), which is why 100K are not sufficient svn-id: r8784 | |||
2003-07-05 | fixed bug #765892 (bottom bar in F5 menu not used) | Robert Göffringmann | |
svn-id: r8783 | |||
2003-07-05 | protect calls to insertChannel with mutex, too (and switch to using StackLock) | Max Horn | |
svn-id: r8782 | |||
2003-07-05 | Dont show cursor when restoring game | Robert Göffringmann | |
+ warn user when he tries loading an old savegame (not that pretty, yet) svn-id: r8781 | |||
2003-07-05 | gah. I am stupid | Max Horn | |
svn-id: r8780 | |||
2003-07-05 | fixed stack lock at startup | Max Horn | |
svn-id: r8779 | |||
2003-07-05 | enforce use of type MutexRef | Max Horn | |
svn-id: r8778 | |||
2003-07-05 | updated code to use type MutexRef; added class StackLock (from sdl backend, ↵ | Max Horn | |
now in util.*) svn-id: r8777 | |||
2003-07-05 | updated backends to use type MutexRef | Max Horn | |
svn-id: r8776 | |||
2003-07-05 | Add more OpenGL fixes, patch #762815 | Travis Howell | |
svn-id: r8775 | |||
2003-07-05 | fix warning | Joost Peters | |
svn-id: r8774 | |||
2003-07-05 | Attempt some more V1 costume work. Not that it helps yet. | James Brown | |
svn-id: r8773 |