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
/
teenagent
/
teenagent.cpp
Age
Commit message (
Expand
)
Author
2011-10-23
TEENAGENT: Improve code formatting.
Johannes Schickel
2011-08-07
TEENAGENT: Pass streams as references.
Christoph Mallon
2011-06-23
TEENAGENT: Allocate large buffers on the heap instead of the stack
Julien
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-02
ENGINES: Change 2nd param of Engine::saveGameState to Common::String
Max Horn
2011-05-17
TEEN: Use only one RandomSource and give that one a name.
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-14
TEENAGENT: 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-01-31
TEENAGENT: Fix Memory Leaks.
David Turner
2010-11-08
COMMON: Push #include audiocd.h in system.h out to .cpp files
Max Horn
2010-11-08
BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only
Max Horn
2010-11-01
COMMON: Rename String::printf() to String::format()
Max Horn
2010-07-30
Merged from trunk, from Rev 50841 to HEAD
Alejandro Marzini
2010-07-17
DEBUGGER: Simplify how our console debugger works / is used
Max Horn
2010-06-15
Renamed getAudioCD to getAudioCDManager.
Alejandro Marzini
2010-06-09
- Revised abstract AudioCDManager.
Alejandro Marzini
2010-05-07
added voices pack/cd music support
Vladimir Menshakov
2010-05-04
Move initGraphics and initCommonGFX from to new header.
Max Horn
2010-04-28
added cd-version detection and cdlogo.res support
Vladimir Menshakov
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-04-07
fixed crash during time challenges (rclick without object)
Vladimir Menshakov
2010-03-24
validate path before examining object
Vladimir Menshakov
2010-03-21
preload inventory graphics on load
Vladimir Menshakov
2010-03-21
-added overlay rendering flag
Vladimir Menshakov
2010-03-20
ported all code to ScopedPtr
Vladimir Menshakov
2010-03-20
fixed another stream leak
Vladimir Menshakov
2010-03-20
flush inventory items on savegame load, fixing invalid item tiles after multi...
Vladimir Menshakov
2010-03-20
fixed stream leaks
Vladimir Menshakov
2010-03-20
restored subtitle feature
Vladimir Menshakov
2010-03-20
removed 'subtitle' option, added missing finalize
Vladimir Menshakov
2010-03-18
code convention fixes mentioned by Max Horn
Vladimir Menshakov
2010-03-18
removed 'varia.res' from the resident pack files
Vladimir Menshakov
2010-03-18
added abstract Pack class, moved code into FilePack and MemoryPack
Vladimir Menshakov
2010-02-26
added async getFlag(addr)
Vladimir Menshakov
2010-02-25
reset intro flag after savegame loading
Vladimir Menshakov
2010-02-25
hide mouse while playing cutscenes
Vladimir Menshakov
2010-02-21
Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...
Yotam Barnoy
2010-02-07
added setFlag, fixed non-mark's messages
Vladimir Menshakov
2010-02-02
added kWait event type
Vladimir Menshakov
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
Convert more engines from Mixer::playRaw to Mixer::playInputStream
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2010-01-13
fix comparison for platforms where char is unsigned
Joost Peters
[next]