Age | Commit message (Expand) | Author |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2013-04-26 | CINE: Null terminate string. CID 1003886 | Eugene Sandulenko |
2013-04-26 | CINE: Null terminate string. CID 1003884 | Eugene Sandulenko |
2013-04-26 | CINE: Null terminate string. CID 1003887 | Eugene Sandulenko |
2013-04-18 | ENGINES: Silence clang warning about unused private member _vm | Max Horn |
2012-09-11 | CINE: Implement music fade out for Amiga/AtariST music. | Johannes Schickel |
2012-09-08 | CINE: Fix sfx channel use in Amiga and AtariST versions of FW. | Johannes Schickel |
2012-09-08 | CINE: Implement panning for sfx for FW Amiga and AtariST. | Johannes Schickel |
2012-09-08 | CINE: Remove unused Sound::update method. | Johannes Schickel |
2012-09-08 | CINE: Fix Paula frequency. | Johannes Schickel |
2012-09-08 | CINE: Implement sfx repeat and volume fade for FW Amiga/AtariST. | Johannes Schickel |
2012-09-08 | CINE: Skip resource header in loadSpl. | Johannes Schickel |
2012-09-07 | CINE: Workaround disabled menus in FW when loading from launcher/cl. | Johannes Schickel |
2012-09-07 | CINE: Fix sprite loading in FW. | Johannes Schickel |
2012-09-07 | CINE: A little bit enforcement of our formatting guidelines. | Johannes Schickel |
2012-09-07 | CINE: Explain the name "undrawChar" and add a possible TODO. | Johannes Schickel |
2012-09-07 | CINE: Make selection menu focus rectangle match the original size. | Johannes Schickel |
2012-09-07 | CINE: Implement proper text coloring in selection menus for Amiga. | Johannes Schickel |
2012-08-20 | CINE: Fix drawing of sprite with mask. | Vincent Hamm |
2012-08-14 | CINE: Apply some ScummVM formatting conventions | Torbjörn Andersson |
2012-08-13 | Merge pull request #266 from yaz0r/master | yaz0r |
2012-08-13 | CINE: Fix system menu sometimes not appearing in OS | Vincent Hamm |
2012-08-14 | CINE: Fix compile error caused by excess ; | Travis Howell |
2012-08-13 | CINE: Fix regression in savegame system | Vincent Hamm |
2012-08-13 | Cine: Fix swimming sequence by allowing mouse click to be held down | Vincent Hamm |
2012-08-13 | CINE: Fix restoring of savegame in cave | Vincent Hamm |
2012-08-12 | CINE: Slight formatting fixes in gfx.cpp. | Johannes Schickel |
2012-08-11 | CINE: Fix typo in OS palette restore code. | D G Turner |
2012-08-11 | CINE: Fix lockup in Scene 5 when "operate Girl" underwater. | D G Turner |
2012-08-11 | CINE: Slight cleanup. | Vincent Hamm |
2012-08-10 | CINE: Fix masking in Operation Stealth. | Vincent Hamm |
2012-07-16 | CINE: Mark Operation Stealth as Unstable. | D G Turner |
2012-02-21 | Merge pull request #182 from fingolfin/forbid-ctype | Willem Jan Palenstijn |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn |
2011-12-19 | CINE: Add some comments to the MT-32 instrument code. | Johannes Schickel |
2011-12-11 | CINE: Make findNote behave like in the original. | Johannes Schickel |
2011-12-11 | CINE: Fall back to AdLib, in case a user tries to use the MT-32 output with a... | Johannes Schickel |
2011-12-11 | CINE: Make PC sound code thread safe, since the MIDI output might run the cal... | Johannes Schickel |
2011-12-11 | CINE: Make findNote behave a bit more like the original. | Johannes Schickel |
2011-12-11 | CINE: Implement MT-32 output driver. | Johannes Schickel |
2011-11-16 | LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) | Strangerke |
2011-11-16 | COMMON: Rename Common::set_to to Common::fill. | Johannes Schickel |
2011-11-02 | CINE: Fix warnings | Eugene Sandulenko |
2011-10-23 | AD: Switched rest of the engines to new GUIO | Eugene Sandulenko |
2011-10-09 | CINE: Remove unused variable 'di' | Torbjörn Andersson |
2011-09-08 | CINE: Made some static data const. | Johannes Schickel |
2011-06-30 | JANITORIAL: Silence a couple of "variable set but not used" warnings. | eriktorbjorn |
2011-06-26 | CINE: Fixed compilation when DUMP_SCRIPTS is set | Filippos Karapetis |