Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-15 | JANITORIAL: Typos detected with lintian & grep | Alexandre Detiste | |
2014-02-18 | SWORD1: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-06-26 | SWORD1: Add source of the translations for the missing subtitles | Thierry Crozat | |
This adds a few comment to explain were the translations come from for the missing subtitle workaround (and give credits were they are due). | |||
2012-06-26 | SWORD1: Add workaround for missing subtitles in the demo | Thierry Crozat | |
2012-06-24 | SWORD1: Add warning for untranslated subtitles | Thierry Crozat | |
This should help adding workarounds for those by providing all the needed information (textId and english text). | |||
2012-06-05 | SWORD1: Use _missingSubTitleStr when asking for an out of bound textId | Thierry Crozat | |
It was using textId 0, which is not the subtitle we want anyway. So instead of using the wrong subtitle, it is probably better to not display a subtitle at all. A test case for this is with the demo when using non-english language as several subtitles are missing toward the end. | |||
2011-09-08 | SWORD1: Made some static data const. | Johannes Schickel | |
2011-09-07 | SWORD1: Made code conform a bit better to our formatting guidelines. | Johannes Schickel | |
Most is automatically converted via astyle + some manual fixes, hopefully I did not miss anything astyle messed up... | |||
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 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
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-02-27 | Committed patch #2606844 ("Fix crash when using BS1 without portuguese data"). | Torbjörn Andersson | |
Admittedly, I'm not really that familiar with BS1 resource management, but as far as I can tell the patch just adds sanity checking, so it shouldn't hurt. svn-id: r38925 | |||
2009-02-27 | Committed a slightly updated patch #2602772 ("Patches for BS1 bug ID #1977094") | Torbjörn Andersson | |
to replace some missing subtitles with hard-coded ones. svn-id: r38923 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
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 | |||
2006-11-12 | Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemo | Eugene Sandulenko | |
target was commented out until existence of the demo is confirmed. svn-id: r24697 | |||
2006-03-29 | Do 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-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |