Commit graph

11 commits

Author SHA1 Message Date
phear a000c9dd9a fixed 3 bugs:
- check for timeout in gamecreation.py
- game deletion did not work correctly
- game creation always wrote to the first game slot.
2005-12-14 14:23:14 +00:00
phear 6abbcee533 game overview now works using clearsilver. 2005-12-13 10:10:34 +00:00
phear 6474c7f47c changed database backend to SqlObject. currently unusable until some bugs are fixed. 2005-11-23 17:34:20 +00:00
phear 2066a179cf game selection now has a nice table with players, access time etc. Users can now set an optional name for the game they create. This name gets displayed in game selection table. 2005-10-09 21:29:29 +00:00
phear a8fdc2ffad now there is a working button at the login page to create a new user. User creation should work, although right now it lacks a check whether or not the user already exists. 2005-10-03 21:45:39 +00:00
phear cc76ec975b webgo now utilizes gnugo to evaluate moves. The game is now playable (though I dont know what happens if someone wins/finishes a game :)) 2005-09-23 14:37:07 +00:00
phear 2630332479 logout and refresh buttons in navigation_bar work. Cleaned some old stuff. 2005-09-20 09:51:12 +00:00
phear 18405f247a renamed some variables, cleaned up some argument requirements of game_overview_form(), the game_overview button for the game display now works 2005-09-20 09:16:13 +00:00
phear a901d5f237 small changes here and there. a debug function (SPOT), css, start of a navigation bar. 2005-09-20 07:05:05 +00:00
phear 230f04c758 game creation and deletion should work. After deletion a 'session timed out' error occures, this still has to be fixed. 2005-09-14 14:29:58 +00:00
phear ece81b8695 basic display of goban works, playing not yet possible. skeleton for game deletion inserted. 2005-09-12 17:30:02 +00:00