Age | Commit message (Expand) | Author |
2009-02-16 | Removed unused variable | Benjamin Haisch |
2009-02-04 | - Fixed/completed cd audio support (sfPlayCd and sfGetCdTime) for Manhole:N&E... | Benjamin Haisch |
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn |
2009-01-25 | Added some unused opcodes in Rodney | Filippos Karapetis |
2009-01-25 | Added some information on sfPlayNote, sfStopNote, sfPlayTele, sfStopTele | Filippos Karapetis |
2009-01-25 | Removed leftover debug code | Filippos Karapetis |
2009-01-25 | - Implemented sound decompression for Manhole EGA | Benjamin Haisch |
2009-01-24 | Initialize variables that might not be initialized but still used later on li... | Kari Salminen |
2009-01-24 | Removed leftover test code for MADE V1, used in Manhole EGA (though the sound... | Filippos Karapetis |
2009-01-23 | - Implemented sfGetMusicBeat (used in several games as some kind of timer) | Benjamin Haisch |
2009-01-22 | Silenced MSVC warnings | Filippos Karapetis |
2009-01-22 | Fix warning | Max Horn |
2009-01-22 | - Added support for The Manhole EGA version | Benjamin Haisch |
2009-01-18 | Slight changes to fx method #9 to more correctly match the original game | Paul Gilbert |
2009-01-17 | Make sure that "quit" events are handled immediately. This fixes a warning - or | Torbjörn Andersson |
2009-01-16 | - Removed _gameVersion, engine versions are set in the game detection entries... | Filippos Karapetis |
2009-01-14 | Game database headers are verified now | Filippos Karapetis |
2009-01-14 | Fixed warnings. | Torbjörn Andersson |
2009-01-13 | Some updates/observations on script functions | Filippos Karapetis |
2009-01-13 | - PMV video headers are evaluated correctly now | Filippos Karapetis |
2009-01-13 | Save game headers are now verified | Filippos Karapetis |
2009-01-13 | Added a possible FIXME | Filippos Karapetis |
2009-01-13 | Reworked the sound energy code | Benjamin Haisch |
2009-01-13 | - Music now works in LGoP2 | Filippos Karapetis |
2009-01-12 | Implemented screen vfx #19 and #20 | Paul Gilbert |
2009-01-11 | Completed screen vfx #8, and also implemented screen vfx #18 | Paul Gilbert |
2009-01-10 | Implemented screen vfx #8 | Paul Gilbert |
2009-01-06 | The sound energy buffer is now cleared inside decompressSound() | Filippos Karapetis |
2009-01-06 | Sound energy values are now stored in a list, to account for the fact that th... | Filippos Karapetis |
2009-01-06 | Changed sfGetSoundEnergy to use the correct soundEnergy value from decompress... | Paul Gilbert |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-23 | Added stubs for the missing visual effect opcodes | Filippos Karapetis |
2008-12-15 | - Implemented cmd_restart (for the restart functionality in Return to Zork) | Benjamin Haisch |
2008-12-04 | Removed obsolete refs to OSystem::kFeatureAutoComputeDirtyRects | Max Horn |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-10 | - Global options dialog support | Benjamin Haisch |
2008-11-07 | Implemented RTL support | Benjamin Haisch |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-06 | Simplified AdvancedMetaEngine::fallbackDetect usage | Max Horn |
2008-10-18 | Implemented visual effects 1, 3, 4, 5, 6, 7 and 16 | Benjamin Haisch |
2008-10-04 | - Declared all stack functions as inline | Benjamin Haisch |
2008-09-28 | Return 32000 in sfGetCdTime instead of 0; this fixes the Manhole intro/credit... | Benjamin Haisch |
2008-09-23 | Improved updateScreenAndWait; the mouse cursor is less jerky now in some scen... | Benjamin Haisch |
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |
2008-09-06 | Got rid of File::eof() | Max Horn |
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type... | Max Horn |
2008-09-03 | Silence MSVC warning about ambiguous usage of CLIP | Filippos Karapetis |
2008-08-20 | I believe the setVolume() function has to be guarded by a mutex. (I added thi... | Torbjörn Andersson |
2008-07-01 | Fixed unitialized variables | Max Horn |
2008-06-27 | - Fixed umlauts in printText | Benjamin Haisch |