aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/vgagrafx.cpp
AgeCommit message (Collapse)Author
2011-12-27DREAMWEB: Minor removal of runtime residue in vgagrafx.cppD G Turner
Also, minor formatting fixes.
2011-12-27DREAMWEB: Move all of the functions to DreamBase and remove stubs.hFilippos Karapetis
2011-12-26DREAMWEB: Remove dead codeFilippos Karapetis
2011-12-26Revert "DREAMWEB: Remove dead code and move most functions to DreamBase"Filippos Karapetis
This reverts commit 4c66f74b58e9a2c191f22a37f485047dd19be131. These functions aren't ready to be moved yet till the remaining two are finished, and they're so crossreferenced that the safest thing to do is revert this commit and break it down to smaller chunks
2011-12-26DREAMWEB: Remove dead code and move most functions to DreamBaseFilippos Karapetis
2011-12-26DREAMWEB: Combine transferMap and transferInvWillem Jan Palenstijn
2011-12-26DREAMWEB: Rename workToScreenCPP to workToScreenMax Horn
2011-12-26DREAMWEB: Remove some dead codeMax Horn
2011-12-23DREAMWEB: Move palettes out of buffersWillem Jan Palenstijn
2011-12-23DREAMWEB: Yet more things to DreamBaseMax Horn
2011-12-12DREAMWEB: Convert greyscaleSum, allPalette, dumpCurrentMax Horn
2011-12-12DREAMWEB: Move fadeDOS to vgafades.cpp, cleanupMax Horn
2011-12-11DREAMWEB: Remove DreamGenContext::closeFile, stop using kHandleMax Horn
2011-12-08DREAMWEB: Code formattingMax Horn
2011-12-08DREAMWEB: Move more stuff to DreamBaseMax Horn
2011-12-07DREAMWEB: Move showFrame() and some things using it to DreamBaseMax Horn
2011-12-07DREAMWEB: Move some more things to DreamBaseMax Horn
2011-12-07DREAMWEB: Some more workspace cleanupMax Horn
2011-12-07DREAMWEB: Turn workspace from a segment into a plain arrayMax Horn
2011-12-07DREAMWEB: Move generated constants out of class DreamGenContextMax Horn
2011-12-07DREAMWEB: Move more methods to DreamBase, cleanupMax Horn
2011-12-07DREAMWEB: Use symbolic constants and move functions to right filesWillem Jan Palenstijn
2011-12-07DREAMWEB: 'dumpkeypad', 'dumpsymbol', 'dumpsymbox', 'dumpzoom'Filippos Karapetis
2011-12-06DREAMWEB: Paranoia range checkMax Horn
2011-12-06DREAMWEB: Cleanup end of namespace commentsMax Horn
2011-12-05DREAMWEB: Remove unused 'openFile', merge duplicated 'getFilename'D G Turner
2011-12-05DREAMWEB: Untangle namespacesWillem Jan Palenstijn
2011-12-05DREAMWEB: Minor fix to 'showPCX' call to ensure constant parameters.D G Turner
2011-12-05DREAMWEB: Modified 'showPCX' to allow passing of file name string.D G Turner
This will allow migration of fixing string values in the cs segment.
2011-12-05DREAMWEB: Remove more unused dataWillem Jan Palenstijn
2011-12-04DREAMWEB: kMapstore accessorBertrand Augereau
2011-12-04DREAMWEB: Cleanup DreamGenContext::loadPalFromIFF, get rid of readFromFile()Max Horn
2011-12-04DREAMWEB: Removed 'icons1' and 'icons2' stubsBertrand Augereau
2011-12-04DREAMWEB: Less direct references to kIcons1 and kIcons2Bertrand Augereau
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-21DREAMWEB: 'createpanel' and 'createpanel2' ported to C++Bertrand Augereau
2011-11-18DREAMWEB: 'worktoscreen' C++ flavour without dirtying the regsBertrand Augereau
2011-11-17DREAMWEB: 'loadpalfromiff' ported to C++Bertrand Augereau
2011-09-02DREAMWEB: Removal of stubs that became uselessBertrand Augereau
2011-09-02DREAMWEB: 'checkifset' ported to C++Bertrand Augereau
2011-09-01DREAMWEB: 'checkpixelset' ported to C++Bertrand Augereau
2011-09-01DREAMWEB: Cleaning in 'doshake'Bertrand Augereau
2011-09-01DREAMWEB: 'frameoutv' know how to clip on the left and upper bordersBertrand Augereau
2011-09-01DREAMWEB: AssertsBertrand Augereau
2011-08-30DREAMWEB: 'maptopanel' and 'dumpmap' ported to C++Bertrand Augereau
2011-08-30DREAMWEB: 'transferinv' ported to C++Bertrand Augereau
2011-08-30DREAMWEB: 'paneltomap' ported to C++Bertrand Augereau
2011-08-21DREAMWEB: 'showframe' overload for this majority of clients that don't need ↵Bertrand Augereau
width and height returned
2011-08-17DREAMWEB: 'doblocks' moves to backdrops.cppBertrand Augereau