aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-05fixed wrong indentationNorbert Lange
2009-08-05check if modplayers should be compiled based on engine-macrosNorbert Lange
2009-08-05replace workaround in case musicfiles are missing with a simpler oneNorbert Lange
2009-08-05T7G: Fix bug #2831041 by implementing opcode responsible for starting music p...Scott Thomas
2009-08-05Bugfix for music not being stopped when music volume is set to zeroPaul Gilbert
2009-08-04CleanupFilippos Karapetis
2009-08-04remove a former workaround for Amiga MINorbert Lange
2009-08-04fixed hanging intro (and possible other scenes) when music cant be loadedNorbert Lange
2009-08-04cleaned up sound_amiga.cpp a bit, added checks for missing filesNorbert Lange
2009-08-04added warning should the sound files not be available (intro will hang if the...Norbert Lange
2009-08-04Removed the superfluous VGA buffer, replacing it with direct writes to the vi...Filippos Karapetis
2009-08-04moved helper functions from the header file into the cpp fileNorbert Lange
2009-08-04added doxygeb commentsNorbert Lange
2009-08-04moved code for initialising patterns into own functionNorbert Lange
2009-08-04got rid of superfluous semicolonsKostas Nakos
2009-08-04Cleaned up the MSVC project files of the gob engineFilippos Karapetis
2009-08-04commit slightly modified patch #2828646: WINCE: Integrate Windows CE with the...Kostas Nakos
2009-08-04update readme (draft)Kostas Nakos
2009-08-04update MakefileKostas Nakos
2009-08-04support made engineKostas Nakos
2009-08-04add bindings for cruise engineKostas Nakos
2009-08-04Some formatting changes and added commentsNorbert Lange
2009-08-03GP2XWiz: Fix bug with downscaled cursors.John Willis
2009-08-03Fix for #2824798 (FW: crash when clicking "load" in the GUI):Kari Salminen
2009-08-03Fix for bug #2828333 (AGI: KQ1: Greensleeves always plays):Kari Salminen
2009-08-03Bugfix to correctly reset the music tempo when loading a savegamePaul Gilbert
2009-08-03T7G: Fix bug #2831046 where save names not shown after loading a save from la...Scott Thomas
2009-08-02Make MemoryReAlloc() 64-bit alignment safeJoost Peters
2009-08-02Fix AGI crashes on 64-bit systems that require alignmentJoost Peters
2009-08-02GP2XWiz/SDL: Fix 2 small typos.John Willis
2009-08-02clean up and fix vga aspect scaler routinesKostas Nakos
2009-08-02GP2XWiz: More cleanup of render code and fix silly screen update bug when rev...John Willis
2009-08-02align memory handles to sizeof(void*) instead of 4 (which is just good enough...Joost Peters
2009-08-02rework mixer (re)init. fixes bug #2694722Kostas Nakos
2009-08-02Show a message if saving or loading a game fails.Sven Hesse
2009-08-02Show a message if saving or loading a game fails.Torbjörn Andersson
2009-08-02Removing _frameWaitLag. It broke normal animation speed in pre-v4 games and d...Sven Hesse
2009-08-02When ESCing videos, seek to the last frame that was meant to be played. Fixes...Sven Hesse
2009-08-02synced the branch with the palette patch (#2819787)Norbert Lange
2009-08-02made some unused methods privateNorbert Lange
2009-08-02fix some more harmless warnings to make gcc shutupNorbert Lange
2009-08-02fixed some constness warningsNorbert Lange
2009-08-02made MdatResource struct private and changed the signatures of functions whic...Norbert Lange
2009-08-01stole formatting for constructors from existing codeNorbert Lange
2009-08-01engines/scumm/scumm.cpp: terminate method is pretty redundant - removedNorbert Lange
2009-08-01Removing the tfmx test module to make the branch compile againSven Hesse
2009-08-01refactored and commented player_va4 a bitNorbert Lange
2009-08-01Added some more information to the "Compressed sound ... invalid" error. MaybeTorbjörn Andersson
2009-08-01Remove obsolete comment from Cine::Palette::saturatedAddColor.Kari Salminen
2009-07-31Fix bug with the event loop that was discarding pending events rather than le...Paul Gilbert