Commit graph

  • a70946381f loading hdf files fixed (i think so) master age 2006-08-14 15:07:46 +0000
  • 5ea601efc8 various bugfixes and cleanups phear 2006-05-17 12:38:28 +0000
  • c4ee02e046 added a navigation bar and modified the css file so that some links look like buttons. phear 2005-12-14 19:02:56 +0000
  • da320b42c6 the last bugfix did not work phear 2005-12-14 19:01:05 +0000
  • c87f7eed3e added a small cherrypy logout page. phear 2005-12-14 18:04:38 +0000
  • 1e1ffa362e Bugfix: the goban table declaration was wrong before. this (among other things) prevented saving move to the database. phear 2005-12-14 17:36:05 +0000
  • 87a9d0e6fc forgot to svn add the template :) phear 2005-12-14 16:45:22 +0000
  • 942aaa00f9 clearsilvered display of goban finished. phear 2005-12-14 16:44:58 +0000
  • 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. phear 2005-12-14 14:23:14 +0000
  • a70d382c93 accoutn creation works with clearsilver template. phear 2005-12-14 10:53:58 +0000
  • 6a461c441e game creation with clearsilver should work now. phear 2005-12-13 19:44:07 +0000
  • 6abbcee533 game overview now works using clearsilver. phear 2005-12-13 10:10:34 +0000
  • 34420b0598 added a small function for using clearsilver. phear 2005-12-11 19:56:02 +0000
  • 025f4824fb started converting to clearsilver templates. phear 2005-12-11 19:00:50 +0000
  • 0a6290d480 removed goban.py, functionality is now in playgame.py. phear 2005-11-24 19:47:49 +0000
  • 611d67ddaf basic gameplay works again. What does not yet work: Things like proper error management, display of current turn and player etc. phear 2005-11-24 19:21:37 +0000
  • 6c3db3caf8 display of a board seems to work again. phear 2005-11-24 18:31:33 +0000
  • f09a9e86e0 debugging sqlobject within mod_python sucked, so I switched to cherrypy before the switch to sqlobject was complete. What works again: login, account creation, game overview, game creation. phear 2005-11-24 15:39:22 +0000
  • 6474c7f47c changed database backend to SqlObject. currently unusable until some bugs are fixed. phear 2005-11-23 17:34:20 +0000
  • b94b8fbbe9 fixed a small bug phear 2005-10-11 21:48:50 +0000
  • a921e193de changed trigger for button appearance in footer from blacklist to whitelist: buttons now have to be requested explicitly. phear 2005-10-09 22:26:07 +0000
  • bcab27acf1 css:changes for textboxes. phear 2005-10-09 22:23:35 +0000
  • 1a09d2ca9d ... and a second bug phear 2005-10-09 22:20:02 +0000
  • 739033c065 fixed condition when logout button appears. phear 2005-10-09 22:16:33 +0000
  • 27307791fd implemented logout button. phear 2005-10-09 22:11:29 +0000
  • 055756dab1 css: changed all id tags into class tags. phear 2005-10-09 21:43:20 +0000
  • 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. phear 2005-10-09 21:29:29 +0000
  • e9d3a9aaaa before this change WebGo had 2 represenations of the goban simultaneously (one in sgf and the other as a table in the database). This was just too ugly, even for me. Now all relevant functions use the parser from the last commit.It seems to work ... phear 2005-10-09 17:27:17 +0000
  • 5ab93abaf2 added a simple parser for static sgf files phear 2005-10-09 13:58:06 +0000
  • 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. phear 2005-10-03 21:45:39 +0000
  • 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 :)) phear 2005-09-23 14:37:07 +0000
  • 2630332479 logout and refresh buttons in navigation_bar work. Cleaned some old stuff. phear 2005-09-20 09:51:12 +0000
  • 18405f247a renamed some variables, cleaned up some argument requirements of game_overview_form(), the game_overview button for the game display now works phear 2005-09-20 09:16:13 +0000
  • e6a7b4e648 style optimization. IMHO the old version was technically correct, but firefox had problems. Now we work with id=... tags, this causes no errors. phear 2005-09-20 09:06:22 +0000
  • a901d5f237 small changes here and there. a debug function (SPOT), css, start of a navigation bar. phear 2005-09-20 07:05:05 +0000
  • 8f5568bcd0 "basic multiuser gameplay possible. Milestone m6 reached! phear 2005-09-14 16:48:07 +0000
  • e7e9c72e54 timeout bug fixed. main.handler() now automatically updates timeout. phear 2005-09-14 15:08:44 +0000
  • 230f04c758 game creation and deletion should work. After deletion a 'session timed out' error occures, this still has to be fixed. phear 2005-09-14 14:29:58 +0000
  • ece81b8695 basic display of goban works, playing not yet possible. skeleton for game deletion inserted. phear 2005-09-12 17:30:02 +0000
  • 298faf0a92 game creation seems to work, but I don't know for sure before game selection for playing works ;> phear 2005-09-12 13:51:18 +0000
  • 92e41a5b92 forms now work up to the point where a new game is to be created. the function for checking user input is still empty. phear 2005-09-12 11:28:11 +0000
  • 7b36398521 some more code for the creation of new games through the user phear 2005-09-11 17:11:09 +0000
  • 81fea29c24 never forget to do svn commit from the root directory of the project ;> phear 2005-09-06 19:05:10 +0000
  • f1082743de more documention. now there should be enough info to understand the basics. phear 2005-09-06 19:04:28 +0000
  • ced615642c renamed a file phear 2005-09-06 18:31:41 +0000
  • 65ed70815e removed old and unused scripts phear 2005-09-06 18:30:58 +0000
  • 1b706ec81f moved docs into a 'documentation' directory phear 2005-09-06 18:25:05 +0000
  • d588b554bf updated install instructions. phear 2005-09-06 18:22:34 +0000
  • a5eb556ebb init phear 2005-09-06 17:52:46 +0000