aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/walk.cpp
AgeCommit message (Expand)Author
2011-10-22CGE: Add some doxygen commentsStrangerke
2011-09-18CGE: Rename Snail into CommandHandler, plus some associated renamingsStrangerke
2011-09-17CGE: Fix a potential bug in insertCommand(), some renamingStrangerke
2011-09-17CGE: Move some more globals to CGEEngineStrangerke
2011-09-17CGE: Move some more globals to CGEEngineStrangerke
2011-09-17CGE: Move 4 global to CGEEngineStrangerke
2011-09-16CGE: Move _vga to CGEEngineStrangerke
2011-09-16CGE: Get rid of some more global functions and static membersStrangerke
2011-09-14CGE: Rename cave into sceneStrangerke
2011-09-06CGE: Cleanup: remove residuals of the demo codeStrangerke
2011-09-05CGE: Replace Couple by Common::Point (thanks Fingolfin for pointing that out)Strangerke
2011-08-20CGE: Suppress some debug code present in the originalStrangerke
2011-08-20CGE: More misc cleanup.Alyssa Milburn
2011-08-20CGE: Another fix for the pathfindingStrangerke
2011-08-19Merge branch 'soltys_wip2' of https://github.com/Strangerke/scummvm into solt...Alyssa Milburn
2011-08-19CGE: fix some warnings reported by cppcheckStrangerke
2011-08-19CGE: Mass re-style/cleanup.Alyssa Milburn
2011-08-19CGE: Fix problem with being able to walk into protected areasPaul Gilbert
2011-08-19CGE: Revert previous commit of flags synchronisationPaul Gilbert
2011-08-19CGE: Changed the Sprite bit-flags into a union, to fix savegame endian issuesPaul Gilbert
2011-08-07CGE: Fix a couple of warnings reported by cppcheckStrangerke
2011-07-31CGE: Rename some class members, various clean upStrangerke
2011-07-30CGE: Move some conditional defines to variablesStrangerke
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-15CGE: Pathfinder now worksPaul Gilbert
2011-07-15CGE: Fix some errors in the pathfinder setupPaul Gilbert
2011-07-14CGE: In progress work on pathfinderPaul Gilbert
2011-07-13CGE: Split pathfinding related code into walk.cppPaul Gilbert