aboutsummaryrefslogtreecommitdiff
path: root/sky/text.cpp
AgeCommit message (Collapse)Author
2005-06-04Patch #1184666 (SKY: More LINC charset fixes)Max Horn
svn-id: r18337
2005-05-08Comply to our coding conventionsMax Horn
svn-id: r17975
2005-03-13Use same length as original, as the string is split across 2 lines it ↵Joost Peters
doesn't matter anyway. this way we won't have to create a temporary buffer. svn-id: r17122
2005-03-13Fix/workaround for bug #1151924 - datafiles for the floppy version contain ↵Joost Peters
'broken' string when using spanish text. svn-id: r17117
2005-01-06Work around bad German translation. (Joey claims he's 21 metres above theTorbjörn Andersson
ground instead of 120 when you first turn him on.) svn-id: r16451
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-15moved compacts and related static data out of the scummvm.exe into an ↵Robert Göffringmann
external file (available from www.lavosspawn.de/tmp/sky_cpt.zip) svn-id: r16053
2004-11-11misc cleanupRobert Göffringmann
svn-id: r15783
2004-03-13some cleanupJoost Peters
svn-id: r13263
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2004-01-03remove 'Sky' name prefix for most stuff (not needed anymore since we are in ↵Max Horn
namespace 'Sky' now) svn-id: r12114
2004-01-03Introduce namespace 'Sky'Max Horn
svn-id: r12099
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11213
2003-10-05renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit ↵Max Horn
(try to only #include files when you *have* to -> this reduces compilation time to a minimum when header file changes are made) svn-id: r10622
2003-10-01Whitespace changesTorbjörn Andersson
svn-id: r10516
2003-09-24Whitespace changesTorbjörn Andersson
svn-id: r10390
2003-08-13I didn't realize it at first, but LINC-space uses the same character dataTorbjörn Andersson
as the LINC terminals, so our patched characters looked very out of place since they didn't have the black outline the other characters had. I've fixed that, and tweaked the character data for "�" slightly. svn-id: r9657
2003-07-31added patched messages for BASS's mistranslations.Robert Göffringmann
(also fixed bug about italian menu glitch) svn-id: r9349
2003-07-31More LINC terminal font adjustments: Patch the "j" character for allTorbjörn Andersson
versions, and make the "1" a bit wider so that menus line up nicely. svn-id: r9336
2003-07-31applied slightly modified patch #772112 (BASS: Correcting (?) the LINC ↵Robert Göffringmann
terminal font) svn-id: r9317
2003-07-28checkin for LavosSpawn: 'work around bug #778105 (line width exceeded)'Max Horn
svn-id: r9262
2003-07-12added khalek's huffman tree for 0.0109Robert Göffringmann
svn-id: r8945
2003-07-12add some stuff for v0.0109Jonathan Gray
svn-id: r8936
2003-07-10this fixes bug #768724 (text width exceeded in LINC terminal).Robert Göffringmann
I wonder though, if this isn't in fact a bug in the huffman tree. svn-id: r8886
2003-07-09Fix character spacing for LINC terminals in v0.0288 as well. I've onlyTorbjörn Andersson
tested is a little on a borrowed copy of BASS, but I think it should look the same as v0.0372 now. svn-id: r8881
2003-07-09The charSpacing values for _controlCharacterSet and _linkCharacterSetTorbjörn Andersson
appear to have been swapped. Now the LINC terminal texts should fit in the screen area, and text in LINC space should look less "squashed". svn-id: r8877
2003-07-07fixed M$VC++ warnings in text.cpp and added code to disk.cpp which may or ↵Robert Göffringmann
may not fix graphics problems in hobbins' room on big endian systems (can't test that). svn-id: r8830
2003-07-07don't convert to LE, dataFileHeader is in native endianessMax Horn
svn-id: r8825
2003-07-07use our standard cast styleMax Horn
svn-id: r8824
2003-07-06fixed decoding for special characters. 0.0303 is still incorrect, need ↵Robert Göffringmann
joost's help for that. svn-id: r8815
2003-07-05corrected all huffman trees and moved them out of text.cppRobert Göffringmann
svn-id: r8755
2003-07-04make sky detect v.0.0348 (even though not existing ;)Robert Göffringmann
svn-id: r8751
2003-06-27fixed text decoding bugRobert Göffringmann
svn-id: r8668
2003-06-14fix bug #754378 (I hope)Oliver Kiehl
svn-id: r8466
2003-06-14fix 0.0368 text decoding bugOliver Kiehl
svn-id: r8465
2003-06-09fixed SkyLogic bug and made font highlightning finally correct.Robert Göffringmann
svn-id: r8416
2003-06-09whoops.Robert Göffringmann
svn-id: r8413
2003-06-09some talk-related bugs fixedRobert Göffringmann
svn-id: r8412
2003-06-06changed warning() to error(), this is how it is in the original, and this ↵Joost Peters
seems to happen when you try to exit the underground-bar currently, don't know why yet. svn-id: r8351
2003-06-05fixed sprite drawing, added some mouse support and some logic routines.Robert Göffringmann
svn-id: r8332
2003-06-02added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid ↵Robert Göffringmann
out of SkyState svn-id: r8266
2003-06-01cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAGRobert Göffringmann
svn-id: r8253
2003-05-30fix bugOliver Kiehl
svn-id: r8147
2003-05-30fixed stupid bugJoost Peters
svn-id: r8144
2003-05-30fixed bugJoost Peters
svn-id: r8136
2003-05-26Fixed MSVC warningsJamieson Christian
svn-id: r8030
2003-05-26some additionsOliver Kiehl
svn-id: r8010
2003-05-17small fix and added skyText destructorRobert Göffringmann
svn-id: r7617
2003-05-09no need for inheritance anymoreOliver Kiehl
svn-id: r7407
2003-05-09use huffman trees instead of that spaghetti codeOliver Kiehl
svn-id: r7405