Age | Commit message (Expand) | Author |
2011-06-10 | PARALLACTION: Switch to alternate AdvancedMetaEngine, avoid ADParams | Max Horn |
2011-06-10 | ENGINES: Change incorrect use of 'target' to 'gameid' | Max Horn |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn |
2011-05-16 | ENGINES: Unify engine names | Thierry Crozat |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-30 | PARALLACTION: Fix BRA Compilation After Common Header Changes. | D G Turner |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion |
2011-04-18 | COMMON: Rename Error to ErrorCode, introduce new Error class | Max Horn |
2011-04-17 | PARALLACTION: Prefer Surface::create taking a PixelFormat over the one taking... | Johannes Schickel |
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 |