aboutsummaryrefslogtreecommitdiff
path: root/engines/cge
AgeCommit message (Collapse)Author
2011-09-16CGE: Move _vga to CGEEngineStrangerke
2011-09-16CGE: Get rid of some more global functions and static membersStrangerke
2011-09-16CGE: Remove two useles externs, un-static-fy two Vga functionsStrangerke
2011-09-16CGE: move two global functions to VgaStrangerke
2011-09-16CGE: Move two globals functions to CGEEngineStrangerke
2011-09-15CGE: Remove general.cppStrangerke
2011-09-15CGE: Transform some static and globals into class membersStrangerke
2011-09-14CGE: Rename cave into sceneStrangerke
2011-09-14CGE: Remove useless functionStrangerke
2011-09-14CGE4: Remove useless variableStrangerke
Thanks DrMcCoy for reporting it
2011-09-14CGE: Rewrite fileIOStrangerke
2011-09-13CGE: Remove dead code reported by clang++Strangerke
Thanks LordHoto and salty-horse for reporting the problem
2011-09-13CGE: Some more cleanup in fileIoStrangerke
2011-09-13CGE: Remove IoBuf and CFileStrangerke
2011-09-12CGE: Fix crash when newRandom is called with a range set to 0Strangerke
2011-09-12CGE: Readded a line that was removed by mistake in r94db561Filippos Karapetis
2011-09-12CGE: Removed snddrv.hFilippos Karapetis
2011-09-12CGE: Removed a leftover goto statementFilippos Karapetis
2011-09-12CGE: Build fixes for WinCE.Alyssa Milburn
Rename 'near' to 'nearList' (and the same for 'take' to be consistent). Also, replace a silly cast with memset to squish a warning.
2011-09-12CGE: Remove debug messages, fix a warningStrangerke
2011-09-12CGE: Remove VFile classStrangerke
2011-09-11CGE: Fix formatting of operator overloadingStrangerke
2011-09-11CGE: Remove a useless structureStrangerke
2011-09-11CGE: Remove some more VFilesStrangerke
2011-09-11CGE: Remove some more uses of VFile. Fix a shadowed variableStrangerke
2011-09-11CGE: Talk now uses EncryptedStream. Clean up of EncryptedStreamStrangerke
2011-09-11CGE: Remove noisy debug messageStrangerke
2011-09-11CGE: Use EncryptedStream in Text: rewrite caching, remove some methods.Strangerke
2011-09-11CGE: Add EncryptedStream class, remove seed parameter from XCrypt()Strangerke
2011-09-09CGE: Remove Dat classStrangerke
2011-09-09CGE: Remove some static variables from fileIOStrangerke
2011-09-09CGE: Remove a useless function declaration in class BtFileStrangerke
2011-09-09CGE: Remove XFile, rename some membersStrangerke
2011-09-07CGE: Rename Han structures to HandlerStrangerke
Thanks to Fingolfin for pointing this out (as previous commit)
2011-09-07CGE: Clean up and split snBarrier(), remove progName()Strangerke
2011-09-07CGE: Remove wtom()Strangerke
2011-09-06CGE: Replace Hxy by Common::PointStrangerke
2011-09-06CGE: Cleanup: remove residuals of the demo codeStrangerke
Thanks to fingolfin and LordHoto for pointing it out
2011-09-06CGE: Handle properly looping samplesStrangerke
2011-09-06CGE: Remove 'count' static variable from snailStrangerke
Thanks LordHoto for pointing it out
2011-09-06CGE: Take into account some of LordHoto's commentsStrangerke
2011-09-06CGE: Remove various defines and functions from "general"Strangerke
Those were already present in ScummVM (thanks Fingolfin for point out)
2011-09-05CGE: Replace Couple by Common::Point (thanks Fingolfin for pointing that out)Strangerke
2011-09-05CGE: Little cleanup of vmenuStrangerke
2011-09-04CGE: Use F5/F7 to display the save/load dialog boxStrangerke
2011-09-04CGE: Remove two useless callback typesStrangerke
2011-09-01CGE: Take fingolfin's remark into account: suppress the two leading ↵Strangerke
underscore in define names
2011-09-01CGE: Fix thumbnails display when a game is loaded.Strangerke
2011-08-29CGE: Fix the language of one of the demosStrangerke
2011-08-29CGE: Remove code related to demos, and tag demos as unsupportedStrangerke