freesci-develop
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freesci-develop] r1543 - in freesci/trunk: . custom


From: freesci
Subject: [freesci-develop] r1543 - in freesci/trunk: . custom
Date: Sun, 12 Feb 2006 22:19:27 +0100

Author: jameson
Date: 2006-02-12 22:19:21 +0100 (Sun, 12 Feb 2006)
New Revision: 1543

Added:
   freesci/trunk/custom/
   freesci/trunk/custom/Makefile.am
   freesci/trunk/custom/README
   freesci/trunk/custom/lsl2.scifx
   freesci/trunk/custom/sq3.scifx
Modified:
   freesci/trunk/Makefile.am
   freesci/trunk/README
   freesci/trunk/config
   freesci/trunk/config.h
   freesci/trunk/config.log
   freesci/trunk/configure.in
   freesci/trunk/freesci.spec
Log:
* Added per-resource customisations to stable branch
* Mentioned include directive in README

-- Christoph



Modified: freesci/trunk/Makefile.am
===================================================================
--- freesci/trunk/Makefile.am   2006-02-12 21:13:25 UTC (rev 1542)
+++ freesci/trunk/Makefile.am   2006-02-12 21:19:21 UTC (rev 1543)
@@ -1,4 +1,4 @@
-SUBDIRS = doc desktop src conf debian
+SUBDIRS = doc desktop src conf debian custom
 EXTRA_DIST = reconf THANKS TODO README.Win32 README.DOS config README.Unix\
         freesci.spec README.DC
 

Modified: freesci/trunk/README
===================================================================
--- freesci/trunk/README        2006-02-12 21:13:25 UTC (rev 1542)
+++ freesci/trunk/README        2006-02-12 21:19:21 UTC (rev 1543)
@@ -98,10 +98,17 @@
 
 This directory stores FreeSCI data files such as saved games. If a file called
 'config' exists in this directory, it will be read and parsed by the 
interpreter
-after the game has been loaded. This file may be used to specify a variety of
-configuration options.
+after the game has been loaded; this file may ask for specifications from
+other files to be included (as with the C preprocessor) by using the notation
 
+       %include < [filename] >
 
+where [filename] is the name of the file to be included; as far as the
+configuration file reader is concerned, this is equivalent to replacing
+the entire statement with the contents of the file [filename]. FreeSCI
+automatically checks for and warns about circular inclusion.
+
+
 Currently, the configuration file may contain:
 
 - Comments preceeded by a hash '#' sign

Modified: freesci/trunk/config
===================================================================
--- freesci/trunk/config        2006-02-12 21:13:25 UTC (rev 1542)
+++ freesci/trunk/config        2006-02-12 21:19:21 UTC (rev 1543)
@@ -1,6 +1,6 @@
-# Example configuration file for FreeSCI 0.3.2
-#
-# This will slow down FreeSCI considerably, but give you much better graphics.
+## Example configuration file for FreeSCI
+##
+## This will slow down FreeSCI considerably, but give you much better graphics.
 
 pic_buffer_size = 4
 pic0_brush_mode = more-random
@@ -13,3 +13,32 @@
 cursor_filter = trilinear
 pic_filter = trilinear
 view_filter = trilinear
+
+## Per-resource graphical customisation: Adjust brightness of some pictures
+## a little bit to make the games look nicer.
+##
+## To get this to work, you will have to copy the scifx files into your
+## ~/.freesci subdirectory.
+#
+# [lsl2]
+# %include<lsl2.scifx>
+#
+# [sq3]
+# %include<sq3.scifx>
+
+## Example game: Uncomment this and update it for each of your games.
+## The below will allow you to run the game 'FooQuest', whose resources
+## are located in '/usr/share/fooquest', by running 'freesci FooQuest'.
+## You may want to duplicate this section for all of your games.
+
+# [FooQuest]
+#
+# resource_dir = /usr/share/fooquest
+# version = 0.000.685
+
+## The last line specifies the SCI version to use. If the game doesn't
+## behave completely as expected, FreeSCI's version detection may be
+## failing; by overriding the game version, you can fix this.
+##   To determine the game version, you will first have to find the
+## original DOS executable of the SCI game (typically SCIV.EXE), and then
+## run 'strings SCIV.EXE | grep 000'.

Modified: freesci/trunk/config.h
===================================================================
--- freesci/trunk/config.h      2006-02-12 21:13:25 UTC (rev 1542)
+++ freesci/trunk/config.h      2006-02-12 21:19:21 UTC (rev 1543)
@@ -201,7 +201,7 @@
 /* #undef UNCHECKED_MALLOCS */
 
 /* Version number of package */
