aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/snail.h
AgeCommit message (Expand)Author
2011-11-27CGE: Better fix for restoring savegames when a cut-scene is activePaul Gilbert
2011-11-27CGE: Fix setting up scene barriers when starting a new gamePaul Gilbert
2011-09-18CGE: Rename Snail into CommandHandler, plus some associated renamingsStrangerke
2011-09-17CGE: Fix a potential bug in insertCommand(), some renamingStrangerke
2011-09-16CGE: Get rid of some more global functions and static membersStrangerke
2011-09-16CGE: Move two globals functions to CGEEngineStrangerke
2011-09-01CGE: Take fingolfin's remark into account: suppress the two leading underscor...Strangerke
2011-08-27CGE: remove jbw.h, some clean upStrangerke
2011-08-20CGE: Cleanup of snail.cpp.Alyssa Milburn
2011-07-31CGE: Rename some class members, various clean upStrangerke
2011-07-30CGE: Move some conditional defines to variablesStrangerke
2011-07-23CGE: Rename IOMode and SnCom enumsStrangerke
2011-07-21CGE: Rename some more constants, remove some useless onesStrangerke
2011-07-15CGE: Bugfixes for loading the room preview shapes listPaul Gilbert
2011-07-13CGE: Rename some constantsStrangerke
2011-07-13CGE: add a new SNPOST to fix the function pointer issueStrangerke
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-02CGE: Some more renaming (WIP)Strangerke
2011-07-02CGE: Added engine prefix to header file #definesPaul Gilbert
2011-07-01CGE: Reimplemented game timer from using thread to using getMillis()Paul Gilbert
2011-06-29CGE: Some more renaming (wip)Strangerke
2011-06-27CGE: remove some if(n)def DEMO by using a new flag. Added CGEEngine in severa...Strangerke
2011-06-22CGE: suppress a couple of static, add ProgName and MergeExtStrangerke
2011-06-13CGE: Cleanup: remove trailing spacesStrangerke
2011-06-13CGE: Format codeStrangerke
2011-06-11CGE: Stubbing and cleanup made by SylvainTVStrangerke
2011-06-10CGE: Add namespacesStrangerke
2011-06-10CGE: Suppress typedef for byte, word and dword.Strangerke
2011-06-10CGE: Replace Boolean, TRUE and FALSE by bool, true, falseStrangerke
2011-06-10CGE: Remove far and near keywordsStrangerke
2011-06-10CGE: Add default header, fix some includesStrangerke
2011-06-09CGE: Add several sources based on headersStrangerke