John "Elwin" Edwards
|
3f54b7a87d
|
Make arogue5 scores appear on the player pages too.
This could probably be done in a more structured way.
|
2012-09-17 11:41:11 -07:00 |
|
John "Elwin" Edwards
|
44d2b92159
|
Add high score list support for arogue5.
|
2012-09-17 10:24:38 -07:00 |
|
John "Elwin" Edwards
|
30bdbebf0b
|
Store arogue5 results in the database.
The ARogueGame class is functional enough to put game results into the
database, though it still can't get them back out.
|
2012-09-17 09:14:26 -07:00 |
|
John "Elwin" Edwards
|
34585136ed
|
Begin adding arogue5 support to the recorder script.
rlgalldb.py's arogue5 object is a nonfunctional stub, but at least it
doesn't crash and the other games still work.
|
2012-09-16 20:44:22 -07:00 |
|
John "Elwin" Edwards
|
4771dce2d0
|
Continue removing the time module.
Convert some more struct_time instances to datetime objects.
|
2012-07-26 10:14:56 -07:00 |
|
John "Elwin" Edwards
|
72fcde0ae0
|
Remove obsolete code.
Remove some unnecessary module imports and code that worked with UNIX
timestamps.
|
2012-07-26 09:35:07 -07:00 |
|
John "Elwin" Edwards
|
d7d87a3a91
|
Switch to SQL timestamps.
Use SQL timestamps whenever possible, and don't store UNIX timestamps
in the database at all.
|
2012-07-25 23:05:12 -07:00 |
|
John "Elwin" Edwards
|
ddf0ec25b0
|
Put this project under version control, finally.
Scripts for rlgallery.org, using a PostgreSQL backend. The recorder
system is in py/, CGI scripts are in web/.
|
2012-07-25 21:59:42 -07:00 |
|