aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/backdrop.cpp
AgeCommit message (Collapse)Author
2012-11-30DREAMWEB: Change various loop variables to uint, rather than size_t.D G Turner
This is partly for readability and partly to avoid any possible portability issues i.e. though they should be the same, size_t is defined by system headers, whereas uint is defined within our build system. Also, replaced a array size calculation with our ARRAYSIZE macro.
2012-11-30DREAMWEB: Further migration to screen size constants.D G Turner
2011-12-28DREAMWEB: CleanupMax Horn
2011-12-28DREAMWEB: Remove unused Sprite fieldsWillem Jan Palenstijn
2011-12-28DREAMWEB: Clean up Sprite::_updateCallbackWillem Jan Palenstijn
2011-12-28DREAMWEB: Completely remove all of the runtime, and move everything into ↵Filippos Karapetis
DreamWebEngine Also, remove dead code (allocateMem/deallocateMem)
2011-12-28DREAMWEB: Move all saved variables to a GameVars structWillem Jan Palenstijn
The data segment is now completely unused.
2011-12-28DREAMWEB: Remove a lot of unused/duplicate constants and move some of them ↵Filippos Karapetis
to dreambase.h
2011-12-28DREAMWEB: Move all zoom-related functions to vgagrafx.cpp, and remove a lot ↵Filippos Karapetis
of unused global constants
2011-12-28DREAMWEB: Mass-move variables out of dataWillem Jan Palenstijn
This has been done by an automated search/replace, culling unused variables in the process. The remaining variables in data are all stored in savegames.
2011-12-27DREAMWEB: Remove setdat, freedat segmentsWillem Jan Palenstijn
2011-12-27DREAMWEB: Remove Extras segmentWillem Jan Palenstijn
2011-12-27DREAMWEB: Streamline graphics file accessWillem Jan Palenstijn
2011-12-27DREAMWEB: Create MapFlags struct, remove backdrops segmentWillem Jan Palenstijn
2011-12-27DREAMWEB: Remove mapData segmentWillem Jan Palenstijn
2011-12-23DREAMWEB: Move sprite table out of buffersWillem Jan Palenstijn
2011-12-23DREAMWEB: Move mapflags out of buffersWillem Jan Palenstijn
2011-12-23DREAMWEB: Move ObjPos lists out of buffersWillem Jan Palenstijn
2011-12-23DREAMWEB: Minor cleanupWillem Jan Palenstijn
2011-12-23DREAMWEB: Remove more unnecessary globalsWillem Jan Palenstijn
2011-12-23DREAMWEB: Remove a few unnecessary globalsWillem Jan Palenstijn
2011-12-18DREAMWEB: Move backdrop.cpp and more to DreamBase; remove some dead codeMax Horn
2011-12-15DREAMWEB: Move more methods to DreamBaseMax Horn
2011-12-08DREAMWEB: Code formattingMax Horn
2011-12-08DREAMWEB: Remove globals kCurrentframe, kTakeoffWillem Jan Palenstijn
2011-12-06DREAMWEB: Cleanup end of namespace commentsMax Horn
2011-12-02DREAMWEB: 'segRef' was redundant with 'getSegment' (thanks to Max for noting ↵Bertrand Augereau
this)
2011-12-01DREAMWEB: Fix compilation due to dreamgen.* function renaming.D G Turner
2011-11-30DREAMWEB: Less VM side-effects in 'doblocks'Bertrand Augereau
2011-11-18DREAMWEB: Add some sprite-related comments and namesWillem Jan Palenstijn
2011-09-07DREAMWEB: Useless includes removedBertrand Augereau
2011-09-01DREAMWEB: 'checkpixelset' ported to C++Bertrand Augereau
2011-08-30DREAMWEB: Stricter typingBertrand Augereau
2011-08-30DREAMWEB: Structs member renamingBertrand Augereau
2011-08-30DREAMWEB: More reversing of DynObject structBertrand Augereau
2011-08-30DREAMWEB: 'showallex' ported to C++Bertrand Augereau
2011-08-25DREAMWEB: 'drawflags' ported to C++Bertrand Augereau
2011-08-23DREAMWEB: Renamed FreeObject to DynObject and ObjData to SetObjectBertrand Augereau
2011-08-21DREAMWEB: 'showframe' overload for this majority of clients that don't need ↵Bertrand Augereau
width and height returned
2011-08-21DREAMWEB: 'showallfree' ported to C++Bertrand Augereau
2011-08-21DREAMWEB: 'calcfrframe' returns (width,height) in (cl,ch)Bertrand Augereau
2011-08-18DREAMWEB: 'calcmapad' ported to C++Bertrand Augereau
2011-08-18DREAMWEB: 'getposition' ported to C++Bertrand Augereau
2011-08-17DREAMWEB: 'doblocks' moves to backdrops.cppBertrand Augereau
2011-08-17DREAMWEB: Drawing of background objects ported to C++Bertrand Augereau