aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/strings.cpp
AgeCommit message (Collapse)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-01-19LURE: Remove evil 'using namespace' from header filesMax Horn
svn-id: r47396
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings ↵Filippos Karapetis
and issues in compilers which don't support NORETURN svn-id: r44314
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
svn-id: r44299
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
svn-id: r30238
2007-12-23Workaround for unterminated look description in Italian versionPaul Gilbert
svn-id: r29960
2007-12-17Added some casting of fields in debug statementsPaul Gilbert
svn-id: r29893
2007-12-12Redeveloped the processing of language item article prefixes to match how ↵Paul Gilbert
the original handles the various languages svn-id: r29833
2007-12-09Added new debug category for string handlingPaul Gilbert
svn-id: r29772
2007-11-30Fixed endian bug in the decoding of stringsPaul Gilbert
svn-id: r29674
2007-11-08Bugfix for correct use of article prefixes on character names embedded in ↵Paul Gilbert
talk messages svn-id: r29450
2007-09-23Shifted string decoder list to a resource, since it varies from language to ↵Paul Gilbert
language svn-id: r29066
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-04-15Altered message display to correctly handle optional display of ↵Paul Gilbert
hotspot/character article prefixes svn-id: r26491
2007-02-16Revised previously committed guard to comply to ScummVM coding standardPaul Gilbert
svn-id: r25620
2007-02-14Added guard to prevent crashing if a hospot or character name is needed and ↵Paul Gilbert
was not provided svn-id: r25581
2006-08-07Fixed signature of GetString method - it is a destination character passed, ↵Paul Gilbert
not the current action. Also added a new method to return a decoded string with the correct definite article prefix (a/an/the) svn-id: r23689
2006-06-01Fixed problem when building and debugging using Symbian Emulator.Lars Persson
svn-id: r22820
2006-05-11Whitespace changes.Torbjörn Andersson
svn-id: r22407
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ↵Max Horn
to ~250). Many greetings to eriktorbjorn, and have fun recompiling. svn-id: r21500
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582