~ubuntu-branches/ubuntu/intrepid/gnome-games/intrepid

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2008-10-21 00:30:34 UTC
  • mfrom: (1.1.58)
  • Revision ID: package-import@ubuntu.com-20081021003034-cb0iknvzten935zn
Tags: 1:2.24.1-0ubuntu1
* New upstream release (LP: #286667)
  - General:
    - Fix up compatiblity with Gtk/Glib 2.14
    - Reclassify Gnibbles as Arcade game not logic game
    - Read saved window configuration from correct GConf group (affects
      gnometris, gnibbles, gnobots)
  - Aisleriot:
    - Remove vestigal flowRoot elements from solitaire svg icons. They
      caused a black box when rendering.
    - Don't crash when the session manager terminates aisleriot
  - GLChess:
    - Fix crash in error handler when GGZ connection closed
    - Fix crash in empty scene when no AI engines available
    - Fix crash when have OpenGL libraries but cannot get valid display
    - Implement GGZ config parser instead of using Python config parser
      which does not handle '%' characters as GGZ does
    - Ignore GGZ server remove player/table for unknown players/tables
    - Handle exceptions loading OpenGL textures
    - Reset pause menu when starting new game
    - Only allow one new/load game dialog to be visible at once
    - Fix incorrect function call for single buffered 3D display
    - Handle fork() errors in AI processes
    - Fixes to compile in Solaris
    - Print failure to start message to stdout if cannot import GTK+
    - Handle invalid response from glRenderMode(GL_RENDER) and print
      debugging information
    - More logging messages about selection rendering bugs
    - After looking at failure case in PyOpenGL code we don't need to change
      render modes after failed to change to GL_SELECT
    - Fix potential bugs found by PyChecker
    - Fix crash when validly claiming a draw
    - Don't display failed to claim draw dialog when successfully claimed
      draw
  - GTali:
    - Undoing 5 of a kind reduces the score by 50 as there might be multiple
      scores (LP: #238978)
  - Sudoku:
    - Add not overwrite time and also remember to actually save the time in
      the file (LP: #279616)
    - Correct typo in error message that led to an exception
  - Gnotravex:
    - Stop paused tiles becoming visible after changing colour settings
  - Blackjack:
    - Fix compiler warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gnome-games 2.24.1
 
2
==================
 
3
 
 
4
This maintenance release brings huge improvements to the stability of GLChess
 
5
in 3D mode and fixes for a few crashers and a few translation fix-ups.
 
6
 
 
7
General:
 
8
 - Fix up compatiblity with Gtk/Glib 2.14 (Spin buttons) (Thomas)
 
9
 - Reclassify Gnibbles as Arcade game not logic game (Bug #553484) (Robert)
 
10
 - Read saved window configuration from correct GConf group (affects
 
11
   gnometris, gnibbles, gnobots) (Bug #544389) (Robert)
 
12
 
 
13
Aisleriot:
 
14
 - Remove vestigal flowRoot elements from solitaire svg icons.  They caused a
 
15
   black box when rendering.  (Bug #553458) (mterry)
 
16
 - Don't crash when the session manager terminates aisleriot (Christian)
 
17
 
 
18
GLChess:
 
19
 - Fix crash in error handler when GGZ connection closed (Bug #553982) (Robert)
 
20
 - Fix crash in empty scene when no AI engines available (Bug #551844) (Robert)
 
21
 - Fix crash when have OpenGL libraries but cannot get valid display
 
22
   (Bug #551427) (Robert)
 
23
 - Implement GGZ config parser instead of using Python config parser which does
 
24
   not handle '%' characters as GGZ does (Bug #554108) (Robert)
 
25
 - Ignore GGZ server remove player/table for unknown players/tables
 
26
   (Bug #545155) (Robert)
 
27
 - Handle exceptions loading OpenGL textures (Bug #548916) (Robert)
 
28
 - Reset pause menu when starting new game (gnomine, gnotravex) (Bug #552391)
 
29
   (Robert)
 
30
 - Only allow one new/load game dialog to be visible at once. (Bug #546702)
 
31
   (Robert)
 
32
 - Fix incorrect function call for single buffered 3D display (Bug #555567)
 
33
   (Robert)
 
34
 - Handle fork() errors in AI processes (Bug #530425) (Robert)
 
35
 - Fixes to compile in Solaris (Bug #554746) (Robert)
 
36
 - Print failure to start message to stdout if cannot import GTK+ (Robert)
 
37
 - Handle invalid response from glRenderMode(GL_RENDER) and print debugging
 
38
   information (Bug #535256) (Robert)
 
39
 - More logging messages about selection rendering bugs (Robert)
 
40
 - After looking at failure case in PyOpenGL code we don't need to change
 
41
   render modes after failed to change to GL_SELECT (Bug #538252) (Robert)
 
42
 - Fix potential bugs found by PyChecker (Robert)
 
43
 - Fix crash when validly claiming a draw (Robert)
 
44
 - Don't display failed to claim draw dialog when successfully claimed draw
 
45
   (Robert)
 
46
 
 
47
GTali:
 
48
 - Undoing 5 of a kind reduces the score by 50 as there might be multiple
 
49
   scores (Geoff Buchan, Bug #537673) (Robert)
 
50
 
 
51
Sudoku:
 
52
 - Add not overwrite time and also remember to actually save the time in the
 
53
   file. Fixes (Bug #556155)
 
54
 - Correct typo in error message that led to an exception. Patch by Zhang Sen
 
55
   (Bug #530380) (Thomas)
 
56
 
 
57
Gnotravex:
 
58
 - Stop paused tiles becoming visible after changing colour settings
 
59
   (Bug #550023) (Robert)
 
60
 
 
61
Blackjack:
 
62
 - Fix compiler warnings (Robert)
 
63
 
 
64
Translations:
 
65
jorgegonz, Priit Laes, Ivar Smolin, mateju, Mario Blättermann, Vladimir Melo,
 
66
dnylande, gforcada, Joan Duran, djihed, Anas Afif Emad, snavin
 
67
 
 
68
 
1
69
gnome-games 2.24.0
2
70
==================
3
71