-#define VERSION "0.3.5pre2"
+#define VERSION "0.3.5pre3"
 
 /* Define to 1 if you want to build with on-screen console support. */
 /* #undef WANT_CONSOLE */

Modified: freesci/trunk/config.log
===================================================================
--- freesci/trunk/config.log    2006-02-12 21:13:25 UTC (rev 1542)
+++ freesci/trunk/config.log    2006-02-12 21:19:21 UTC (rev 1543)
@@ -4,7 +4,7 @@
 It was created by configure, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
-  $ ./configure --no-create --no-recursion
+  $ ./configure 
 
 ## --------- ##
 ## Platform. ##
@@ -151,7 +151,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
 configure:2854: result: gcc -E
@@ -169,7 +169,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
 configure:2966: checking for egrep
@@ -503,8 +503,8 @@
 configure:6255: result: yes
 configure:6168: checking for memf
 configure:6225: gcc -o conftest -g -O2   conftest.c  >&5
-/tmp/cc87Gp0g.o: In function 
`main':/home/creichen/work/port/tmp/release/trunk/conftest.c:80: undefined 
reference to `memf'
-/tmp/cc87Gp0g.o:(.data+0x0): undefined reference to `memf'
+/tmp/ccECr8gT.o: In function 
`main':/home/creichen/work/port/tmp/release/trunk/conftest.c:80: undefined 
reference to `memf'
+/tmp/ccECr8gT.o:(.data+0x0): undefined reference to `memf'
 collect2: ld returned 1 exit status
 configure:6231: $? = 1
 configure: failed program was:
@@ -516,7 +516,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -595,8 +595,8 @@
 configure:6255: result: no
 configure:6168: checking for rob
 configure:6225: gcc -o conftest -g -O2   conftest.c  >&5
-/tmp/cc0PBEYp.o: In function 
`main':/home/creichen/work/port/tmp/release/trunk/conftest.c:80: undefined 
reference to `rob'
-/tmp/cc0PBEYp.o:(.data+0x0): undefined reference to `rob'
+/tmp/cc0Jvr21.o: In function 
`main':/home/creichen/work/port/tmp/release/trunk/conftest.c:80: undefined 
reference to `rob'
+/tmp/cc0Jvr21.o:(.data+0x0): undefined reference to `rob'
 collect2: ld returned 1 exit status
 configure:6231: $? = 1
 configure: failed program was:
@@ -608,7 +608,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -779,7 +779,7 @@
 configure:6763: gcc -E   conftest.c
 configure:6769: $? = 0
 configure:6828: gcc -o conftest -g -O2    -lgii -lgg   conftest.c -lasound  
-lasound -lm  >&5
-/tmp/cckULghn.o: In function 
`main':/home/creichen/work/port/tmp/release/trunk/conftest.c:54: undefined 
reference to `ggiInit'
+/tmp/ccQ6bK9Y.o: In function 
`main':/home/creichen/work/port/tmp/release/trunk/conftest.c:54: undefined 
reference to `ggiInit'
 collect2: ld returned 1 exit status
 configure:6834: $? = 1
 configure: failed program was:
@@ -791,7 +791,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -868,7 +868,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -924,7 +924,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -980,7 +980,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -1036,7 +1036,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -1092,7 +1092,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -1149,7 +1149,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -1212,7 +1212,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -1275,7 +1275,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -1338,7 +1338,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -1401,7 +1401,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -1464,7 +1464,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -1527,7 +1527,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -1590,7 +1590,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -1654,7 +1654,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -1745,7 +1745,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -1804,7 +1804,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -1895,7 +1895,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -1954,7 +1954,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -2045,7 +2045,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -2106,7 +2106,7 @@
 configure:8178: gcc -E   conftest.c
 configure:8184: $? = 0
 configure:8244: gcc -o conftest -g -O2      conftest.c -lasound  -lasound -lm  
>&5
-/tmp/ccWqb84F.o: In function 
`main':/home/creichen/work/port/tmp/release/trunk/conftest.c:56: undefined 
reference to `noecho'
+/tmp/cciCE45q.o: In function 
`main':/home/creichen/work/port/tmp/release/trunk/conftest.c:56: undefined 
reference to `noecho'
 collect2: ld returned 1 exit status
 configure:8250: $? = 1
 configure: failed program was:
@@ -2118,7 +2118,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -2276,7 +2276,7 @@
 configure:10222: result: yes
 configure:10235: checking for XftDisplayInfoGet in -lXft
 configure:10265: gcc -o conftest -g -O2  -I/usr/include/freetype2  conftest.c 
