aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/general.h
AgeCommit message (Expand)Author
2014-02-18CGE: Make GPL headers consistent in themselves.Johannes Schickel
2011-09-15CGE: Transform some static and globals into class membersStrangerke
2011-09-14CGE: Rewrite fileIOStrangerke
2011-09-12CGE: Removed snddrv.hFilippos Karapetis
2011-09-11CGE: Add EncryptedStream class, remove seed parameter from XCrypt()Strangerke
2011-09-09CGE: Remove some static variables from fileIOStrangerke
2011-09-07CGE: Clean up and split snBarrier(), remove progName()Strangerke
2011-09-07CGE: Remove wtom()Strangerke
2011-09-06CGE: Remove various defines and functions from "general"Strangerke
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-27CGE: Move IO classes to a separated source fileStrangerke
2011-08-21CGE: Get rid of IOMode since it's always 'read'Strangerke
2011-08-21CGE: Remove a useless pragma, and any code related to writing dataStrangerke
2011-08-13CGE: Remove useless functions related to data file creation (unused)Strangerke
2011-08-02CGE: Rename some more definesStrangerke
2011-07-31CGE: Rename some class members, various clean upStrangerke
2011-07-30CGE: un-static-fy several variables, clean Heart classStrangerke
2011-07-25CGE: Remove EMM and EMS classesStrangerke
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