rnd-20030423-1-src
authorHolger Schemel <info@artsoft.org>
Tue, 22 Apr 2003 22:00:53 +0000 (00:00 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:41:27 +0000 (10:41 +0200)
CHANGES
Makefile
src/conftime.h
src/editor.c
src/main.h

diff --git a/CHANGES b/CHANGES
index ca0d819e4ccceb05103cf84d814b4aa90dffa5b6..ef1098c0437a4183cb25e3c5c5614b0323a6f433 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,19 +1,25 @@
+Pre-Release Version 2.2.0rc7 [?? ??? ????]
+------------------------------------------
+
 Pre-Release Version 2.2.0rc6 [22 APR 2003]
 ------------------------------------------
-       - added missing source file
-       - fixed little font directive bug
-       - added actual CHANGES file ;-)
+       - fixed small font configuration directive bug
+       - tape recorder font slightly enhanced (now complete character set)
+       - added missing font configuration source file
+       - added updated CHANGES file ;-)
 
 Pre-Release Version 2.2.0rc5 [20 APR 2003]
 ------------------------------------------
        - added generic selectbox gadget
        - added special mouse cursor for playfield while playing
        - font handling now more flexible (support for ISO-Latin-1 fonts)
+       - font graphics adjusted accordingly
 
 Pre-Release Version 2.2.0rc4 [30 MAR 2003]
 ------------------------------------------
        - changes for menu configuration
        - not officially announced pre-release version
+       - Emerald Mine text font now much better quality
 
 Pre-Release Version 2.2.0rc3 [11 FEB 2003]
 ------------------------------------------
index a5b3d976bc18c017122120838fca0ac01a041943..bdd285b5e775938c501bd4dd53fd57723470f574 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -138,11 +138,20 @@ upload-macosx:
 dist-clean:
        @$(MAKE_CMD) dist-clean
 
+dist-build-unix:
+       @BUILD_DIST=TRUE $(MAKE) x11
+
+dist-build-win32:
+       @BUILD_DIST=TRUE $(MAKE) cross-win32
+
+dist-build-msdos:
+       @BUILD_DIST=TRUE $(MAKE) cross-msdos
+
 dist-build-all:
        $(MAKE) clean
-       @BUILD_DIST=TRUE $(MAKE) x11            ; $(MAKE) dist-clean
-       @BUILD_DIST=TRUE $(MAKE) cross-win32    ; $(MAKE) dist-clean
-       @BUILD_DIST=TRUE $(MAKE) cross-msdos    ; $(MAKE) dist-clean
+       $(MAKE) dist-build-unix         ; $(MAKE) dist-clean
+       $(MAKE) dist-build-win32        ; $(MAKE) dist-clean
+       $(MAKE) dist-build-msdos        ; $(MAKE) dist-clean
 
 dist-all: dist-build-all dist-unix dist-msdos dist-win32 dist-macosx
 
index 32cd1cc261159fb9bb854e7edf92dc40c83af144..af29e0663ebcca5ab559d5314eaed53a6b14b8b6 100644 (file)
@@ -1 +1 @@
-#define COMPILE_DATE_STRING "[2003-04-22 23:10]"
+#define COMPILE_DATE_STRING "[2003-04-22 23:56]"
index 2a78b901c5f6e84f29604532567fa8c132a876f4..86311c57cc985846a50c28ce36b66a0b710a9dc6 100644 (file)
@@ -3406,8 +3406,10 @@ static void DrawPropertiesConfig()
       else
        DrawElementContentAreas();
     }
+#if 1
     else if (IS_CUSTOM_ELEMENT(properties_element))
       DrawCustomChangedArea();
+#endif
   }
 
   if (IS_GEM(properties_element))
index a7adb261709867776db97bd27d102c182c1e9dab..f4243bf685b651c43b517eb0281993528cf8275a 100644 (file)
 #define PROGRAM_VERSION_MAJOR  2
 #define PROGRAM_VERSION_MINOR  2
 #define PROGRAM_VERSION_PATCH  0
-#define PROGRAM_VERSION_STRING "2.2.0rc6"
+#define PROGRAM_VERSION_STRING "2.2.0rc7"
 
 #define PROGRAM_TITLE_STRING   "Rocks'n'Diamonds"
 #define PROGRAM_AUTHOR_STRING  "Holger Schemel"