https://github.com/scummvm/scummvm

sort by:
Revision Author Date Message Commit Date
67968d7 Set date for 1.2.1 svn-id: r54860 11 December 2010, 09:33:59 UTC
9c06817 Updated PS2 Makefiles to include "-fno-rtti -fno-exceptions -G2" (as already used for release build) to produce a more compact ELF with STATIC_PLUGIN and lot of engines. Aesthetic cleanup. svn-id: r54851 10 December 2010, 06:36:25 UTC
d4502b4 DC: Workaround for bug 3096694 (DRASCULA.PLG not loading) If a plugin has no statically allocated data at all, and no static constructors/destructors, then __plugin_ctors et al will end up inside a debug section, because the .ctors section and those following it will be removed by ld for being empty. This has the side effect of those symbols being deleted completely when using strip -g to remove debug info, causing loading of the plugin to fail. This workaround just makes sure that the .bss section is never empty, so that it will never be removed. That way the symbols will be sure to end up in that section if all sections before are removed. svn-id: r54847 09 December 2010, 21:59:06 UTC
e0e15ea Updating readme_ds.txt for 1.2.1 release. svn-id: r54838 09 December 2010, 11:55:30 UTC
6f051ca updated for 1.2.1 svn-id: r54837 09 December 2010, 08:50:07 UTC
4518062 Backport: Update BRA demo startup code to use the part/location handling code from r50042. Patch #3089932 by fuzzie. svn-id: r54750 03 December 2010, 11:36:51 UTC
64867ed Backport: Initialize variable in NS gui code (was crashing a demo). Patch #3089932 by fuzzie. svn-id: r54749 03 December 2010, 11:36:36 UTC
22c1555 LURE : Fix for ID: 3030143 Unexpected game cursor behavior. Always refresh menu and screen when mouse is moved. svn-id: r54748 03 December 2010, 09:33:51 UTC
efcec13 I18N: Partial backport of Hungarian translation update svn-id: r54739 02 December 2010, 20:51:59 UTC
372a45a SCUMM: Backport of r54727 "Fix GM initialization when "enable_gs" is set." svn-id: r54728 01 December 2010, 23:59:57 UTC
d37637c LURE: Backport of Lure NPC movement fixes svn-id: r54668 30 November 2010, 09:00:20 UTC
be3290b Backport of #54405 - Fix for Raoul appearing in Book screen svn-id: r54667 30 November 2010, 08:27:15 UTC
caec737 Backport fix for bug #3093750 - FT: Truck and Aircraft computer text missing (regression). svn-id: r54666 30 November 2010, 07:57:59 UTC
83a1529 SCI: added a workaround for script bug #3116892 - "SQ4 German: crash when shooting with laser", by applying the one for the English version (backport) svn-id: r54448 23 November 2010, 22:43:50 UTC
ba05e62 I18N: Update Brazilian Portuguese translation (in branch) svn-id: r54432 23 November 2010, 21:35:23 UTC
0c56ece I18N: Backport add Brazilian Portuguese translation svn-id: r54412 21 November 2010, 22:16:02 UTC
9e979fa SYMBIAN : Updated to proper version number from 1.12 to 1.20 for S60v3 and UIQ3 svn-id: r54375 19 November 2010, 12:57:38 UTC
4da20eb SCI: Fix for bug #3110215 - "SQ4 German: endless flight on Estros" (backport) svn-id: r54273 16 November 2010, 23:02:21 UTC
3dd51a1 NEWS: Add Hungarian translation item for version 1.2.1 svn-id: r54254 15 November 2010, 21:47:45 UTC
e3a7658 I18N: Add Hungarian translation to 1.2.0 branch Also add the ISO-8859-2 fonts to the classic and modern themes and update the credits. svn-id: r54253 15 November 2010, 21:44:23 UTC
222cf3f SCI: Workaround for bug #3109299 "QFG1VGA: Crash when leaving area east of Antwerp" (backport) svn-id: r54240 15 November 2010, 06:35:51 UTC
2064a84 SCI: Fixed script bug #3108012 - "Hoyle1: Crash when changing Deal Speed in Hearts" (backport) svn-id: r54227 13 November 2010, 13:36:15 UTC
24d4fd8 N64: backport of r54151 Backport of revision 54151 fixinf romfs, thanks strangerke svn-id: r54154 09 November 2010, 12:17:52 UTC
73da4a2 VIDEO: Backport: PreIMD: End frame when stream depleted As happens for the last frames in the Fascination videos. svn-id: r54145 08 November 2010, 17:05:05 UTC
f18b260 SCI: Bugfix for script workarounds (backport) Get the English versions of objects and methods when checking for script workarounds, as the objects/methods could be translated. Fixes bug #3104623, "PQ3: Crash when click on City map" svn-id: r54135 08 November 2010, 00:45:47 UTC
16db7fa GOB: Backport r54061 (fix bug #3065914) Extended workaround for Goblin Stuck On Reload to cover bug #3065914 This generalises the workaround added for bug #3018918 i.e. UOTODDV issue, to cover the ICVGCGT case and hopefully all future cases, by executing the variable correction during the reload after Game Over and using the variable read by the script triggering the movement lock, rather than the movement lock variable (59) itself as this may not be set until a later script. svn-id: r54074 04 November 2010, 20:42:19 UTC
2ca35eb VIDEO: Backport: PreIMD: End frame when frameSize == 0 As happens for the last frame in the first video of the Fascination intro. svn-id: r54073 04 November 2010, 20:37:03 UTC
6a34eb8 GP2X/GPH/OPENPANDORA: Commit the README files to branch. * This matches the README's that I shipped in the archives. Sorry, I forgot to commit them before the tag so making sure they are in for 1.2.1. svn-id: r54065 04 November 2010, 15:03:33 UTC
256a974 GOB: Backport: Fix a map cleanup regression svn-id: r54026 01 November 2010, 20:48:25 UTC
367ecc4 SCI: Fix for bug #3100292 - "QFG2: signature mismatch at the WIT" (backport) svn-id: r53994 31 October 2010, 23:38:33 UTC
7cc74d9 SCI: Fixed script bug #3098353 - "ECOQUEST1 German: Crash at the blackboard in the dolphin room" (backport) svn-id: r53942 30 October 2010, 11:23:16 UTC
d708238 SCI: Fixed a detection entry of Hoyle 1 (bug report #3090841) (backport) svn-id: r53914 29 October 2010, 00:01:43 UTC
2db89a2 VIDEO: partly revert last commit (fix compilation) svn-id: r53896 27 October 2010, 23:11:15 UTC
4329b48 VIDEO: (backport) fix some evaluation order bugs in smacker decoder These bugs would cause crashs in MSVC 2008/2010 release builds. svn-id: r53894 27 October 2010, 22:50:13 UTC
0633f71 (backport) SCI: Cleanup, invoking pauseEngine() on Console::preEnter() and Console::postEnter() svn-id: r53891 27 October 2010, 21:46:21 UTC
764fb1c SCI: Proper pausing/resuming of MIDI music in SciEngine::pauseEngineIntern(), Console::preEnter() and Console::postEnter() and added a sanity check in SciEngine::getDebugger() - backport of rev #53886 svn-id: r53887 27 October 2010, 19:29:09 UTC
c18fc0c GROOVIE: Backport of r53874 (fix for Russian T7G). svn-id: r53875 27 October 2010, 14:32:29 UTC
8d5d1d2 SCI: Backported revisions 53828, 53851, 53852, 53853, 53855, 53857: Hoyle 4 fixes and animate cleanup svn-id: r53863 26 October 2010, 21:59:36 UTC
3b6b7c4 ANDROID: Backport fixes from trunk r53801, r53808: explicit filtering/sorting of eglConfigs; force overlay redraw to workaround an apparent Nexus1 bug. svn-id: r53824 25 October 2010, 13:30:46 UTC
96321f0 SCI: Backport of revisions 53646, 53649, 53673, 53743 (find_callk console command, enhancements to the class_table console command, silenced MSVC2010 warning during editing) svn-id: r53821 25 October 2010, 11:32:23 UTC
eebf56b SCI: Backport r53613: fixing possible deadlock inside clearPlaylist svn-id: r53820 25 October 2010, 11:19:44 UTC
af4b0f5 SCI: Backport of revisions 53746, 53775 (kMemory fix, kAddToPic regression) svn-id: r53819 25 October 2010, 11:13:54 UTC
ef2e984 SCI: Backported revisions 53657 and 53742 (SQ5 Spanish entry, invalid LB2 German entry) svn-id: r53818 25 October 2010, 11:12:34 UTC
a22735a SCI: Add The Black Cauldron (fan game) (backport of rev 53547) svn-id: r53817 25 October 2010, 10:59:51 UTC
160718f SCI: Backported revisions 53482, 53498 and 53504 (code bugs from bug #3087872 - "SCI: Code analysis warnings") svn-id: r53816 25 October 2010, 10:57:59 UTC
0f1dcab SCI: Fix warning about uninitialized variable (backport of rev 53140) svn-id: r53815 25 October 2010, 10:47:43 UTC
bd33ca6 SCUMM: Add patch #3094711 - MMC64: Correct position of plant actor. svn-id: r53813 25 October 2010, 10:35:48 UTC
ac9f56c SCUMM: Add patch #3093061 - MMC64: sentence highlighting. svn-id: r53804 25 October 2010, 07:53:01 UTC
605faa8 GobGOB: (backport r53772) un-ban and fix a somehow corrupted version of Fascination (This version has been found on original floppies) svn-id: r53802 25 October 2010, 07:29:12 UTC
a5f2923 SCUMM: Add patch #3093051 - MMC64: Ladder facing patch. svn-id: r53800 25 October 2010, 07:07:23 UTC
b60fd85 SCI: Fixed bug #3094235 - "SQ4CD: Crashes at Roger jr. in beam" (backport) svn-id: r53798 25 October 2010, 06:53:05 UTC
ec194c2 SCUMM: Add patch #3093048 - MMC64: German actor names. svn-id: r53797 25 October 2010, 05:30:17 UTC
88623f4 GOB: Backporting r53787 - r53794 Walking cleanup and fixes svn-id: r53795 25 October 2010, 03:47:53 UTC
25722a2 SCUMM: Add patch #3093057 - MMC64: sentence/inventory color. svn-id: r53786 25 October 2010, 03:26:20 UTC
315686d SCUMM: Disable multiplayer option in Backyard Baseball 2001. svn-id: r53732 23 October 2010, 13:44:30 UTC
6c61064 SCUMM: Backport fix for buffer overflow, that was causing crashes when saving in Backyard Baseball 2001/2003. svn-id: r53727 23 October 2010, 02:20:19 UTC
7575751 SCUMM: Backport fix for bug #2984000 - SPYFOX3 (French): Crash when using fingernail machine. svn-id: r53670 21 October 2010, 08:55:16 UTC
5ea3998 SCUMM: Backport bug fixes for Backyard Football series. svn-id: r53665 21 October 2010, 05:33:13 UTC
5e8cda9 SCUMM: Backport fix for Macintosh demo of Putt-Putt Joins the Parade. svn-id: r53559 17 October 2010, 23:53:54 UTC
c62f409 SCUMM: Backport fix for bug #2952298 - HE (16Bit): Inventory items (Cursors) have wrong color. svn-id: r53553 17 October 2010, 12:46:15 UTC
d11422c Reverted revision 53457, as requested. svn-id: r53485 15 October 2010, 12:50:26 UTC
52b6bb0 SCUMM: Backport fix for bug #2952298 with 16-bit HE cursors on Amiga svn-id: r53457 14 October 2010, 18:22:10 UTC
18b40cc DISTS/REDHAT: Add missing files to rpm svn-id: r53153 11 October 2010, 22:28:43 UTC
2f81e8d CONFIGURE: Backport of r53149 (Fix for bug #3085292) svn-id: r53150 11 October 2010, 19:54:55 UTC
3da87f6 NEWS: set 1.2.0 release date svn-id: r53081 08 October 2010, 20:40:09 UTC
de8d75b renamed for 1.2.0 svn-id: r53080 08 October 2010, 19:33:05 UTC
3d41b2c updated for 1.2.0 svn-id: r53079 08 October 2010, 19:31:53 UTC
a1a19cd SCI: Backport r53077: Support kGetTime modes 2 and 3 in SCI 0_LATE This fixes bug #3083879 in Iceman. svn-id: r53078 08 October 2010, 18:35:43 UTC
9c62e14 DISTS/REDHAT: Don't package dxa script in tools The script is broken and no longer necessary with SMK support. svn-id: r53075 08 October 2010, 17:40:13 UTC
d9139c3 SCI: Backport r53045: fixing kBaseSetter on scaled views adding check, if view is scaleable also just copying nsRect now instead of recalculating - fixes lb2 regression at the docks (calling taxi hangs the game, bug #3982289) - i noticed this difference before but copying nsRect didnt work back then (i guess because of other bugs), that's why i recalculated it Backport note: LB2 and QfG3 (which both have had bugs related to this code) have been fully replayed with this patch to test. svn-id: r53070 08 October 2010, 12:31:54 UTC
03a1185 SCI: Backport r53068: add global scaling again to kAddToPic fixes regression of r52887 - lb2 actors not scaled correctly bug #3083577 svn-id: r53069 08 October 2010, 10:41:55 UTC
b6e918e BUILD: Update MSVC project files for 1.2.0. svn-id: r53067 08 October 2010, 08:19:22 UTC
2f1c900 TOOLS: Add RELEASE_BUILD to autogenerated MSVC project files. This is only done for the release target and not the debug target. This is a backport of r53065. svn-id: r53066 08 October 2010, 08:15:17 UTC
f37d2d2 SCI: Fix for bug #3083151 - "QFG3: Long pause while loading specific savegame" (backport) svn-id: r53064 08 October 2010, 05:10:49 UTC
139f252 I18N: Minor lowres fixes and cleanup. - Reduced some english strings that didn't fit their space in lowres mode. - Rename the "context" context to "lowres". - Update the .po headers. - Clear unused strings in translations. svn-id: r53063 08 October 2010, 00:29:58 UTC
bac567c I18N: Improve the lowres catalan translation. svn-id: r53062 07 October 2010, 22:34:45 UTC
a5c1a08 SCI: Backport r53058: Add one more workaround for end of QfG3 Awari svn-id: r53059 07 October 2010, 20:50:15 UTC
d36e915 DS: Updating port specific readme for 1.2.0 svn-id: r53057 07 October 2010, 20:40:16 UTC
7cb1e82 DS: A few small memory optimisations svn-id: r53056 07 October 2010, 20:35:59 UTC
a1b59f2 Backport of revision 53050 svn-id: r53051 07 October 2010, 15:48:52 UTC
606a487 SCI: Backport r53046/53047: unknown valgrind cases->fake 0 when official we will fake 0 instead of error()ing out in official releases, when an uninitialized temp is read svn-id: r53048 07 October 2010, 14:58:35 UTC
49eaf4e GOB: Backport: Fix object videos with more than 255 frames A regression of the CoktelDecoder rewrite. svn-id: r53044 07 October 2010, 09:18:40 UTC
e313948 NEWS: Fix whitespace svn-id: r53041 06 October 2010, 11:48:25 UTC
2611a4c LURE: Backport for #3062794 - Diermot cannot leave room 7 svn-id: r53040 06 October 2010, 09:57:51 UTC
2ed45c2 GOB: Backport: Try to also open VMD files in Gob3 Win Because the scripts reference it as IMD, while there are actually only VMDs files in the data files of the Windows version svn-id: r53038 05 October 2010, 21:23:04 UTC
28cabcf GOB : Backport of r53032 "Fix text display in Gob3 Windows/ADI" Fixes Gob3 Windows/ADI Blount's speaking text output, which is otherwise missing. svn-id: r53035 05 October 2010, 20:38:34 UTC
b182aae LURE: Backport for #3008511 - Goewin stuck at counter svn-id: r53030 05 October 2010, 10:52:20 UTC
9330995 LURE: Backport of #3060480 - Ratpouch alternating between rooms svn-id: r53027 05 October 2010, 09:16:15 UTC
b965737 FOTAQ: Reverted my earlier commit. There was no memory leak and I left some printf's in as well. svn-id: r53025 04 October 2010, 23:12:35 UTC
492f01c DS: Add DISABLE_MASS_ADD define to makefile. svn-id: r53024 04 October 2010, 22:44:34 UTC
5f3a90a DS: Prevent the command line help string from being included in the binary. svn-id: r53023 04 October 2010, 22:42:28 UTC
fe3b18c GUI: Don't search for theme zip files on startup when running on the DS. Themes aren't supported anyway, and the search severely delays startup. svn-id: r53022 04 October 2010, 22:41:22 UTC
240ff87 GUI: Allow disabling of Mass Add dialog. Saves a few Kb of binary size on the DS, and is not particularly useful on that platform. svn-id: r53021 04 October 2010, 22:39:55 UTC
b934c76 DS: Only allow Beneath a Steel Sky to have 50 saves when running on the DS - fixes a crash when saving via the GMM. svn-id: r53020 04 October 2010, 22:37:45 UTC
5eaf2c4 FOTAQ: Fixed a possible memory leak, destructor was not virtual. svn-id: r53019 04 October 2010, 22:36:44 UTC
85a15e0 DS: Backport of athrxx's work to reduce the memory footprint of the FM Towns audio on the DS. (rev #52994) svn-id: r53018 04 October 2010, 22:20:08 UTC
c260f75 SCI: Removed the recently added WIP magnifier cursors from the stable branch svn-id: r53015 04 October 2010, 11:58:51 UTC
8b6f973 SCI: Backport r52992: Fix textwidth computation for chars >= 128 svn-id: r53012 04 October 2010, 08:45:08 UTC
4d5333c SCI: Several corrections for magnifier cursors (backport) svn-id: r53011 04 October 2010, 06:07:11 UTC
2ba6c05 SCI: Added missing initialization of _zoomBitmap (backport) svn-id: r53009 03 October 2010, 23:56:49 UTC
back to top