Changed Setup Screen

  • user warning: Table 'heartsweb.hearts_webcomments' doesn't exist query: SELECT COUNT(*) FROM hearts_webcomments WHERE nid = 8 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 = 8 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.

I just commited to SVN a new way to initialise the game.

Previously, the game greeted you with a game setup screen:

Game Setup

Now, it goes right into the game, but the application has gained a menu bar:

New Method

On this menu bar, you can find the old options.

This has several advantages:

  1. You get right into the game. If this is the default mode of play, it should be fast.
  2. The old dialog was ugly.
  3. The code is oh-so-much simpler.