[Scummvm-cvs-logs] CVS: web status.php,1.3,1.4
Max Horn
fingolfin at users.sourceforge.net
Thu Oct 17 05:45:04 CEST 2002
Update of /cvsroot/scummvm/web
In directory usw-pr-cvs1:/tmp/cvs-serv29177
Modified Files:
status.php
Log Message:
HTMLified status page and fixed heaps of typos (spell checkers are a useful tool if you are publishing to a site that thousands of people visit...
Index: status.php
===================================================================
RCS file: /cvsroot/scummvm/web/status.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- status.php 17 Oct 2002 11:59:39 -0000 1.3
+++ status.php 17 Oct 2002 12:44:29 -0000 1.4
@@ -12,6 +12,11 @@
// load libraries
require($file_root."/include/"."incl.php");
+function html_headline ($str)
+{
+ return do_indent("<b>$str</b><br>\n".html_line());
+}
+
// start of html
html_header("ScummVM :: Status");
sidebar_start();
@@ -21,56 +26,53 @@
?>
<p>
- <big><b>State of the SCUMM - 17th October 2002</b></big><br>
- <? echo html_line(); ?>
+ <? echo html_headline("<big>State of the SCUMM - 17th October 2002</big>"); ?>
</p>
<p>
- <center><H3><a href="http://sourceforge.net/mailarchive/forum.php?thread_id=1199086&forum_id=7223">
-Link to the e-mail thread archive</a></H3></center>
- <pre>
-This is a summary of the current state of ScummVM, to help prepare for our
-next release.. which hopefully should be coming up very shortly.
+ <h3 align="center"><a href="http://sourceforge.net/mailarchive/forum.php?thread_id=1199086&forum_id=7223">
+Link to the e-mail thread archive</a></h3>
-First, a some of this content is targetted particully to developers, which
+<p>This is a summary of the current state of ScummVM, to help prepare for our
+next release.. which hopefully should be coming up very shortly.</p>
+
+<p>First, a some of this content is targeted at developers, which
is why this is being posted to the development mailing list. However, I
-will also be posting a link to this on the main news page shortly.
+will also be posting a link to this on the main news page shortly.</p>
-I'm going to break this status report down into several sections -
+<p>I'm going to break this status report down into several sections -
involving both our recent progress and several items that still need work,
beginning with the most specific and important issues... I'd like to hear
feedback on any of this, as well as any volunteers who want to help work
-on the 'rough spots'
-
-PORTS
------
-Currently we have official in-cvs ports for:
- SDL: We might as well say 'Me'
- Dreamcast: Marcus Comstedt
- MorphOS: Ruediger Hanke
- WinCE: Nicolas Bacca
- Mac Carbon: Unowned
- X11: Uncertain, possibly unowned. Lionel?
+on the 'rough spots'</p>
-Could all of the maintainers for the above please reply to this email and
+<? echo html_headline("PORTS"); ?>
+<p>Currently we have official in-cvs ports for:</p>
+<table cellspacing="3" cellpadding="3">
+ <tr><td align="right">SDL: </td><td>We might as well say 'Me'</td></tr>
+ <tr><td align="right">Dreamcast: </td><td>Marcus Comstedt</td></tr>
+ <tr><td align="right">MorphOS: </td><td>Ruediger Hanke</td></tr>
+ <tr><td align="right">WinCE: </td><td>Nicolas Bacca</td></tr>
+ <tr><td align="right">Mac Carbon: </td><td>Unowned</td></tr>
+ <tr><td align="right">X11: </td><td>Uncertain, possibly unowned. Lionel?</td></tr>
+</table>
+<p>Could all of the maintainers for the above please reply to this email and
let me know if your port still compiles with the latest CVS tree - I'm
-fairly certain some of you still havn't implemented Overlay support, which
+fairly certain some of you still haven't implemented Overlay support, which
is required by the OSystem interface for NewGUI. If you need assistance
with implementing Overlays, either take a look at the SDL implementation,
-or just post here and someone will help.
+or just post here and someone will help.</p>
-If you are no longer intrested in maintaining your port, or if you are
-intrested in picking up one of the unowned/abandoned ports, let everyone
+<p>If you are no longer interested in maintaining your port, or if you are
+interested in picking up one of the unowned/abandoned ports, let everyone
know. If you already maintain a port and don't reply to this e-mail within
-a week or so, I'll assume you have abandoned that port.
+a week or so, I'll assume you have abandoned that port.</p>
-Of course, new ports are welcome, if you have ported ScummVM to some new
-exotic bit of hardware :)
+<p>Of course, new ports are welcome, if you have ported ScummVM to some new
+exotic bit of hardware :)</p>
----------------------------------
+<? echo html_headline("LEGAL"); ?>
-LEGAL
------
- We are still in negotiations with LucasArts over this, although both of
+<p> We are still in negotiations with LucasArts over this, although both of
us are hoping to reach some kind of closure very very soon. Obviously,
this is a key element to being able to do a new release. The main issue at
the moment is their requirement for a 'non-profit' clause. We need to push
@@ -78,139 +80,144 @@
ScummVM itself (seriously, who would want to anyway? geez :)... but try
and convince LucasArts to still let commercial distribution in a package
of other software, such as a Linux distribution. This is required to
-ensure we are at least DFSG and OSD compliant.
+ensure we are at least DFSG and OSD compliant.</p>
-Hopefully I can knock some sense into them, and convince them that there's
+<p>Hopefully I can knock some sense into them, and convince them that there's
nothing wrong with this, otherwise this whole negotiation period - and
it's being going on for months - will be pretty pointless. Basically, we
need to have their permission to use an Artistic-license style clause. If
we're not DFSG/OSD compliant, it's going to cause a -lot- of headaches for
us in the future, and be quite unreasonable considering various
-re-licensing issues we're going to have to deal with.
+re-licensing issues we're going to have to deal with.</p>
-Other than that, IF we manage to resolve the legal situation in a way that
-can maintain a compatible license, we only have a few other steps left:
+<p>Other than that, IF we manage to resolve the legal situation in a way that
+can maintain a compatible license, we only have a few other steps left:</p>
- - Ensure all ports, makefiles and code are modified for proper seperation
+<ul>
+<li> Ensure all ports, makefiles and code are modified for proper separation
of the LGPL'ed code into statically linked library(s). "The New License"
will only apply to the 'scumm' directory in CVS, so if there is anything
contained within that you think has more generic use... please move it
into 'common' or some other suitable place. One we relicense it to "The
New License", going back won't be easy :). Max Horn has already spent
considerable time and effort splitting out the more generic functionality,
-and restructing the code to allow for library seperation.. but we're not
+and restructuring the code to allow for library separation... but we're not
completely done yet.
- - Negotiate with LucasArts regarding the use of trademarks, yadda yadda,
+<li> Negotiate with LucasArts regarding the use of trademarks, yadda yadda,
on the webpage. Our current negotiations only involve the code itself, we
still need to get permission (apparantly) to use the words "Monkey Island"
anywhere on the site <g>
+</ul>
+<? echo html_line(); ?>
----------------------------------
-Those are the two most important issues holding us back from a release. So
-with those in mind, let's look onto a far more intresting subject... game
-compatability!
+<p>Those are the two most important issues holding us back from a release. So
+with those in mind, let's look onto a far more interesting subject... game
+compatibility!</p>
-As usual, most of the outstanding bugs are related to Simon The Sorcerer,
-several months old, and filed by madshi. Unfortunatly nobody on the team
-currently has any particular intrest in maintaining the Simon module, and
+<p>As usual, most of the outstanding bugs are related to Simon The Sorcerer,
+several months old, and filed by madshi. Unfortunately nobody on the team
+currently has any particular interest in maintaining the Simon module, and
none of us know how it works anyway. If you want to volunteer to take over
this part of the code, your welcome to it. As always, our main focus is on
-providing support for LucasArts SCUMM games.
+providing support for LucasArts SCUMM games.</p>
-Mostly, all we have right now is a number of Zak256 bugs, and some small
+<p>Mostly, all we have right now is a number of Zak256 bugs, and some small
graphical glitches in LoomCD. We do need volunteers to go through with
latest CVS versions and replay older games, to ensure there are no
-regression bugs.
+regression bugs.</p>
-Now on to the good news for progress in the last few weeks/months:
+<p>Now on to the good news for progress in the last few weeks/months:</p>
-Jamieson Christian has done absolutely brilliant work with iMUSE,
-correcting the majority of the musical problems that plauged Sam and Max
+<p>Jamieson Christian has done absolutely brilliant work with iMuse,
+correcting the majority of the musical problems that plagued Sam and Max
in 0.2.0... this has led to -some- regression in earlier games, but we're
sure that is temporary and will be fixed shortly. Thanks also to Mike
-Nordell, who done the initial reverse engineering of Sam and Max's imuse
-and wrote some very useful notes on what he discovered.
+Nordell, who done the initial reverse engineering of Sam and Max's iMuse
+and wrote some very useful notes on what he discovered.</p>
-Torbjorn Andersson has been invaluable over the last few months in fixing
+<p>Torbjörn Andersson has been invaluable over the last few months in fixing
many other annoying glitches, and I think people will be very pleased with
-the huge amount of progress we've made since 0.2.0.
+the huge amount of progress we've made since 0.2.0.</p>
-We've also made some significant progress in The Dig and Full Throttle,
-with at least The Dig known to be completable (albiet in a very rough
+<p>We've also made some significant progress in The Dig and Full Throttle,
+with at least The Dig known to be completable (albite in a very rough
stage). Pawel Kolodziejski has done a good job with the implementation of
-a digital imuse mixer for these two games, and merging/cleaning up the new
-SMUSH player written by Xavier Trochu.
+a digital iMuse mixer for these two games, and merging/cleaning up the new
+SMUSH player written by Xavier Trochu.</p>
-Max Horn has implemented a 'New GUI' system, which looks far better then the previous, as well as providing a
-much cleaner interface for changing ScummVM settings. He's also currently working on an in-game 'Launcher' so
-people won't have to commit all our obscure command-line parameters to memory. The Launcher in particular is
-going to be a key point of our next release, along with hopefully support for at least The Dig.
+<p>Max Horn has implemented a 'New GUI' system, which looks far better then
+the previous, as well as providing a much cleaner interface for changing
+ScummVM settings. He's also currently working on an in-game 'Launcher' so
+people won't have to commit all our obscure command-line parameters to
+memory. The Launcher in particular is going to be a key point of our next
+release, along with hopefully support for at least The Dig.</p>
----------------------------------
-So, what needs work?
+<? echo html_line(); ?>
-We have several issues that need addressing.
+<p>So, what needs work?</p>
-In particular, we need a new save/load system. There are many changes we
-would like to make, but havn't, because doing so would break save-game
-compatabiltiy. What we really want (perferably for the next release, so
-it'll be widly adopted... the next release should be farirly big, a
-0.3.0).. is a new save system that has compatability in it's very design.
+<p>We have several issues that need addressing.</p>
+
+<p>In particular, we need a new save/load system. There are many changes we
+would like to make, but haven't, because doing so would break save-game
+compatibility. What we really want (preferably for the next release, so
+it will be widly adopted... the next release should be fairly big, a
+0.3.0).. is a new save system that has compatibility in it's very design.
So if we need to change the format AGAIN in a future release, save games
-from 0.3.0 would still work. If you are intrested in taking this on, talk
-to Fingolfin on IRC.. he and ludde have worked out some design concepts.
+from 0.3.0 would still work. If you are interested in taking this on, talk
+to Fingolfin on IRC.. he and ludde have worked out some design concepts.</p>
-Secondly, we launcher of course needs work, although Fingolfin seems to be
-fairly happy to work on that himself. This'll be a key point for our next
-release.
+<p>Secondly, we launcher of course needs work, although Fingolfin seems to be
+fairly happy to work on that himself. This will be a key point for our next
+release.</p>
-The Dig has several main outstanding issues.
+<p>The Dig has several main outstanding issues.
Firstly, akos codec 16 needs to be implemented. From the disassembly, this
seems to be a fairly simple codec.. however we do not currently have a
-good reverse engineer on the project. Applications are welcome :)
+good reverse engineer on the project. Applications are welcome :)</p>
-Implementation of Akos16 will also fix many missing animations in Full
-Throttle.
+<p>Implementation of Akos16 will also fix many missing animations in Full
+Throttle.</p>
-The Dig also has a very annoying bug regarding case 226 of o6_wait. This
+<p>The Dig also has a very annoying bug regarding case 226 of o6_wait. This
wait case is supposed to trigger when the actor has finished being
-redrawn. Unfortunatly, whilst it works in most cases, it causes VM freezes
-in certain specific situations.
+redrawn. Unfortunately, whilst it works in most cases, it causes VM freezes
+in certain specific situations.</p>
-There are a variety of room scrolling issues, in particular the Nexus has
+<p>There are a variety of room scrolling issues, in particular the Nexus has
some redraw issues when the room should 'wrap', and the room under the
-Tomb is completely messed up.
+Tomb is completely messed up.</p>
-There are some sound problems too, but the room and o6_wait issues are the
-most important.
+<p>There are some sound problems too, but the room and o6_wait issues are the
+most important.</p>
-Full Throttle is actually quite complete and bug free, apart from needed
-Akos16 implemented, and the missing INSANE subsystem.
+<p>Full Throttle is actually quite complete and bug free, apart from needed
+Akos16 implemented, and the missing INSANE subsystem.</p>
-Unfortunatly the lack of INSANE prevents the game from being completable
+<p>Unfortunately the lack of INSANE prevents the game from being completable
without resorting to the debugger to manually skip to various rooms.
INSANE, however, seems to be a fairly simple hard-coded set of
instructions in Full Throttle, and would take a short period of time for a
-decent RE'er to decypher.
+decent RE'er to decypher.</p>
-Implementing INSANE will, however, require some modifications to the SMUSH
+<p>Implementing INSANE will, however, require some modifications to the SMUSH
renderer, allowing the main SCUMM drawing functions (actor drawing, in
-particular) access to the SMUSH display.
+particular) access to the SMUSH display.</p>
-And that folks is about it.
+<p>And that folks is about it.</p>
-Remember, porters please get back to me about your ports.
+<p>Remember, porters please get back to me about your ports.</p>
+<pre>
- James 'Ender' Brown
Project Leader,
ScummVM
+</pre>
- </pre>
- </p>
<?
echo html_round_frame_end(" ");
More information about the Scummvm-git-logs
mailing list