Go to file
2005-12-14 19:02:56 +00:00
documentation/development 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
img small changes here and there. a debug function (SPOT), css, start of a navigation bar. 2005-09-20 07:05:05 +00:00
imgsource small changes here and there. a debug function (SPOT), css, start of a navigation bar. 2005-09-20 07:05:05 +00:00
templates added a navigation bar and modified the css file so that some links look like buttons. 2005-12-14 19:02:56 +00:00
createaccount.py accoutn creation works with clearsilver template. 2005-12-14 10:53:58 +00:00
database.py the last bugfix did not work 2005-12-14 19:01:05 +00:00
default.css added a navigation bar and modified the css file so that some links look like buttons. 2005-12-14 19:02:56 +00:00
deletegame.py fixed 3 bugs: 2005-12-14 14:23:14 +00:00
filehandling.py changed database backend to SqlObject. currently unusable until some bugs are fixed. 2005-11-23 17:34:20 +00:00
gamecreation.py fixed 3 bugs: 2005-12-14 14:23:14 +00:00
generate_goban_images.py small changes here and there. a debug function (SPOT), css, start of a navigation bar. 2005-09-20 07:05:05 +00:00
gnugo.py basic gameplay works again. What does not yet work: Things like proper error management, display of current turn and player etc. 2005-11-24 19:21:37 +00:00
helper.py game overview now works using clearsilver. 2005-12-13 10:10:34 +00:00
init_webgo.py changed database backend to SqlObject. currently unusable until some bugs are fixed. 2005-11-23 17:34:20 +00:00
login.py added a navigation bar and modified the css file so that some links look like buttons. 2005-12-14 19:02:56 +00:00
logout.py added a navigation bar and modified the css file so that some links look like buttons. 2005-12-14 19:02:56 +00:00
main.py added a navigation bar and modified the css file so that some links look like buttons. 2005-12-14 19:02:56 +00:00
playgame.py Bugfix: the goban table declaration was wrong before. this (among other things) prevented saving move to the database. 2005-12-14 17:36:05 +00:00
psql.py 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