Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-30 | Move the redrawing of dialog windows (options, save, load, ...) so that we do | Torbjörn Andersson | |
not redraw it in the middle of changing to a different dialog. This should fix bug #1745090 ("TOUCHE: Glitch in the menu"). svn-id: r27781 | |||
2007-06-30 | Tweak LinearRateConverter code so that opos is in the range [0,1[ instead of ↵ | Max Horn | |
[-1,0[ when entering the interpolation loop (this allows us to get rid of '& FRAC_LO_MASK') svn-id: r27780 | |||
2007-06-29 | Added small explanatory comment | Max Horn | |
svn-id: r27779 | |||
2007-06-29 | Introduced ClickArea enum, some related cleanup in runInputScript and ↵ | Max Horn | |
checkExecVerbs svn-id: r27778 | |||
2007-06-29 | SCUMM: Handle all triggers for the debugger console in the same spot, to ↵ | Max Horn | |
ensure uniform behavior svn-id: r27777 | |||
2007-06-29 | SCUMM: Moved code for handling KBD_ALT combos (well, really only one: Alt-W) ↵ | Max Horn | |
in MI2 to processKeyboard; some cleanup svn-id: r27776 | |||
2007-06-29 | Oops. An extra comma in the enum list's end. Removed. | Kari Salminen | |
svn-id: r27775 | |||
2007-06-29 | Set AGI monitor type variable (vMonitor/v26) according to render mode. | Kari Salminen | |
svn-id: r27774 | |||
2007-06-29 | Fix display of experience in Elvira 2. | Travis Howell | |
svn-id: r27772 | |||
2007-06-29 | Fix some scripts failing to start in Elvira 2, due code difference in ↵ | Travis Howell | |
isCalled opcode. svn-id: r27770 | |||
2007-06-28 | Update of the MSVC8 project files for commit #27760 | Filippos Karapetis | |
svn-id: r27768 | |||
2007-06-28 | Switched Paula (Amiga MOD) code to use fixed point math instead of doubles ↵ | Max Horn | |
(caveat: this only works for samples < 32k right now; if this ever turns out to be a problem, I can fix it, though) svn-id: r27767 | |||
2007-06-28 | cleanup | Max Horn | |
svn-id: r27765 | |||
2007-06-28 | Fix a bad, bad out-of-bounds write in the Protracker code | Max Horn | |
svn-id: r27764 | |||
2007-06-28 | Changed GOB to use common/frac.h | Max Horn | |
svn-id: r27763 | |||
2007-06-28 | Whitespace fix | Max Horn | |
svn-id: r27762 | |||
2007-06-28 | Some optimizations to the Paula sound chip emu code (removing common sub ↵ | Max Horn | |
expressions and stuff) svn-id: r27761 | |||
2007-06-28 | Moved some fixed point code to its own header file; simplified the ↵ | Max Horn | |
LinearRateConverter code a bit; corrected some comments; split makeRateConverter into two funcs (one of them being a template func), for easier maintenance svn-id: r27760 | |||
2007-06-28 | Started to refactor the Paula / Amiga MOD code: Made some stuff in class ↵ | Max Horn | |
Paula private and added accessor APIs instead svn-id: r27759 | |||
2007-06-28 | Minor cleanup | Max Horn | |
svn-id: r27758 | |||
2007-06-28 | Removed superfluous comment and converted an int to bool conversion to a ↵ | Kari Salminen | |
more usual way. svn-id: r27757 | |||
2007-06-28 | Added a workaround to prevent the making fire animation from breaking at the ↵ | Filippos Karapetis | |
beehive scene in ITE svn-id: r27756 | |||
2007-06-28 | Added a debug message for game loading | Filippos Karapetis | |
svn-id: r27755 | |||
2007-06-27 | Mention that compressed SFX in SAGA is now supported as well | Filippos Karapetis | |
svn-id: r27748 | |||
2007-06-27 | Mention AGOS crash fix | Max Horn | |
svn-id: r27746 | |||
2007-06-27 | Patches #1743201: "GUI: Reworked modern theme" | Eugene Sandulenko | |
svn-id: r27744 | |||
2007-06-27 | Path #1743892: "Fix for segmentation fault in theming code" | Eugene Sandulenko | |
svn-id: r27743 | |||
2007-06-27 | Mention support for compressed sound and music in SAGA. | Eugene Sandulenko | |
svn-id: r27742 | |||
2007-06-27 | Patch #1743196: "GUI: Remove trailing spaces in some strings" | Eugene Sandulenko | |
svn-id: r27741 | |||
2007-06-27 | Fix compiler warning. | Travis Howell | |
svn-id: r27739 | |||
2007-06-27 | Clear any paused OmniTV video, when playing another video. To fix crashes in ↵ | Travis Howell | |
The Feeble Files, when another video is played between the pause and restart of an OmniTV video. svn-id: r27737 | |||
2007-06-27 | Fix crash regression, when playing OmniTV videos in The Feeble Files. Caused ↵ | Travis Howell | |
by _fd not been reset, after been delete. svn-id: r27735 | |||
2007-06-26 | Add support for compressed digital music in ITE | Filippos Karapetis | |
svn-id: r27734 | |||
2007-06-26 | Remove some unneeded includes | Filippos Karapetis | |
svn-id: r27733 | |||
2007-06-26 | increase mt-32 sysex delay to prevent buffer overflow (see FR#1393726) | Willem Jan Palenstijn | |
svn-id: r27731 | |||
2007-06-26 | Fix saving & restoring with AGI256 and AGI256-2 games. | Kari Salminen | |
(Should save, restore and use decodePicture's agi256-parameter correctly now). svn-id: r27730 | |||
2007-06-26 | Move to the correct file offset when using compressed sounds in ITE | Filippos Karapetis | |
svn-id: r27729 | |||
2007-06-26 | Cleanup of the GP2X port to fix compile issues (and the odd warning). | John Willis | |
svn-id: r27728 | |||
2007-06-26 | Update GP2X configure rules to support the new ARM ASM SMUSH code. | John Willis | |
svn-id: r27726 | |||
2007-06-26 | Explicitly mention the bug we work around (makes it a lot easier to deal ↵ | Max Horn | |
with the workaround code in the future if necessary) svn-id: r27725 | |||
2007-06-26 | Fix FLAC support for speech in Broken Sword 1. | Travis Howell | |
svn-id: r27723 | |||
2007-06-26 | Add FLAC support for speech in Broken Sword 1. | Travis Howell | |
svn-id: r27721 | |||
2007-06-25 | Add workaround for Gold Rush intro skipping bug #1737343. | Kari Salminen | |
svn-id: r27719 | |||
2007-06-25 | Fix for a stupid typo in yesterdays sound fill tweak. | Robin Watts | |
This fixes bug 1743016. Thanks to erictorbjorn and md5 for pointing me at it. svn-id: r27718 | |||
2007-06-25 | Improvements to the SAGA compressed sound support | Filippos Karapetis | |
svn-id: r27717 | |||
2007-06-25 | Put a comment in its correct location | Filippos Karapetis | |
svn-id: r27716 | |||
2007-06-25 | Removed obsolete code for setting transparent debugging console colors. | Kari Salminen | |
svn-id: r27714 | |||
2007-06-25 | Add support for compressed sound effects, digital music and speech to the ↵ | Filippos Karapetis | |
SAGA engine svn-id: r27713 | |||
2007-06-25 | Added entries for ITE compressed files to the detector. IHNM is not added ↵ | Filippos Karapetis | |
yet, as it needs more testing svn-id: r27712 | |||
2007-06-25 | Unified GfxMgr::putPixelsA-function's priority info handling. | Kari Salminen | |
svn-id: r27710 |