aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/util.cpp
AgeCommit message (Expand)Author
2008-05-08Restructured sound codeSven Hesse
2008-05-04Enabled scrolling in WoodruffSven Hesse
2008-05-03Correct o2_initScreen() for Woodruff (screen positioning, clipping and cursor...Sven Hesse
2008-04-27Implemented support for VMDs substituting object animations.Sven Hesse
2008-02-29Fixed some Lost in Time bugs:Sven Hesse
2008-01-29- Updated default char signing to signed (as per PC) in makefilesLars Persson
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-08-02Don't crash at getRandom(0)Sven Hesse
2007-07-30Restructured and cleaned-up IMD playingSven Hesse
2007-07-25- Added Inter_Woodruff, alongside with the first Stub (OpcodeFunc 0x18)Sven Hesse
2007-06-23Fixed the FIXME (by making Util::_keyBuffer an array of Common::KeyState)Sven Hesse
2007-06-23Added GOB FIXMEMax Horn
2007-06-23Using KEYCODE_f and KEYCODE_g instead of 'f' and 'g' to check for fast-mode-keysSven Hesse
2007-06-22Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-28Possible fix for bug #1709124 ("GOB3: (dos/russian) just dont run")Sven Hesse
2007-04-19- Fixed handling of the case split screen + vertical scrolling areaSven Hesse
2007-04-17Changed processInput() to use the ascii value instead of the keycode, so that...Sven Hesse
2007-04-16Mouse button presses shouldn't repeat. Fixes "cut-scene" after the idol part ...Sven Hesse
2007-04-15MSVC8 apparently complains about uninitialized variables there, fixing (see b...Sven Hesse
2007-04-13Implemented fast modes: CTRL-f for double and CTRL-g for triple speedSven Hesse
2007-04-13The scrolling now works without cursor jittering...Sven Hesse
2007-04-06Some Gob3 fixes:Sven Hesse
2007-04-05- Minor cleanupSven Hesse
2007-04-02"char *" -> "byte *" where appropriateSven Hesse
2007-03-29- Properly implemented the ImdPlayerSven Hesse
2007-03-20Major clean-up, including:Sven Hesse
2007-03-18GOB: use EventManager::getMousePos and some cleanupMax Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax Horn
2007-02-06Implemented vertical scrollingSven Hesse
2007-02-01- Fixed the palette animationsSven Hesse
2007-01-29Added a proper workaround for the race condition in the script when opening t...Sven Hesse
2007-01-29- Another attempt at fixing the immediately-closing notepad heisenbug (#1621089)Sven Hesse
2006-05-31- Removed usage of OSystem::quit(), added a _quitRequested variableSven Hesse
2006-05-29- More GOB2 map conversionsSven Hesse
2006-04-04Removed extra exclamation marks in warning() calls as well.Eugene Sandulenko
2006-02-11Moved engines to the new engines/ directoryMax Horn