* added editor element descriptions written by Aaron Davidson
-Release Version 3.1.1 [?? ??? ????]
+Release Version 3.2.0 [?? ??? ????]
-----------------------------------
+ - added tutorial level set created by Aaron Davidson
+ - added editor element descriptions written by Aaron Davidson
Release Version 3.1.0 [07 JUN 2004]
-----------------------------------
+2005-02-14
+ * added editor element descriptions written by Aaron Davidson
+
2005-02-02
* improved fallback handling when configured artwork is not available
(now using default artwork instead of exiting when files not found)
SRC_DIR = src
MAKE_CMD = $(MAKE) -C $(SRC_DIR)
-DEFAULT_TARGET = x11
-# DEFAULT_TARGET = sdl
+# DEFAULT_TARGET = x11
+DEFAULT_TARGET = sdl
# -----------------------------------------------------------------------------
@./rocksndiamonds --verbose
gdb: all
- @gdb ./rocksndiamonds
+ @gdb -batch -x GDB_COMMANDS ./rocksndiamonds
valgrind: all
@valgrind -v --leak-check=yes ./rocksndiamonds 2> valgrind.out
-#define COMPILE_DATE_STRING "[2005-02-03 03:27]"
+#define COMPILE_DATE_STRING "[2005-02-19 02:22]"
/* size of v6 cave */
length = 2172;
-#if 0
+#if 1
printf("::: EM level file version: %d\n", file_version);
#endif