Age | Commit message (Expand) | Author |
2002-06-03 | Added the mutex support to ease the streaming (ie to prevent all race | Lionel Ulmer |
2002-06-03 | checkin of mutle's current work - note that this won't build right now, it ne... | Max Horn |
2002-06-02 | Fix the streaming used in the movies in TheDig (warning, did not test | Lionel Ulmer |
2002-06-02 | Small warning fix + double inclusion protection (can always be useful | Lionel Ulmer |
2002-06-02 | another attempt to fix #529538 | Max Horn |
2002-06-01 | undoing my previous changes, it's completly bogus(sorry) | Max Horn |
2002-06-01 | fix for #529538 | Max Horn |
2002-06-01 | added some comments; fixed #558310 | Max Horn |
2002-06-01 | fixed script dumping for small header games (by MadMoose) | Max Horn |
2002-05-30 | Oops. Still sent sound as mono to AHI ... | Ruediger Hanke |
2002-05-29 | Rewrite Simon filename parser. | James Brown |
2002-05-29 | Fix bug 558589. This shouldn't happen anyway, as 1641.VGA seems to be the vid... | James Brown |
2002-05-26 | Various changes in MorphOS interface | Ruediger Hanke |
2002-05-25 | Fixme for the dig looping sound bug... | Vincent Hamm |
2002-05-25 | fixed a missplaced memset in akos code. Fixed a typo in the Makefile | Vincent Hamm |
2002-05-25 | Forgot to remove another SDLism from the X11 compilation :-) (no, no, | Lionel Ulmer |
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 |