aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/snail.cpp
AgeCommit message (Expand)Author
2011-07-20CGE: Rename Debug channel constantsStrangerke
2011-07-19CGE: Remove macro farnewStrangerke
2011-07-19CGE: Finish adding debugc to CGEEngine class membersStrangerke
2011-07-18CGE: Remove a bunch of useless sound related menusStrangerke
2011-07-13CGE: Split pathfinding related code into walk.cppPaul Gilbert
2011-07-13CGE: Rename some constantsStrangerke
2011-07-13CGE: add a new SNPOST to fix the function pointer issueStrangerke
2011-07-12CGE: Removed redundant disable/enable callsPaul Gilbert
2011-07-12CGE: Suppress isVga() and memType()Strangerke
2011-07-12CGE: Implement snGhost by splitting _m field in two. Some cleanup.Strangerke
2011-07-09CGE: Cleanup: rename a couple of forgotten class membersStrangerke
2011-07-08CGE: Rename Mouse classStrangerke
2011-07-07CGE: Remove "bitmaps" filesStrangerke
2011-07-07CGE: Cleanup and renaming. Also move some static and global functions to CGEE...Strangerke
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: Removed C standard library includesPaul Gilbert
2011-07-02CGE: Some more renaming (WIP)Strangerke
2011-07-02CGE: Hooked up mouse event handlerPaul Gilbert
2011-07-02CGE: Changed MOUSE class from using static fields to an instantiated classPaul Gilbert
2011-07-02CGE: Merged mouse.* and keybd.* files to centralise event handlingPaul Gilbert
2011-07-02CGE: Bugfix to correctly reset wait timeouts when donePaul Gilbert
2011-07-02CGE: Some more renaming (WIP)Strangerke
2011-07-01CGE: Reimplemented game timer from using thread to using getMillis()Paul Gilbert
2011-07-01CGE: Some more renaming (wip)Strangerke
2011-06-30CGE: Some more renaming (wip)Strangerke
2011-06-29CGE: Some more renaming (wip)Strangerke
2011-06-29CGE: Misc cleanup (provided by Digitall)Strangerke
2011-06-29CGE: Cleanup : Start renaming. Add BMPLoad() functionStrangerke
2011-06-27CGE: Fix some GCC compile errors and warnings.eriktorbjorn
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: Implement ForceExt and RCrypt. Little style cleanup.Strangerke
2011-06-22CGE: suppress a couple of static, add ProgName and MergeExtStrangerke
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-19CGE: Get rid of some static initializingeriktorbjorn
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 several issues reported by CPPCHECKStrangerke
2011-06-13CGE: Cleanup: remove trailing spacesStrangerke
2011-06-13CGE: Format codeStrangerke
2011-06-13CGE: Add a couple of STUB warningsStrangerke
2011-06-11CGE: Remove DROP() macroStrangerke
2011-06-11CGE: Stubbing and cleanup made by SylvainTVStrangerke
2011-06-10CGE: Add namespacesStrangerke