aboutsummaryrefslogtreecommitdiff
path: root/engines/cge
AgeCommit message (Expand)Author
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 SVG0FILE define to point to INI_FILE classPaul Gilbert
2011-06-28CGE: Fix for displaying non full-screen bitmapsPaul Gilbert
2011-06-28CGE: Fix initialisation of the TALK classPaul Gilbert
2011-06-28Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into cgePaul Gilbert
2011-06-28CGE: Bitmap now shows correctlyPaul Gilbert
2011-06-27CGE: Fix some GCC compile errors and warnings.eriktorbjorn
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
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 severa...Strangerke
2011-06-26CGE: get rid of memicmpStrangerke
2011-06-26CGE: Implement ForceExt and RCrypt. Little style cleanup.Strangerke
2011-06-26CGE: Bugfix for scanning archive index in BTFILE classPaul Gilbert
2011-06-26CGE: Implemented basic file access functionalityPaul Gilbert
2011-06-22CGE: suppress a couple of static, add ProgName and MergeExtStrangerke
2011-06-21CGE: ScummVM no longer crashes instantlyStrangerke
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 fr...Strangerke
2011-06-19Merge branch 'soltys_wip2' of github.com:Strangerke/scummvm into soltys_wip2eriktorbjorn
2011-06-19CGE: Get rid of some static initializingeriktorbjorn
2011-06-19CGE: (Eriktorbjorn) Fix compilation for GCCStrangerke
2011-06-19CGE: Fix compilation under GCCeriktorbjorn
2011-06-18CGE: Suppress some defines, fix semi-columns in template definitionsStrangerke
2011-06-14CGE: Fix the remaining link errors. It now crashes instantly, most likely bec...Strangerke
2011-06-13CGE: Fix one linker errorStrangerke
2011-06-13CGE: Fix several issues reported by CPPCHECKStrangerke
2011-06-13CGE: Cleanup: also remove trailing tabsStrangerke
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-11CGE: Add a couple of missing filesStrangerke
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
2011-09-10CGE: Add minimal engine and detectionStrangerke