aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/util.h
AgeCommit message (Collapse)Author
2011-09-03GOB: Move keyPressed() to UtilSven Hesse
2011-09-03GOB: Add Util::readString()Sven Hesse
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-01-29GOB: Add setExtension()Sven Hesse
svn-id: r55639
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
svn-id: r45616
2009-08-02Removing _frameWaitLag. It broke normal animation speed in pre-v4 games and ↵Sven Hesse
didn't even do what it was supposed to in v4+ games anyway. (bug #2830985) svn-id: r42996
2009-07-09Giving Font its own real classSven Hesse
svn-id: r42277
2009-07-05Added a Key and ShortKey enumSven Hesse
svn-id: r42121
2009-07-05Commenting prepareStr a bit and renaming it to cleanupStrSven Hesse
svn-id: r42120
2009-07-05Adding an enum MouseButtonsSven Hesse
svn-id: r42119
2009-06-14Fixed an animation speed regression that got introduced when I added a lag ↵Sven Hesse
compensation for Woodruff svn-id: r41508
2009-06-06Demoplayer:Sven Hesse
- Fixing the flawed double mode - Adding an "auto" double mode, where the videos get scaled if possible svn-id: r41294
2009-02-21Compensate small lags in Util::waitEndFrame(), so that the CD audio intro ↵Sven Hesse
sequences in Gob1 and Gob2 CD hopefully won't de-sync so easily svn-id: r38702
2008-12-14Plugging leaksSven Hesse
svn-id: r35355
2008-02-29Fixed some Lost in Time bugs:Sven Hesse
- CD cutscenes are drawn correctly know - CD cutscenes are (more) correctly synced now - The cursor doesn't flicker anymore when a video is played in the background svn-id: r31014
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
svn-id: r30238
2007-06-23Fixed the FIXME (by making Util::_keyBuffer an array of Common::KeyState)Sven Hesse
svn-id: r27679
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-04-28Possible fix for bug #1709124 ("GOB3: (dos/russian) just dont run")Sven Hesse
svn-id: r26665
2007-04-16Mouse button presses shouldn't repeat. Fixes "cut-scene" after the idol part ↵Sven Hesse
in Gob3 Amiga svn-id: r26523
2007-04-13Implemented fast modes: CTRL-f for double and CTRL-g for triple speedSven Hesse
Though I think it shouldn't break anything, use it at your own risk svn-id: r26461
2007-04-13The scrolling now works without cursor jittering...Sven Hesse
svn-id: r26458
2007-03-20Major clean-up, including:Sven Hesse
- Cutting down the code-dup - Plucking leaks - Removing dead/unused code - Properly naming "word_2342F"-style variables and functions (removing the warnings alongside) - Fleshing out the "stubby" functions - Moving functions and variables to more appropriate/logical places - Re-ordering functions and variables - Re-structuring functions - Moving the IMD stuff into a new "Imd" class in the new imd.cpp/.h (still to be completely implemented and cleaned up) - Formatting - Getting rid off the classes "Anim", "Pack" and "Timer", along with their files svn-id: r26252
2007-03-18GOB: use EventManager::getMousePos and some cleanupMax Horn
svn-id: r26220
2007-02-06Implemented vertical scrollingSven Hesse
svn-id: r25401
2007-02-01- Fixed the palette animationsSven Hesse
- Changed waitRetrace() to take some time, because the scrolling speed is tuned to the retrace delays svn-id: r25319
2007-01-29Added a proper workaround for the race condition in the script when opening ↵Sven Hesse
the notepad, which was apparently causing bug #1621089 svn-id: r25255
2006-07-08- Fixed a few mistakes that added up to look correct, fixing bargon's cursorSven Hesse
- Updated cursor drawing in general svn-id: r23429
2006-05-11- Sound! Still a bit glitchy, though:Sven Hesse
- Negative frequences?!? Maybe "SFX"? - No sound for a small part of the intro (there aren't any sndKeys covering that part either) - A rythm-instrument (hi-hat?) in the titlemusic isn't played as one - More differences in the drawing functions fleshed out - Some of the goblin handling functions written - More unnamed functions and variables, wheeee... svn-id: r22410
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582