aboutsummaryrefslogtreecommitdiff
path: root/sky/text.h
AgeCommit message (Collapse)Author
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-20Moved to a database to save memory on PalmOSChris Apers
svn-id: r16164
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-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-11-07spelling fixesJonathan Gray
svn-id: r11178
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-07-31added patched messages for BASS's mistranslations.Robert Göffringmann
(also fixed bug about italian menu glitch) svn-id: r9349
2003-07-31applied slightly modified patch #772112 (BASS: Correcting (?) the LINC ↵Robert Göffringmann
terminal font) svn-id: r9317
2003-07-12added khalek's huffman tree for 0.0109Robert Göffringmann
svn-id: r8945
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-06-27some more loading & saving work (still unfinished)Robert Göffringmann
svn-id: r8663
2003-06-09some talk-related bugs fixedRobert Göffringmann
svn-id: r8412
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-30added fnSpeak* functionsJoost Peters
svn-id: r8139
2003-05-26some random additionsOliver Kiehl
svn-id: r8003
2003-05-17small fix and added skyText destructorRobert Göffringmann
svn-id: r7617
2003-05-12m$vc++ gave hundreds of constant-truncation-warnings because of this one...Robert Göffringmann
svn-id: r7477
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
2003-04-29added lowTextManager(), moved language from getText() to SkyText constructor ↵Joost Peters
+ some cleanup svn-id: r7202
2003-04-29changed return type for displayText()Joost Peters
svn-id: r7201
2003-04-25Committing my stuff under pressure from Endy ;)Oliver Kiehl
please note that there are still many bugs in here. several stuff isn't endian safe either. SkyLogic needs to get split up as well. svn-id: r7106
2003-04-21fixed compiler warningJoost Peters
svn-id: r7066
2003-04-21added text decoder for v0.0303Joost Peters
svn-id: r7059
2003-04-20added v0.0331 text decoderJoost Peters
svn-id: r7045
2003-04-20added text renderingJoost Peters
svn-id: r7029
2003-04-14fixed misimplementation of fnSetFont()Joost Peters
svn-id: r7011
2003-04-08applied eriktorbjorn's patch, removed unnecessary cast and renamed CD text ↵Joost Peters
decoder svn-id: r6939
2003-04-07new class SkyTextOliver Kiehl
svn-id: r6933