2006-09-16 Artur Wiebe * locale/Dutch.php: Added Dutch locales. 2006-09-07 Artur Wiebe * include/games.php: Typo subbstr() should be substr(). * newgame.php: Fixed access limitations. 2006-06-29 Artur Wiebe * admin.php: Splitted in two: settings.php and gameadmin.php. * include/game.php: New file. All game action is done there. Do not allow to capture own pieces and/or the king. * viewgame.php: Rewrote JS to support Castling (german: Rochade). Moved action code to include/game.php. Modified GUI. Admin can edit comments. * settings.php: Added a settings to limit users that can start new games to a certain user group. * include/common.php: When sending PM an email may be sent, too. This depends on users messages settings. 2006-05-02 Artur Wiebe * include/common.php: swapped $from_id and $to_id in function send_pm that caused pm be send to wrong users. 2006-04-28 Artur Wiebe * include/common.php: Fixed wrong positions of the king and the queen at start of the game. * locale/English.php: Added English translations. * locale/Danish.php: Added Danish translations. * db_update.php: DB Update Script. 2006-03-27 Artur Wiebe * Initial Release: 0.3.5 * viewgame.php: Added comments to a game. * member.php -> stats.php: Displays users game statistics. * newgame.php: Start up new games. 2006-01-20 Artur Wiebe * include/common.php: Admin requests are now shown in the menu header. show_game_list() displayes games sorted. * viewgame.php: Added a reason field to Game-Over-Request. 2006-01-15 Artur Wiebe * admin.php: Added an option to disable all games. Added a possibility to adjust the number of running games per player. * member.php: Moved here stuff like New Game. * aw_chess.php: Men can now be moved by anyone. Move is checked before submitting. Modified JavaScript code to push men around. A user can send a request to the admin (see README for more information). Last move is now display on board. * include/admin.php -> admin.php: Moved admin panel to a separate file. GUI modifications. * Removed all JOINS. Replaced with SELECT statements. This should be faster on sites with many users and few games. 2006-01-10 Artur Wiebe * include/common.php: New function show_game_list(). * aw_chess.php: Use show_game_list(). Changed men size from 48 to 40 pixels. Removed code for check/checkmate/giveup. * aw_chess_panel.php: Use show_game_list(). 2005-12-15 Artur Wiebe * Moved everything into the infusions dir. Added a side panel. Minor modifications. 2005-12-11 Artur Wiebe * include/admin.php: Games can now be deleted. * aw_chess_panel.php: Added Remis, Giveup, etc stuff. 2005-12-09 Artur Wiebe * aw_chess_panel.php: Added moves history list. Help added. Rewrote game list. Moved locale stuff to separate file. Players can now start games. Number of games per user limit introduced. GUI improvements. * include/help.php: New file. Shows chess pieces and their names. * locale/German.php: New file. * include/admin.php: New file. Admin can manage games. 2005-12-08 Artur Wiebe * aw_chess_panel.php: Added JavaScript to move peaces. * images/*: Now use XBoard's bitmaps. 2005-12-07 Artur Wiebe * Initial release.