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
/
engines
/
sci
/
graphics
/
text16.cpp
Age
Commit message (
Expand
)
Author
2010-06-15
SCI: move textSize and textFonts and textColors inside gfxText16
Martin Kiewitz
2010-05-14
Silenced some MSVC warnings
Filippos Karapetis
2010-04-24
SCI: added special comments about r48784
Martin Kiewitz
2010-04-24
SCI: changing GetLongest() on kanji (again) hopefully it's now working as in ...
Martin Kiewitz
2010-04-24
SCI: document skipping over breaking spaces done in r48781
Martin Kiewitz
2010-04-24
SCI: change the way we handle breaking spaces based on how sierra sci does it...
Martin Kiewitz
2010-04-23
SCI: fix for regression of r48778: do add spaces to width, if we are at endin...
Martin Kiewitz
2010-04-23
SCI: text16 ::Width() doesn't add ending spaces to the width anymore, sierra ...
Martin Kiewitz
2010-04-23
SCI: pc98 sierra interpreter had special code, that circumvents having a japa...
Martin Kiewitz
2010-04-20
SCI: the pc98 rom has to display kanji directly, because of the bad behaviour...
Martin Kiewitz
2010-04-20
SCI: sq4/japanese uses sjis 0x9781 for line breaks as well
Martin Kiewitz
2010-04-19
SCI: removed bad comment
Martin Kiewitz
2010-04-19
SCI: sierra switched hardcoded inside their pc98 interpreter to font 900, if ...
Martin Kiewitz
2010-04-19
SCI: added even more comments about the 0xD 0xA inside GetLongest()
Martin Kiewitz
2010-04-19
SCI: added more comments for 0xD 0xA cases inside GetLongest()
Martin Kiewitz
2010-04-19
SCI: Fix yet another (new) const correctness violation.
Max Horn
2010-04-18
SCI: sierra sci reacts on 0xD and 0xA to end a line. We only reacted on 0xA a...
Martin Kiewitz
2010-04-17
More const correctness fixes
Max Horn
2010-04-16
SCI: support for kanji (sjis), minor centering issue left
Martin Kiewitz
2010-04-16
SCI: dont switch to english on kanji text, also cut off text w/o spaces insid...
Martin Kiewitz
2010-02-05
SCI: renamed class Font to GfxFont
Martin Kiewitz
2010-01-31
SCI: renamed Text class to GfxText16
Martin Kiewitz