aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2011-02-19Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ma...Johannes Schickel
2011-02-16PARALLACTION: Use signed math in fadeTo.Alyssa Milburn
2011-02-16PARALLACTION: Fix half bright palette.Johannes Schickel
2011-02-14PARALLACTION: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-12JANITORIAL: Remove duplicate #include'sOri Avtalion
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-08PARALLACTION: Avoid hiding overloaded virtual methods.Nicola Mettifogo
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2011-02-07GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTargetMax Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-02-06PARALLACTION: update MIDI driver commands description for BRA.Nicola Mettifogo
2011-01-29PARALLACTION: Use CursorMan to control cursor instead of backend functions.Nicola Mettifogo
2011-01-29PARALLACTION: Cleanup dialogue code.Nicola Mettifogo
2011-01-29PARALLACTION: Add default case to silence GCC warning.Torbjörn Andersson
2011-01-29PARALLACTION: Cleanup dialogue code.Nicola Mettifogo
2011-01-29PARALLACTION: Cleanup dialogue code.Nicola Mettifogo
2011-01-29PARALLACTION: Simplify text comparisons in dialogue code.Nicola Mettifogo
2011-01-29PARALLACTION: Clarify strategy for choosing (answer) dialogue paths.Nicola Mettifogo
2011-01-29PARALLACTION: Don't show 'null' answers in dialogues.Nicola Mettifogo
2011-01-29PARALLACTION: Improve dialogue debug output.Nicola Mettifogo
2011-01-29PARALLACTION: encapsulate dialogue state changes to aid debugging.Nicola Mettifogo
2011-01-28PARALLACTION: Flexible monologues in BRA (patch #3021740 by fuzzie)Nicola Mettifogo
2011-01-28Replaced char* with Common::String in balloon code.Nicola Mettifogo
2011-01-25PARALLACTION: Removal of unecessary returns and whitespace fixes to saveload.*David Turner
2011-01-24PARALLACTION: Improve safety of PathBuffer::getValue().David Turner
2011-01-21PARALLACTION: Minor Whitespace fixup in walk.cppDavid Turner
2011-01-21PARALLACTION: Fix Un-initialized Memory Errors and Leaks in Nippon Safes Amig...David Turner
2011-01-18PARALLACTION: Fix Big Red Adventure Walking To Stop On Path Build Failure.David Turner
2011-01-17PARALLACTION: Minor Whitespace and code complexity reduction in walk.*David Turner
2011-01-17PARALLACTION: Some Improvements To Big Red Adventure Walk Code.David Turner
2011-01-14PARALLACTION: Add debug console command "showmouse".David Turner
2011-01-14PARALLACTION: Fix Valgrind Error on Engine Exit.David Turner
2011-01-13PARALLACTION: Fix for DoorData Memory Leak in Big Red Adventure.David Turner
2011-01-13PARALLACTION: Fixed Limit Values in Big Red Adventure Walker Code.David Turner
2011-01-13PARALLACTION: Close Memory Leak in Big Red Adventure Subtitles.David Turner
2011-01-13PARALLACTION: Close Memory Leak in Big Red Adventure MIDI Playback.David Turner
2011-01-13PARALLACTION: Close Memory Leak in Big Red Adventure When Changing Location.David Turner
2011-01-13PARALLACTION: Fix for Valgrind Uninitialized Error in Big Red Adventure Walk ...David Turner
2011-01-13PARALLACTION: Fix Valgrind Error When Displaying Location Balloons In Big Red...David Turner
2011-01-07PARALLACTION: keep music playing during the intro (fix bug #2879791).Nicola Mettifogo
2011-01-07PARALLACTION: fix music playback (bug #2879793).Nicola Mettifogo
2011-01-07PARALLACTION: remove code duplication in NS sound code.Nicola Mettifogo
2011-01-02JANITORIAL: Suppress some useless includesArnaud Boutonné
2010-12-12PARALLACTION: do not skip commands on Examine zones if there is no text to sh...Nicola Mettifogo
2010-12-12PARALLACTION: parse command lists for kNoneType zones, even if defined after ...Nicola Mettifogo
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-11-01ENGINES: Replace many printfs by warning/debug/debugNMax Horn
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn