aboutsummaryrefslogtreecommitdiff
path: root/engines/cge
AgeCommit message (Expand)Author
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
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
2011-09-06CGE: Handle properly looping samplesStrangerke
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-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 underscor...Strangerke
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
2011-08-29CGE: Little cleanup of the English data file and update the detectionStrangerke
2011-08-28CGE: Fix ending animation - Game is now completableStrangerke
2011-08-28CGE: Fix glitch in previous commitStrangerke
2011-08-27CGE: Fix level when restoring a gameStrangerke
2011-08-27CGE: Change a couple of static members to non static in Vga classStrangerke
2011-08-27CGE: Set slot #0 as write protected as it's an automatic savegameStrangerke
2011-08-27CGE: remove jbw.h, some clean upStrangerke
2011-08-27CGE: Remove GetText class, which was used to enter the usernameStrangerke
2011-08-27CGE: Remove user first name input, used originally for savegame namesStrangerke
2011-08-27CGE: Merge talk.cpp and gettext.cppStrangerke
2011-08-27CGE: Move IO classes to a separated source fileStrangerke
2011-08-26CGE: Remove useless functionStrangerke
2011-08-22CGE: Fix compilation after thumbnail changes.Alyssa Milburn
2011-08-22CGE: Fix error reported by fuzzieStrangerke
2011-08-21CGE: Some clean up in Vga classStrangerke
2011-08-21CGE: Remove mixerStrangerke
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-20CGE: Suppress some debug code present in the originalStrangerke
2011-08-20CGE: Another few formatting tweaks.Alyssa Milburn
2011-08-20CGE: More misc cleanup.Alyssa Milburn