Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-08 | move V1_ignorePakCols to CostumeRenderer (it makes absolutely no sense to ↵ | Max Horn | |
keep it in BaseCostumeRenderer), and renamed it to c64_ignorePakCols to avoid confusion (V1 in the context of costumes means the original costume format, as opposed to AKOS; and *not* the scumm version); added FIXME to cost_decodeData (have my doubts about it being correct) svn-id: r8852 | |||
2003-07-08 | Use the correct size (I hope) for decoding _C64MaskChar (whatever that is). | Torbjörn Andersson | |
This should improve ScummVM's chances of surviving long enough to crash in the V1 costume renderer instead. svn-id: r8851 | |||
2003-07-07 | check for odd addresses being free'd | Max Horn | |
svn-id: r8850 | |||
2003-07-07 | #include scummsys.h so that our custome free() gets used | Max Horn | |
svn-id: r8849 | |||
2003-07-07 | fix for bug #766119: help screen: '.' is listed incorrectly | Max Horn | |
svn-id: r8848 | |||
2003-07-07 | only move charset mask upon scrolling if tex is displayed in the game ↵ | Max Horn | |
graphics, but not for games which have a seperate text display area (partial fix for bug #766109) svn-id: r8847 | |||
2003-07-07 | fix for bug #766532: MI2: look at coffin to Mojo | Max Horn | |
svn-id: r8846 | |||
2003-07-07 | don't say 'saved/loaded' when the message is only displayed on saves anyway | Max Horn | |
svn-id: r8845 | |||
2003-07-07 | button text for save and restore doesn't disappear anymore. | Robert Göffringmann | |
+ fixed screen updates for swing seqs. svn-id: r8844 | |||
2003-07-07 | applied patch #766751 (BASS: Waiting for floppy intro music to finish) and ↵ | Robert Göffringmann | |
fixed music bug (jukebox at St. James didn't stop playing) svn-id: r8843 | |||
2003-07-07 | Fixed warning. | Torbjörn Andersson | |
svn-id: r8842 | |||
2003-07-07 | Add missing bit of code, still hopelessly broken. | James Brown | |
svn-id: r8841 | |||
2003-07-07 | applied patch #766979 (BASS: Possible fix for problem with cut-off speech). | Robert Göffringmann | |
added small change to SFX samplerate, sparky doesn't sound like a bird now, either. svn-id: r8840 | |||
2003-07-07 | More languages | Chris Apers | |
svn-id: r8839 | |||
2003-07-07 | Updated with new files | Chris Apers | |
svn-id: r8838 | |||
2003-07-07 | New thread emu | Chris Apers | |
svn-id: r8837 | |||
2003-07-07 | Fixed %c modifier | Chris Apers | |
svn-id: r8836 | |||
2003-07-07 | Language option support + music and MP3 related options | Chris Apers | |
svn-id: r8835 | |||
2003-07-07 | MP3 and sound thread fixes | Chris Apers | |
svn-id: r8834 | |||
2003-07-07 | More options | Chris Apers | |
svn-id: r8833 | |||
2003-07-07 | This seems to fix the inventory sprite for the glass, and is more | Torbjörn Andersson | |
consistent with the rest of the loadFixedItems() function. svn-id: r8832 | |||
2003-07-07 | Fix for bug [761637] FOA: Music problems in endgame/credits. | Jamieson Christian | |
Revision to the handle_maker() fix for bug #733401, since that didn't seem to take care of the problem. This fix chomps marker queue entries if it finds a matching marker not at the head of the queue. This might cause inappropriate behavior elsewhere; regression testing is advised. svn-id: r8831 | |||
2003-07-07 | fixed M$VC++ warnings in text.cpp and added code to disk.cpp which may or ↵ | Robert Göffringmann | |
may not fix graphics problems in hobbins' room on big endian systems (can't test that). svn-id: r8830 | |||
2003-07-07 | another fix kudos to LavosSpawn | Max Horn | |
svn-id: r8829 | |||
2003-07-07 | endian fix by LavosSpawn (helps a lot :-) | Max Horn | |
svn-id: r8828 | |||
2003-07-07 | undo this change after discussion with LavosSpawn (doesn't work in either ↵ | Max Horn | |
case anyway :-) svn-id: r8827 | |||
2003-07-07 | naother dataFileHeader change | Max Horn | |
svn-id: r8826 | |||
2003-07-07 | don't convert to LE, dataFileHeader is in native endianess | Max Horn | |
svn-id: r8825 | |||
2003-07-07 | use our standard cast style | Max Horn | |
svn-id: r8824 | |||
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 |