-lXft  -lasound  -lasound -lm  >&5
-/tmp/ccYDKqZL.o: In function 
`main':/home/creichen/work/port/tmp/release/trunk/conftest.c:68: undefined 
reference to `XftDisplayInfoGet'
+/tmp/ccCCsyHx.o: In function 
`main':/home/creichen/work/port/tmp/release/trunk/conftest.c:68: undefined 
reference to `XftDisplayInfoGet'
 collect2: ld returned 1 exit status
 configure:10271: $? = 1
 configure: failed program was:
@@ -2288,7 +2288,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -2387,7 +2387,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -2503,7 +2503,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -2607,7 +2607,7 @@
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "freesci"
-| #define VERSION "0.3.5pre2"
+| #define VERSION "0.3.5pre3"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -2679,6 +2679,48 @@
 configure:11752: result: yes
 configure:11880: creating ./config.status
 
+## ---------------------- ##
+## Running config.status. ##
+## ---------------------- ##
+
+This file was extended by config.status, which was
+generated by GNU Autoconf 2.59.  Invocation command line was
+
+  CONFIG_FILES    = 
+  CONFIG_HEADERS  = 
+  CONFIG_LINKS    = 
+  CONFIG_COMMANDS = 
+  $ ./config.status 
+
+on maya
+
+config.status:787: creating Makefile
+config.status:787: creating debian/Makefile
+config.status:787: creating desktop/Makefile
+config.status:787: creating doc/Makefile
+config.status:787: creating doc/misc/Makefile
+config.status:787: creating doc/man/Makefile
+config.status:787: creating custom/Makefile
+config.status:787: creating conf/Makefile
+config.status:787: creating src/Makefile
+config.status:787: creating src/scicore/Makefile
+config.status:787: creating src/engine/Makefile
+config.status:787: creating src/gfx/Makefile
+config.status:787: creating src/gfx/drivers/Makefile
+config.status:787: creating src/gfx/resource/Makefile
+config.status:787: creating src/include/Makefile
+config.status:787: creating src/include/win32/Makefile
+config.status:787: creating src/include/beos/Makefile
+config.status:787: creating src/tools/Makefile
+config.status:787: creating src/win32/Makefile
+config.status:787: creating src/sound/Makefile
+config.status:787: creating src/morphos/Makefile
+config.status:787: creating src/wince/Makefile
+config.status:787: creating src/menu/Makefile
+config.status:787: creating freesci.spec
+config.status:853: creating config.h
+config.status:1213: executing default-1 commands
+
 ## ---------------- ##
 ## Cache variables. ##
 ## ---------------- ##
@@ -2831,14 +2873,14 @@
 PACKAGE_VERSION=''
 PATH_SEPARATOR=':'
 RANLIB='ranlib'
-RPM_VERSION='0.3.5pre2'
+RPM_VERSION='0.3.5pre3'
 SCIV_LDFLAGS=''
 SDL_CFLAGS='-g -O2 -I/usr/include/SDL -D_REENTRANT'
 SDL_CONFIG='/usr/bin/sdl-config'
 SDL_LIBS='-L/usr/lib -lSDL -lpthread'
 SET_MAKE=''
 SHELL='/bin/sh'
-VERSION='0.3.5pre2'
+VERSION='0.3.5pre3'
 X_CFLAGS=' -I/usr/X11R6/include'
 X_EXTRA_LIBS=''
 X_LIBS=' -lXrender -lfontconfig -lXi -lX11 -lXext'
@@ -2956,458 +2998,8 @@
 #define SIZEOF_LONG 4
 #define SIZEOF_SHORT 2
 #define STDC_HEADERS 1
-#define VERSION "0.3.5pre2"
+#define VERSION "0.3.5pre3"
 #define WITH_PIC_SCALING 1
 #define YYTEXT_POINTER 1
 
 configure: exit 0
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = freesci.spec
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating freesci.spec
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = doc/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating doc/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = doc/misc/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating doc/misc/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = doc/man/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating doc/man/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = desktop/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating desktop/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = src/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating src/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = src/scicore/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating src/scicore/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = src/engine/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating src/engine/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = src/include/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating src/include/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = src/include/win32/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating src/include/win32/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = src/include/beos/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating src/include/beos/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = src/gfx/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating src/gfx/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = src/gfx/resource/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating src/gfx/resource/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = src/gfx/drivers/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating src/gfx/drivers/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = src/sound/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating src/sound/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = src/tools/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating src/tools/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = src/win32/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating src/win32/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = src/morphos/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating src/morphos/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = src/wince/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating src/wince/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = src/menu/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating src/menu/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = conf/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating conf/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = debian/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating debian/Makefile
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = 
-  CONFIG_HEADERS  = config.h
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:852: creating config.h
-config.status:1212: executing default-1 commands
-
-## ---------------------- ##
-## Running config.status. ##
-## ---------------------- ##
-
-This file was extended by config.status, which was
-generated by GNU Autoconf 2.59.  Invocation command line was
-
-  CONFIG_FILES    = src/Makefile
-  CONFIG_HEADERS  = 
-  CONFIG_LINKS    = 
-  CONFIG_COMMANDS = 
-  $ ./config.status 
-
-on maya
-
-config.status:786: creating src/Makefile
-config.status:1212: executing default-1 commands

