aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/general.h
AgeCommit message (Expand)Author
2011-07-23CGE: Rename IOMode and SnCom enumsStrangerke
2011-07-14CGE: In progress work on pathfinderPaul Gilbert
2011-07-13CGE: add a new SNPOST to fix the function pointer issueStrangerke
2011-07-12CGE: Suppress isVga() and memType()Strangerke
2011-07-12CGE: Implement snGhost by splitting _m field in two. Some cleanup.Strangerke
2011-07-07CGE: Cleanup and renaming. Also move some static and global functions to CGEE...Strangerke
2011-07-05CGE: Converted loadGame to use the ScummVM serialiserPaul Gilbert
2011-07-05CGE: Started work on endifying savegame loadingPaul Gilbert
2011-07-04CGE: This ends the first renaming pass. Also move some functions to CGEEngineStrangerke
2011-07-03CGE: Removed code for boot sector based copy protection checkPaul Gilbert
2011-07-02CGE: Added engine prefix to header file #definesPaul Gilbert
2011-07-02CGE: Some more renaming (WIP)Strangerke
2011-07-01CGE: Some more renaming (wip)Strangerke
2011-06-30CGE: Some more renaming (wip)Strangerke
2011-06-27CGE: Fix some GCC compile errors and warnings.eriktorbjorn
2011-06-26CGE: Implemented basic file access functionalityPaul Gilbert
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: Cleanup: also remove trailing tabsStrangerke
2011-06-13CGE: Format codeStrangerke
2011-06-12CGE: Add missing file, and STUB some missing functions in general.cppStrangerke
2011-06-12CGE: Suppress VGA::Exit, some cleanup, add one missing sourceStrangerke
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