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
/
journal.cpp
Age
Commit message (
Expand
)
Author
2008-06-04
QUEEN: Modified engine to use a quit flag instead of system->quit() in order ...
Christopher Page
2007-12-26
cleanup
Max Horn
2007-11-01
Fixed compilation
Filippos Karapetis
2007-11-01
fix previous commit
Gregory Montoir
2007-11-01
dont call trim(), which relies on isspace(), with specific game charset strings
Gregory Montoir
2007-11-01
Some changes to FOTAQ for the work in progress Greek translation in FR #17232...
Filippos Karapetis
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-06-22
Converted some more code to make use of Common::KEYCODE_ / Common::ASCII_
Max Horn
2007-06-22
Changed more code to use Common::KEYCODE_ enum
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-20
enabled music volume changes in Amiga version
Gregory Montoir
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-03-08
Since the amiga version handle music very differently than the PC version, th...
Gregory Montoir
2007-02-25
reduced code dup, Queen::LineReader -> SeekableReadStream::readLine
Gregory Montoir
2007-02-24
some fixes and additions for FOTAQ amiga versions
Gregory Montoir
2007-02-21
added initial support for FOTAQ amiga versions
Gregory Montoir
2006-11-04
rewrote FOTAQ game version detection code in a - if I didn't break anything -...
Gregory Montoir
2006-11-03
cleanup (got rid of the custom Language enum, re-used the one in the Common n...
Gregory Montoir
2006-05-13
Patch #1091170: ALL, SCUMM: Subtitle speed control
Max Horn
2006-04-02
With this change, backends are now responsible for instantiating their OSyste...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn