aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/talk.cpp
AgeCommit message (Expand)Author
2014-02-18CGE: Make GPL headers consistent in themselves.Johannes Schickel
2011-12-05CGE: Remove useless functionStrangerke
2011-12-05CGE: Better handling of the wide 'space' characterStrangerke
2011-12-05CGE: Add a hack to fix bug #3450423 (infoline too large in polish version, sc...Strangerke
2011-09-17CGE: Move some more globals to CGEEngineStrangerke
2011-09-16CGE: Move _vga to CGEEngineStrangerke
2011-09-15CGE: Transform some static and globals into class membersStrangerke
2011-09-11CGE: Talk now uses EncryptedStream. Clean up of EncryptedStreamStrangerke
2011-09-11CGE: Remove noisy debug messageStrangerke
2011-09-07CGE: Clean up and split snBarrier(), remove progName()Strangerke
2011-08-27CGE: Remove GetText class, which was used to enter the usernameStrangerke
2011-08-27CGE: Merge talk.cpp and gettext.cppStrangerke
2011-08-27CGE: Move IO classes to a separated source fileStrangerke
2011-08-21CGE: Some clean up in Vga classStrangerke
2011-08-19CGE: Mass re-style/cleanup.Alyssa Milburn
2011-08-19CGE: Endian-swap the contents of block descriptions.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-07-31CGE: Rename some class members, various clean upStrangerke
2011-07-25CGE: Replace 'no core' checks by assertsStrangerke
2011-07-24CGE: Remove DrvInfo, rename some enumsStrangerke
2011-07-19CGE: rename constants in bitmapStrangerke
2011-07-19CGE: Remove macro farnewStrangerke
2011-07-19CGE: Rename constants (WIP)Strangerke
2011-07-15CGE: Removed some commented out code from previous bugfixPaul Gilbert
2011-07-15CGE: Fix display of in-game hotspot descriptionPaul Gilbert
2011-07-11CGE: Reverted last commit due to extra memory leaksPaul Gilbert
2011-07-11CGE: Standardised Sprite::seq on always allocating/freeing dataPaul Gilbert
2011-07-10CGE: Fixed the display of text in the name entry dialogPaul Gilbert
2011-07-10CGE: Fix several allocation mismatches and Valgrind issuesPaul Gilbert
2011-07-09CGE: replace the 2 memcpy previously used by a memmoveStrangerke
2011-07-09CGE: replace some 'tricky replicate lines' memcpy by two, in order to avoid o...Strangerke
2011-07-03CGE: Some more renaming (WIP)Strangerke
2011-07-02CGE: Added engine prefix to header file #definesPaul Gilbert
2011-07-02CGE: Fix problem with calculating box sizes for text stringsPaul 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: Misc cleanup (provided by Digitall)Strangerke
2011-06-29CGE: Cleanup : Start renaming. Add BMPLoad() functionStrangerke
2011-06-28CGE: Fix initialisation of the TALK classPaul Gilbert
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-19CGE: Get rid of some static initializingeriktorbjorn
2011-06-19CGE: Fix compilation under GCCeriktorbjorn
2011-06-13CGE: Cleanup: remove trailing spacesStrangerke
2011-06-13CGE: Format codeStrangerke
2011-06-12CGE: Suppress VGA::Exit, some cleanup, add one missing sourceStrangerke
2011-06-11CGE: Remove DROP() macroStrangerke