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
/
sludge
/
fonttext.cpp
Age
Commit message (
Expand
)
Author
2019-05-27
SLUDGE: Fix MSVC warnings
Filippos Karapetis
2018-04-01
SLUDGE: Move global variable pastePalette to TextManager and refactor a little
Simei Yin
2017-12-19
SLUDGE: Arrange include order
Simei Yin
2017-08-22
SLUDGE: Reset engine when launching a new game data file
Simei Yin
2017-08-21
SLUDGE: Use common hashmap instead of array table
Simei Yin
2017-07-21
SLUDGE: Objectify text manager
Simei Yin
2017-07-20
SLUDGE: Objectify graphic classes
Simei Yin
2017-07-15
SLUDGE: Remove openGl-related function fixFont
Simei Yin
2017-07-13
SLUDGE: replace char *by Common::String
yinsimei
2017-07-13
SLUDGE: fix u32string saving error
yinsimei
2017-07-13
SLUDGE: replace int types to scummvm defined ones
yinsimei
2017-07-13
SLUDGE: use Common/debug instead of sludge debug
yinsimei
2017-07-13
SLUDGE: remove an unused .h
yinsimei
2017-07-13
SLUDGE: use U32String to replace sludge utf8 library
yinsimei
2017-07-13
SLUDGE: replace sludge colours by pixelformat
yinsimei
2017-07-13
SLUDGE: use scummvm int type instead of uint16/32_t
yinsimei
2017-07-13
SLUDGE: header formatting
yinsimei
2017-07-13
SLUDGE: format code and remove oneliners
yinsimei
2017-07-13
SLUDGE: complete sprite loading
yinsimei
2017-07-13
SLUDGE: code formatting
yinsimei
2017-07-13
SLUDGE: Add namespace
yinsimei
2017-07-13
SLUDGE: Add sludge files and make it compile
yinsimei