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
/
scene.cpp
Age
Commit message (
Expand
)
Author
2019-11-19
GRAPHICS: Add interface for horizontal shake
sluicebox
2019-08-02
TEENAGENT: Add debug commands to play voices and sound effects
Cameron Cawley
2017-08-11
TEENAGENT: Fix fall through case statements
Eugene Sandulenko
2016-05-03
TEENAGENT: Renames and cleanup
Eugene Sandulenko
2014-02-18
TEENAGENT: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-03
TEENAGENT: Take advantage of Surface::getPixels.
Johannes Schickel
2013-08-03
TEENAGENT: Prefer getBasePtr over direct Surface::pixels access.
Johannes Schickel
2012-10-09
TEENAGENT: Fix constant naming to comply with Coding Conventions.
D G Turner
2012-09-24
TEENAGENT: Cleanup Scene class.
D G Turner
2012-09-24
TEENAGENT: Cleanup Object classes.
D G Turner
2012-09-24
TEENAGENT: Further cleanup for Font class.
D G Turner
2012-09-23
TEENAGENT: Cleanup Font class.
D G Turner
2012-09-13
TEENAGENT: Clean up SurfaceList Class.
D G Turner
2012-08-03
TEENAGENT: Add symbols for dialog and message text colors.
D G Turner
2012-07-31
TEENAGENT: Fix likely cut-and-paste error in Message positioning code.
D G Turner
2012-07-28
TEENAGENT: Add constant values for screen width and height.
D G Turner
2012-07-28
TEENAGENT: Add symbols for data tables used in Scene class.
D G Turner
2012-07-16
TEENAGENT: Migrate two more dseg regions to symbolic addresses.
D G Turner
2012-07-12
TEENAGENT: Minor formatting fixes for consistency.
D G Turner
2012-07-08
TEENAGENT: Replaced non-const static variable in Scene 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-20
ALL: Remove trailing whitespaces
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-05-01
Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".
Johannes Schickel
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-17
TEENAGENT: Prefer Surface::create taking a PixelFormat over the one taking a ...
Johannes Schickel
2011-02-14
TEENAGENT: Adapt to setPalette RGBA->RGB change.
Johannes Schickel
2011-02-07
COMMON: OSystem now has a PaletteManager
Max Horn
2011-01-31
TEENAGENT: Fix Memory Leaks.
David Turner
2010-05-04
Get rid of Engine::_gameDataDir.
Max Horn
2010-03-24
implemented screen shaking as in the original engine with delays before movin...
Vladimir Menshakov
2010-03-24
removed useless updateScreen
Vladimir Menshakov
2010-03-24
added shake screen effect
Vladimir Menshakov
2010-03-24
fixed warning
Vladimir Menshakov
2010-03-23
do not skip warp+walk events
Vladimir Menshakov
2010-03-21
-added overlay rendering flag
Vladimir Menshakov
2010-03-21
reverted the z-order patch.
Vladimir Menshakov
2010-03-20
reverted inventory objects patch, added mark's animation z-order patch.
Vladimir Menshakov
2010-03-20
ported all code to ScopedPtr
Vladimir Menshakov
2010-03-20
fixed stream leaks
Vladimir Menshakov
2010-03-18
removed 'varia.res' from the resident pack files
Vladimir Menshakov
2010-02-26
added async getFlag(addr)
Vladimir Menshakov
[next]