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
/
queen
/
display.cpp
Age
Commit message (
Expand
)
Author
2014-02-28
IMAGE: Move all ImageDecoders to image/
Matthew Hoops
2014-02-18
QUEEN: Make GPL headers consistent in themselves.
Johannes Schickel
2013-05-02
COMMON: Change kPlatformPC to kPlatformDOS
Matthew Hoops
2013-01-06
QUEEN: Update to new IFFDecoder for ILBM images
Tomas Jakobsson
2012-09-13
QUEEN: Switch to the common PCX decoder
Filippos Karapetis
2011-05-17
COMMON: Registers RandomSources in constructor with the event recorder
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2011-02-14
QUEEN: Adapt to setPalette RGBA->RGB change.
Johannes Schickel
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
2010-04-12
Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew la...
Ori Avtalion
2009-07-25
Move the event recorder to its own class (EventRecoder inside common/EventRec...
Johannes Schickel
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-11-01
Some changes to FOTAQ for the work in progress Greek translation in FR #17232...
Filippos Karapetis
2007-09-19
Modified patch #1738058: "Action recorder".
Eugene Sandulenko
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-09-01
Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)
Chris Apers
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-10
Silence MSVC8 warnings.
Eugene Sandulenko
2007-03-02
added other code differences for Amiga FOTAQ versions, full game is now compl...
Gregory Montoir
2007-02-26
some fixes for FOTAQ Amiga versions, cleanup
Gregory Montoir
2007-02-25
added AmigaSound::playRandomPatternJungle, minor cleanup
Gregory Montoir
2007-02-24
some fixes and additions for FOTAQ amiga versions
Gregory Montoir
2007-02-22
setup default colors for Amiga versions
Gregory Montoir
2007-02-21
added initial support for FOTAQ amiga versions
Gregory Montoir
2006-11-03
cleanup (got rid of the custom Language enum, re-used the one in the Common n...
Gregory Montoir
2006-07-09
Added OSystem::setFocusRectangle (first part of Nintendo DS patch)
Max Horn
2006-05-25
Set and show/hide mouse cursors through a "cursor manager" (analogous to the
Torbjörn Andersson
2006-04-17
Moved updateScreen() into delay() for smoother mouse cursor movement. This may
Torbjörn Andersson
2006-03-28
Renamed various container isEmpty() methods to empty() to match STL conventions
Max Horn
2006-03-22
Support for Russian FOTAQ
Eugene Sandulenko
2006-03-05
fixed palette handling regression, as reported on the forum.
Gregory Montoir
2006-02-11
Moved engines to the new engines/ directory
Max Horn