aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge_main.cpp
AgeCommit message (Expand)Author
2011-07-24CGE: Remove DrvInfo, rename some enumsStrangerke
2011-07-23CGE: Rename IOMode and SnCom enumsStrangerke
2011-07-22CGE: Rename some more constants, some cleanupStrangerke
2011-07-21CGE: Rename some more constants, remove some useless onesStrangerke
2011-07-20CGE: Clean up Square classStrangerke
2011-07-20CGE: Rename Debug channel constantsStrangerke
2011-07-19CGE: Rename constants in btfile and cfileStrangerke
2011-07-19CGE: cleanup in jbw.hStrangerke
2011-07-18CGE: Fix name of showBak()Strangerke
2011-07-18CGE: Remove useless fields in DebugText, add some more debugCStrangerke
2011-07-18CGE: Remove a bunch of useless sound related menusStrangerke
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: Implemented basic savegame supportPaul Gilbert
2011-07-16CGE: Implement monochrome view mode buttonPaul 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-14CGE: In progress work on pathfinderPaul 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-13CGE: Rename some constantsStrangerke
2011-07-13CGE: add a new SNPOST to fix the function pointer issueStrangerke
2011-07-12CGE: Fixed a previously commented adding of mouse object to show queuePaul Gilbert
2011-07-12CGE: More bugfixes for memory leaksPaul Gilbert
2011-07-12CGE: Fixed several memory leaks of main objectsPaul Gilbert
2011-07-12CGE: Converted SprExt::_Seq to use dynamically allocated dataPaul Gilbert
2011-07-11CGE: Reverted last commit due to extra memory leaksPaul Gilbert
2011-07-11CGE: Standardised Sprite::seq on always allocating/freeing dataPaul Gilbert
2011-07-10CGE: Fix cursor to show on-screen once the game startsPaul Gilbert
2011-07-10CGE: More fixes for free/delete[] mismatchesPaul Gilbert
2011-07-10CGE: Fix several allocation mismatches and Valgrind issuesPaul Gilbert
2011-07-10CGE: Added extra event processing call to fix non-responsiveness when running...Paul Gilbert
2011-07-10CGE: Removed the definition of the now unused SavTab structurePaul 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 unused variableeriktorbjorn
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: Minor bugfixes for game loadingPaul Gilbert
2011-07-05CGE: Converted loadGame to use the ScummVM serialiserPaul 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: Compilation fix after mergePaul Gilbert