index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
touche
Age
Commit message (
Expand
)
Author
2011-03-25
AUDIO: Move more common code to Audio::MidiPlayer
Max Horn
2011-03-25
TOUCHE: Move _gmToRol to midi.cpp
Max Horn
2011-03-25
TOUCHE: Change MidiPlayer 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
TOUCHE: Cleanup syncSoundSettings()
dhewg
2011-02-19
Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ma...
Johannes Schickel
2011-02-18
TOUCHE: fix op_not/op_neg opcodes naming
Gregory Montoir
2011-02-14
TOUCHE: Adapt to setPalette RGBA->RGB change.
Johannes Schickel
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
2011-01-21
TOUCHE: Fixed Uninitialised Read in first call to ToucheEngine::res_loadBackd...
David Turner
2010-12-07
DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine
Max Horn
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-11-08
TOUCHE: Added basic debugging console to engine
David Turner
2010-11-07
ENGINES: Unify code layout of all ADParams instances
Max Horn
2010-10-15
ENGINES: Enhance namespace comments a bit
Max Horn
2010-09-15
MIDI: Send a reset MIDI device signal on startup.
Johannes Schickel
2010-06-25
AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...
Florian Kagerer
2010-06-21
Patch #1956501: "GUI/LAUNCHER: Midi device selection"
Max Horn
2010-06-17
Add detection of original directory structure for Touche.
Travis Howell
2010-06-15
AdvancedDetector: Add new parameter directoryGlobs.
Eugene Sandulenko
2010-06-14
Extended advancedDetector with depth parameter.
Eugene Sandulenko
2010-05-04
Move DebugChannel related code to new header
Max Horn
2010-05-04
Move initGraphics and initCommonGFX from to new header.
Max Horn
2010-04-27
COMMON: Move DebugChannel stuff into a new DebugMan singleton
Max Horn
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-03-18
COMMON: Get rid of Common::StringList
Max Horn
2010-03-18
COMMON: Move Common::RandomSource to common/random.*
Max Horn
2010-03-08
Tweak makeVOCDiskStream
Max Horn
2010-02-21
Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...
Yotam Barnoy
2010-02-03
- Rename FlacStream to FLACStream.
Johannes Schickel
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-16
Switch most AudioStream factories to use DisposeAfterUse::Flag
Max Horn
2010-01-06
Adapt TOUCHE to use the new FLAC, Vorbis and MP3 factories (it didn't use any...
Johannes Schickel
2010-01-05
- Add a new SeekableAudioStream interface. Soon to be used to replace audio s...
Johannes Schickel
2009-12-09
Changed MidiDriver::createMidi to take a MidiDriverType instead of an int
Max Horn
2009-11-24
Added Doxygen comments for the various engine namespaces (currently mostly wi...
Max Horn
2009-08-25
TOUCHE: disable flag 777 update (not checked by any scripts)
Gregory Montoir
2009-07-25
Move the event recorder to its own class (EventRecoder inside common/EventRec...
Johannes Schickel
2009-07-14
Got rid of some more ioFailed uses (also fixed a potential leak in graphics/f...
Max Horn
2009-06-06
Added game GUI options to advancedDetector and updated all engines
Eugene Sandulenko
2009-05-29
Changed SaveFileManager methods to take Common::String params (instead of cha...
Max Horn
2009-05-19
COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...
Max Horn
2009-03-05
Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...
Jordi Vilalta Prat
2009-03-01
Engines: Fused several init&go methods into a single run method
Max Horn
2009-03-01
Merged Engine::go() and ::init() into a new run() method (currently implement...
Max Horn
[next]