aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge.cpp
AgeCommit message (Expand)Author
2011-07-30CGE: Move some conditional defines to variablesStrangerke
2011-07-30CGE: Remove HeartStrangerke
2011-07-30CGE: un-static-fy several variables, clean Heart classStrangerke
2011-07-29CGE: Remove Startup class, set _fx and _sound as dynamicStrangerke
2011-07-28CGE: Janitorial: remove trailing spacesStrangerke
2011-07-25CGE: Remove _core from Startup classStrangerke
2011-07-22CGE: Rename some more constants, some cleanupStrangerke
2011-07-21CGE: Rename some more constants, remove some useless onesStrangerke
2011-07-20CGE: Rename Debug channel constantsStrangerke
2011-07-18CGE: Fix name of showBak()Strangerke
2011-07-18CGE: Add debug channels (WIP)Strangerke
2011-07-16CGE: Set up a separate variable for the game tick speed, independent from fra...Paul Gilbert
2011-07-16CGE: Added support for GMM save/load and launcher loadingPaul Gilbert
2011-07-16CGE: Cleaned up room preview handling code and fixed memory leakPaul Gilbert
2011-07-15CGE: Bugfixes for loading the room preview shapes listPaul Gilbert
2011-07-15CGE: Fix some errors in the pathfinder setupPaul Gilbert
2011-07-13CGE: Split pathfinding related code into walk.cppPaul Gilbert
2011-07-13CGE: Fixed initialising of _shadow that was crashing the intro sequencePaul Gilbert
2011-07-12CGE: Fixed several memory leaks of main objectsPaul Gilbert
2011-07-10CGE: A few more fixes for memory leaks identified by ValgrindPaul Gilbert
2011-07-10CGE: Fixed more free/delete[] mismatches identified by ValgrindPaul Gilbert
2011-07-10CGE: Created PocLight class to encapsulate the LI sprite arrayPaul Gilbert
2011-07-10CGE: Create Spike class to encapsulate the SP spite arrayPaul Gilbert
2011-07-10CGE: Created a CavLight class to encapsulate the PR sprite arrayPaul Gilbert
2011-07-10CGE: Mouse MC sprite array into the Mouse classPaul Gilbert
2011-07-10CGE: Created a HorizLine stub class to hold the HL sprite arrayPaul Gilbert
2011-07-10CGE: Moved MB sprite array into Square classPaul Gilbert
2011-07-10CGE: Implemented code for saving games, removing the need for the SavTab arrayPaul Gilbert
2011-07-08CGE: Rename Mouse classStrangerke
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