Call this beta5.
Increment the version number and update some documentation.
This commit is contained in:
parent
2f37cf2d94
commit
078bcbb836
2 changed files with 12 additions and 7 deletions
15
about.html
15
about.html
|
|
@ -1,15 +1,19 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>RLG-Web β3 Information</title>
|
<title>RLG-Web β5 Information</title>
|
||||||
<link rel="stylesheet" type="text/css" href="style-rlg.css">
|
<link rel="stylesheet" type="text/css" href="style-rlg.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>RLG-Web β3 Help and Information</h1>
|
<h1>RLG-Web β5 Help and Information</h1>
|
||||||
<p>This page explains RLG-Web and how to use it. Since the project is still under rapid development, details may change.</p>
|
<p>This page explains <a href="/">RLG-Web</a> and how to use it. Since the project is still under rapid development, details may change.</p>
|
||||||
<h2>Browser Compatibility</h2>
|
<h2>Browser Compatibility</h2>
|
||||||
<p>RLG-Web has been tested using Firefox and Chrome; there should be no problems with recent versions of these two browsers. Safari and Opera ought to
|
<p>RLG-Web has been tested using Firefox and Chrome; there should be no problems with recent versions of these two browsers. Safari and Opera ought to
|
||||||
work, though they haven't been tested yet. Internet Explorer 9 is compatible, but older versions might not be.</p>
|
work, though they haven't been tested yet. Internet Explorer 9 is compatible, but older versions might not be.</p>
|
||||||
|
<h2>WebSockets</h2>
|
||||||
|
<p>If your browser supports it, RLG-Web will connect using WebSockets. This lets the server send data to your browser as soon as Rogue generates it,
|
||||||
|
instead of waiting for the browser to ask for it. This reduces latency.</p>
|
||||||
|
<p>The site will still work if your browser doesn't support this feature, but it will probably be annoyingly slow.</p>
|
||||||
<h2>Starting Games</h2>
|
<h2>Starting Games</h2>
|
||||||
<p>If you have already registered an account, you can log in. If not, create one with the "New name" button. Once logged in, RLG-Web will list your
|
<p>If you have already registered an account, you can log in. If not, create one with the "New name" button. Once logged in, RLG-Web will list your
|
||||||
saved games and let you resume them or start new ones.</p>
|
saved games and let you resume them or start new ones.</p>
|
||||||
|
|
@ -29,8 +33,9 @@ your game, and a 'Q' will quit.</p>
|
||||||
them.</p>
|
them.</p>
|
||||||
<p>Note: Super-Rogue does not work with the arrow keys or the number pad yet.</p>
|
<p>Note: Super-Rogue does not work with the arrow keys or the number pad yet.</p>
|
||||||
<h2>Saving Games</h2>
|
<h2>Saving Games</h2>
|
||||||
<p>If you accidentally close your browser, don't worry. If RLG-Web does not hear from you for a whole hour, it assumes you have gone away, and
|
<p>If you accidentally close your browser, don't worry. If your browser supports WebSockets, RLG-Web will save your game automatically. If not, it
|
||||||
automatically saves your game. Your strength 18 character with the two-handed sword on level 22 is safe from bugs. But the dragons are sure to get him.</p>
|
will be saved after staying idle for an hour, or you can force it to save when you return.</p>
|
||||||
|
<p>Your strength 18 character with the two-handed sword on level 22 is safe from bugs and network problems. But the dragons are sure to get him.</p>
|
||||||
<h2>Accounts and Passwords</h2>
|
<h2>Accounts and Passwords</h2>
|
||||||
<p>rlgallery.org doesn't use https yet, so you should not assume your password is safe. Don't use the same one you use on your bank's website, etc.</p>
|
<p>rlgallery.org doesn't use https yet, so you should not assume your password is safe. Don't use the same one you use on your bank's website, etc.</p>
|
||||||
<p>You don't have to supply a valid e-mail address. It will only be used if you ask to have your password reset.</p>
|
<p>You don't have to supply a valid e-mail address. It will only be used if you ask to have your password reset.</p>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>RLG-Web β4</title>
|
<title>RLG-Web β5</title>
|
||||||
<script type="text/javascript" src="termemu.js"></script>
|
<script type="text/javascript" src="termemu.js"></script>
|
||||||
<script type="text/javascript" src="termemu-keys.js"></script>
|
<script type="text/javascript" src="termemu-keys.js"></script>
|
||||||
<script type="text/javascript" src="rlgterm.js"></script>
|
<script type="text/javascript" src="rlgterm.js"></script>
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<link rel="stylesheet" type="text/css" href="style-rlg.css">
|
<link rel="stylesheet" type="text/css" href="style-rlg.css">
|
||||||
</head>
|
</head>
|
||||||
<body onload="setup()" onkeydown="sendkey(event)">
|
<body onload="setup()" onkeydown="sendkey(event)">
|
||||||
<h1>RLG-Web β4</h1>
|
<h1>RLG-Web β5</h1>
|
||||||
<div id ="top">
|
<div id ="top">
|
||||||
<img src="/bell.png" alt="bell" id="bell">
|
<img src="/bell.png" alt="bell" id="bell">
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue