Age | Commit message (Expand) | Author |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-03-25 | AUDIO: Move more common code to Audio::MidiPlayer | Max Horn |
2011-03-25 | PARALLACTION: Move MidiDriver creation into MidiPlayer(_MSC) constructors | Max Horn |
2011-03-24 | PARALLACTION: Change MidiPlayer impls to derive from Audio::MidiPlayer | Max Horn |
2011-03-23 | ENGINES: Further simplify pseudo MidiDrivers; fix some regressions | Max Horn |
2011-03-23 | AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses | Max Horn |
2011-03-23 | ENGINES: Use Common::StackLock in more places | Max Horn |
2011-03-22 | AUDIO: Add pure virtual MidiDriver::isOpen() method | Max Horn |
2011-03-19 | PARALLACTION: Init volume levels on startup | dhewg |
2011-02-19 | Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ma... | Johannes Schickel |
2011-02-16 | PARALLACTION: Use signed math in fadeTo. | Alyssa Milburn |
2011-02-16 | PARALLACTION: Fix half bright palette. | Johannes Schickel |
2011-02-14 | PARALLACTION: Adapt to setPalette RGBA->RGB change. | Johannes Schickel |
2011-02-12 | JANITORIAL: Remove duplicate #include's | Ori Avtalion |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-08 | PARALLACTION: Avoid hiding overloaded virtual methods. | Nicola Mettifogo |
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn |
2011-02-07 | GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget | Max Horn |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn |
2011-02-06 | PARALLACTION: update MIDI driver commands description for BRA. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: Use CursorMan to control cursor instead of backend functions. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: Cleanup dialogue code. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: Add default case to silence GCC warning. | Torbjörn Andersson |
2011-01-29 | PARALLACTION: Cleanup dialogue code. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: Cleanup dialogue code. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: Simplify text comparisons in dialogue code. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: Clarify strategy for choosing (answer) dialogue paths. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: Don't show 'null' answers in dialogues. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: Improve dialogue debug output. | Nicola Mettifogo |
2011-01-29 | PARALLACTION: encapsulate dialogue state changes to aid debugging. | Nicola Mettifogo |
2011-01-28 | PARALLACTION: Flexible monologues in BRA (patch #3021740 by fuzzie) | Nicola Mettifogo |
2011-01-28 | Replaced char* with Common::String in balloon code. | Nicola Mettifogo |
2011-01-25 | PARALLACTION: Removal of unecessary returns and whitespace fixes to saveload.* | David Turner |
2011-01-24 | PARALLACTION: Improve safety of PathBuffer::getValue(). | David Turner |
2011-01-21 | PARALLACTION: Minor Whitespace fixup in walk.cpp | David Turner |
2011-01-21 | PARALLACTION: Fix Un-initialized Memory Errors and Leaks in Nippon Safes Amig... | David Turner |
2011-01-18 | PARALLACTION: Fix Big Red Adventure Walking To Stop On Path Build Failure. | David Turner |
2011-01-17 | PARALLACTION: Minor Whitespace and code complexity reduction in walk.* | David Turner |
2011-01-17 | PARALLACTION: Some Improvements To Big Red Adventure Walk Code. | David Turner |
2011-01-14 | PARALLACTION: Add debug console command "showmouse". | David Turner |
2011-01-14 | PARALLACTION: Fix Valgrind Error on Engine Exit. | David Turner |
2011-01-13 | PARALLACTION: Fix for DoorData Memory Leak in Big Red Adventure. | David Turner |
2011-01-13 | PARALLACTION: Fixed Limit Values in Big Red Adventure Walker Code. | David Turner |
2011-01-13 | PARALLACTION: Close Memory Leak in Big Red Adventure Subtitles. | David Turner |
2011-01-13 | PARALLACTION: Close Memory Leak in Big Red Adventure MIDI Playback. | David Turner |
2011-01-13 | PARALLACTION: Close Memory Leak in Big Red Adventure When Changing Location. | David Turner |
2011-01-13 | PARALLACTION: Fix for Valgrind Uninitialized Error in Big Red Adventure Walk ... | David Turner |
2011-01-13 | PARALLACTION: Fix Valgrind Error When Displaying Location Balloons In Big Red... | David Turner |
2011-01-07 | PARALLACTION: keep music playing during the intro (fix bug #2879791). | Nicola Mettifogo |
2011-01-07 | PARALLACTION: fix music playback (bug #2879793). | Nicola Mettifogo |