aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/vgagrafx.cpp
AgeCommit message (Expand)Author
2016-04-14JANITORIAL: Reduce audio header dependenciesOri Avtalion
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2014-02-19DREAMWEB: Some British to American englishStrangerke
2014-02-18DREAMWEB: Make GPL headers consistent in themselves.Johannes Schickel
2012-11-30DREAMWEB: Change various loop variables to uint, rather than size_t.D G Turner
2012-11-30DREAMWEB: Fix usage of defines, rather than values for screen size.D G Turner
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-13DREAMWEB: Switch to the common PCX decoderFilippos Karapetis
2012-05-30DREAMWEB: Replaced vsync() function with waitForVSync().D G Turner
2012-03-04DREAMWEB: Clean up the palette brightness codeFilippos Karapetis
2012-02-24DREAMWEB: Migrate remaining minor functions to using datafile prefix variable.D G Turner
2012-02-24DREAMWEB: Add datafile name prefix to engine and modify showPCX() to it.D G Turner
2012-02-08DREAMWEB: Remove uneeded duplicate function "printUnderMon".D G Turner
2011-12-28DREAMWEB: Completely remove all of the runtime, and move everything into Drea...Filippos Karapetis
2011-12-28DREAMWEB: Move all saved variables to a GameVars structWillem Jan Palenstijn
2011-12-28DREAMWEB: Move all zoom-related functions to vgagrafx.cpp, and remove a lot o...Filippos Karapetis
2011-12-28DREAMWEB: Mass-move variables out of dataWillem Jan Palenstijn
2011-12-27DREAMWEB: Remove unused functionsWillem Jan Palenstijn
2011-12-27DREAMWEB: Remove Extras segmentWillem Jan Palenstijn
2011-12-27DREAMWEB: Streamline graphics file accessWillem Jan Palenstijn
2011-12-27DREAMWEB: Remove mapStore segmentWillem Jan Palenstijn
2011-12-27DREAMWEB: Minor removal of runtime residue in vgagrafx.cppD G Turner
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
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