Modified: freesci/trunk/configure.in
===================================================================
--- freesci/trunk/configure.in  2006-02-12 21:13:25 UTC (rev 1542)
+++ freesci/trunk/configure.in  2006-02-12 21:19:21 UTC (rev 1543)
@@ -4,7 +4,7 @@
 
 AC_CANONICAL_TARGET([])
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(freesci, 0.3.5pre2)
+AM_INIT_AUTOMAKE(freesci, 0.3.5pre3)
 
 AC_PROG_CC
 #AC_LIBTOOL_DLOPEN
@@ -328,6 +328,7 @@
        doc/Makefile \
         doc/misc/Makefile \
         doc/man/Makefile \
+        custom/Makefile \
         conf/Makefile \
        src/Makefile  \
        src/scicore/Makefile \

Added: freesci/trunk/custom/Makefile.am
===================================================================
--- freesci/trunk/custom/Makefile.am    2006-02-12 21:13:25 UTC (rev 1542)
+++ freesci/trunk/custom/Makefile.am    2006-02-12 21:19:21 UTC (rev 1543)
@@ -0,0 +1,3 @@
+EXTRA_DIST = lsl2.scifx sq3.scifx README
+#datadir = $(prefix)/share/games/freesci
+#data_DATA = lsl2.scifx sq3.scifx

Added: freesci/trunk/custom/README
===================================================================
--- freesci/trunk/custom/README 2006-02-12 21:13:25 UTC (rev 1542)
+++ freesci/trunk/custom/README 2006-02-12 21:19:21 UTC (rev 1543)
@@ -0,0 +1,6 @@
+Per-resource graphical customisation for SCI games
+--------------------------------------------------
+
+Use the %include<> directive or copy and paste them into your ~/.freesci after
+the appropriate game section (cf. sample configuration file) to spice up your
+graphics just a little bit.

Added: freesci/trunk/custom/lsl2.scifx
===================================================================
--- freesci/trunk/custom/lsl2.scifx     2006-02-12 21:13:25 UTC (rev 1542)
+++ freesci/trunk/custom/lsl2.scifx     2006-02-12 21:19:21 UTC (rev 1543)
@@ -0,0 +1,43 @@
+# LSL2 per-resource palette configuration
+# Copyright (C) 2006 Matt Hargett
+
+#ego
+view(507,155,161,163,170,197,198,431,432,145..159,131..141,191,104,244,215,217,219,100,101,110,111,112,113,192,193,604,704..706,717,718,818,819,822,823,824,831,832,833,834,835)
 *= 1.25;
+pic(28,99) *= 1.25;
+view(218)(3) *= 1.25;
+view(218)(0..2) *= 0.9;
+view(820)(0,1) *= 0.9;
+view(227,224,206,208,209,220) *= 0.9;
+view(221,254,252) *= 0.7;
+view(820)(2..4) *= 1.2;
+view(816)(5)(0) *= 1.2;
+view(516,509,501..504,401..403,408,409,411,413,414,417,418,419,430,310,302,303,120..124,232,223,208,710,716,714)
 *=1.1;
+view(434..438,311,313,316,319,321,323,324,306..309,248,245,246,233..235,237,226,229,222,203,204,205,600,525,524,523,522,520,602,605,608,707..708)
 *=1.2;
+view(305)(4) *= 1.1;
+view(305)(0..3) *= 0.6;
+view(661)(0,1,3..5) *= 1.2;
+view(661)(2) *= 0.7;
+view(711,712,713,60) *= (0.9, 1.0, 1.0);
+view(816)(0..4) *= 0.9;
+view(506,508,500,252,803,804,433) *= 0.6;
+view(513)(0..5) *= 0.5;
+view(240..243,701,722) *= 0.8;
+view(700)(1) *= (0.6, 0.9, 1.0);
+view(610,611) *= (0.9, 1.0, 1.1);
+view(607)(1)  *= 0.8;
+view(253,228,247,300,326) *= 0.8;
+view(412) *= 1.3;
+pic(96) *= 1.1;
+
+pic(92,93,18,20..26,134,40,50,76..82,181) *= 0.9;
+pic(114..118,125,11..17,19,43,70..74,44,86,101..104,32,33,35,36,95) *= 0.85;
+#titles
+view(800,801) *= 1.5;
+pic(10,90,91) *= 0.4;
+
+#misc effects
+view(702) *= (1.1, 1.0, 1.0);
+view(519) *= 0.8;
+
+view(200)(0) *= 0.7;
+view(201,202) *= 0.8;

