Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-12 | DREAMWEB: Fix regression in usePipe | Willem Jan Palenstijn | |
2011-12-12 | TSAGE: R2R - Implement scene 2525 | Strangerke | |
2011-12-13 | DREAMWEB: Port 'useaxe', 'usekey' to C++ | Filippos Karapetis | |
2011-12-12 | DREAMWEB: Port 'useopenbox' to C++ | Filippos Karapetis | |
2011-12-12 | DREAMWEB: Port 'usepipe' to C++ | Filippos Karapetis | |
2011-12-12 | DREAMWEB: Port 'useslab' to C++ | Filippos Karapetis | |
2011-12-12 | DREAMWEB: Port 'usecontrol' to C++ | Filippos Karapetis | |
2011-12-12 | Merge pull request #136 from fingolfin/coreaudio-update | Eugene Sandulenko | |
MACOSX: Optionally allow building against "new" (10.5+) CoreAudio API | |||
2011-12-12 | CREDITS: Mark Cyx as retired | Strangerke | |
2011-12-12 | DREAMWEB: Simplify getUnderCentre(), putUnderCentre() and move some ↵ | Filippos Karapetis | |
functions to DreamBase | |||
2011-12-12 | DREAMWEB: Set volumeDirection as a negative integer, where this is used, ↵ | Filippos Karapetis | |
instead of 0xFF | |||
2011-12-12 | DREAMWEB: Fix regression in entryAnims() | Filippos Karapetis | |
2011-12-12 | DREAMWEB: Port 'getundercentre', 'processtrigger', 'putundercentre', ↵ | Filippos Karapetis | |
'triggermessage' to C++ | |||
2011-12-12 | DREAMWEB: Port 'entryanims' to C++ | Filippos Karapetis | |
2011-12-12 | MOHAWK: Display the weight up after resetting the clock puzzle in Myst ME | Bastien Bouclet | |
2011-12-12 | DREAMWEB: Convert 'setuptimeduse', 'entrytexts' to C++ and move priestText() ↵ | Filippos Karapetis | |
to DreamBase | |||
2011-12-12 | MOHAWK: Fix Myst ME Mac picture file names | Matthew Hoops | |
2011-12-12 | MOHAWK: Fix Stoneship's hologram projector | Matthew Hoops | |
2011-12-12 | VIDEO: Add support for QuickTime video track edit lists | Matthew Hoops | |
2011-12-12 | VIDEO: Fix QuickTime audio track ends | Matthew Hoops | |
Fixes videos where the audio track length is smaller than the video track length. | |||
2011-12-12 | DREAMWEB: Port 'quitkey' to C++ | Filippos Karapetis | |
2011-12-12 | AGI: Add FIXME to cmdCallV1 | Max Horn | |
2011-12-12 | DREAMWEB: Fix typo in useWire() (thanks wjp, fuzzie) | Filippos Karapetis | |
2011-12-12 | AGI: Remove two unused pure virtual methods | Max Horn | |
This avoid warnings, as these methods were being hidden by methods in subclasses with differing signatures. | |||
2011-12-12 | DREAMWEB: Port 'usewire' to C++ | Filippos Karapetis | |
2011-12-12 | DREAMWEB: Port 'autoappear' to C++ | Filippos Karapetis | |
2011-12-12 | MACOSX: Optionally allow building against "new" (10.5+) CoreAudio API | Max Horn | |
This silences a bunch of deprecation warnings when compiling on any current system. Moreover, the new API is available on the iPhone, so perhaps this is interesting for the iPhone port, too. On the long run, ScummVM will have to switch to the new API, as Apple will eventually drop the old one. | |||
2011-12-12 | AUDIO: Add endian FIXME to timdity code | Max Horn | |
2011-12-12 | HUGO: Fix warning about hidden pause() method from parent class | Max Horn | |
2011-12-12 | TSAGE: Fix warning about hidden remove() method from parent class | Max Horn | |
2011-12-12 | TSAGE: Remove unused method | Max Horn | |
2011-12-12 | DREAMWEB: Oops, place the newly ignored variables in their right place in ↵ | Filippos Karapetis | |
tasm-recover | |||
2011-12-12 | DREAMWEB: Remove a lot of unused variables | Filippos Karapetis | |
2011-12-12 | DREAMWEB: Silence signed/unsigned warning | Filippos Karapetis | |
2011-12-12 | DREAMWEB: Port 'usebuttona' to C++ | Filippos Karapetis | |
2011-12-12 | DREAMWEB: Fix regression in rollEndCredits | Willem Jan Palenstijn | |
I had previously tested the wrong end credits by accident. Oops... | |||
2011-12-12 | Merge pull request #135 from fingolfin/dreamweb-cleanup | Willem Jan Palenstijn | |
Dreamweb cleanup, convert DreamGenContext::rollEndCredits() to C++ | |||
2011-12-12 | DREAMWEB: Remove now unused DreamGenContext::playChannel0() wrapper | Max Horn | |
2011-12-12 | DREAMWEB: Convert rollEndCredits/rollEndCredits2 to C++ | Max Horn | |
2011-12-12 | DREAMWEB: Add Dreambase::loadSpeech method | Max Horn | |
2011-12-12 | DREAMWEB: Remove volumetabname from data blob | Max Horn | |
2011-12-12 | DREAMWEB: Add a FIXME | Max Horn | |
2011-12-12 | Revert "DREAMWEB: Simplify the time display code" | Filippos Karapetis | |
This reverts commit 546c6a07e4803541647ad18d69c650fdd4cf974c. This wasn't a good idea, after all - it breaks saves and the game time is always the real time (which is not what the original did - it only synced the game time with the real time at the beginning) | |||
2011-12-12 | TSAGE: Bugfixes and extra commenting for R2R conversation display | Paul Gilbert | |
2011-12-12 | DREAMWEB: Simplify the time display code | Filippos Karapetis | |
2011-12-12 | DREAMWEB: Convert greyscaleSum, allPalette, dumpCurrent | Max Horn | |
2011-12-12 | DREAMWEB: Remove a lot of unused/unneeded variables | Filippos Karapetis | |
2011-12-12 | DREAMWEB: Convert 'createName' | Willem Jan Palenstijn | |
2011-12-12 | TSAGE: Implemented R2R changes to StripManager::signal | Paul Gilbert | |
2011-12-12 | DREAMWEB: Cleanup and add FIXMEs | Willem Jan Palenstijn | |