aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/snail.cpp
AgeCommit message (Expand)Author
2011-09-07CGE: Clean up and split snBarrier(), remove progName()Strangerke
2011-09-06CGE: Replace Hxy by Common::PointStrangerke
2011-09-06CGE: Remove 'count' static variable from snailStrangerke
2011-09-06CGE: Take into account some of LordHoto's commentsStrangerke
2011-09-06CGE: Remove various defines and functions from "general"Strangerke
2011-09-04CGE: Remove two useless callback typesStrangerke
2011-09-01CGE: Fix thumbnails display when a game is loaded.Strangerke
2011-08-27CGE: Change a couple of static members to non static in Vga classStrangerke
2011-08-21CGE: Some clean up in Vga classStrangerke
2011-08-20CGE: Cleanup of snail.cpp.Alyssa Milburn
2011-08-19CGE: Remove unused snSelect function, and broken config.cpp.Alyssa Milburn
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-13CGE: Implement sayTime()Strangerke
2011-08-02CGE: Rename some more definesStrangerke
2011-08-01CGE: Clean eventManagerStrangerke
2011-07-31CGE: Replace magic values by defines, rename some definesStrangerke
2011-07-31CGE: Rename some class members, various clean upStrangerke
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-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: 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