Age | Commit message (Expand) | Author |
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 |
2002-05-14 | added #include "actor.h", some minor tweaks | Max Horn |
2002-05-14 | Added Simon 1 DOS detection | Nicolas Bacca |
2002-05-14 | Update port for new timer function & fix toolbar in Zak | Nicolas Bacca |
2002-05-14 | Fix the Valgrind warning about the save game menu in Zak. | Lionel Ulmer |
2002-05-14 | added FIXME comment | Max Horn |
2002-05-14 | Note to self : always check the diff before comitting :-) | Lionel Ulmer |
2002-05-14 | Add support for the new 'timer' interface in the X11 driver. | Lionel Ulmer |
2002-05-14 | fixed var shadowing warning | Max Horn |
2002-05-14 | some cleanup | Max Horn |
2002-05-14 | fixed warning | Max Horn |
2002-05-14 | Make if(cls) error a little more useful | James Brown |
2002-05-14 | fix some warnings, odd code, and prevent Simon segfaulting when wrong game sp... | James Brown |
2002-05-14 | fixed compilation on more strict compilers | Max Horn |
2002-05-14 | refactored parts of actor.cpp: many methods are now members of class Actor in... | Max Horn |
2002-05-14 | Remove SCUMM dependancies from SDL.C - This fixes a regular crash in Simon du... | James Brown |
2002-05-14 | fixed #555567 (savegame menu head line) by moving & enlarging the headline it... | Max Horn |
2002-05-14 | 0.2.0 release fix. Variable screen height implemented, and configfile fix. | Marcus Comstedt |
2002-05-14 | Update control file for 0.2.0 release | James Brown |