Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-01 | Applying agentq's screenshot loading fix to the trunk as well | Sven Hesse | |
svn-id: r27816 | |||
2007-06-30 | Adding mistakenly deleted file | Neil Millstone | |
svn-id: r27805 | |||
2007-06-30 | Just a test | Neil Millstone | |
svn-id: r27804 | |||
2007-06-30 | - Show mouse cursor option | Neil Millstone | |
- Support for SAGA, CINE, and AGI - Key bindings for Gob3 - Assembler optimisations submitted by Robin Watts svn-id: r27803 | |||
2007-06-30 | mention 'confirm exit' in NEWS | Max Horn | |
svn-id: r27802 | |||
2007-06-30 | Split Engine::pauseEngine: It now does pauseLevel handling, while engines ↵ | Max Horn | |
can provide a simpler pauseEngineIntern method; provided default implementation of the latter which simply (un)pauses the mixer svn-id: r27801 | |||
2007-06-30 | Changed AGOS to use full KeyState, not just ascii value, in key events | Max Horn | |
svn-id: r27800 | |||
2007-06-30 | Adding some missing stuff to the PS2 port (it still will require quite some ↵ | Max Horn | |
work to get it working again) svn-id: r27799 | |||
2007-06-30 | Changed semantics of Mixer::pause*() methods -- if you pause n times, you ↵ | Max Horn | |
have to unpause n times before the sound resumes (this means pauseAll works correct in engines which selectively pause/resume single sounds) svn-id: r27798 | |||
2007-06-30 | Added Engine::pauseEngine method (allows outside code, like the backend, to ↵ | Max Horn | |
pause/resume the active engine); made the global 'confirm exit' dialog use that feature; implemented ScummEngine::pauseEngine svn-id: r27797 | |||
2007-06-30 | Added minimal doxygen comments to CursorManager::isVisible() and ↵ | Max Horn | |
CursorManager::showMouse() svn-id: r27796 | |||
2007-06-30 | Don't tracke time we take for loading (it should be less than a second anyway) | Max Horn | |
svn-id: r27795 | |||
2007-06-30 | AGOS code cleanup | Max Horn | |
svn-id: r27794 | |||
2007-06-30 | Also update menus.cpp with ChildType enum | Max Horn | |
svn-id: r27793 | |||
2007-06-30 | AGOS: Introduced ChildType enum | Max Horn | |
svn-id: r27792 | |||
2007-06-30 | typo | Max Horn | |
svn-id: r27791 | |||
2007-06-30 | Tabs -> spaces | Max Horn | |
svn-id: r27790 | |||
2007-06-30 | Update the ARM version of the rate conversion code, in line with Fingolfins | Robin Watts | |
optimisatins of the C version last night. Saves about 5 cycles per sample. svn-id: r27789 | |||
2007-06-30 | Added global support for the (so far undocumented) confirm_exit config key | Max Horn | |
svn-id: r27788 | |||
2007-06-30 | whitespaces | Max Horn | |
svn-id: r27787 | |||
2007-06-30 | Changed GUI system to use Common::KeyState state | Max Horn | |
svn-id: r27786 | |||
2007-06-30 | MI SegaCD related cleanup | Max Horn | |
svn-id: r27785 | |||
2007-06-30 | Removed/clarified various FIXME comments | Max Horn | |
svn-id: r27784 | |||
2007-06-30 | SCUMM: Moved code which re-mapped arrow keys | Max Horn | |
svn-id: r27783 | |||
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 |