aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-05When creating a CleanupSongIterator, transfer death listeners to itWillem Jan Palenstijn
2009-07-04When morphing a TeeSongIterator, transfer death listeners to remaining childWillem Jan Palenstijn
2009-07-04KYRA: fix minor bug in Screen::drawShape()Florian Kagerer
2009-07-04After discussing with Max, disable -Wmissing-format-attribute again. Also add...Johannes Schickel
2009-07-04Kyra1 PC-98 never offered English as language settings, thus remove it. (The ...Johannes Schickel
2009-07-04Fix mismatching format arguments.Johannes Schickel
2009-07-04Add GCC_PRINTF parameter.Johannes Schickel
2009-07-04Cursors without a palette are now initialized correctly (from patch #2816652)...Filippos Karapetis
2009-07-04Merged SCI1 versions in one more fileFilippos Karapetis
2009-07-04- Merged the "early" and "late" SCI1 versions - these are functionally equiva...Filippos Karapetis
2009-07-04- Kernel function names are no longer loaded from vocab.999, but are construc...Filippos Karapetis
2009-07-04- Changed some comments to DOxygen styleFilippos Karapetis
2009-07-04Added a new console command, "selector", which attempts to find a selector by...Filippos Karapetis
2009-07-04Removed silly FIXME (mixup between debug and engine debug levels)Filippos Karapetis
2009-07-04Newer DoSound() semantics are now detected automatically, by the existence of...Filippos Karapetis
2009-07-04Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,...Travis Howell
2009-07-04Fixed cursor corruption in non-8bit graphics games when switching back from o...Jody Northup
2009-07-04Sync MSVC project files for r42057Scott Thomas
2009-07-03SCI0 games using older graphics functions are automatically detected now, fro...Filippos Karapetis
2009-07-03Moved the YUV<->RGB routines to graphics/conversion.hJordi Vilalta Prat
2009-07-03Replaced script_error and CORE_ERROR with error()Filippos Karapetis
2009-07-03- Pushed debugstate into debug.hFilippos Karapetis
2009-07-03Replaced all calls for manipulating the mouse cursor to be made to the Cursor...Filippos Karapetis
2009-07-03Fix some formatting bitsJordi Vilalta Prat
2009-07-03Add conversion.o to module.mk. Add missing endline.Willem Jan Palenstijn
2009-07-03Cleaned up system.h, renamed OSystem::convertRect to OSystem::convertScreenRe...Jody Northup
2009-07-03If NDEBUG is #defined, then assert does nothing, leading to warnings about 'o...Max Horn
2009-07-03SCI: Fixed warningMax Horn
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
2009-07-03Provided a virtual method for converting graphics rectangles from screen form...Jody Northup
2009-07-03Simplified the kernel name loading code: Merged the default SCI0 and SCI1 ker...Filippos Karapetis
2009-07-03Applied patch #2815937 - "SCI: ReadString fix to repair LSL5 password". This ...Filippos Karapetis
2009-07-03Bugfix for displaying text messages when an auto tracking (cut-scene) changes...Paul Gilbert
2009-07-03Bugfix for loading savegames where the active resource file database isn't co...Paul Gilbert
2009-07-02Moved some more debug state related variables in the DebugState structFilippos Karapetis
2009-07-02Moved all the debug state variables in a separate struct and re-enabled sever...Filippos Karapetis
2009-07-02Added -Wmissing-format-attribute to build systemMax Horn
2009-07-02cleanupMax Horn
2009-07-02fixed indention (and trigger a reconfigure in buildbot)Max Horn
2009-07-02Enhanced the quicksearch box in the launcher to match words in the search str...Max Horn
2009-07-02Added support for compressed sample files (patch #2815426 by m_kiewitz)Sven Hesse
2009-07-01oopsMax Horn
2009-07-01Flag what looks like a bug in the CMS player code -- somebody should verify a...Max Horn
2009-07-01Fixed some more warnings observed on buildbotMax Horn
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-07-01Use MIN with correct template parameter.Lars Persson
2009-07-01Move action inits to engineInit and engineDone callbacks.Lars Persson
2009-07-01fix compileMatthew Hoops
2009-07-01Sync MSVC project files for JPEG additionScott Thomas
2009-07-01Add JPEG support to 11H for ROQ playbackScott Thomas