index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
gob
/
util.cpp
Age
Commit message (
Expand
)
Author
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-08-02
Don't crash at getRandom(0)
Sven Hesse
2007-07-30
Restructured and cleaned-up IMD playing
Sven Hesse
2007-07-25
- Added Inter_Woodruff, alongside with the first Stub (OpcodeFunc 0x18)
Sven Hesse
2007-06-23
Fixed the FIXME (by making Util::_keyBuffer an array of Common::KeyState)
Sven Hesse
2007-06-23
Added GOB FIXME
Max Horn
2007-06-23
Using KEYCODE_f and KEYCODE_g instead of 'f' and 'g' to check for fast-mode-keys
Sven Hesse
2007-06-22
Converted lots of code to use Common::ASCII_* and COMMON::KEYCODE_* constants...
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-28
Possible fix for bug #1709124 ("GOB3: (dos/russian) just dont run")
Sven Hesse
2007-04-19
- Fixed handling of the case split screen + vertical scrolling area
Sven Hesse
2007-04-17
Changed processInput() to use the ascii value instead of the keycode, so that...
Sven Hesse
2007-04-16
Mouse button presses shouldn't repeat. Fixes "cut-scene" after the idol part ...
Sven Hesse
2007-04-15
MSVC8 apparently complains about uninitialized variables there, fixing (see b...
Sven Hesse
2007-04-13
Implemented fast modes: CTRL-f for double and CTRL-g for triple speed
Sven Hesse
2007-04-13
The scrolling now works without cursor jittering...
Sven Hesse
2007-04-06
Some Gob3 fixes:
Sven Hesse
2007-04-05
- Minor cleanup
Sven Hesse
2007-04-02
"char *" -> "byte *" where appropriate
Sven Hesse
2007-03-29
- Properly implemented the ImdPlayer
Sven Hesse
2007-03-20
Major clean-up, including:
Sven Hesse
2007-03-18
GOB: use EventManager::getMousePos and some cleanup
Max Horn
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
Force all code to use EventManager::pollEvent instead of OSystem::pollEvent
Max Horn
2007-02-06
Implemented vertical scrolling
Sven Hesse
2007-02-01
- Fixed the palette animations
Sven Hesse
2007-01-29
Added 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 variable
Sven Hesse
2006-05-29
- More GOB2 map conversions
Sven Hesse
2006-04-04
Removed extra exclamation marks in warning() calls as well.
Eugene Sandulenko
2006-02-11
Moved engines to the new engines/ directory
Max Horn