aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-29Removed the old hardcoded calls to loadDSRFilePaul Gilbert
2010-06-29Added loading of the correct DSR file at the start of each animation scenePaul Gilbert
2010-06-29Reserved palette ranges used by on-screen messagesPaul Gilbert
2010-06-29Bugfixes to reading in the animation font name correctly, as well as converte...Paul Gilbert
2010-06-29SCI: print out actual and supposed parameter types when having a kernel call ...Martin Kiewitz
2010-06-29SCI: Some cleanup of the GC code. Filippos Karapetis
2010-06-29SCI: Removed reg_t_EqualTo, since reg_t already defines an equals operatorFilippos Karapetis
2010-06-29SCI: Made the SoundCommandParser a member of the SciEngine class and removed ...Filippos Karapetis
2010-06-29enable reading ZIP archives even without USE_ZLIBRobert Špalek
2010-06-29unzip.cpp can read uncompressed ZIP archives even when zlib is not linked inRobert Špalek
2010-06-29GOB : Adding workaround for Bug #3018918 UOTODDV Reload Goblin Stuck Issue.David Turner
2010-06-29Update comment on CD swapping in Riven.Matthew Hoops
2010-06-29Silence a valgrind warning.Matthew Hoops
2010-06-29Fix the load game dialog in Riven DVD's menu, borrowed from Parallaction.Matthew Hoops
2010-06-29Return "0" in case no device was detected in MidiDriver::detectDevice.Johannes Schickel
2010-06-29Yet another slight fix for the fallback detection.Johannes Schickel
2010-06-29Fix fallback detection code in MidiDriver::detectDevice.Johannes Schickel
2010-06-29Fix detection of invalid music drivers specified via command line.Johannes Schickel
2010-06-28Prevent "music-driver" to be set to "" on startup.Johannes Schickel
2010-06-28Fix regression from r50382, which triggered an assert when clicking "OK" in t...Johannes Schickel
2010-06-28SCI: removing ignoring of channel volume change code from r50463, the lsl5 is...Martin Kiewitz
2010-06-28SCI: its lsl5 sound resource 294, not 274 (changed comment only)Martin Kiewitz
2010-06-28Don't initialize graphics again when loadingFilippos Karapetis
2010-06-28SCI: ignoring set signal on tick 0 directly in parseNextEvent instead of filt...Martin Kiewitz
2010-06-28SCI: More changes to the code for loading from the launcherFilippos Karapetis
2010-06-28Update German translation.Thierry Crozat
2010-06-28Fixed loading of saved games from the launcherFilippos Karapetis
2010-06-28Applied patch #3022511 - "qfg4 detection cleanup"Filippos Karapetis
2010-06-28SCI: remove clipping of volume inside SciMidiParser::setvolumeMartin Kiewitz
2010-06-28SCI: updated comment about transparent pixels in viewsMartin Kiewitz
2010-06-28SCI: kAnimate resetting _lastCastCount all the timeMartin Kiewitz
2010-06-28KYRA: change audio detection flags setting (since most users don't own a real...Florian Kagerer
2010-06-28SCI: fix regression of r50422, please no refactoring without proper testing -...Martin Kiewitz
2010-06-28SCI: added comment - lsl5 also has too large windowsMartin Kiewitz
2010-06-28common console: also show prompt, if the engine wrote onto gui console since ...Martin Kiewitz
2010-06-28i18n: Add support for locale-dependent fontsEugene Sandulenko
2010-06-28SCI: stupid oversight fix r50446, too hot here :PMartin Kiewitz
2010-06-28SCI: fixing valgrind issue in Script::initialiseClasses thx to wjp for valgri...Martin Kiewitz
2010-06-28SCI: cleanup of execstack, output of backtrace slightly modified, is now also...Martin Kiewitz
2010-06-28SCI: Some more GC cleanupMax Horn
2010-06-28SCI: Turn more warnings into errors.Max Horn
2010-06-28SCI: Move a few remaining Script methods to engine/script.cppMax Horn
2010-06-28SCI: Clarify docs of GC related SegmentObj methodsMax Horn
2010-06-28SCI: Make various SegManager constMax Horn
2010-06-28SCI: get rid of Script::allocateObjectMax Horn
2010-06-28Fonts: More BDF font renamesEugene Sandulenko
2010-06-28Fonts: Add Russian codepage fonts, renamed existing onesEugene Sandulenko
2010-06-28Remove CRsWillem Jan Palenstijn
2010-06-28SCI: add const again to newWidthMartin Kiewitz
2010-06-28SCI: fix regression of r50424, 2x scalingMartin Kiewitz