SVN Update

  • user warning: Table 'heartsweb.hearts_webcomments' doesn't exist query: SELECT COUNT(*) FROM hearts_webcomments WHERE nid = 10 AND status = 0 in /home/heartsweb/hearts.luispedro.org/includes/database.mysql.inc on line 172.
  • user warning: Table 'heartsweb.hearts_webcomments' doesn't exist query: SELECT c.cid as cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, c.homepage, u.uid, u.name AS registered_name, u.picture, u.data, c.score, c.users, c.thread, c.status FROM hearts_webcomments c INNER JOIN hearts_webusers u ON c.uid = u.uid WHERE c.nid = 10 AND c.status = 0 ORDER BY c.thread DESC LIMIT 0, 50 in /home/heartsweb/hearts.luispedro.org/includes/database.mysql.inc on line 172.

The SVN version is coming along nicely and soon (by the end of the week) a release will probably be in order.

The new network server already surpassed the old one in functionality. It's still less code than the old one.

The main addition was database integration for username lookup (the same database format that drupal uses to facilitate future integration with the webpage), and the option to add computer players to network games --- this makes it easier to play a game if there are few people online.

For a release, I just want to add logging of access and games (including the winners).

Also, I added a little page about SVN Acesss.