Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-28 | AGOS: Remove trailing whitespace | Filippos Karapetis | |
2014-03-11 | AGOS: Fix scroll wheel glitch in Simon the Sorcerer 1. | Kirben | |
2014-03-04 | AGOS: Fix scroll wheel glitch in The Feeble Files. | Kirben | |
2014-03-04 | AGOS: Disable mouse scroll in Puzzle Pack games. | Kirben | |
2014-03-04 | AGOS: Add mouse wheel support for The Feeble Files. | Kirben | |
2014-03-02 | AGOS: Add initial support for mouse wheel. | Kirben | |
2014-02-18 | AGOS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-08-06 | AGOS: Reduced header dependency | Eugene Sandulenko | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-07-21 | AGOS: Make the "m" hotkey respect the mute setting. | Johannes Schickel | |
svn-id: r51102 | |||
2010-07-04 | Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up, | Torbjörn Andersson | |
because that would cause some nasty regressions...) svn-id: r50643 | |||
2009-08-12 | Removed duplicated functions. | Andre Heider | |
svn-id: r43314 | |||
2009-08-12 | Enable Personal Nightmare by default. | Travis Howell | |
svn-id: r43304 | |||
2009-07-18 | AGOS: Fixed backspace under OS X in Personal Nightmare | Max Horn | |
svn-id: r42591 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-05 | Fix input glitch regression again, by closer matching original PN code. | Travis Howell | |
svn-id: r40329 | |||
2009-05-05 | Fix input glitch regression, when examing items in PN. | Travis Howell | |
svn-id: r40328 | |||
2009-04-24 | Fix regression in handling of keyboard keys. | Travis Howell | |
svn-id: r40111 | |||
2009-04-20 | Enable the arrow keys in Elvira 1/2. | Travis Howell | |
svn-id: r40024 | |||
2009-03-09 | Minor cleanup. | Travis Howell | |
svn-id: r39259 | |||
2009-03-09 | Changed _inputting & _inputReady from uint8 to bool. | Travis Howell | |
svn-id: r39258 | |||
2009-03-09 | AGOS: Changed _leftButtonDown & _rightButtonDown from byte to int | Max Horn | |
svn-id: r39256 | |||
2009-03-09 | Change Personal Nightmare support to optional, until setjmp/longjmp code is ↵ | Travis Howell | |
converted. svn-id: r39253 | |||
2009-03-08 | Clarify several errors messages. | Travis Howell | |
svn-id: r39219 | |||
2009-03-08 | Add initial support for Personal Nightmare. | Travis Howell | |
Thanks to dreammaster for file decompression and icon decoding code. NOTE: setjmp/longjmp code will require conversion for portability. svn-id: r39216 | |||
2009-03-06 | Switch pause key to Pause in AGOS engine, and drop the debug keys. | Travis Howell | |
svn-id: r39153 | |||
2009-02-19 | The background sounds option, only applies to Simon the Sorcerer 2. | Travis Howell | |
svn-id: r38518 | |||
2009-02-11 | Fix bug #2583230 - Waxworks: Can't drag and drop items. | Travis Howell | |
svn-id: r36261 | |||
2009-02-07 | Cleanup. | Travis Howell | |
svn-id: r36232 | |||
2009-02-07 | Cleanup. | Travis Howell | |
svn-id: r36228 | |||
2009-01-27 | Allow quitting Simon 2 during the intro | Max Horn | |
svn-id: r36082 | |||
2008-12-13 | Fix regression, that caused text to be cut short in Elvira 1/2. | Travis Howell | |
svn-id: r35327 | |||
2008-10-23 | Add missing break to processSpecialKeys(). | Travis Howell | |
svn-id: r34843 | |||
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵ | Max Horn | |
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700 | |||
2008-08-16 | Agos volume levels changed by the keyboard correspond now sync with the ↵ | Christopher Page | |
config manager svn-id: r33954 | |||
2008-08-13 | Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not ↵ | Christopher Page | |
used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate svn-id: r33848 | |||
2008-08-09 | Merged revisions ↵ | Christopher Page | |
33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-33655,33664,33667-33670,33673-33674,33678,33682,33686-33691,33693,33696,33698,33700,33703,33708,33710,33712-33714,33716 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33720 | |||
2008-08-08 | Hopefully allow quiting at any stage AGOS engines games again. | Travis Howell | |
svn-id: r33693 | |||
2008-07-14 | AGOS: Got rid of _masterVolume and replaced with _musicVolume and _sfxVolume ↵ | Christopher Page | |
so that music and sfx are separately controlled via the Options menu svn-id: r33065 | |||
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page | |
svn-id: r32984 | |||
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events ↵ | Christopher Page | |
instead of EventTypes. Reimplemented Queue as a List instead of Array. Updated AGOS, AGI, CINE, GOB, and KYRA to work with the current implementation of the GMM svn-id: r32971 | |||
2008-07-07 | Implemented Common::EventManager::pushEvent() to insert fake events into the ↵ | Christopher Page | |
event queue. Quit and RTL events have been added, and are now tracked by the DefaultEventManager using shouldQuit() and shouldRTL(). AGOS is working with this new implementation, other engines to follow. svn-id: r32952 | |||
2008-05-20 | AGOS Engine: Began implementation for a new quit event which will cleanly ↵ | Christopher Page | |
return to the launcher. This replaces the old shutdown() method within delay() svn-id: r32203 | |||
2008-03-23 | Fix name locking in Waxworks, and cleanup. | Travis Howell | |
svn-id: r31229 | |||
2007-12-20 | Moved all time() calls in AGOS to a single new method AGOSEngine::getTime(); ↵ | Max Horn | |
also replaced an evil function-static variable by a member variable (lastMinute) svn-id: r29908 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-07-23 | Fix regression, the incorrect key was been used for highlighting items in ↵ | Travis Howell | |
Simon the Sorcerer 1/2. svn-id: r28179 | |||
2007-07-01 | Add cases for using '-' and '+' keys on the keypad too. | Travis Howell | |
svn-id: r27841 | |||
2007-06-30 | Changed AGOS to use full KeyState, not just ascii value, in key events | Max Horn | |
svn-id: r27800 | |||
2007-06-19 | Cleanup, could cause regressions. | Travis Howell | |
svn-id: r27547 |