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
2012-10-09
TEENAGENT: Fix constant naming to comply with Coding Conventions.
D G Turner
2012-09-26
TEENAGENT: Cleanup TeenagentEngine class.
D G Turner
2012-09-24
TEENAGENT: Cleanup Scene class.
D G Turner
2012-09-24
TEENAGENT: Cleanup Object classes.
D G Turner
2012-08-03
TEENAGENT: Add symbols for dialog and message text colors.
D G Turner
2012-08-02
TEENAGENT: Fix for bug #3428161 "PSP: No music in TeenAgent".
D G Turner
2012-08-01
TEENAGENT: Migrate remaining callback flag variables to symbols.
D G Turner
2012-08-01
TEENAGENT: Replace two missed inventory item ids with symbols.
D G Turner
2012-07-28
TEENAGENT: Symbolise most of remaining addresses in TeenAgent engine.
D G Turner
2012-07-28
TEENAGENT: Align some variable names with coding conventions.
D G Turner
2012-07-28
TEENAGENT: Add constant values for screen width and height.
D G Turner
2012-07-26
TEENAGENT: Migrate deinit functions to constructor/destructors.
D G Turner
2012-07-23
TEENAGENT: Split out functions to avoid need for processCallback().
D G Turner
2012-07-22
TEENAGENT: Symbol migration associated with remaning display*Message().
D G Turner
2012-07-18
TEENAGENT: Improve readability of displayMessage() calls.
D G Turner
2012-07-18
TEENAGENT: Improve readability of displayAsyncMessage() calls.
D G Turner
2012-07-17
TEENAGENT: Improve readability of displayCutsceneMessage() calls.
D G Turner
2012-07-17
TEENAGENT: Symbol migration associated with displayCredits().
D G Turner
2012-07-17
TEENAGENT: Further symbol migration for processCallback() usage.
D G Turner
2012-07-16
TEENAGENT: Further symbol migration associated with saveStates.
D G Turner
2012-07-16
TEENAGENT: Migrate two more dseg regions to symbolic addresses.
D G Turner
2012-07-13
TEENAGENT: Add symbols for savestate region.
D G Turner
2012-07-12
TEENAGENT: Minor formatting fixes for consistency.
D G Turner
2012-07-11
TEENAGENT: Replace static Dialog functions with normal class.
D G Turner
2012-07-08
TEENAGENT: Migrate engine to using debugflags.
D G Turner
2012-07-07
TEENAGENT: Enable commented out debug statements.
D G Turner
2012-07-07
TEENAGENT: Remove unecessary passing of OSystem to scene Class.
D G Turner
2012-07-07
TEENAGENT: Migrate to using ConfMan singleton.
D G Turner
2012-07-07
TEENAGENT: Remove static Resources class Instance.
D G Turner
2012-06-16
TEENAGENT: Get rid of casts on OSystem::copyRectToScreen calls.
Johannes Schickel
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
[next]