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
/
dreamweb
/
backdrop.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
DREAMWEB: Make GPL headers consistent in themselves.
Johannes Schickel
2012-11-30
DREAMWEB: Change various loop variables to uint, rather than size_t.
D G Turner
2012-11-30
DREAMWEB: Further migration to screen size constants.
D G Turner
2011-12-28
DREAMWEB: Cleanup
Max Horn
2011-12-28
DREAMWEB: Remove unused Sprite fields
Willem Jan Palenstijn
2011-12-28
DREAMWEB: Clean up Sprite::_updateCallback
Willem Jan Palenstijn
2011-12-28
DREAMWEB: Completely remove all of the runtime, and move everything into Drea...
Filippos Karapetis
2011-12-28
DREAMWEB: Move all saved variables to a GameVars struct
Willem Jan Palenstijn
2011-12-28
DREAMWEB: Remove a lot of unused/duplicate constants and move some of them to...
Filippos Karapetis
2011-12-28
DREAMWEB: Move all zoom-related functions to vgagrafx.cpp, and remove a lot o...
Filippos Karapetis
2011-12-28
DREAMWEB: Mass-move variables out of data
Willem Jan Palenstijn
2011-12-27
DREAMWEB: Remove setdat, freedat segments
Willem Jan Palenstijn
2011-12-27
DREAMWEB: Remove Extras segment
Willem Jan Palenstijn
2011-12-27
DREAMWEB: Streamline graphics file access
Willem Jan Palenstijn
2011-12-27
DREAMWEB: Create MapFlags struct, remove backdrops segment
Willem Jan Palenstijn
2011-12-27
DREAMWEB: Remove mapData segment
Willem Jan Palenstijn
2011-12-23
DREAMWEB: Move sprite table out of buffers
Willem Jan Palenstijn
2011-12-23
DREAMWEB: Move mapflags out of buffers
Willem Jan Palenstijn
2011-12-23
DREAMWEB: Move ObjPos lists out of buffers
Willem Jan Palenstijn
2011-12-23
DREAMWEB: Minor cleanup
Willem Jan Palenstijn
2011-12-23
DREAMWEB: Remove more unnecessary globals
Willem Jan Palenstijn
2011-12-23
DREAMWEB: Remove a few unnecessary globals
Willem Jan Palenstijn
2011-12-18
DREAMWEB: Move backdrop.cpp and more to DreamBase; remove some dead code
Max Horn
2011-12-15
DREAMWEB: Move more methods to DreamBase
Max Horn
2011-12-08
DREAMWEB: Code formatting
Max Horn
2011-12-08
DREAMWEB: Remove globals kCurrentframe, kTakeoff
Willem Jan Palenstijn
2011-12-06
DREAMWEB: Cleanup end of namespace comments
Max Horn
2011-12-02
DREAMWEB: 'segRef' was redundant with 'getSegment' (thanks to Max for noting ...
Bertrand Augereau
2011-12-01
DREAMWEB: Fix compilation due to dreamgen.* function renaming.
D G Turner
2011-11-30
DREAMWEB: Less VM side-effects in 'doblocks'
Bertrand Augereau
2011-11-18
DREAMWEB: Add some sprite-related comments and names
Willem Jan Palenstijn
2011-09-07
DREAMWEB: Useless includes removed
Bertrand Augereau
2011-09-01
DREAMWEB: 'checkpixelset' ported to C++
Bertrand Augereau
2011-08-30
DREAMWEB: Stricter typing
Bertrand Augereau
2011-08-30
DREAMWEB: Structs member renaming
Bertrand Augereau
2011-08-30
DREAMWEB: More reversing of DynObject struct
Bertrand Augereau
2011-08-30
DREAMWEB: 'showallex' ported to C++
Bertrand Augereau
2011-08-25
DREAMWEB: 'drawflags' ported to C++
Bertrand Augereau
2011-08-23
DREAMWEB: Renamed FreeObject to DynObject and ObjData to SetObject
Bertrand Augereau
2011-08-21
DREAMWEB: 'showframe' overload for this majority of clients that don't need w...
Bertrand Augereau
2011-08-21
DREAMWEB: 'showallfree' ported to C++
Bertrand Augereau
2011-08-21
DREAMWEB: 'calcfrframe' returns (width,height) in (cl,ch)
Bertrand Augereau
2011-08-18
DREAMWEB: 'calcmapad' ported to C++
Bertrand Augereau
2011-08-18
DREAMWEB: 'getposition' ported to C++
Bertrand Augereau
2011-08-17
DREAMWEB: 'doblocks' moves to backdrops.cpp
Bertrand Augereau
2011-08-17
DREAMWEB: Drawing of background objects ported to C++
Bertrand Augereau