Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-16 | SCI: Add The Black Cauldron (fan game) | Matthew Hoops | |
svn-id: r53547 | |||
2010-10-16 | TOON: Implemented the 4 different mute modes for sound/text | Sylvain Dupont | |
As specified in the hotkeys screen (music,dialog,sound,text on/off) Sounds are still played but with a volume = 0 (for timing issues) svn-id: r53545 | |||
2010-10-16 | GOB: Extend debug console variable command a bit | Sven Hesse | |
...So that it's actually useful svn-id: r53544 | |||
2010-10-16 | TOON: Fix bugs #3085967 and #3085969 about guards dance | Sylvain Dupont | |
Bug #3085969: "TOON: Missing dialogue for Palace guards dance" Bug #3085969: "TOON: Missing dialogue for Palace Guards sequence" svn-id: r53543 | |||
2010-10-16 | TOON: Fix inventory autoclose when the click is too long | Sylvain Dupont | |
svn-id: r53542 | |||
2010-10-16 | TOON: Removed useless debug printf | Sylvain Dupont | |
svn-id: r53541 | |||
2010-10-16 | TOON: Fixed bug #3085999 with bad mouse button behavior | Sylvain Dupont | |
Bug #3085999: TOON: "Exiting inventory screen loop" Now the events are fired on mouse down instead of on mouse up. svn-id: r53540 | |||
2010-10-16 | TOON: Fixed Bug #3086564 with freezing conversation | Sylvain Dupont | |
Bug #3086564: "TOON: Conversation freeze" There was an error in hardcoded conversation flag function Fixed also all endianess problems in conversations svn-id: r53539 | |||
2010-10-16 | SWORD25: Use C-style comments in C files | Ori Avtalion | |
svn-id: r53538 | |||
2010-10-16 | SWORD25: Update svn keywords | Ori Avtalion | |
svn-id: r53537 | |||
2010-10-16 | CREDITS: Sync credits with r53530. | Johannes Schickel | |
svn-id: r53531 | |||
2010-10-16 | CREDITS: Added Toon engine | Sylvain Dupont | |
svn-id: r53530 | |||
2010-10-16 | TOON: Fixed bug #3086000 there was no magnifier effect | Sylvain Dupont | |
Bug #3086000: "TOON: Magnifying glass cursor drawn incorrectly" Zoom magnifier postprocess fx has been implemented svn-id: r53529 | |||
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 |