aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge.cpp
AgeCommit message (Expand)Author
2011-07-07CGE: Remove "bitmaps" filesStrangerke
2011-07-07CGE: Some cleanup: Move some static functions to CGEEngine, remove parameters...Strangerke
2011-07-07CGE: Cleanup and renaming. Also move some static and global functions to CGEE...Strangerke
2011-07-05CGE: Rearrange engine setup so sprite arrays are setup before they're neededPaul Gilbert
2011-07-05CGE: _hero isn't meant to be instantiated during the engine setupPaul Gilbert
2011-07-05CGE: Implement random number sourcePaul Gilbert
2011-07-04CGE: This ends the first renaming pass. Also move some functions to CGEEngineStrangerke
2011-07-03CGE: Even more renaming (WIP)Strangerke
2011-07-03CGE: Some more renaming (WIP)Strangerke
2011-07-03CGE: Fix some memory leaksPaul Gilbert
2011-07-02CGE: Some more renaming (WIP)Strangerke
2011-07-02CGE: Graceful exit rather than an errorPaul Gilbert
2011-07-02CGE: Created an EventManager class and hooked it up to the Keyboard classPaul Gilbert
2011-07-02CGE: Changed MOUSE class from using static fields to an instantiated classPaul Gilbert
2011-07-02CGE: Some more renaming (WIP)Strangerke
2011-07-01CGE: Fix initialisation of the MOUSE classPaul Gilbert
2011-06-30CGE: Some more renaming (wip)Strangerke
2011-06-29CGE: Some more renaming (wip)Strangerke
2011-06-29CGE: Cleanup : Start renaming. Add BMPLoad() functionStrangerke
2011-06-28CGE: Fix initialisation of the TALK classPaul 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: 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-19CGE: Get rid of some static initializingeriktorbjorn
2011-06-13CGE: Format codeStrangerke
2011-06-09CGE: Add several sources based on headersStrangerke
2011-09-10CGE: Add minimal engine and detectionStrangerke