freesci-develop
[Top][All Lists]
Advanced

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

[freesci-develop] r1547 - in freesci/branches/glutton: . doc/man src


From: freesci
Subject: [freesci-develop] r1547 - in freesci/branches/glutton: . doc/man src
Date: Mon, 13 Feb 2006 02:29:06 +0100

Author: jameson
Date: 2006-02-13 02:29:02 +0100 (Mon, 13 Feb 2006)
New Revision: 1547

Modified:
   freesci/branches/glutton/configure.in
   freesci/branches/glutton/doc/man/freesci-tools.6
   freesci/branches/glutton/doc/man/freesci.6
   freesci/branches/glutton/freesci.spec
   freesci/branches/glutton/src/main.c
Log:
* Updated man pages
* Updated spec file

-- Christoph



Modified: freesci/branches/glutton/configure.in
===================================================================
--- freesci/branches/glutton/configure.in       2006-02-13 01:28:40 UTC (rev 
1546)
+++ freesci/branches/glutton/configure.in       2006-02-13 01:29:02 UTC (rev 
1547)
@@ -4,7 +4,7 @@
 
 AC_CANONICAL_TARGET([])
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(freesci, 0.6.2-pre0)
+AM_INIT_AUTOMAKE(freesci, 0.6.2)
 
 AC_PROG_CC
 #AC_LIBTOOL_DLOPEN

Modified: freesci/branches/glutton/doc/man/freesci-tools.6
===================================================================
--- freesci/branches/glutton/doc/man/freesci-tools.6    2006-02-13 01:28:40 UTC 
(rev 1546)
+++ freesci/branches/glutton/doc/man/freesci-tools.6    2006-02-13 01:29:02 UTC 
(rev 1547)
@@ -1,10 +1,7 @@
-.TH "FreeSCI tools" 6 "Jan 27, 2001" 0.3.1 FreeSCI
+.TH "FreeSCI tools" 6 "Jan 27, 2001" 0.6.2 FreeSCI
 
 .SH NAME
 .HP
-.BR sciconsole 
-\- A command console for inspection of SCI data
-.HP
 .BR scidisasm 
 \- Disassembles all script resources into .script files
 .HP
@@ -20,12 +17,6 @@
 executable (which you're probably interesed in if you want to play SCI 
 games) is described in \fBsciv\fR(6).
 
-.BR SCICONSOLE
-.P
-The \fBsciconsole\fR program provides a command console for inspection
-of SCI data. It reads the SCI resource files from the current directory.
-There are no command line options.
-
 .BR SCIDISASM
 .P
 The \fBscidisasm\fR program disassembles all script resources in SCI
@@ -131,15 +122,15 @@
 .BR VOCABDUMP
 .P
 This tool can be used to display  kernel function and selector names. It
-is obsolete. You should rather use \fBsciconsole\fR.
+is obsolete.
 
 .SH SEE ALSO
-.BR sciv (6).
+.BR freesci (6).
 
 .SH AUTHORS
 .P
-This software is copyright (c) 1999,2000,2001 by
-Christoph Reichenbach <address@hidden>,
+This software is copyright (c) 1999-2006 by
+Christoph Reichenbach <address@hidden>,
 Carl Muckenhoupt <address@hidden>,
 Dmitry Jemerov <address@hidden>, 
 Magnus Reftel <address@hidden>,
@@ -147,6 +138,10 @@
 Lars Skovlund <address@hidden>,
 Matt Hargett <address@hidden>,
 Solomon Peachy <address@hidden>,
+Walter van Niftrik <address@hidden>,
+Ruediger Hanke <address@hidden>,
+Hugues Valois <address@hidden>,
+Alexander Angas <address@hidden>,
 Rickard Lind <address@hidden> and
 Rink Springer <address@hidden>.
 .P

Modified: freesci/branches/glutton/doc/man/freesci.6
===================================================================
--- freesci/branches/glutton/doc/man/freesci.6  2006-02-13 01:28:40 UTC (rev 
1546)
+++ freesci/branches/glutton/doc/man/freesci.6  2006-02-13 01:29:02 UTC (rev 
1547)
@@ -45,9 +45,10 @@
 .TP
 .BR \fIgame\fR
 An identifier describing the game to start. This identifier (GAME_ID) must be
-declared in the configuration file. If omitted, the interpreter will attempt
-to read resource files from the current working directory (or the
-directory specified by the \fB\-\-gamedir\fR option).
+declared in the configuration file. If omitted, the interpreter will test 
whether
+a configuration file is present; if so, it will present a graphical game 
selection
+screen and otherwise attempt to read resource files from the current working
+directory (or the directory specified by the \fB\-\-gamedir\fR option).
 
 .TP
 .BR \fIsavegame\fR
@@ -177,6 +178,10 @@
 settings.
 
 .P
+It is possible to include other files with the \fB%include<#>\fR directive. 
FreeSCI
+will automatically detect and warn about circular inclusions.
+
+.P
 Here is a complete listing of all options supported:
 
 .P
