Skip to content

Commit

Permalink
Fixing a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
marzojr committed May 1, 2024
1 parent 38e479e commit 1063b63
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 13 deletions.
4 changes: 2 additions & 2 deletions april2004.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1>
</table>
</td>
</tr>
<!-- SEPERATOR -->
<!-- SEPARATOR -->
<tr>
<td>
<br />
Expand Down Expand Up @@ -146,7 +146,7 @@ <h3>
</p>
</td>
</tr>
<!-- SEPERATOR -->
<!-- SEPARATOR -->
<tr>
<td>
<br />
Expand Down
314 changes: 314 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,314 @@
<!DOCTYPE html>
<html lang="en">

<head>
<title>
Exult
</title>
<meta charset="utf-8" />
<link href="default.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>

<body>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="75%">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center">
<div class="exult_logo">
</div>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
<tr>
<td align="center">
<b>
<a href="index.php">Home</a>
|
<a href="download.php">Download</a>
|
<a href="docs.php">Documentation</a>
|
<a href="faq.php">FAQ</a>
|
<a href="studio.php">Studio</a>
|
<a href="screenshots.php">Screen Shots</a>
</b>
</td>
</tr>
<tr>
<td align="center">
<b>
<a href="dev.php">Development</a>
|
<a href="https://github.com/exult/exult/discussions">Discussion</a>
|
<a href="about.php">About Us</a>
|
<a href="letters.php">Letters</a>
|
<a href="history.php">History</a>
|
<a href="links.php">Links</a>
</b>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<!-- HEADLINE -->
<h1>
What is it?
</h1>
<!-- CONTENT -->
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><a href="images/screenshots/si.png"><img src="images/screenshots/thumbs/si.png" width="160" height="100" vspace="5" hspace="10" alt="The Cheats" border="0"></a></td>
<td>
As computers evolve, we risk losing classic games from
the not-so-distant past. One of these, Ultima VII, a two part RPG from the
early 1990's, still has a huge following, and many consider it to
be one of the most immersive games ever produced. <i>Exult</i> is a
project to recreate Ultima VII for modern
operating systems, using the game's original plot, data, and graphics files.
</td>
</tr>
</table>

</td>
</tr>
<!-- SEPARATOR -->
<tr>
<td>
<br />
<hr />
</td>
</tr>
<tr>
<td>
<!-- HEADLINE -->
<h1>
News
</h1>
<!-- CONTENT -->
<table width="100%">
<tr><td width="20%" valign="top">16 April 2022<br/></td>
<td><p><b><u>Ultima VII turns 30 - Exult releases version 1.8</u></b><br/></p>
<p>30 years ago Origin released Ultima VII - The Black Gate and many still
hold this game in a very high regard. We certainly do!<br/>
Instead of waiting another decade this is the perfect opportunity to release
our next version. Because of the measures we took to eliminate weird crashes
it was important to make a new release available.<br/>
By default we will now play the extended intro of Serpent Isle, that we restored
from an old recording of it. It was cut and slimmed down for the release of
Ultima VII's Part 2 to conserve precious floppy disk space. A shout out to
Denis Loubet for creating this masterpiece.<br/>
Two important things were always missing from Exult in regards to the Black
Gate:<br/>
The sound effects in the intro and the congratulations screen! Both are now
present!<br/>
Currently we are in the process of merging Ken Cecka's fork of Exult for
<b>Android</b> (*). While this is not yet finished, Ken created a 1.8 version
based on our release code.<br/>

You can find the Android, Windows and macOS releases on our
<a href="download.php">download page</a> (**).<br/>
Please play with it and tell us of any problem you encounter using the
<a href="forum/index.php">forum</a> or
<a href="https://github.com/exult/exult/issues">bug tracker</a>.</p>

<p>A brief list of the most important changes in Exult since v1.6:</p>
<ul>
<li>Windows builds are by default 64bit</li>
<li>Exult Studio modernized by porting it to GTK+ 3 (thanks Dragon Baroque)</li>
<li>Exult Studio now offered as a download for macOS</li>
<li>Exult shows the proper ending screen for BG (you have beaten Ultima VII in nn days...)</li>
<li>Sound effects in the BG intro were missing</li>
<li>Extended intro for SI implemented</li>
<li>More crashes eliminated caused by cached out objects</li>
<li>"Gumps pause game" no longer delays usecode events</li>
<li>Smooth virtual joystick movement on iOS</li>
<li>iOS shows the mouse cursor when a real mouse device is used</li>
<li>Screenshots will now be saved in the PNG format</li>
<li>Status bars can now also be vertical on both sides of the screen</li>
<li>Updated Windows installer to download and install the audio packs and our mods</li>
<li>Our options have been reordered</li>
</ul>

<p>But we do have known issues:</p>
<ul>
<li>Antimagic rain caused by the cube generator is still not dissipating as fast as it should</li>
<li>Exult does not return to the game menu after beating the game (instead it quits)</li>
<li>Some schedules need more detailed love</li>
<li>Several bugs that need more in-depth looking at but no plot-stopping bugs</li>
</ul>
<p>(*) Follow Ken's fork at his
<a href="https://github.com/ceckak/exult/tree/android-port">github page</a>.</p>
<p>(**) All files have been scanned and cleared with
<a href="https://www.virustotal.com">Virus Total's online scanner</a>, however Avast
falsely flags our InnoSetup based installer for Windows.</p>
</td></tr>

<tr><td><br/><br/></td></tr>

