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
/
titanic
/
support
/
font.cpp
Age
Commit message (
Expand
)
Author
2017-07-29
TITANIC: Properly fix disappearing cconversation log text
Paul Gilbert
2017-02-22
TITANIC: Fix writeString character placement
Paul Gilbert
2016-11-06
TITANIC: Fix word wrapping in the conversation log
Paul Gilbert
2016-11-05
TITANIC: Fix line wrapping in conversation log
Paul Gilbert
2016-11-03
TITANIC: Parser fixes for using unrecognised words
Paul Gilbert
2016-10-26
TITANIC: Fix incorrect clipping of inventory tooltip text
Paul Gilbert
2016-10-09
JANITORIAL: Remove trailing spaces
Eugene Sandulenko
2016-10-07
TITANIC: Fix transparency handling of Doorbot and Photograph
Paul Gilbert
2016-10-01
TITANIC: changePixel is now copyPixel, in progress transparenc blitting
Paul Gilbert
2016-08-29
TITANIC: Fix compiler warnings
Paul Gilbert
2016-08-29
TITANIC: Implement variant font writing used by credits
Paul Gilbert
2016-08-01
TITANIC: Fix Coverity warnings
Paul Gilbert
2016-07-15
TITANIC: gcc compilation fixes
Paul Gilbert
2016-07-15
TITANIC: gcc compilation fixes
Paul Gilbert
2016-07-15
TITANIC: Change engine to use titanic.dat
Paul Gilbert
2016-07-10
TITANIC: Refactor CTitleEngine to use CFilesManager for PE resources
Paul Gilbert
2016-07-10
TITANIC: Fix multi-line text writing
Paul Gilbert
2016-07-10
TITANIC: Implement surface changePixel method
Paul Gilbert
2016-07-10
TITANIC: Fix vertical drawing of text
Paul Gilbert
2016-07-10
TITANIC: Minor fleshing out on font drawing
Paul Gilbert
2016-07-10
TITANIC: More font logic, beginnings of text cursor
Paul Gilbert
2016-07-10
TITANIC: Resolve color handling code in CPetText
Paul Gilbert
2016-07-10
TITANIC: Minor work towards text display
Paul Gilbert
2016-07-10
TITANIC: Implementing font text bounds calculations
Paul Gilbert
2016-04-04
TITANIC: Implemented STFont::copyRect
Paul Gilbert
2016-04-04
TITANIC: Further work on STFont character drawing
Paul Gilbert
2016-04-03
TITANIC: Implement font loading
Paul Gilbert
2016-04-03
TITANIC: Fix reading resources from game executable
Paul Gilbert
2016-04-03
TITANIC: Move most of the root classes into new support/ folder
Paul Gilbert