summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: b8f65f11689745463a5e6ef91f587ccaafce8840 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Knights 0.6 -- Tuesday May 20th, 2003
Troy Corbin Jr. <troy@knights-chess.com>

* Changed version to 0.6
* Added a new tab that displays details from a loaded PGN match.
* Added a server selector to the Login dialog.
* Added hyperlinks to the ICS Console.
* Improved printed output.
* Added printing capabilities to the ICS Console.
- Reduced the time needed to resize the board by about 33%
- Fixed bug where the New Match dialog sometimes defaulted to an unplayable
  match.
- Fixed a bug in our XBoard protocol implementation which caused some engines
  ( like GNUChess ) to fail.
- Fixed bug where some loaded matches wouldn't display the player's names.
- Fixed a crash that occured when you closed an ICS related tab, then
  disconnected from the ICS.
- Fixed a crash that occured when you couldn't connect to your ICS.
- Expanded the range of the "Opponent's Strength" slider so that it didn't
  cripple some engines.
- Fixed a bug where selecting the current board position from the Notation Bar
  could erase the board.
- Fixed a bug where an engine that does not implement the 'pause' feature could
  have caused Knights' clocks to continue running during a pause.
- Fixed a bug where the console could be displayed in doublespace.
- Fixed the Match->Resign option.
- Knights generated PGN files now save NAG, RAV, and Annotations.
- Removed the ability to swap sides midgame. This will be reinstated later when
  we can implement a more feature-rich and trouble free dialog box.
- Potential memory leak fixed ( thanks to Jon Keating! )