Age | Commit message (Expand) | Author |
2007-06-30 | AGOS: Introduced ChildType enum | Max Horn |
2007-06-30 | typo | Max Horn |
2007-06-30 | Tabs -> spaces | Max Horn |
2007-06-30 | Update the ARM version of the rate conversion code, in line with Fingolfins | Robin Watts |
2007-06-30 | Added global support for the (so far undocumented) confirm_exit config key | Max Horn |
2007-06-30 | whitespaces | Max Horn |
2007-06-30 | Changed GUI system to use Common::KeyState state | Max Horn |
2007-06-30 | MI SegaCD related cleanup | Max Horn |
2007-06-30 | Removed/clarified various FIXME comments | Max Horn |
2007-06-30 | SCUMM: Moved code which re-mapped arrow keys | Max Horn |
2007-06-30 | Move the redrawing of dialog windows (options, save, load, ...) so that we do | Torbjörn Andersson |
2007-06-30 | Tweak LinearRateConverter code so that opos is in the range [0,1[ instead of ... | Max Horn |
2007-06-29 | Added small explanatory comment | Max Horn |
2007-06-29 | Introduced ClickArea enum, some related cleanup in runInputScript and checkEx... | Max Horn |
2007-06-29 | SCUMM: Handle all triggers for the debugger console in the same spot, to ensu... | Max Horn |
2007-06-29 | SCUMM: Moved code for handling KBD_ALT combos (well, really only one: Alt-W) ... | Max Horn |
2007-06-29 | Oops. An extra comma in the enum list's end. Removed. | Kari Salminen |
2007-06-29 | Set AGI monitor type variable (vMonitor/v26) according to render mode. | Kari Salminen |
2007-06-29 | Fix display of experience in Elvira 2. | Travis Howell |
2007-06-29 | Fix some scripts failing to start in Elvira 2, due code difference in isCalle... | Travis Howell |
2007-06-28 | Update of the MSVC8 project files for commit #27760 | Filippos Karapetis |
2007-06-28 | Switched Paula (Amiga MOD) code to use fixed point math instead of doubles (c... | Max Horn |
2007-06-28 | cleanup | Max Horn |
2007-06-28 | Fix a bad, bad out-of-bounds write in the Protracker code | Max Horn |
2007-06-28 | Changed GOB to use common/frac.h | Max Horn |
2007-06-28 | Whitespace fix | Max Horn |
2007-06-28 | Some optimizations to the Paula sound chip emu code (removing common sub expr... | Max Horn |
2007-06-28 | Moved some fixed point code to its own header file; simplified the LinearRate... | Max Horn |
2007-06-28 | Started to refactor the Paula / Amiga MOD code: Made some stuff in class Paul... | Max Horn |
2007-06-28 | Minor cleanup | Max Horn |
2007-06-28 | Removed superfluous comment and converted an int to bool conversion to a more... | Kari Salminen |
2007-06-28 | Added a workaround to prevent the making fire animation from breaking at the ... | Filippos Karapetis |
2007-06-28 | Added a debug message for game loading | Filippos Karapetis |
2007-06-27 | Mention that compressed SFX in SAGA is now supported as well | Filippos Karapetis |
2007-06-27 | Mention AGOS crash fix | Max Horn |
2007-06-27 | Patches #1743201: "GUI: Reworked modern theme" | Eugene Sandulenko |
2007-06-27 | Path #1743892: "Fix for segmentation fault in theming code" | Eugene Sandulenko |
2007-06-27 | Mention support for compressed sound and music in SAGA. | Eugene Sandulenko |
2007-06-27 | Patch #1743196: "GUI: Remove trailing spaces in some strings" | Eugene Sandulenko |
2007-06-27 | Fix compiler warning. | Travis Howell |
2007-06-27 | Clear any paused OmniTV video, when playing another video. To fix crashes in ... | Travis Howell |
2007-06-27 | Fix crash regression, when playing OmniTV videos in The Feeble Files. Caused ... | Travis Howell |
2007-06-26 | Add support for compressed digital music in ITE | Filippos Karapetis |
2007-06-26 | Remove some unneeded includes | Filippos Karapetis |
2007-06-26 | increase mt-32 sysex delay to prevent buffer overflow (see FR#1393726) | Willem Jan Palenstijn |
2007-06-26 | Fix saving & restoring with AGI256 and AGI256-2 games. | Kari Salminen |
2007-06-26 | Move to the correct file offset when using compressed sounds in ITE | Filippos Karapetis |
2007-06-26 | Cleanup of the GP2X port to fix compile issues (and the odd warning). | John Willis |
2007-06-26 | Update GP2X configure rules to support the new ARM ASM SMUSH code. | John Willis |
2007-06-26 | Explicitly mention the bug we work around (makes it a lot easier to deal with... | Max Horn |