Age | Commit message (Expand) | Author |
2002-05-25 | Fix a little bit the Makefile to not have both UNIX and UNIX_X11 | Lionel Ulmer |
2002-05-25 | The Dig: implement descriptions | Paweł Kołodziejski |
2002-05-24 | Two changes in Dig movies: | Paweł Kołodziejski |
2002-05-23 | Update for 16 bits and stereo smush sound in the dig | Paweł Kołodziejski |
2002-05-23 | removed some debug output I left in accidentally in my last checkin; removed ... | Max Horn |
2002-05-23 | removed/disabled debug code | Max Horn |
2002-05-23 | moved more stuff out of the Scumm class (usage of g_scumm is only temporary, ... | Max Horn |
2002-05-22 | renamed unkScreenEffect7 to transitionEffect; added some comments, renamed va... | Max Horn |
2002-05-22 | Fixed missing inventory in dig | Vincent Hamm |
2002-05-22 | Fixed actor masking in dig | Vincent Hamm |
2002-05-22 | Reenabled the 1024 flag for direction interpolation | Vincent Hamm |
2002-05-22 | Fixed a bit of dig's walking bugs. But I'm still diabling the walk script sin... | Vincent Hamm |
2002-05-22 | Fix typo | James Brown |
2002-05-22 | Fix Zaks money. This may break Loom, I made the check fairly generic. | James Brown |
2002-05-22 | Fix for mixer 16 bits samples. Samples are clear now. | Paweł Kołodziejski |
2002-05-20 | Better Simon support and switch to stereo audio | Nicolas Bacca |
2002-05-20 | Add modifier support to the X11 port. | Lionel Ulmer |
2002-05-20 | Add volume control like it is done for MP3 to the 16 bit 'mixers' (ie | Lionel Ulmer |
2002-05-20 | Temp removal of the actor walk script execution to fix dig's walking | Vincent Hamm |
2002-05-20 | small tweak, no functionality changed | Max Horn |
2002-05-20 | moved isCostumeInUse() to costume.cpp; make use of isInCurrentRoom(); added m... | Max Horn |
2002-05-20 | added isInCurrentRoom() method to class Actor | Max Horn |
2002-05-20 | setupShadowPalette doesn't belong into actor.cpp; it's only used in script_v2... | Max Horn |
2002-05-19 | The Dig: stereo samples and mixer | Paweł Kołodziejski |
2002-05-19 | The Dig: 16 bit samples and mixer | Paweł Kołodziejski |
2002-05-19 | fixed #557874 Cursor Offset - hotspot of default cursor was off by one | Max Horn |
2002-05-19 | added operator delete to match our operator new, which uses calloc | Max Horn |
2002-05-19 | use memset to init members to 0 (yes I know we override new to use calloc, bu... | Max Horn |
2002-05-19 | fixed #557574 - quickload/save shortcuts where passed on to game engine, whic... | Max Horn |
2002-05-18 | The second part of armisme fix is here... | Nicolas Noble |
2002-05-18 | And now commiting the *REAL* arisme patch... | Nicolas Noble |
2002-05-18 | Next time, I'll have to kill you Arisme ok? ;-) | Nicolas Noble |
2002-05-18 | Oops | Nicolas Bacca |
2002-05-18 | Big ugly hairy hack to remove Scumm class dependencies to the MidiEmu driver,... | Nicolas Bacca |
2002-05-18 | Added infrastructure to support more than 8 bit signed / unsigned RAW | Lionel Ulmer |
2002-05-18 | Fixing ALSA driver to not segfault when launching simon. It still isn't | Nicolas Noble |
2002-05-17 | added support for Mac1 sounds resources (appear in MI1/MacOS version). Still ... | Max Horn |
2002-05-17 | fixed shadow var warnings | Max Horn |
2002-05-16 | Cleaning up a little the ALSA driver, and removed the 'old beast': the old Ti... | Nicolas Noble |
2002-05-16 | Fix X11 compiling with the new unified Makefile and remove the old | Lionel Ulmer |
2002-05-16 | added 'savepath' option to config file (can be specified globally or for each... | Max Horn |
2002-05-16 | Added an ALSA sequencer support. Updated readme.txt to explain it, and | Nicolas Noble |
2002-05-15 | Added config-file include, removed from scumm.h | Nicolas Bacca |
2002-05-15 | Fixed evil filename overflow | Nicolas Bacca |
2002-05-15 | Misc. fixes | James Brown |
2002-05-15 | Fix compile problem with boxes.cpp | James Brown |
2002-05-15 | - added the official debian changelog, that nobody apart from me should modif... | Bastien Nocera |
2002-05-14 | remove config-file.h from scumm.h (for me this means only 5 instead of 31 fil... | Max Horn |
2002-05-14 | identifies that start with two underscores are reserved for system libs/the c... | Max Horn |
2002-05-14 | removed actor.h from scumm.h; added _scumm member var to class Actor; some va... | Max Horn |