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
/
saga
Age
Commit message (
Expand
)
Author
2011-04-12
COMMON: Replace MKID_BE by MKTAG
Max Horn
2011-04-06
SAGA: Fixed bug #3275973 - "IHNM: Dialog options vanish"
md5
2011-03-29
JANITORIAL: Remove/comment unused vars
dhewg
2011-03-28
AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use it
Max Horn
2011-03-25
SAGA: Add missing include
dhewg
2011-03-25
SAGA: Change Sage to use Audio::MidiPlayer
Max Horn
2011-03-24
SAGA: Rename some MusicDriver members to match 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-22
AUDIO: Add pure virtual MidiDriver::isOpen() method
Max Horn
2011-03-19
SAGA: Cleanup syncSoundSettings()
dhewg
2011-02-20
SAGA: Fixed palette setting inside Gfx::setPaletteColor() (thanks to LordHoto...
md5
2011-02-19
SAGA: Convert Gfx::palFade to the setPalette RGBA->RGB change too.
Johannes Schickel
2011-02-14
SAGA: Adapt to setPalette RGBA->RGB change.
Johannes Schickel
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-02-07
ALL: Fix whitespaces / indention
Max Horn
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
2011-02-02
MIDI: Fix for bug #3170988 - "MONKEY2: Messed up MT-32 music"
Filippos Karapetis
2011-01-31
SAGA: Simplified loadActorResources() and removed the unused _disabled field
Filippos Karapetis
2011-01-31
SAGA: Fixed compilation with MSVC
Filippos Karapetis
2011-01-31
SAGA: Fixed compilation
Filippos Karapetis
2011-01-31
SAGA: Fixed some typos, and removed an obsolete comment
Filippos Karapetis
2011-01-31
SAGA: Split the resource patching code into appropriate game-specific resourc...
Filippos Karapetis
2011-01-31
SAGA: Turned several unnecessarily inherited classes into typedefs
Filippos Karapetis
2011-01-31
SAGA: Rewrote the MacBinary resource loading code
Filippos Karapetis
2011-01-23
VIDEO: Move video classes to Video:: namespace
Eugene Sandulenko
2011-01-23
GRAPHICS: Move graphics/video/ to video/. Step 1/2
Eugene Sandulenko
2011-01-08
SAGA: Include scummsys.h to force rebuild after reconfigure
Willem Jan Palenstijn
2010-12-16
VIDEO: Make VideoDecoder::decodeNextFrame() return a const Surface pointer
Matthew Hoops
2010-11-23
COMMON: Remove default value for endianess in ReadStreamEndian subclasses
Max Horn
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-11-18
ENGINES: Do not use MemoryReadStream where (Seekable)ReadStream suffices; avo...
Max Horn
2010-11-08
BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only
Max Horn
2010-10-24
SAGA: reduce memory usage
Andrew Kurushin
2010-10-24
SAGA: fix SAGA_DEBUG; fix IHNM cutaway typo
Andrew Kurushin
2010-10-24
SAGA: fix const cast warns
Andrew Kurushin
2010-10-24
SAGA: replace Resource:loadResource malloc with ByteArray class
Andrew Kurushin
2010-10-24
SAGA: replace Scene::_resourceList, Interface::_inventory malloc arrays with ...
Andrew Kurushin
2010-10-24
SAGA: replace Actor::_actors and _objs malloc base arrays with Common::Array
Andrew Kurushin
2010-10-24
ALL: Fix various typos (patch #3093266)
Max Horn
2010-10-23
SAGA: replace Events malloc base linked list with Common::List
Andrew Kurushin
2010-10-23
SAGA: fix typo
Andrew Kurushin
2010-10-23
SAGA: replace decodeBGImage malloc with ByteArray
Andrew Kurushin
2010-10-23
ALL: Fix indention (whitespaces -> tabs)
Max Horn
2010-10-23
SAGA: Add some const qualifiers to SagaEngine methods
Max Horn
2010-10-23
SAGA: Improve comment for ByteArray::getBuffer()
Max Horn
2010-10-22
SAGA: fix gcc size_t warns
Andrew Kurushin
2010-10-22
SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_s...
Andrew Kurushin
2010-10-21
SAGA: fix gcc warn
Andrew Kurushin
2010-10-21
SAGA: replace Script and Thread "::*alloc" & "::free" with Common::Array
Andrew Kurushin
[prev]
[next]