Ideas

Third release

Things that still need to be done before the second release:

  • PATCH support in the server
  • Elaborate testing
  • Test Starez client with autopackage from SVN.
  • Update test cases.

Downloading

  • In very few occasions the download threads still lockup in the client, causing the client to lockup.

Webpages

Everytime game-information gets updated in the master-server, the master-server opens the page update.php or update_fsock.php with the GET argument id set to the game-id to be updated. The PHP file then retrieves the game-information from the master-server in XML:

fwrite($fd, "WEBPAGES:get=gamefile:format=xml:gameid=" . strval($game_id) . "\n");

The XML uses XSL to transform the XML into HTML. So you can see a webpage in the embedded webbrowser in the client.

 
developer/ideas.txt · Last modified: 2008/04/21 19:10 by 81.71.182.26
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki