aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-10-03Let Ctrl-Left click behave like Right lick in Dragon History.Robert Špalek
2009-10-03SCI/newgui: removed duplicate unused codeMartin Kiewitz
2009-10-03SCI/newgui: constant 0xFFFF -> -1Martin Kiewitz
2009-10-03SCI: Fix sign issue in stringfragsWillem Jan Palenstijn
2009-10-03SCI/newgui: Removed SciGUIpicture::drawPalette11Martin Kiewitz
2009-10-03SCI/newgui: initializer fixupMartin Kiewitz
2009-10-03SCI/newgui: cellCount changed to uint16Martin Kiewitz
2009-10-03SCI/newgui: virtual warnings fixedMartin Kiewitz
2009-10-03SCI/newgui: set title on newWindowMartin Kiewitz
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn
2009-10-03LOL/PC-98: add keyboard supportFlorian Kagerer
2009-10-03fixed addMenu isspace() issue on umlautsMartin Kiewitz
2009-10-03SCI: Fix typoWillem Jan Palenstijn
2009-10-03If make*Stream failed, the file needs to be closed to prevent an assert on a ...Andre Heider
2009-10-03LOL/PC-98: fixed automapFlorian Kagerer
2009-10-03revert r44542: the fix reopens another previous bug Arnaud Boutonné
2009-10-03Added a +1 for dirty rectangle calculation so final column of changed area is...Paul Gilbert
2009-10-03Fixed positioning and update of the title under the mouse pointer.Robert Špalek
2009-10-02LOL: cleanupFlorian Kagerer
2009-10-02LOL/PC-98: fixed death menu, live/magic bar colors and money boxFlorian Kagerer
2009-10-02LOL/PC-98: - some more fixes for level graphics (shapes are still not quite r...Florian Kagerer
2009-10-02SCI: Fix parse_reg_t, it no longer modified the const string passed to itMax Horn
2009-10-02Fixed cppcheck warnings about mismatching allocation/deallocation.Torbjörn Andersson
2009-10-02Fix for bug ref#2867294 (hopefully) Arnaud Boutonné
2009-10-02Fix cppcheck issue reported by salty-horseWillem Jan Palenstijn
2009-10-02Fix some cppcheck warnings reported by salty-horseMax Horn
2009-10-02Bugfix for dirty rects getting lost during room fade-insPaul Gilbert
2009-10-02SCI: Remove PRINT_STK macro; cleanupMax Horn
2009-10-02SCI: Use String::printf instead of temporary bufferWillem Jan Palenstijn
2009-10-02SCI: Make NULL_REG & SIGNAL_REG const; change validate_property so that its c...Max Horn
2009-10-02SCI: Remove dead codeMax Horn
2009-10-01SCI: cleanupWillem Jan Palenstijn
2009-10-01Fixed event handling. ValGrind fixups.Robert Špalek
2009-10-01T7G: Proper fix for #2847539 - remove ambiguity in multi-byte script reads.Scott Thomas
2009-10-01Rewrote weird-looking code, which might lead to undefined behavior, according...Filippos Karapetis
2009-10-01Removed the STRICT_SEND, STRICT_READ and ASSERT_ARITHMETIC definesFilippos Karapetis
2009-10-01Fix a regression in the first part of the intro (gitches when the paper and t...Arnaud Boutonné
2009-10-01Reworked of code line in changeExtension that was giving a cppcheck warningPaul Gilbert
2009-10-01Fixed some potential memory leaks, reported by salty-horseFilippos Karapetis
2009-10-01Replaced delete operator with delete[]Paul Gilbert
2009-10-01SCI: Add some fixmes noted by salty-horse.Willem Jan Palenstijn
2009-10-01Fix free/delete/delete[] mismatches. Patch by salty-horseWillem Jan Palenstijn
2009-10-01- Removed the toggle for "weak" validations, as there are cases where they fa...Filippos Karapetis
2009-10-01SCI: Remove outdated debugging hack.Willem Jan Palenstijn
2009-10-01Clean up room changing code and support returning from the map.Robert Špalek
2009-09-30Removed an old (and now obsolete) workaround for KQ5Filippos Karapetis
2009-09-30Fixed the warning message shown when dummy functions are invokedFilippos Karapetis
2009-09-30Added a new special reg_t, SIGNAL_REG, for signaling when an error occurs (us...Filippos Karapetis
2009-09-30Fascination - Suppress some warningsArnaud Boutonné
2009-09-30Changed the list sanity checks to return warnings instead of errors in case o...Filippos Karapetis