rocksndiamonds-3.3.1.2
authorHolger Schemel <info@artsoft.org>
Sun, 24 Nov 2013 13:05:57 +0000 (14:05 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 09:00:08 +0000 (11:00 +0200)
* version 3.3.1.2 released

ChangeLog
src/Makefile
src/conftime.h
src/init.c
src/libgame/misc.c

index 65c1b09381da371ed68d8779c45bc76bec63e7cf..2469c878cf229ac1e4e1ef9df49af90d5bbb3ed7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-11-24
+       * version 3.3.1.2 released
+
 2013-11-20
        * improved error handling: display error message on screen (not only in
          the error file or on the console), and display path of the error file
index b8c53054d0ff4e4378443e1ad877ffa39c9eb3a6..a67cd14c4be5ef0159e110b809cc2ccfb162c1a9 100644 (file)
@@ -146,7 +146,7 @@ CONFIG_GAME_DIR = $(CONFIG_RO_GAME_DIR) $(CONFIG_RW_GAME_DIR)
 CONFIG_GAME = $(CONFIG_GAME_DIR) $(CONFIG_SCORE_ENTRIES) $(CONFIG_SPECIAL)
 
 CONFIG = $(CONFIG_GAME) $(JOYSTICK)
-DEBUG = -DDEBUG -g
+DEBUG = -DDEBUG -g
 # PROFILING = $(PROFILING_FLAGS)
 
 # OPTIONS = $(DEBUG) -Wall                     # only for debugging purposes
index 04d6ca998d4907336e362b529059cadda4eb953e..fd1449b6c20b8a12a10f8244736110d080c73dbd 100644 (file)
@@ -1 +1 @@
-#define COMPILE_DATE_STRING "2013-11-20 00:53"
+#define COMPILE_DATE_STRING "2013-11-24 14:05"
index b1e9920e12b718e49e99f46064c3777aa80959e4..a7ad871bdd019d4735d66077a01e15b24fbebabd 100644 (file)
@@ -6498,7 +6498,8 @@ void CloseAllAndExit(int exit_value)
     SaveLevelSetup_LastSeries_Deactivate();
 
     /* tell user where to find error log file which may contain more details */
-    NotifyUserAboutErrorFile();
+    // (error notification now directly displayed on screen inside R'n'D
+    // NotifyUserAboutErrorFile();     /* currently only works for Windows */
   }
 
   exit(exit_value);
index b70545be4c64250590686719306b75eae4348609..c196fe81d67703ca76620463d06a9ead7eff20df 100644 (file)
@@ -754,7 +754,7 @@ void GetOptions(char *argv[], void (*print_usage_function)(void))
 #if 1
   /* if the program is configured to start from current directory (default),
      determine program package directory from program binary (some versions
-     of KDE/Konqueror and Mac OS X (especially "Maverick") apparently do not
+     of KDE/Konqueror and Mac OS X (especially "Mavericks") apparently do not
      set the current working directory to the program package directory) */
 
   if (strEqual(ro_base_path, "."))