[Scummvm-cvs-logs] scummvm master -> 7c2145f67c355f18e309b342f27ad8e62d475ac5

lordhoto lordhoto at gmail.com
Wed Nov 16 18:33:28 CET 2011


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0001826a90 NEWS: Mention Lands of Lore saveload GUI fix.
7c2145f67c KYRA: Make message about missing save file a warning and no error.


Commit: 0001826a903e2e6610a963574fd4f1dc9b868488
    https://github.com/scummvm/scummvm/commit/0001826a903e2e6610a963574fd4f1dc9b868488
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-11-16T09:32:34-08:00

Commit Message:
NEWS: Mention Lands of Lore saveload GUI fix.

Changed paths:
    NEWS



diff --git a/NEWS b/NEWS
index e910041..0a38d75 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@ For a more comprehensive changelog of the latest experimental code, see:
      InstallShield cabinets in The Feeble Files and Simon the 
      Sorcerer's Puzzle Pack.
 
+ KYRA:
+   - Fixed bug in the original Lands of Lore GUI which made ScummVM error out
+     in the case the user did not have a contiguous save slot usage.
+
 1.4.0 (2011-11-11)
  New Games:
    - Added support for Lands of Lore: The Throne of Chaos.


Commit: 7c2145f67c355f18e309b342f27ad8e62d475ac5
    https://github.com/scummvm/scummvm/commit/7c2145f67c355f18e309b342f27ad8e62d475ac5
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-11-16T09:32:34-08:00

Commit Message:
KYRA: Make message about missing save file a warning and no error.

Changed paths:
    engines/kyra/gui_lol.cpp



diff --git a/engines/kyra/gui_lol.cpp b/engines/kyra/gui_lol.cpp
index fefcaf7..5bef3cd 100644
--- a/engines/kyra/gui_lol.cpp
+++ b/engines/kyra/gui_lol.cpp
@@ -2632,7 +2632,7 @@ void GUI_LoL::updateSavegameList() {
 				delete in;
 			} else {
 				_savegameList[i] = 0;
-				error("GUI_LoL::updateSavegameList(): Unexpected missing save file for slot: %d.", _saveSlots[i]);
+				warning("GUI_LoL::updateSavegameList(): Unexpected missing save file for slot: %d.", _saveSlots[i]);
 			}
 		}
 	} else {






More information about the Scummvm-git-logs mailing list