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
/
cge2
/
text.cpp
Age
Commit message (
Expand
)
Author
2014-08-11
CGE2: Use snprintf() instead of sprintf().
uruk
2014-08-09
CGE2: Remove commented out code from text.cpp.
uruk
2014-08-03
CGE2: Misc cleanup
Strangerke
2014-08-03
CGE2: Remove more checks on the return value of new
Strangerke
2014-07-15
CGE2: Rework getText() so it works nicely with offUse().
uruk
2014-07-09
CGE2: Set widespace for Inf text, update first line of info text in CGE.SAY
Strangerke
2014-07-08
CGE2: Fix GCC warning, rewrite Text::clear()
Strangerke
2014-07-07
CGE2: Replace NULL with nullptr everywhere.
uruk
2014-07-07
CGE2: Add workaround for the missing dialogs in room 21 (concert)
Strangerke
2014-06-27
CGE2: Add a virtual destructor in Choice, some minor cleanup
Strangerke
2014-06-19
CGE2: Implement inf().
uruk
2014-06-12
CGE2: Implement FXP code. Still WIP, loadTab to be fixed
Strangerke
2014-06-10
CGE2: Implement display of speech bubbles.
uruk
2014-06-10
CGE2: Move kLineMax to cge2.h.
uruk
2014-06-03
CGE2: nullify some pointers
Strangerke
2014-05-13
CGE2: Make some static functions non-static.
uruk
2014-05-05
CGE2: Read identifiers properly in Text::load().
uruk
2014-05-05
CGE2: Add Text and a reduced skeleton of cge2_main.
uruk