[Scummvm-cvs-logs] scummvm master -> 36e3dede0f741a7b592a2ea7c2ff004723d33de7

fingolfin max at quendi.de
Wed Mar 2 14:12:38 CET 2011


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

Summary:
e9dad7859c HUGO: Silence GCC warning
50ace75cd2 NEWS: Sort ports alphabetically
36e3dede0f NEWS: Attempt to improve consistency


Commit: e9dad7859c43f87c4f4076dfcfd287af6eb1d139
    https://github.com/scummvm/scummvm/commit/e9dad7859c43f87c4f4076dfcfd287af6eb1d139
Author: Max Horn (max at quendi.de)
Date: 2011-03-02T05:07:46-08:00

Commit Message:
HUGO: Silence GCC warning

Changed paths:
    engines/hugo/schedule.cpp



diff --git a/engines/hugo/schedule.cpp b/engines/hugo/schedule.cpp
index 257b1d7..1556f3a 100644
--- a/engines/hugo/schedule.cpp
+++ b/engines/hugo/schedule.cpp
@@ -753,7 +753,8 @@ void Scheduler::saveActions(Common::WriteStream *f) const {
 
 	for (int i = 0; i < _actListArrSize; i++) {
 		// write all the sub elems data
-		for (nbrSubElem = 1; _actListArr[i][nbrSubElem - 1].a0.actType != ANULL; nbrSubElem++);
+		for (nbrSubElem = 1; _actListArr[i][nbrSubElem - 1].a0.actType != ANULL; nbrSubElem++)
+			;
 
 		f->writeUint16BE(nbrSubElem);
 		for (int j = 0; j < nbrSubElem; j++) {


Commit: 50ace75cd234772d0e0a7be98ba9d4c67a5dda20
    https://github.com/scummvm/scummvm/commit/50ace75cd234772d0e0a7be98ba9d4c67a5dda20
Author: Max Horn (max at quendi.de)
Date: 2011-03-02T05:08:30-08:00

Commit Message:
NEWS: Sort ports alphabetically

Changed paths:
    NEWS



diff --git a/NEWS b/NEWS
index 5ec6e8c..f88f899 100644
--- a/NEWS
+++ b/NEWS
@@ -96,6 +96,14 @@ For a more comprehensive changelog for the latest experimental SVN code, see:
    - Added support for OpenGL. (GSoC Task)
    - Closed memory leaks in Mouse Surfaces.
 
+ Android port:
+   - Switched to the official NDK toolchain for building.
+   - Fixed GFX output for various devices.
+   - Fixed various crashes.
+
+ Nintendo DS port:
+   - Added support for loadable modules.
+
  PSP port:
    - Added support for loadable modules.
    - Added image viewer.
@@ -103,18 +111,10 @@ For a more comprehensive changelog for the latest experimental SVN code, see:
  PS2 port:
    - Added support for loadable modules.
 
- Nintendo DS port:
-   - Added support for loadable modules.
-
  Wii/GameCube port:
    - Added support for loadable modules.
    - Fixed 16bit mouse cursors on HE games.
 
- Android port:
-   - Switched to the official NDK toolchain for building.
-   - Fixed GFX output for various devices.
-   - Fixed various crashes.
-
 1.2.1 (2010-12-19)
  General
    - Add Hungarian translation.


Commit: 36e3dede0f741a7b592a2ea7c2ff004723d33de7
    https://github.com/scummvm/scummvm/commit/36e3dede0f741a7b592a2ea7c2ff004723d33de7
Author: Max Horn (max at quendi.de)
Date: 2011-03-02T05:11:58-08:00

Commit Message:
NEWS: Attempt to improve consistency

Changed paths:
    NEWS



diff --git a/NEWS b/NEWS
index f88f899..615be13 100644
--- a/NEWS
+++ b/NEWS
@@ -24,14 +24,14 @@ For a more comprehensive changelog for the latest experimental SVN code, see:
  Cine:
    - Corrected memory leaks and invalid memory accesses.
      Future Wars should be more stable.
-   - Operation Stealth is now completable, though significant
-     graphical glitches remain so not official supported.
+   - Made Operation Stealth completable, though significant graphical
+     glitches remain so not official supported.
 
  Drascula:
    - Added German and French subtitles in the Von Braun cutscene (#3069981:
      no subtitles in scene with "von Braun").
    - Improved French translation of the game.
-   - Return To Launcher now supported.
+   - Added support for "Return To Launcher".
 
  Gob:
    - Fixed "Goblin Stuck On Reload" bugs affecting Gobliiins.
@@ -41,7 +41,7 @@ For a more comprehensive changelog for the latest experimental SVN code, see:
 
  Parallaction:
    - Corrected issue which could cause crash at engine exit.
-   - Leak fixes in Nippon Safes Amiga.
+   - Closed memory leaks in Nippon Safes Amiga.
 
  SCI:
    - Added a CMS music driver for SCI1 - SCI1.1 games.
@@ -78,8 +78,7 @@ For a more comprehensive changelog for the latest experimental SVN code, see:
    - Improved support for FM-TOWNS versions of games.
 
  Sky:
-   - Fixed crashes on sequences for several backends
-     (e.g. OpenGL, including Android)
+   - Fixed crashes on sequences for several ports (Android, OpenGL, ...)
 
  Teenagent:
    - Closed memory leaks.
@@ -117,8 +116,8 @@ For a more comprehensive changelog for the latest experimental SVN code, see:
 
 1.2.1 (2010-12-19)
  General
-   - Add Hungarian translation.
-   - Add Brazilian Portuguese translation.
+   - Added Hungarian translation.
+   - Added Brazilian Portuguese translation.
 
  Cruise:
    - Fixed a problem with Raoul appearing when examining the Book.






More information about the Scummvm-git-logs mailing list