Commit graph

7 commits

Author SHA1 Message Date
John "Elwin" Edwards
479c173caf SVG charts: separate database-querying and chart-printing code.
Create Game methods in rlgall.py to get histogram data for score, xl,
maxdepth.  In stats2.py, make the chart-printing functions use this
data and avoid running hard-coded queries.
2014-01-16 16:25:09 -08:00
John "Elwin" Edwards
48c1b168bc Add depth and maxdepth columns to the RogueGame tables. 2014-01-11 10:45:33 -05:00
John "Elwin" Edwards
291d5d4ffc rlgall.py: delete a few lines that got moved elsewhere 2014-01-10 17:01:11 -05:00
John "Elwin" Edwards
dfd8098844 Remove the static high score page.
Don't create it, change all links, and redirect any requests.
2014-01-03 13:02:29 -05:00
John "Elwin" Edwards
d34e211a3f Add a high score CGI script.
/scoring/high.cgi shows a score list, with a configurable length,
offset, and game list.
2014-01-03 11:11:07 -05:00
John "Elwin" Edwards
41eab38a58 Add a footer with some links to the Web pages. 2014-01-02 13:58:05 -05:00
John "Elwin" Edwards
f272772dcb Change the Python module's name back to rlgall.
It is no longer an experimental variant.  Using a database as a backend
is a settled feature.
2014-01-02 13:09:48 -05:00
Renamed from py/rlgalldb.py (Browse further)