aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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
2009-09-30- Removed some leftover 16/32bpp color code, as we're always using palette mo...Filippos Karapetis
2009-09-30LOL/PC-98: - fixed TIM dialogue button text colorsFlorian Kagerer
2009-09-30oopsMax Horn
2009-09-30Fix 2 ValGrind warnings.Robert Špalek
2009-09-30LOL/PC-98: - fix spell effect colorsFlorian Kagerer
2009-09-30SCI: Make kFile error messages slightly more verboseWillem Jan Palenstijn
2009-09-30Fascination - Fix a regression in intro (fix of R42171)Arnaud Boutonné
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-30SCI: Some palette code cleanupMax Horn
2009-09-30Remove trailing whitespacesMax Horn
2009-09-30SCI: Replace magic '-42' by an enumMax Horn
2009-09-30Fixed a crash in KQ1SCI, when the user types something wrong - the game tries...Filippos Karapetis
2009-09-30Fixed regression in r44417, found by waltervn. The score in KQ1SCI should be ...Filippos Karapetis
2009-09-30Got rid of old workaround, which was only needed because our SJIS font did no...Johannes Schickel
2009-09-30Adapt KYRA engine to use the ASCII and half-width katakana support of the SJI...Johannes Schickel
2009-09-30Cleanup: got rid of Screen::ShadeType.Johannes Schickel
2009-09-30Implemented support for drawing 8x16 chars from our custom SJIS font.Johannes Schickel
2009-09-30Simplified inventory handling (too much information hiding will kill you).Nicola Mettifogo
2009-09-30Fixed a crash when starting KQ1SCIFilippos Karapetis
2009-09-30- Moved the list of synonyms and parser nodes inside the vocabulary classFilippos Karapetis
2009-09-30- Adapt parts of the Draci code to match our code formatting guidelinesJohannes Schickel
2009-09-30Converted _color_equals() into respective equality operators within the gfx_c...Filippos Karapetis
2009-09-30* Added secondary inventories for BRA.Nicola Mettifogo
2009-09-30Provide only the data that is strictly needed when creating a new Inventory.Nicola Mettifogo
2009-09-30Implemented the map room, entered when 'm' is pressed.Robert Špalek
2009-09-30SCI: Add callk stackframe directly in run_vmWillem Jan Palenstijn
2009-09-29Playtoons - implement some functions related to hotspot textsArnaud Boutonné
2009-09-29Fixed Valgrind warnings about invalid memory access. Hopefully without breakingTorbjörn Andersson
2009-09-29Gob - Silence a Valgrind warning by initializing a variable Arnaud Boutonné
2009-09-29Added a FIXME comment for the removed functionality in the script debuggerFilippos Karapetis
2009-09-29Remove unused variable.Johannes Schickel
2009-09-29Add newline after "Available debug channels" in Cmd_Debug, now all debug chan...Johannes Schickel
2009-09-29Oops - don't attempt to print the sought kernel function name when its emptyFilippos Karapetis