~ubuntu-branches/ubuntu/precise/gnome-games/precise-proposed

« back to all changes in this revision

Viewing changes to glchess/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 12:08:49 UTC
  • mfrom: (1.2.1)
  • mto: (163.1.3 precise) (3.2.1 sid) (1.4.1)
  • mto: This revision was merged to the branch mainline in revision 40.
  • Revision ID: package-import@ubuntu.com-20070502120849-p1824p19fzg6y0c8
Tags: upstream-2.19.1
Import upstream version 2.19.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2007-03-18  Robert Ancell  <robert.ancell@gmail.com>
2
 
        * gtkui/gtkui.py: Fix crash when OpenGL exceptions occur (Bug #421074)
 
1
2007-04-22  Robert Ancell  <robert.ancell@gmail.com>
 
2
 
 
3
        * Changed AI process management to remove os.forkpty() (not on Solaris) (Bug #426538)
 
4
        * If an AI dies the game completes and the UI displays "opponent has died". This is
 
5
          an actual tag in the PGN spec I was looking for a reason to use!!
 
6
        * Catch exception if unable to display help (Bug #432216)
 
7
        * Don't consider a missing autoload file an error
 
8
        * Catch IOError exceptions when autosaving (Bug #425614)
 
9
 
 
10
2007-04-09  Robert Ancell  <robert.ancell@gmail.com>
 
11
 
 
12
        * Merged changes from sf.net version 1.0.5:
 
13
          - Added timed play.
 
14
          - Changed nice level for AIs to 19 (they are affecting the animation)
 
15
          - Add choice of board rotation modes (white side, black side, human
 
16
            side, current players side)
 
17
          - Fixed broken OpenGL board rotation
 
18
          - Added 2D rotation
 
19
 
 
20
2007-03-20  Andreas Røsdal  <andreasr@gnome.org>
 
21
 
 
22
        * glchess.desktop.in: Remove extra space at end of tooltip.
 
23
        Patch from Bruce Cowan in bug #410784. 
3
24
 
4
25
2007-03-18  Robert Ancell  <robert.ancell@gmail.com>
5
26
        * Handle empty filename in save dialog (Gnome bug #419486)
6
 
        * gtkui/gtkui.py: Change python OpenGL import to make issues with external bindings more visible (Gnome bug #419605)
 
27
        * gtkui/chessview.py: Change python OpenGL import to make issues with external bindings more visible (Gnome bug #419605)
 
28
 
 
29
2007-03-16  Robert Ancell  <robert.ancell@gmail.com>
 
30
 
 
31
        * Merged changes from glChess 1.0.4:
 
32
         o Added menu selectable promotion type
 
33
         o AI players now wait for piece animation to end before making moves
 
34
         o Refactored game/scene code
 
35
         o Made move hints optional. (menu item: view->move hints)
 
36
         o Added support for Boo's Chess Engine.
 
37
         o Changed chess engine to using bitboards (33% faster)
 
38
         o Added detection for stalemate, resignation, threefold repetition,
 
39
           fifty move rule. (Still insufficient material to be done).
 
40
         o Tooltip style panel appears when game ends.
 
41
         o Removed all pop-up error dialogs and integrated the error reporting
 
42
           into the load/save dialogs.
7
43
 
8
44
2007-02-01  Robert Ancell  <robert.ancell@gmail.com>
9
45