+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
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
-#define COMPILE_DATE_STRING "2013-11-20 00:53"
+#define COMPILE_DATE_STRING "2013-11-24 14:05"
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);
#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, "."))