Added: freesci/trunk/custom/sq3.scifx
===================================================================
--- freesci/trunk/custom/sq3.scifx      2006-02-12 21:13:25 UTC (rev 1542)
+++ freesci/trunk/custom/sq3.scifx      2006-02-12 21:19:21 UTC (rev 1543)
@@ -0,0 +1,81 @@
+# SQ3 per-resource palette configuration
+# Copyright (C) 2006 Matt Hargett
+
+# ego
+view(0,8,11,12,14,68,17,22..26,32,35, 751, 289, 288, 261, 260, 257, 213, 199, 
193, 192, 138, 137, 134, 109, 110, 113, 114, 117, 122, 123,100, 99, 97, 95, 89, 
88, 87, 85, 84, 82, 76, 68, 63, 104 ) *= 1.25 ;
+view(136) *= 1.15;
+view(106)(4,5,9) *= 1.25;
+view(105)(0,1) *= 1.25;
+# ego on garbage lifter -- lighten but not so as to make the lifter be 
obviously weird
+view(13)(0)(2) *= 1.15 ;
+view(31) *= 1.15;
+view(15)(3)(0) *= 1.25 ;
+view(16,19)(0) *= 1.25;
+view(57)(5..6) *= 1.25 ;
+view(21)(1) *= 1.25 ;
+# ego's shadow
+view(7,18) *= 0.5;
+view(6..8,18) *= 0.9;
+view(901) *= 1.25;
+view(751) *= 1.25;
+view(750)(1) *= 1.25;
+view(92)(4) *= 1.25;
+view(83)(0) *= 1.25;
+view(83)(1)(2) *=1.15;
+view(83)(2)(2) *=1.15;
+view(78)(3) *= 1.25;
+view(64)(2,3) *= 1.25;
+# ego's hands controlling robot
+pic(96) *= 1.15;
+# peeking at scumsoft
+pic(81,82) *= 1.15;
+#lifted by robot
+pic(430) *= 1.15;
+
+# computer controls
+view(40,41,42,149,146,141,151,152) *= 0.8;
+view(70,2) *= 0.9;
+pic(17,18,162..164,170,180,191,300) *= 0.75;
+
+# title screen
+view(900) *= 0.9;
+pic(1) *= 0.9 ;
+pic(926) *= 0.9;
+
+# humans(?)
+view(593,93,103,131..133,210,130,115) *= 1.2;
+pic(117) *=1.15;
+view(116)(1..2) *= 1.2;
+
+#ships, planets, and robots
+view(39) *= 0.9;
+view(1) *= 0.75;
+pic(205..209,112..115) *= 0.9;
+pic(60..72) *= 0.9;
+pic(153) *= 0.8;
+view(96) *= 0.9;
+pic(690) *= 0.9;
+view(77)(0..2) *= 0.7;
+view(259) *= 1.15;
+
+
+# in the garbage scow
+pic(1..20) *= 0.75 ;
+pic(157) *= 0.6;
+view(20)(0) *= 0.5;
+# rats
+view(15)(0,1) *= 0.6;
+view(34) *= 0.6;
+
+# guys from andromeda
+view(128) *= 0.9;
+view(601, 602) *= 0.9;
+
+# misc text bubbles, effects, etc
+view(94) *= 1.1;
+view(91, 73) *= 1.5;
+view(57)(3,4) *= 1.5;
+view(15)(4) *= 1.5;
+view(64)(0) *= 1.5;
+view(71)(8) *= 1.5;
+view(10)(6) *= 1.5;

Modified: freesci/trunk/freesci.spec
===================================================================
--- freesci/trunk/freesci.spec  2006-02-12 21:13:25 UTC (rev 1542)
+++ freesci/trunk/freesci.spec  2006-02-12 21:19:21 UTC (rev 1543)
@@ -1,6 +1,6 @@
 Summary: A portable interpreter for SCI games
 Name: freesci
-Version: 0.3.5pre2
+Version: 0.3.5pre3
 Release: 1
 Group: Games/Adventure
 Copyright: GPL





reply via email to

[Prev in Thread] Current Thread [Next in Thread]