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