aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-13I18N: Make many more GUI MessageDialog strings translatableThierry Crozat
2011-06-10PARALLACTION: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-16ENGINES: Unify engine namesThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-30PARALLACTION: Fix BRA Compilation After Common Header Changes.D G Turner
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-18COMMON: Rename Error to ErrorCode, introduce new Error classMax Horn
2011-04-17PARALLACTION: Prefer Surface::create taking a PixelFormat over the one taking...Johannes Schickel
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-03-25AUDIO: Move more common code to Audio::MidiPlayerMax Horn
2011-03-25PARALLACTION: Move MidiDriver creation into MidiPlayer(_MSC) constructorsMax Horn
2011-03-24PARALLACTION: Change MidiPlayer impls to derive from Audio::MidiPlayerMax Horn
2011-03-23ENGINES: Further simplify pseudo MidiDrivers; fix some regressionsMax Horn
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
2011-03-23ENGINES: Use Common::StackLock in more placesMax Horn
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-03-19PARALLACTION: Init volume levels on startupdhewg
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