<tr><td width="20%" valign="top">17 April 2020<br/></td>
<td><p><b><u>Exult 1.6 has been released to celebrate Ultima VII's 28th birthday!</u></b><br/></p>
<p>Almost ten years after the version 1.4.9rc1, 16 years after the last stable version (v1.2) and
28 years after the official release of Ultima VII - The Black Gate (16 April 1992), we are finally
ready to release a new version. With many developers busy with their real life and most having moved on,
it took us this long. We have been busy squashing more of the inexplicable crashes but these changes
will force us to stop supporting some ancient operating systems.<br/>
That's why we decided to release one last version of Exult, Exult Studio and Exult's tools for the old OS'
before moving on with development. For really old Windows operating systems (95/98/ME/NT/2000) we prepared
a legacy download.<br/>
So please grab the new version available on our <a href="download.php">download page</a>.<br/>
Please play with it and tell us of any problem you encounter using the
<a href="forum/index.php">forum</a> or
<a href="https://github.com/exult/exult/issues">bug tracker</a>.</p>

<p>A brief list of the most important changes in Exult since v1.4.9rc1:</p>
<ul>
<li>Shortcut bar with important shortcuts right on top of the screen (thanks Litchie)</li>
<li>Switch to SDL2 - important for up to date OS'</li>
<li>NxBR and HQ3x/HQ4x scalers</li>
<li>Option to drop stacks of items without confirmation</li>
<li>Some more combat options to make charmed combat more difficult</li>
<li>Schedules got a work-over and are more closer to the original but not yet perfect</li>
<li>NPCs using beds are sleeping better now</li>
<li>Paperdoll support of wearing diapers</li>
<li>Portable option for Windows</li>
<li>Separate settings for fullscreen and windowed mode possible</li>
<li>HighDPI mode available on macOS</li>
<li>Better pathfinding when the party boards a barge</li>
<li>Fixed most inexplicable crashes</li>
<li>Serpent Isle Beta version works</li>
<li>Cleaned up the code in many places and fixed many compiler warnings</li>
<li>Tons of bugfixes</li>
</ul>

<p>But we do have known issues:</p>
<ul>
<li>Some crashes due to some cached-out objects, we are working on this in another branch which will be the main snapshot after this release</li>
<li>Antimagic rain caused by the cube generator is not dissipating as fast as it should</li>
<li>Exult does not show the "you have beaten Ultima VII in n days" message</li>
<li>Exult does not return to the game menu after beating the game (instead it quits)</li>
<li>The BG intro does not have the proper sound effects</li>
<li>Fire Elementals cannot walk across lava</li>
<li>Some schedules need more detailed love</li>
<li>Several bugs that need more in-depth looking at but no plot-stopping bugs</li>
<li>When you disable "Gumps pause game", certain events might only happen after you close all gumps</li>
</ul>
</td></tr>

<tr><td><br/><br/></td></tr>

<tr><td width="20%" valign="top">14 March 2016<br/></td>
<td><p><b><u>Source code versioning moved to Git on GitHub.</u></b><br/></p>
<p>We are now working on our code via Git on <a href="https://github.com/exult">GitHub</a><br/>
Everything else, website, forum, mailinglist, bug tracker, etc. remains hosted on Sourceforge.net.</p>
</td></tr>

<tr><td><br/><br/></td></tr>

<tr><td width="20%" valign="top">19 March 2015<br/></td>
<td><p><b><u>Fan Project of the Year 2014 - Ultima Codex</u></b><br/></p>
<p>Exult has been voted Project of the Year 2014 by the readers of the
<a href="http://ultimacodex.com/2015/02/exult-the-2014-fan-project-of-the-year/">Ultima Codex</a>
in a close race with <a href="http://nuvie.sf.net">Nuvie</a>.<br/>
Our prize was a hand signed certificate by our Liege Lord British to each member of the
development team.<br/>
<a href="images/screenshots/project2014.png"><img src="images/screenshots/thumbs/project2014.png" width="245" height="321" vspace="5" hspace="10" alt="Fan Project 2014 certificate" border="0"></a></p>
<p><b><u>Exult on an iPhone/iPad</u></b><br/>
Chaoji Li (aka Litchie) forked Exult on <a href="https://github.com/litchie/exult-ios">Github</a> to work
on the initial porting effort by Lanica Dragon (which had stopped in 2013).<br/>
Read more about it in our <a href="http://exult.sourceforge.net/docs.php#iOS%20Guide">Documentation</a>.</p>
<p>As for a new version of Exult, again lot of bugs have been fixed, the game eggs bug referred to below among
them but other bugs have of course appeared.</p>
</td></tr>

<tr><td><br/><br/></td></tr>

</table>

</td>
</tr>
<!-- SEPARATOR -->
<tr>
<td>
<br />
<hr />
</td>
</tr>

<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="center">
&nbsp;
</td>
</tr>
<tr>
<td align="center">
<a href="http://sourceforge.net"><img
src="http://sourceforge.net/sflogo.php?group_id=2335&amp;type=1"
alt="SourceForge" height="31" width="88" border="0"></a>
&nbsp;
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html40" alt="Valid HTML 4.0!" height="31"
width="88" border="0"></a>
</td>
</tr>
<tr>
<td align="center">
&nbsp;
</td>
</tr>
<tr>
<td align="center">
<address>
<small>
Problems with Exult or this webpage?
<a href="http://exult.info/forum/memberlist.php?mode=contactadmin">Contact
us.</a>
</small>
</address>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center">
<address>
<small>
Last modified: 2024-05-01
</small>
</address>
</td>
</tr>
<tr>
<td>
&nbsp;
</td>
</tr>
</table>
</div>
</body>

</html>
Loading

0 comments on commit 1063b63

Please sign in to comment.