Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-15 | SCUMM/FM-TOWNS: fix regression in non Japanese SCUMM 3 games | Florian Kagerer | |
svn-id: r53523 | |||
2010-10-15 | SCI: fixing iceman undithering door close-up | Martin Kiewitz | |
room 9 (go up right at the start) svn-id: r53522 | |||
2010-10-15 | TOON: Fixed Bug #3085978 with "Exit Not Defined" appearing | Sylvain Dupont | |
Bug #3085978: "TOON: "Exit not defined" when leaving cellar" svn-id: r53521 | |||
2010-10-15 | TOON: Fixed bug #3084738 with loading bottomless bag state | Sylvain Dupont | |
Bug #3084738: "TOON: Vanishing bottomless bag" svn-id: r53520 | |||
2010-10-15 | SCUMM/FM-TOWNS: fix display of dialogue options in Indy 4 Japanese | Florian Kagerer | |
svn-id: r53519 | |||
2010-10-15 | SCUMM/FM-TOWNS: fix up/down inventory arrows in Indy 4 Japanese | Florian Kagerer | |
svn-id: r53518 | |||
2010-10-15 | SCI: updating comment for r53515 | Martin Kiewitz | |
svn-id: r53517 | |||
2010-10-15 | LURE: Fix for #3087842 - Code analysis warnings | Paul Gilbert | |
This is a somewhat cleaner version than my previous commit svn-id: r53516 | |||
2010-10-15 | SCI: fixing view-undithering for laura bow 1 | Martin Kiewitz | |
(cupboards in room 43, just in the room to the left from the start) svn-id: r53515 | |||
2010-10-15 | TOON: readding spanish special chars removed in r53513 | Martin Kiewitz | |
svn-id: r53514 | |||
2010-10-15 | TOON: fix Ä umlaut and " char in german version of toonstruck | Martin Kiewitz | |
svn-id: r53513 | |||
2010-10-15 | SWORD25: Fix infinite recursion | Torbjörn Andersson | |
If I understand this, we don't need to call Kernel::GetInstance() when we are already in the Kernel class. In this particular case, _RegisterScriptBindings() is called from the Kernel constructor, so it gets called again and again because _Instance hasn't yet been set. svn-id: r53512 | |||
2010-10-15 | SCUMM/FM-TOWNS: improve japanese font drawing in SCUMM 3 games | Florian Kagerer | |
svn-id: r53510 | |||
2010-10-15 | SWORD2: Add assert()s prompted by code analysis warnings. | Torbjörn Andersson | |
See bug #3087857. svn-id: r53509 | |||
2010-10-15 | COMMON: Made some constructors explicit, where we wouldn't really like ↵ | Johannes Schickel | |
implicit conversion. svn-id: r53508 | |||
2010-10-15 | COMMON: Extend workaround in HashMap code for sgi IRIX MIPSpro to also apply ↵ | Johannes Schickel | |
for Intel's C++ compiler. svn-id: r53507 | |||
2010-10-15 | COMMON: Revert attempt to silence MSVC warning in Common::gcd. | Johannes Schickel | |
svn-id: r53506 | |||
2010-10-15 | M4: Fixed OP_NOT and OP_COMP behavior again (thanks wjp) | Filippos Karapetis | |
svn-id: r53505 | |||
2010-10-15 | SCI: Changed the check for vertex_min into an assert (thanks wjp) | Filippos Karapetis | |
svn-id: r53504 | |||
2010-10-15 | AGOS: Fixed code analysis warnings - bug #3087828 | Filippos Karapetis | |
svn-id: r53503 | |||
2010-10-15 | TOON: Fixed code analysis warning - bug #3087867 | Filippos Karapetis | |
svn-id: r53502 | |||
2010-10-15 | M4: Fixed code analysis warnings - bug #3087845 | Filippos Karapetis | |
svn-id: r53500 | |||
2010-10-15 | QUEEN: Fixed code analysis warning - bug #3087851 | Filippos Karapetis | |
svn-id: r53499 | |||
2010-10-15 | SCI: Fixed access to dest in kTextSize() (thanks LordHoto) | Filippos Karapetis | |
svn-id: r53498 | |||
2010-10-15 | COMMON: Silence gcc warning introduced with r53496. | Johannes Schickel | |
svn-id: r53497 | |||
2010-10-15 | COMMON: Attempt to silence MSVC warning in Common::gcd. | Johannes Schickel | |
svn-id: r53496 | |||
2010-10-15 | CRUISE: Replace some strncpy with strlcpy. | Johannes Schickel | |
svn-id: r53495 | |||
2010-10-15 | KYRA: Fix valid warnings of bug #3087837 "KYRA: Code analysis warnings". | Johannes Schickel | |
svn-id: r53494 | |||
2010-10-15 | GRAPHICS: Fix code analysis warnings | Sven Hesse | |
See bug report #3087917 svn-id: r53493 | |||
2010-10-15 | GOB: Properly fixing the captureCounter code analysis warning | Sven Hesse | |
svn-id: r53492 | |||
2010-10-15 | GOB: Remove the now useless helper.h | Sven Hesse | |
svn-id: r53491 | |||
2010-10-15 | GOB: Remove strncpy0() | Sven Hesse | |
Replacing it (and some strncpy + manual terminating) with Common::strlcpy() svn-id: r53490 | |||
2010-10-15 | VIDEO : Corrections to QDM2 codec for bug #3087917 "Code Analysis Warnings" | David Turner | |
The first correction was to use a temporary variable to remove the possibility of a memory leak when using realloc. The second correction was to remove the gain variable from QDM2Stream::qdm2_calculate_fft() which has always evaluated to 1.0f and so has no effect. svn-id: r53489 | |||
2010-10-15 | SWORD1: Fixed bug #3087855 - "SWORD1: Code analysis warnings" | Filippos Karapetis | |
svn-id: r53488 | |||
2010-10-15 | MADE: Fixed bug #3087849 - "MADE: Code analysis warnings" | Filippos Karapetis | |
svn-id: r53487 | |||
2010-10-15 | SAGA: Added sanity checks for realloc() calls - bug report #3087852 | Filippos Karapetis | |
svn-id: r53486 | |||
2010-10-15 | ENGINES: Enhance namespace comments a bit | Max Horn | |
svn-id: r53484 | |||
2010-10-15 | Reverted revision 53456, as requested. | Travis Howell | |
svn-id: r53483 | |||
2010-10-15 | SCI: Fixed code bugs from bug #3087872 - "SCI: Code analysis warnings" | Filippos Karapetis | |
svn-id: r53482 | |||
2010-10-15 | Add doxygen comment for namespaces of several engines. | Max Horn | |
This is an empty template which ideally engine maintainers would update and complete with concrete information... svn-id: r53481 | |||
2010-10-15 | COMMON: Move XMLParser method impls to .cpp file; make skipComments non-virtual | Max Horn | |
svn-id: r53480 | |||
2010-10-15 | COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::String | Max Horn | |
Almost all places where we used XMLParser::parseIntegerKey were using it like this: XMLParser::parseIntegerKey(str.c_str(), ...) Since this makes the code harder to read, I overloaded the method to also accept Commmon::String directly. Also removed all .c_str() invocations where necessary. svn-id: r53479 | |||
2010-10-15 | SWORD25: Typo, cleanup | Max Horn | |
svn-id: r53478 | |||
2010-10-15 | SWORD25: Do not use Kernel::GetService directly anymore | Max Horn | |
svn-id: r53477 | |||
2010-10-15 | SWORD25: Adapted a few things to our code formatting conventions; translated ↵ | Max Horn | |
rest of graphicengine.h to german svn-id: r53476 | |||
2010-10-15 | SWORD25: Fix a few global constructor warnings | Max Horn | |
svn-id: r53475 | |||
2010-10-15 | SWORD25: Fix unloading of movies so the menu animation properly loops | Paul Gilbert | |
svn-id: r53474 | |||
2010-10-15 | DRASCULA: Fix some code analysis warnings (bug #3087830) | Eugene Sandulenko | |
svn-id: r53473 | |||
2010-10-15 | CRUISE: Fix some code analysis warnings (bug #3087829) | Eugene Sandulenko | |
svn-id: r53472 | |||
2010-10-15 | TINSEL: Fix for #3087863 - Code analysis warnings | Paul Gilbert | |
svn-id: r53471 |