aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/fixed_text.h
AgeCommit message (Collapse)Author
2016-02-12SHERLOCK: Silence noisy GCC warningTorbjörn Andersson
2016-02-11SHERLOCK: SS: Make "Picked up" text multilingualMartin Kiewitz
Bug #7002 should be fully solved now
2016-02-07SHERLOCK: Make journal entries multilingualMartin Kiewitz
Spanish needs to be checked Spanish also needs to be copy and slightly changed for SH1 Also fixed Journal button text for French + Spanish Fixes bug #7019
2015-07-03SHERLOCK: Change FixedText::getText to return const char *Paul Gilbert
2015-06-27SHERLOCK: Fix use of preprocessor token concatenationMatthew Hoops
2015-06-26SHERLOCK: RT: Finish display of right-click Verbs menuPaul Gilbert
2015-06-26SHERLOCK: Split FixedText into separate descendents for each gamePaul Gilbert
2015-06-16SHERLOCK: RT: Implemented WidgetVerbs executePaul Gilbert
2015-06-16SHERLOCK: fixed text class: fully const'ifiedMartin Kiewitz
thx LordHoto
2015-06-16SHERLOCK: fixed text class: Common::String to charMartin Kiewitz
2015-06-14SHERLOCK: initial inventory via fixed text classMartin Kiewitz
initial inventory is now localized
2015-06-14SHERLOCK: add boundary checks to fixed text classMartin Kiewitz
for action strings
2015-06-14SHERLOCK: action processing uses fixed text classMartin Kiewitz
action error messages are now localized too
2015-06-14SHERLOCK: journal uses fixed text class nowMartin Kiewitz
journal buttons and some text is now localized
2015-06-14SHERLOCK: inventory uses fixed text class nowMartin Kiewitz
inventory buttons now localized
2015-06-14SHERLOCK: fixedText class to support localizationsMartin Kiewitz
also implemented text for windows (exit/up/down) using this class