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
2017-08-06
JANITORIAL: Silence more GCC 7 warnings
Torbjörn Andersson
2017-02-05
SCI: Fix more unsafe C-string usage
Colin Snover
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-08-19
SCI32: Remove CoordAdjuster32, at least for the moment
Colin Snover
2015-12-28
SCI: Fix obsolete comment
Lars Skovlund
2015-12-28
SCI: Fix when more than 10 font codes are used
Lars Skovlund
2015-12-14
SCI: use diff. PC98 word wrap tables for SCI0/01/1
Martin Kiewitz
2015-12-13
SCI: add difference for SCI1 PC-98 word-wrapping
Martin Kiewitz
2014-11-06
SCI: hopefully Japanese text wrapping is fine now
Martin Kiewitz
2014-11-04
SCI: fix Japanese Space Quest 4 (intro + buttons)
Martin Kiewitz
2014-11-02
SCI: GetClosest() bugfix the bugfix thx wjp
Martin Kiewitz
2014-11-02
SCI: bugfix in GetLongest() for Japanese SQ4
Martin Kiewitz
2014-11-02
SCI: text16 Shift-JIS font switch fixed
Martin Kiewitz
2014-11-02
SCI: fix another bug in text16 / GetLongest()
Martin Kiewitz
2014-11-02
SCI: fix bug in text16 / GetLongest()
Martin Kiewitz
2014-11-01
SCI: text16 GetLongest() changes fixes bug #5334
Martin Kiewitz
2014-11-01
SCI: revert r55034, fixes bug #6539
Martin Kiewitz
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-04-18
SCI: Remove a bunch of unused private member variables
Max Horn
2012-02-20
COMMON: Move isFoo functions to namespace Common, add doxygen comments
Max Horn
2012-02-15
ALL: Avoid using is* macros from ctype.h
Max Horn
2011-06-23
ANALYSIS: Add static casts to is* functions
Littleboy
2011-05-25
ALL: behaviour -> behavior
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-03-13
SCI: Fixed regression of rev b1055a3c86. Japanese games should work again
md5
2011-03-02
SCI: Fixed bug #3040161 - "LONGBOW: Textbox glitch"
md5
2011-01-09
SCI: Changed the bShow parameter of GfxText16:Box() into a bool
Filippos Karapetis
2011-01-08
SCI: Some function renaming
Filippos Karapetis
2010-12-24
SCI: Fixed bug #3059860 - "LB2CD: Glitch in Act 6 coroner answer buttons"
Filippos Karapetis
2010-09-26
SCI: adding separate status drawing code
Martin Kiewitz
2010-09-09
SCI: adding text code reference support
Martin Kiewitz
2010-08-12
SCI: fixing text color support
Martin Kiewitz
2010-07-30
SCI: finally fixing font codes
Martin Kiewitz
2010-07-30
SCI: fixing another text color code issue
Martin Kiewitz
2010-07-30
SCI: fixing font code handling in kTextSize
Martin Kiewitz
2010-07-26
SCI: fixing text fonts not working correctly
Martin Kiewitz
2010-06-29
SCI: Rewrap more comments
Max Horn
2010-06-24
SCI: fix kTextSize to not crash when destination has an invalid rect in it
Martin Kiewitz
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
[next]