aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/text.cpp
AgeCommit message (Expand)Author
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: Use EncryptedStream in Text: rewrite caching, remove some methods.Strangerke
2011-09-09CGE: Remove some static variables from fileIOStrangerke
2011-09-07CGE: Rename Han structures to HandlerStrangerke
2011-09-06CGE: Remove various defines and functions from "general"Strangerke
2011-08-27CGE: Move IO classes to a separated source fileStrangerke
2011-08-20CGE: More misc cleanup.Alyssa Milburn
2011-08-19CGE: Mass re-style/cleanup.Alyssa Milburn
2011-08-19CGE: Revert previous commit of flags synchronisationPaul Gilbert
2011-08-19CGE: Changed the Sprite bit-flags into a union, to fix savegame endian issuesPaul Gilbert
2011-08-13CGE: Implement sayTime()Strangerke
2011-08-02CGE: Rename some more definesStrangerke
2011-07-31CGE: Rename some class members, various clean upStrangerke
2011-07-24CGE: Remove DrvInfo, rename some enumsStrangerke
2011-07-23CGE: Rename IOMode and SnCom enumsStrangerke
2011-07-21CGE: Rename some more constants, remove some useless onesStrangerke
2011-07-20CGE: Rename Debug channel constantsStrangerke
2011-07-19CGE: Rename constants (WIP)Strangerke
2011-07-19CGE: Finish adding debugc to CGEEngine class membersStrangerke
2011-07-10CGE: Create Spike class to encapsulate the SP spite arrayPaul Gilbert
2011-07-07CGE: Remove "bitmaps" filesStrangerke
2011-07-03CGE: Even more renaming (WIP)Strangerke
2011-07-03CGE: Some more renaming (WIP)Strangerke
2011-07-03CGE: Fixed GCC compiler warningsPaul Gilbert
2011-07-03CGE: Removed C standard library includesPaul 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-29CGE: Some more renaming (wip)Strangerke
2011-06-29CGE: Cleanup : Start renaming. Add BMPLoad() functionStrangerke
2011-06-27CGE: remove some if(n)def DEMO by using a new flag. Added CGEEngine in severa...Strangerke
2011-06-26CGE: Implement ForceExt and RCrypt. Little style cleanup.Strangerke
2011-06-22CGE: suppress a couple of static, add ProgName and MergeExtStrangerke
2011-06-20CGE: As there's only one instance of VGA, suppress all the static keywords fr...Strangerke
2011-06-19CGE: Get rid of some static initializingeriktorbjorn
2011-06-19CGE: Fix compilation under GCCeriktorbjorn
2011-06-13CGE: Fix several issues reported by CPPCHECKStrangerke
2011-06-13CGE: Cleanup: remove trailing spacesStrangerke
2011-06-13CGE: Format codeStrangerke
2011-06-13CGE: Add a couple of STUB warningsStrangerke
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: Add default header, fix some includesStrangerke
2011-06-09CGE: Add several sources based on headersStrangerke