aboutsummaryrefslogtreecommitdiff
path: root/sky/text.h
AgeCommit message (Expand)Author
2005-01-06Work around bad German translation. (Joey claims he's 21 metres above theTorbjörn Andersson
2005-01-01Updated copyrightMax Horn
2004-12-20Moved to a database to save memory on PalmOSChris Apers
2004-12-15moved compacts and related static data out of the scummvm.exe into an externa...Robert Göffringmann
2004-01-06updated copyright noticeMax Horn
2004-01-03remove 'Sky' name prefix for most stuff (not needed anymore since we are in n...Max Horn
2004-01-03Introduce namespace 'Sky'Max Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-07spelling fixesJonathan Gray
2003-10-05renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit (tr...Max Horn
2003-07-31added patched messages for BASS's mistranslations.Robert Göffringmann
2003-07-31applied slightly modified patch #772112 (BASS: Correcting (?) the LINC termin...Robert Göffringmann
2003-07-12added khalek's huffman tree for 0.0109Robert Göffringmann
2003-07-06fixed decoding for special characters. 0.0303 is still incorrect, need joost'...Robert Göffringmann
2003-07-05corrected all huffman trees and moved them out of text.cppRobert Göffringmann
2003-06-27some more loading & saving work (still unfinished)Robert Göffringmann
2003-06-09some talk-related bugs fixedRobert Göffringmann
2003-06-05fixed sprite drawing, added some mouse support and some logic routines.Robert Göffringmann
2003-06-02added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid out...Robert Göffringmann
2003-06-01cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAGRobert Göffringmann
2003-05-30added fnSpeak* functionsJoost Peters
2003-05-26some random additionsOliver Kiehl
2003-05-17small fix and added skyText destructorRobert Göffringmann
2003-05-12m$vc++ gave hundreds of constant-truncation-warnings because of this one...Robert Göffringmann
2003-05-09no need for inheritance anymoreOliver Kiehl
2003-05-09use huffman trees instead of that spaghetti codeOliver Kiehl
2003-04-29added lowTextManager(), moved language from getText() to SkyText constructor ...Joost Peters
2003-04-29changed return type for displayText()Joost Peters
2003-04-25Committing my stuff under pressure from Endy ;)Oliver Kiehl
2003-04-21fixed compiler warningJoost Peters
2003-04-21added text decoder for v0.0303Joost Peters
2003-04-20added v0.0331 text decoderJoost Peters
2003-04-20added text renderingJoost Peters
2003-04-14fixed misimplementation of fnSetFont()Joost Peters
2003-04-08applied eriktorbjorn's patch, removed unnecessary cast and renamed CD text de...Joost Peters
2003-04-07new class SkyTextOliver Kiehl