aboutsummaryrefslogtreecommitdiff
path: root/sky/text.cpp
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-15moved compacts and related static data out of the scummvm.exe into an externa...Robert Göffringmann
2004-11-11misc cleanupRobert Göffringmann
2004-03-13some cleanupJoost Peters
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-10-05renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit (tr...Max Horn
2003-10-01Whitespace changesTorbjörn Andersson
2003-09-24Whitespace changesTorbjörn Andersson
2003-08-13I didn't realize it at first, but LINC-space uses the same character dataTorbjörn Andersson
2003-07-31added patched messages for BASS's mistranslations.Robert Göffringmann
2003-07-31More LINC terminal font adjustments: Patch the "j" character for allTorbjörn Andersson
2003-07-31applied slightly modified patch #772112 (BASS: Correcting (?) the LINC termin...Robert Göffringmann
2003-07-28checkin for LavosSpawn: 'work around bug #778105 (line width exceeded)'Max Horn
2003-07-12added khalek's huffman tree for 0.0109Robert Göffringmann
2003-07-12add some stuff for v0.0109Jonathan Gray
2003-07-10this fixes bug #768724 (text width exceeded in LINC terminal).Robert Göffringmann
2003-07-09Fix character spacing for LINC terminals in v0.0288 as well. I've onlyTorbjörn Andersson
2003-07-09The charSpacing values for _controlCharacterSet and _linkCharacterSetTorbjörn Andersson
2003-07-07fixed M$VC++ warnings in text.cpp and added code to disk.cpp which may or may...Robert Göffringmann
2003-07-07don't convert to LE, dataFileHeader is in native endianessMax Horn
2003-07-07use our standard cast styleMax Horn
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-07-04make sky detect v.0.0348 (even though not existing ;)Robert Göffringmann
2003-06-27fixed text decoding bugRobert Göffringmann
2003-06-14fix bug #754378 (I hope)Oliver Kiehl
2003-06-14fix 0.0368 text decoding bugOliver Kiehl
2003-06-09fixed SkyLogic bug and made font highlightning finally correct.Robert Göffringmann
2003-06-09whoops.Robert Göffringmann
2003-06-09some talk-related bugs fixedRobert Göffringmann
2003-06-06changed warning() to error(), this is how it is in the original, and this see...Joost Peters
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-30fix bugOliver Kiehl
2003-05-30fixed stupid bugJoost Peters
2003-05-30fixed bugJoost Peters
2003-05-26Fixed MSVC warningsJamieson Christian
2003-05-26some additionsOliver Kiehl
2003-05-17small fix and added skyText destructorRobert Göffringmann
2003-05-09no need for inheritance anymoreOliver Kiehl
2003-05-09use huffman trees instead of that spaghetti codeOliver Kiehl
2003-05-03fixed pink-text bugJoost Peters
2003-04-30fixed warningPaweł Kołodziejski
2003-04-29added lowTextManager(), moved language from getText() to SkyText constructor ...Joost Peters
2003-04-29changed return type for displayText()Joost Peters