Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | AGOS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-02-20 | COMMON: Move isFoo functions to namespace Common, add doxygen comments | Max Horn | |
2012-02-15 | ALL: Avoid using is* macros from ctype.h | Max Horn | |
On some systems, passing signed chars to macros like isspace() etc. lead to a runtime error. Hence, mark these macros as forbidden by default, and introduce otherwise equivalent alternatives for them. | |||
2011-06-23 | AGOS: Fix operator precedence warning | Julien | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-06-18 | AGOS: Get rid of unused variable. | Johannes Schickel | |
2011-06-18 | AGOS: Replace vsprintf by Common::String::vformat | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-03-29 | JANITORIAL: Remove/comment unused vars | dhewg | |
Found by GCC 4.6's -Wunused-but-set-variable | |||
2010-11-05 | AGOS: Display item names and descriptions via GUImessage, in Swampy ↵ | Travis Howell | |
Adventures for now. svn-id: r54084 | |||
2010-11-01 | ENGINES: Remove some 'using' statements | Max Horn | |
svn-id: r54001 | |||
2009-10-02 | Fix some cppcheck warnings reported by salty-horse | Max Horn | |
svn-id: r44538 | |||
2009-09-24 | Reverted 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-24 | AGOS: Fixed some warnings about unreachable code | Filippos Karapetis | |
svn-id: r44298 | |||
2009-08-12 | Enable Personal Nightmare by default. | Travis Howell | |
svn-id: r43304 | |||
2009-08-11 | Add option to disable later games (Feeble Files, Puzzle Pack) in AGOS game ↵ | Travis Howell | |
engine, which require higher resolution. svn-id: r43270 | |||
2009-07-14 | Update workaround for bug #1538873, which effects the Polish version of ↵ | Travis Howell | |
Simon the Sorcerer 2 too. svn-id: r42480 | |||
2009-07-14 | Add workaround for bug #1538873 - SIMON1 (French): Text wrongly displayed. | Travis Howell | |
svn-id: r42474 | |||
2009-06-08 | Add more Polish font data for The Feeble Files. | Travis Howell | |
svn-id: r41374 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-14 | Fixed 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-09 | Change Personal Nightmare support to optional, until setjmp/longjmp code is ↵ | Travis Howell | |
converted. svn-id: r39253 | |||
2009-03-08 | Cleanup. | Travis Howell | |
svn-id: r39227 | |||
2009-03-08 | Clarify several errors messages. | Travis Howell | |
svn-id: r39219 | |||
2009-03-08 | Add 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-07 | Cleanup. | Travis Howell | |
svn-id: r36232 | |||
2009-02-07 | Cleanup. | Travis Howell | |
svn-id: r36228 | |||
2009-01-29 | A 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-27 | Silence MSVC warnings | Filippos Karapetis | |
svn-id: r36100 | |||
2009-01-26 | Add support for text compression in the AtariST version of Elvira 1. | Travis Howell | |
svn-id: r36065 | |||
2008-12-13 | Add upper case code for oe1_pcName() in Elvira 1/2. | Travis Howell | |
svn-id: r35330 | |||
2008-03-01 | Fix subtitle regressions in DOS Floppy demo of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r31015 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-07-04 | Fix bug #1747154 - SIMON1: Another crash in dwarf cave. Another regression, ↵ | Travis Howell | |
caused by code cleanup. svn-id: r27889 | |||
2007-06-30 | AGOS: Introduced ChildType enum | Max Horn | |
svn-id: r27792 | |||
2007-06-21 | Minor cleanup. | Travis Howell | |
svn-id: r27580 | |||
2007-06-20 | Cleanup. | Travis Howell | |
svn-id: r27552 | |||
2007-06-19 | Cleanup, could cause regressions. | Travis Howell | |
svn-id: r27547 | |||
2007-05-30 | Updated 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-13 | Cleanup. | Travis Howell | |
svn-id: r26833 | |||
2007-05-07 | Fixes for conversation response in Waxworks. | Travis Howell | |
svn-id: r26779 | |||
2007-05-07 | Cleanup. | Travis Howell | |
svn-id: r26769 | |||
2007-04-15 | Cleanup. | Travis Howell | |
svn-id: r26497 | |||
2007-02-12 | Add Quietust's patch to fix subtitles glitches in Amiga AGA/CD32 versions of ↵ | Travis Howell | |
Simon the Sorcerer 1. svn-id: r25506 | |||
2007-02-11 | Add Acorn disk version of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r25480 | |||
2006-10-27 | Cleanup | Travis Howell | |
svn-id: r24533 | |||
2006-10-27 | Cleanup | Travis Howell | |
svn-id: r24527 |