# HG changeset patch # User John "Elwin" Edwards # Date 1381018224 25200 # Node ID 070a9ced4d3e9271b897ab260c62dad78f1c7708 # Parent 10b79bca2142f595ef50d078cdd7f9c3da2a7c6e Add README, put some new links on several pages. diff -r 10b79bca2142 -r 070a9ced4d3e README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.txt Sat Oct 05 17:10:24 2013 -0700 @@ -0,0 +1,17 @@ +RLG: various files used by the Roguelike Gallery. + +dgl/ contains the Gallery's dgamelaunch.conf file, the dgamelaunch menus, and +a patch to dgamelaunch 1.5.1 which makes it compatible with the RLGWebD +player. + +py/ contains various Python scripts. + +py/recorder.py processes the log files and stores the data in a PostgreSQL +database. It should be run periodically by cron. + +py/rlgalldb.py is a module which recorder.py requires. It should be installed +in /lib/python/site-packages or the equivalent location. + +web/ contains the static parts of the rlgallery.org website. Note that when +installed, scoring/ needs to be writable by whatever user is running the +recorder.py script. diff -r 10b79bca2142 -r 070a9ced4d3e web/about/index.html --- a/web/about/index.html Tue Sep 10 15:23:13 2013 -0400 +++ b/web/about/index.html Sat Oct 05 17:10:24 2013 -0700 @@ -19,6 +19,7 @@

Other information

Site

diff -r 10b79bca2142 -r 070a9ced4d3e web/about/srogue.html --- a/web/about/srogue.html Tue Sep 10 15:23:13 2013 -0400 +++ b/web/about/srogue.html Sat Oct 05 17:10:24 2013 -0700 @@ -13,7 +13,7 @@ final version, numbered 9.0, was completed in 1984.

Some of Super-Rogue's features, such as shops, mazes, and cockatrices, appeared in the original Hack at about the same time.

The Roguelike Restoration Project updated Super-Rogue to run on modern systems.

-

The Roguelike Gallery modified Super-Rogue to work with rlgallery.org's system, and fixed a few bugs which made winning easy.

+

The Roguelike Gallery modified Super-Rogue to work with rlgallery.org's system, fixed a few bugs which made winning easy, and added support for the arrow keys.

The source code is available for download.

diff -r 10b79bca2142 -r 070a9ced4d3e web/download.html --- a/web/download.html Tue Sep 10 15:23:13 2013 -0400 +++ b/web/download.html Sat Oct 05 17:10:24 2013 -0700 @@ -9,7 +9,7 @@

Roguelike Gallery

-

You can download the games in the Gallery and play them on your own computer.

+

You can download the Gallery's games and play them on your own computer.

Source code

Download

Choose this if you want to build the games yourself, or investigate how they work.

@@ -22,6 +22,8 @@ free MacBook and $100 for an Apple Developer account.

Windows

Coming soon...

+

Bugs?

+

If you find any problems, report them on Bitbucket.

diff -r 10b79bca2142 -r 070a9ced4d3e web/index.html --- a/web/index.html Tue Sep 10 15:23:13 2013 -0400 +++ b/web/index.html Sat Oct 05 17:10:24 2013 -0700 @@ -26,6 +26,7 @@
  • ttyrec files
  • News

    +

    Oct. 5, 2013: All the games have been updated to fix various bugs. Super-Rogue now supports arrow keys. Games can be downloaded.

    Sep. 15, 2012: Advanced Rogue 5 is available to play, in time for the Annual Roguelike Release Party. The Web app has been updated too.

    Aug. 19, 2012: The upgrade is complete, games are back online. Watch for more changes.

    Jul. 27, 2012: The latency problems with the Web player should be resolved now.