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.h
Age
Commit message (
Expand
)
Author
2014-02-18
GOB: Make GPL headers consistent in themselves.
Johannes Schickel
2012-07-30
GOB: Add Util::toCP850Lower() / toCP850Upper()
Sven Hesse
2012-07-30
GOB: Add support for entering non-ASCII CP850 characters
Sven Hesse
2012-07-30
GOB: Keep the mouse responsive while waiting for the frame to end
Sven Hesse
2012-06-15
GOB: Implement Util::getKeyState() for Little Red
Sven Hesse
2011-09-03
GOB: Move keyPressed() to Util
Sven Hesse
2011-09-03
GOB: Add Util::readString()
Sven Hesse
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-01-29
GOB: Add setExtension()
Sven Hesse
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-08-02
Removing _frameWaitLag. It broke normal animation speed in pre-v4 games and d...
Sven Hesse
2009-07-09
Giving Font its own real class
Sven Hesse
2009-07-05
Added a Key and ShortKey enum
Sven Hesse
2009-07-05
Commenting prepareStr a bit and renaming it to cleanupStr
Sven Hesse
2009-07-05
Adding an enum MouseButtons
Sven Hesse
2009-06-14
Fixed an animation speed regression that got introduced when I added a lag co...
Sven Hesse
2009-06-06
Demoplayer:
Sven Hesse
2009-02-21
Compensate small lags in Util::waitEndFrame(), so that the CD audio intro seq...
Sven Hesse
2008-12-14
Plugging leaks
Sven Hesse
2008-02-29
Fixed some Lost in Time bugs:
Sven Hesse
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-06-23
Fixed the FIXME (by making Util::_keyBuffer an array of Common::KeyState)
Sven Hesse
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-16
Mouse button presses shouldn't repeat. Fixes "cut-scene" after the idol part ...
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-03-20
Major clean-up, including:
Sven Hesse
2007-03-18
GOB: use EventManager::getMousePos and some cleanup
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
2006-07-08
- Fixed a few mistakes that added up to look correct, fixing bargon's cursor
Sven Hesse
2006-05-11
- Sound! Still a bit glitchy, though:
Sven Hesse
2006-02-11
Moved engines to the new engines/ directory
Max Horn