aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vga13h.cpp
AgeCommit message (Collapse)Author
2011-07-02CGE: Some more renaming (WIP)Strangerke
2011-07-01CGE: Palette fixes so that first screen shows correctlyPaul Gilbert
2011-07-01CGE: Some more renaming (wip)Strangerke
2011-06-30CGE: Some more renaming (wip)Strangerke
2011-06-29CGE: Some more renaming (wip)Strangerke
2011-06-29CGE: Misc cleanup (provided by Digitall)Strangerke
2011-06-29CGE: Removed Mouse from VGA::ShowQ to prevent crashes in the movie playerPaul Gilbert
2011-06-29CGE: Cleanup : Start renaming. Add BMPLoad() functionStrangerke
2011-06-28CGE: Fix for displaying non full-screen bitmapsPaul Gilbert
2011-06-28CGE: Bitmap now shows correctlyPaul Gilbert
2011-06-27CGE: Getting closer to properly showing bitmap imagesPaul Gilbert
2011-06-27Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into cgePaul Gilbert
Conflicts: engines/cge/cge_main.cpp engines/cge/general.cpp engines/cge/snail.cpp engines/cge/vga13h.cpp
2011-06-27CGE: Beginnings of work on graphics supportPaul Gilbert
2011-06-27CGE: remove some if(n)def DEMO by using a new flag. Added CGEEngine in ↵Strangerke
several classes in order to do so.
2011-06-26CGE: Implement ForceExt and RCrypt. Little style cleanup.Strangerke
2011-06-20CGE: Remove some staticsStrangerke
2011-06-20CGE: Remove static parts of HEARTStrangerke
2011-06-20CGE: As there's only one instance of VGA, suppress all the static keywords ↵Strangerke
from it
2011-06-19CGE: Get rid of some static initializingeriktorbjorn
ScummVM itself (not the engine; I haven't tried that) now starts without crashing. It exits immediately, but as far as I can tell it does not crash. It still produces lots of Valgrind warnings, though...
2011-06-19CGE: Fix compilation under GCCeriktorbjorn
Unfortunately, I had to stub a few things but this all looks like code that will have to be rewritten later anyway.
2011-06-18CGE: Suppress some defines, fix semi-columns in template definitionsStrangerke
2011-06-13CGE: Fix several issues reported by CPPCHECKStrangerke
2011-06-13CGE: Cleanup: remove trailing spacesStrangerke
2011-06-13CGE: Format codeStrangerke
2011-06-13CGE: Add a couple of STUB warningsStrangerke
2011-06-12CGE: Add missing file, and STUB some missing functions in general.cppStrangerke
2011-06-12CGE: Suppress VGA::Exit, some cleanup, add one missing sourceStrangerke
2011-06-11CGE: Remove DROP() macroStrangerke
2011-06-11CGE: Stubbing and cleanup made by SylvainTVStrangerke
2011-06-10CGE: Add namespacesStrangerke
2011-06-10CGE: Suppress typedef for byte, word and dword.Strangerke
2011-06-10CGE: Replace Boolean, TRUE and FALSE by bool, true, falseStrangerke
2011-06-10CGE: Remove far and near keywordsStrangerke
2011-06-10CGE: Add default header, fix some includesStrangerke
2011-06-09CGE: Add several sources based on headersStrangerke