Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-15 | PEGASUS: Add Norad Delta | Matthew Hoops | |
And with that, ladies and gentlemen, Pegasus Prime is officially completable in ScummVM. | |||
2011-12-13 | PEGASUS: Fix going from bomb game to the end game | Matthew Hoops | |
The game is now completable from after completing from a save that has Norad complete. | |||
2011-12-13 | PEGASUS: Fix displaying the end message | Matthew Hoops | |
2011-12-13 | PEGASUS: Add the bomb detonation game | Matthew Hoops | |
2011-12-13 | PEGASUS: Add a tickCount() function | Matthew Hoops | |
2011-12-12 | PEGASUS: Add the bomb active AI rule | Matthew Hoops | |
2011-12-12 | PEGASUS: Implement shooting Sinclair | Matthew Hoops | |
2011-12-12 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: video/qt_decoder.cpp | |||
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 | DREAMWEB: Fix typo in useWire() (thanks wjp, fuzzie) | Filippos Karapetis | |
2011-12-12 | DREAMWEB: Port 'usewire' to C++ | Filippos Karapetis | |
2011-12-12 | DREAMWEB: Port 'autoappear' to C++ | Filippos Karapetis | |
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 | |
2011-12-12 | TSAGE: Added missing hotspot logic for R2R Scene 300 | Paul Gilbert | |
2011-12-12 | DREAMWEB: Fix typo in monkSpeaking() | Filippos Karapetis | |
2011-12-12 | DREAMWEB: Move fadeDOS to vgafades.cpp, cleanup | Max Horn | |
2011-12-12 | DREAMWEB: Convert 'monkspeaking' and 'showmonk' to C++ | Filippos Karapetis | |
Also, remove the 'monkface' data from the data blob | |||
2011-12-12 | DREAMWEB: Port 'showpuztext' to C++ | Filippos Karapetis | |
2011-12-12 | DREAMWEB: Fix regressions in getBack1 and useLighter | Willem Jan Palenstijn | |
2011-12-11 | TSAGE: R2R - Implement scene 2500 | Strangerke | |
2011-12-11 | DREAMWEB: Port 'uselighter' to C++ | Filippos Karapetis | |
2011-12-11 | DREAMWEB: Port 'getback1', 'newplace' to C++ | Filippos Karapetis | |
2011-12-11 | DREAMWEB: Convert 'cantdrop', 'droperror' to C++ | Filippos Karapetis | |
2011-12-11 | TSAGE: R2R - Implement scene 2455 | Strangerke | |
2011-12-11 | DREAMWEB: Move Savenames out of opaque data blob | Willem Jan Palenstijn | |
2011-12-11 | DREAMWEB: Convert checkInput | Willem Jan Palenstijn | |
2011-12-11 | DREAMWEB: Convert 'showNames' | Willem Jan Palenstijn | |
2011-12-11 | DREAMWEB: Fix namesToOld/oldToNames | Willem Jan Palenstijn | |
They only saved the first four savegame descriptions. (Bug from the original game.) |