@@ -385,7 +390,13 @@
 Chooses a file the OSS sequencer should print debug output to. This is
 not particularly helpful for everyday use, and disabled by default.
 
+.TP
+PER-RESOURCE COLOUR CUSTOMISATION:
 
+.TP
+FreeSCI allows the brightness and hue of in-game images to be customised. A 
complete description of this mechanism can be found in the accompanying README.
+
+
 .SH EXAMPLES
 Here is an exemplary configuartion file:
 .PP
@@ -393,7 +404,7 @@
 .nf
 .RS
 # FreeSCI configuration file
-# For FreeSCI version 0.3.2
+# For FreeSCI version 0.3.5
 
 # default values:
 
@@ -499,11 +510,11 @@
 
 .SH AUTHORS
 .P
-FreeSCI is copyright (c) 1999,2000,2001 by the following people:
+FreeSCI is copyright (c) 1999-2006 by the following people:
 
 .IP \(bu
 .PD 0
-Christoph Reichenbach <address@hidden>
+Christoph Reichenbach <address@hidden>
 .IP \(bu
 Carl Muckenhoupt <address@hidden>
 .IP \(bu
@@ -524,6 +535,14 @@
 Rickard Lind <address@hidden>
 .IP \(bu
 Rink Springer <address@hidden>
+.IP \(bu
+Hugues Valois <address@hidden>
+.IP \(bu
+Ruediger Hanke <address@hidden>
+.IP \(bu
+Alexander Angas <address@hidden>
+.IP \(bu
+Walter van Niftrik <address@hidden>
 .PD 0.4v
 
 .P

Modified: freesci/branches/glutton/freesci.spec
===================================================================
--- freesci/branches/glutton/freesci.spec       2006-02-13 01:28:40 UTC (rev 
1546)
+++ freesci/branches/glutton/freesci.spec       2006-02-13 01:29:02 UTC (rev 
1547)
@@ -1,10 +1,10 @@
 Summary: A portable interpreter for SCI games
 Name: freesci
-Version: 0.6.2_pre0
+Version: 0.6.2
 Release: 1
 Group: Games/Adventure
-Copyright: GPL
-Source: ftp://ftp.shaftnet.org/pub/freesci/freesci-%{version}.tar.bz2
+License: GPL
+Source: 
http://www-plan.cs.colorado.edu/creichen/freesci/freesci-%{version}.tar.bz2
 Buildroot: /var/tmp/%{name}-%{version}-%{release}-root
 #Prereq: ggi, SDL >= 1.1.8
 #BuildPrereq:  ggi-devel, SDL-devel >= 1.1.8
@@ -13,10 +13,11 @@
 FreeSCI is a portable interpreter for SCI games, such as the Space Quest
 series (starting with SQ3) or Leisure Suit Larry (2 and sequels).
 
+This is the unstable/development branch of FreeSCI.  Expect breakages not 
present
+in the stable version.  Also note that no savegames are supported at this 
point.
+
 It has the following improvements over Sierra SCI:
 - SCI0 background pictures can be rendered in higher resolutions and 256 colors
-- saving and restoring the game state is possible from more places than the
-  Sierra SCI engine allowed (using the debugger functions)
 - Better debugger (we believe :-)
 - More portable
 - It's Free software :-)
@@ -37,14 +38,20 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING INSTALL NEWS 
-%doc THANKS TODO doc/sci.sgml
+%doc THANKS TODO doc/sci.tex
 %doc README*
 %{_bindir}/sciv
-%{_bindir}/sciconsole
 %{_bindir}/scidisasm
 %{_bindir}/sciunpack
-%{_libdir}/libsciengine.a
+%{_bindir}/freesci
+%{_bindir}/freesci-setup
 %{_mandir}/man6/
+/usr/bin/bdftofont
+/usr/bin/fonttoc
+/usr/bin/scipack
+/usr/share/applnk/Games/Adventure/FreeSCI.desktop
+/usr/share/games/freesci/config.template
+/usr/share/icons/hicolor/48x48/apps/freesci.png
 
 %clean
 rm -rf $RPM_BUILD_ROOT

Modified: freesci/branches/glutton/src/main.c
===================================================================
--- freesci/branches/glutton/src/main.c 2006-02-13 01:28:40 UTC (rev 1546)
+++ freesci/branches/glutton/src/main.c 2006-02-13 01:29:02 UTC (rev 1547)
@@ -937,7 +937,7 @@
        getcwd(startdir, PATH_MAX);
        script_debug_flag = cl_options.script_debug_flag;
 
-       printf("FreeSCI %s Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004\n", 
VERSION);
+       printf("FreeSCI %s Copyright (C) 1999-2006\n", VERSION);
        printf(" Dmitry Jemerov, Christopher T. Lansdown, Sergey Lapin, Rickard 
Lind,\n"
                   " Carl Muckenhoupt, Christoph Reichenbach, Magnus Reftel, 
Lars Skovlund,\n"
                   " Rink Springer, Petr Vyhnak, Solomon Peachy, Matt Hargett, 
Alex Angas\n"





reply via email to

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