Age | Commit message (Expand) | Author |
2008-08-16 | Agos volume levels changed by the keyboard correspond now sync with the confi... | Christopher Page |
2008-08-13 | Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not u... | Christopher Page |
2008-08-09 | Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-... | Christopher Page |
2008-08-08 | Hopefully allow quiting at any stage AGOS engines games again. | Travis Howell |
2008-07-14 | AGOS: Got rid of _masterVolume and replaced with _musicVolume and _sfxVolume ... | Christopher Page |
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page |
2008-07-09 | Reimplemented pushEvent() and artificialEventQueue to work with Events instea... | Christopher Page |
2008-07-07 | Implemented Common::EventManager::pushEvent() to insert fake events into the ... | Christopher Page |
2008-05-20 | AGOS Engine: Began implementation for a new quit event which will cleanly ret... | Christopher Page |
2008-03-23 | Fix name locking in Waxworks, and cleanup. | Travis Howell |
2007-12-20 | Moved all time() calls in AGOS to a single new method AGOSEngine::getTime(); ... | Max Horn |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-07-23 | Fix regression, the incorrect key was been used for highlighting items in Sim... | Travis Howell |
2007-07-01 | Add cases for using '-' and '+' keys on the keypad too. | Travis Howell |
2007-06-30 | Changed AGOS to use full KeyState, not just ascii value, in key events | Max Horn |
2007-06-19 | Cleanup, could cause regressions. | Travis Howell |
2007-06-10 | Fix toggling music on/off in games, when using non-MIDI music. | Travis Howell |
2007-06-10 | Fix timer code in Puzzle Pack, to match original speed. | Travis Howell |
2007-06-07 | Limit MIDI driver, to games using MIDI music only. | Travis Howell |
2007-06-04 | Only call MIDI code, in games which use MIDI based music. | Travis Howell |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-17 | Cleanup. | Travis Howell |
2007-05-17 | Add code to slowing kill the demon in DIMP. | Travis Howell |
2007-05-13 | Fix bugs #941074 and #828860, by switching to graphics renderer code used by ... | Travis Howell |
2007-05-09 | Imrproved support for Elvira 1/2 and Waxworks. | Travis Howell |
2007-04-14 | Renamed AGOSEngine::midi to AGOSEngine::_midi | Max Horn |
2007-03-18 | More AGOSEngine::waitForInput refactoring | Max Horn |
2007-03-18 | Refactoring AGOSEngine::waitForInput some more (in baby steps, so that if I b... | Max Horn |
2007-03-18 | Refactoring AGOSEngine::waitForInput a bit (by resolving gotos) | Max Horn |
2007-03-18 | Changed AGOS to use the EventManager to track the mouse position; added a FIX... | Max Horn |
2007-02-27 | Change the volume of music channel of mixer, when adjusting music volume too. | Travis Howell |
2007-01-03 | Limit keyboard specific verb code to arrow keys only in PP/WW | Travis Howell |
2007-01-03 | The arrows keys aren't monitored in DIMP | Travis Howell |
2006-11-15 | Add inital pause code for Elvira 1/2 & WW, and cleanup | Travis Howell |
2006-10-27 | Cleanup | Travis Howell |
2006-10-27 | Limit subtitle speed keys to Simon 1/2 | Travis Howell |
2006-10-24 | Add more menu code for Elvira 1 | Travis Howell |
2006-10-23 | Add missing reset of _lastClickRem variable | Travis Howell |
2006-10-22 | Add drag support for items in Elvira 1/2 and WW | Travis Howell |
2006-10-22 | Cleanup | Travis Howell |
2006-10-22 | Add extra picture opcode code for ELvira 1/2 | Travis Howell |
2006-10-21 | Cleanup | Travis Howell |
2006-10-20 | Split code into more specific files and cleanup | Travis Howell |