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
Age
Commit message (
Expand
)
Author
2010-04-18
SCI: sierra sci reacts on 0xD and 0xA to end a line. We only reacted on 0xA a...
Martin Kiewitz
2010-04-18
SCI: fix regression from r48685 - english got always used for menu entries
Martin Kiewitz
2010-04-18
SCI: Don't add subtitles for monolingual strings.
Walter van Niftrik
2010-04-17
Fix warnings when FLAC&MP3&VORBIS is disabled; also fixes leak in Tinsel
Max Horn
2010-04-17
More const correctness fixes
Max Horn
2010-04-17
Fixing some warnings (with gcc 3.3.6)
Max Horn
2010-04-17
SCI: key presses of extended chars (umlauts, etc.) will now get ignored in ga...
Martin Kiewitz
2010-04-17
This should fix the scaler Valgrind warning reported in (but probably not the
Torbjörn Andersson
2010-04-17
SCI: change textedit control to cast to unsigned char to fix cursor position ...
Martin Kiewitz
2010-04-17
SCI: map keys from 8859-1 to dos codepage, makes special chars like umlauts w...
Martin Kiewitz
2010-04-17
SCI: move menu window inside the screen, if parts of it are outside (happens ...
Martin Kiewitz
2010-04-17
SCI: implement ability to handle multilingual menu separators (is actually 2 ...
Martin Kiewitz
2010-04-17
SCI: changed coordinate adjustment for kanji chars to & 0xFFC
Martin Kiewitz
2010-04-17
SCI: Remove subtitles in menu.
Walter van Niftrik
2010-04-16
SCI: handle given coordinate to draw() inside SJIS font support as if the hor...
Martin Kiewitz
2010-04-16
SCI: support for kanji (sjis), minor centering issue left
Martin Kiewitz
2010-04-16
SCI: dont switch to english on kanji text, also cut off text w/o spaces insid...
Martin Kiewitz
2010-04-16
Added a sanity check for the current list node inside GfxAnimate::invoke(). T...
Filippos Karapetis
2010-04-16
SCI: make pixelation transition work in upscaled hires mode
Martin Kiewitz
2010-04-16
SCI: make scroll transitions work in upscaled hires mode
Martin Kiewitz
2010-04-16
Fix for bug #2987895: "DW2: graphical errors in video on Windows"
Max Horn
2010-04-16
Added code to de-activate town NPCs once the player makes it to the castle, s...
Paul Gilbert
2010-04-15
SCI: split menu/item strings when displaying instead of when initializing - m...
Martin Kiewitz
2010-04-14
Added a default case for characters that don't have a message set, but try to...
Paul Gilbert
2010-04-12
Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew la...
Ori Avtalion
2010-04-12
Revert "Fix use of "friend" keyword in KYRA for strict C++ compilers."
Johannes Schickel
2010-04-12
Fix use of "friend" keyword in KYRA for strict C++ compilers.
Johannes Schickel
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-04-12
Added the beginnings of the main timer list
Paul Gilbert
2010-04-11
Apply patch #2984508 - "GSoC: SCUMM stopped audio from playing while saving"
Ori Avtalion
2010-04-11
Explain the rational of the CursorMan.pushCursor calls directly
Max Horn
2010-04-11
Setup and destroy a dummy cursor and palette in the Engine class.
Johannes Schickel
2010-04-11
Enable the cursor palette in ScummEngine_v70he::setDefaultCursor just to avoi...
Johannes Schickel
2010-04-11
Fix KYRA's cursor handling by pushing a dummy cursor via CursorMan.pushCursor...
Johannes Schickel
2010-04-11
Fix a memory leak in SCUMM which was caused by the SCUMM engine never removin...
Johannes Schickel
2010-04-11
Fix bug #2985387 "KYRA1: Crash at the end of game".
Johannes Schickel
2010-04-11
Fix bug 2983187 on continuing palette change
Robert Špalek
2010-04-09
Remove unnecessary 'extern' keywords
Ori Avtalion
2010-04-08
Remove unused dereference
Ori Avtalion
2010-04-07
fixed crash during time challenges (rclick without object)
Vladimir Menshakov
2010-04-07
Add detection for an English ADI2 environment disk (for Amiga)
Arnaud Boutonné
2010-04-06
Cleanup the Myst resource caching code a bit and add support for caching Myst...
Matthew Hoops
2010-04-06
More transistions->transitions fixes
Matthew Hoops
2010-04-06
Fix "Transitions" typo
Ori Avtalion
2010-04-06
Fix AdvancedMetaEngine::createInstance to use ConfMan.setBool
Max Horn
2010-04-06
Switch SaveStateDescriptor::getBool to use Common::parseBool
Max Horn
2010-04-06
GUI: Unify various definitions of kOKCmd and move it to namespace GUI
Max Horn
2010-04-06
Factor out save/load code from MainMenuDialog::handleCommand into new methods
Max Horn
2010-04-06
SCUMM: Make HelpDialog & ConfigDialog internal
Max Horn
2010-04-06
Remove old & undocumented MSVC 6 workaround
Max Horn
[next]