aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/string.cpp
AgeCommit message (Collapse)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
Found by GCC 4.6's -Wunused-but-set-variable
2010-11-05AGOS: Display item names and descriptions via GUImessage, in Swampy ↵Travis Howell
Adventures for now. svn-id: r54084
2010-11-01ENGINES: Remove some 'using' statementsMax Horn
svn-id: r54001
2009-10-02Fix some cppcheck warnings reported by salty-horseMax Horn
svn-id: r44538
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-24AGOS: Fixed some warnings about unreachable codeFilippos Karapetis
svn-id: r44298
2009-08-12Enable Personal Nightmare by default.Travis Howell
svn-id: r43304
2009-08-11Add option to disable later games (Feeble Files, Puzzle Pack) in AGOS game ↵Travis Howell
engine, which require higher resolution. svn-id: r43270
2009-07-14Update workaround for bug #1538873, which effects the Polish version of ↵Travis Howell
Simon the Sorcerer 2 too. svn-id: r42480
2009-07-14Add workaround for bug #1538873 - SIMON1 (French): Text wrongly displayed.Travis Howell
svn-id: r42474
2009-06-08Add more Polish font data for The Feeble Files.Travis Howell
svn-id: r41374
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
svn-id: r40867
2009-05-14Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 ↵Max Horn
years :) in the quicktime midi code svn-id: r40577
2009-03-09Change Personal Nightmare support to optional, until setjmp/longjmp code is ↵Travis Howell
converted. svn-id: r39253
2009-03-08Cleanup.Travis Howell
svn-id: r39227
2009-03-08Clarify several errors messages.Travis Howell
svn-id: r39219
2009-03-08Add initial support for Personal Nightmare.Travis Howell
Thanks to dreammaster for file decompression and icon decoding code. NOTE: setjmp/longjmp code will require conversion for portability. svn-id: r39216
2009-02-07Cleanup.Travis Howell
svn-id: r36232
2009-02-07Cleanup.Travis Howell
svn-id: r36228
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops ↵Max Horn
like 'while(cond);' by inserting newlines svn-id: r36127
2009-01-27Silence MSVC warningsFilippos Karapetis
svn-id: r36100
2009-01-26Add support for text compression in the AtariST version of Elvira 1.Travis Howell
svn-id: r36065
2008-12-13Add upper case code for oe1_pcName() in Elvira 1/2.Travis Howell
svn-id: r35330
2008-03-01Fix subtitle regressions in DOS Floppy demo of Simon the Sorcerer 1.Travis Howell
svn-id: r31015
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-07-04Fix bug #1747154 - SIMON1: Another crash in dwarf cave. Another regression, ↵Travis Howell
caused by code cleanup. svn-id: r27889
2007-06-30AGOS: Introduced ChildType enumMax Horn
svn-id: r27792
2007-06-21Minor cleanup.Travis Howell
svn-id: r27580
2007-06-20Cleanup.Travis Howell
svn-id: r27552
2007-06-19Cleanup, could cause regressions.Travis Howell
svn-id: r27547
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-05-13Cleanup.Travis Howell
svn-id: r26833
2007-05-07Fixes for conversation response in Waxworks.Travis Howell
svn-id: r26779
2007-05-07Cleanup.Travis Howell
svn-id: r26769
2007-04-15Cleanup.Travis Howell
svn-id: r26497
2007-02-12Add Quietust's patch to fix subtitles glitches in Amiga AGA/CD32 versions of ↵Travis Howell
Simon the Sorcerer 1. svn-id: r25506
2007-02-11Add Acorn disk version of Simon the Sorcerer 1.Travis Howell
svn-id: r25480
2006-10-27CleanupTravis Howell
svn-id: r24533
2006-10-27CleanupTravis Howell
svn-id: r24527
2006-10-23Add printStats code for Elvira 2 and cleanupTravis Howell
svn-id: r24470
2006-10-21CleanupTravis Howell
svn-id: r24397
2006-10-20Split code into more specific files and cleanupTravis Howell
svn-id: r24394
2006-10-14Add extra video opcodes for Elvira 1 demoTravis Howell
svn-id: r24315
2006-10-08fixed potentially uninitialized local variable 'x'Paweł Kołodziejski
svn-id: r24209
2006-10-08Correct x position, when printing stasticsin Elvira 1Travis Howell
svn-id: r24198
2006-10-08Whitespace.Torbjörn Andersson
svn-id: r24196