aboutsummaryrefslogtreecommitdiff
path: root/scumm/input.cpp
AgeCommit message (Expand)Author
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-14Improvements to --disable-* stuff. Now less ugly #ifdefs with #includes.Eugene Sandulenko
2005-05-14Added --disable-hq and --disable-scumm-7-8 options. Also improvedEugene Sandulenko
2005-05-11Add additional logic hook in footdemo/funshops.Travis Howell
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-04-20Renamed _mouseButStat -> _mouseAndKeyboardStat (that's what it really is); mo...Max Horn
2005-04-20cleanupMax Horn
2005-04-20Replaced the platform specific GF_FOO switches (using _platform instead now)Max Horn
2005-04-17Move _numActors to a more sensible place, and make it protected; fix confirmF...Max Horn
2005-04-06Moved createResource, resourceStats, expireResources to ResourceManagerMax Horn
2005-03-22Proper checkMax Horn
2005-03-19VAR_TALKSTOP_KEY only set in scumm5 onwards.Travis Howell
2005-03-15VAR_CUTSCENEEXIT_KEY uses different value in NES maniacTravis Howell
2005-03-12Add key to toggle speech/subtitlesTravis Howell
2005-03-11PalmOS and windows CE need to convert mouse coordinates with mouse buttons tooChris Apers
2005-03-06Max talkspeed is 9, not 10Max Horn
2005-03-06Remove obsolete comment (I really should save files before commiting them ;-)Max Horn
2005-03-06Added dialogs which are shown when you modify the talkspeed or music volume u...Max Horn
2005-03-02Distinguish between green and amber hercules. Now specify it via hercGreenEugene Sandulenko
2005-02-20Patch #1121337 (CGA rendering in early LEC titles).Eugene Sandulenko
2005-02-08Fix bug #1118854Nicolas Bacca
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-05Clean up OSystem::EventMax Horn
2004-11-28Trying to cleanup the volume control mess inside the SCUMM engine: renamed Mu...Max Horn
2004-11-21Fix for bug #1052660 (FOA: No keyboard shortcuts for dialogs) - moved hack en...Max Horn
2004-11-20Removing walkthrough stuff again (talked to aquadran about this, he had no ob...Max Horn
2004-11-19added walkthroughPaweł Kołodziejski
2004-10-22WhitespaceTorbjörn Andersson
2004-10-18Add keyboard control for HE80+ games.Travis Howell
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-09-20Moved some init code around (hopefully this'll help PalmOS)Max Horn