aboutsummaryrefslogtreecommitdiff
path: root/engines/m4
AgeCommit message (Expand)Author
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-16M4: flag all WIP games with ADGF_UNSTABLETarek Soliman
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-13I18N: Make many more GUI MessageDialog strings translatableThierry Crozat
2011-06-10M4: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-06-02M4: Replace snprintf() usage with Common::String::format()D G Turner
2011-05-30TSAGE: General cleanup of object classPaul Gilbert
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-25M4: Attempt to fix the broken Rails codeMax Horn
2011-05-17M4: Fix leak in Console::cmdDumpFileMax Horn
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-16ENGINES: Unify engine namesThierry Crozat
2011-05-15M4: Replaced the trouble variable data map code with direct statements.Paul Gilbert
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-06M4: Fix a typo; cleanupMatthew Hoops
2011-05-06M4: Fix the title of riddleMatthew Hoops
2011-05-06M4: Allow Riddle to be run using the original directory structureMatthew Hoops
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17ALL/GRAPHICS: Remove Surface::bytesPerPixel.Johannes Schickel
2011-04-17M4: Properly setup format in M4Surface constructor.Johannes Schickel
2011-04-17M4: Prefer Surface::create taking a PixelFormat over the one taking a byte de...Johannes Schickel
2011-04-14ALL: centerd -> centeredMax Horn
2011-04-14ALL: centre -> centerMax Horn
2011-04-14ALL: colour -> colorMax Horn
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-03-29M4: Fix twisted assignmentdhewg
2011-03-28AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use itMax Horn
2011-03-28M4: Corrected incorrect case in cheat key handlerPaul Gilbert
2011-03-25AUDIO: Move more common code to Audio::MidiPlayerMax Horn
2011-03-24M4: Change MidiPlayer to derive from Audio::MidiPlayerMax Horn
2011-03-23ENGINES: Remove unused MIDI pass-through codeMax 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-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-03-19M4: Init volume levels on startupdhewg
2011-02-20M4: Updated for OSystem Palette RGBA->RGB Change.D G Turner
2011-02-12JANITORIAL: Remove duplicate #include'sOri Avtalion
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-01-03M4: Removed redundant colour index recalculation in palette managerPaul Gilbert
2010-11-28M4: Remove unnecessary reference to file.hMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-18M4: Do not use Common::SubReadStream where ReadStream sufficesMax Horn
2010-11-03M4: Changed debug calls to debugCN since they all have newlinesPaul Gilbert
2010-11-02M4: Convert last few printfs to debugMax Horn
2010-11-02M4: Remove redundant fflush callsMax Horn