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
/
queen
Age
Commit message (
Expand
)
Author
2010-11-21
QUEEN: Correct uninitialised read in Queen Adlib driver found by Valgrind.
David Turner
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-11-01
ENGINES: Replace many printfs by warning/debug/debugN
Max Horn
2010-11-01
GUI: Add GCC_PRINTF to GUI::Debugger::DebugPrintf & fix resulting warnings
Max Horn
2010-10-15
QUEEN: Fixed code analysis warning - bug #3087851
Filippos Karapetis
2010-10-15
ENGINES: Enhance namespace comments a bit
Max Horn
2010-10-12
JANITORIAL: Cleanup (mostly whitespace)
Torbjörn Andersson
2010-09-15
MIDI: Send a reset MIDI device signal on startup.
Johannes Schickel
2010-08-01
QUEEN: fix for bug 3036170. File name test supports upper case for transferri...
Yotam Barnoy
2010-07-17
Remove PalmOS port
Max Horn
2010-07-17
DEBUGGER: Simplify how our console debugger works / is used
Max Horn
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-05-18
Replace one instance of strncpy with Common::strlcpy.
Johannes Schickel
2010-05-04
Move initGraphics and initCommonGFX from to new header.
Max Horn
2010-04-25
get rid of global Box objects and remove obsoleted PALMOS_ARM defines.
Gregory Montoir
2010-04-12
Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew la...
Ori Avtalion
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-03-24
Stop the music before starting the next one, after discussing it with joostp.
Torbjörn Andersson
2010-03-18
COMMON: Get rid of Common::StringList
Max Horn
2010-03-18
COMMON: Move typedef StringList from str.h to new header str-array.h
Max Horn
2010-03-18
COMMON: Move Common::RandomSource to common/random.*
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-30
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
Johannes Schickel
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-23
Reorder params to Audio::makeRawMemoryStream
Max Horn
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-19
Get rid of Mixer::playRaw for good
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2010-01-16
Switch most AudioStream factories to use DisposeAfterUse::Flag
Max Horn
2010-01-12
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...
Johannes Schickel
2010-01-08
Switch Mixer::playInputStream to use DisposeAfterUse::Flag
Max Horn
2010-01-05
Remove unsafe getTotalPlayTime from AudioStream.
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-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-08
Change doxygen inline comments from "//!" to "///" as proposed on -devel
Max Horn
2009-09-06
Constness fix
Bertrand Augereau
2009-08-30
Fix indentation
Jordi Vilalta Prat
2009-07-25
Move the event recorder to its own class (EventRecoder inside common/EventRec...
Johannes Schickel
2009-07-01
Fixed some more warnings observed on buildbot
Max Horn
2009-06-06
Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD)
Eugene Sandulenko
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
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]