Commit graph

26 commits

Author SHA1 Message Date
drochner
654c3bb803 update to 2.28.1
This switches to the gnome-2.28 release branch.
(Thanks to obache for updating the clutter pkgs. Used by the tetris
game only for now, but I wouldn't like to kick that out.)
2009-10-29 20:40:10 +00:00
drochner
4ec4cef24f -redo the scorefile install hacks
-disable ggz config file installation
This avoids installation of files in var and etc at install time.
bump PKGREVISION
2009-07-28 18:52:07 +00:00
drochner
153c62c802 update to 2.26.3
changes: translation updates
2009-07-09 18:46:37 +00:00
joerg
b4eed73fe5 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 19:10:35 +00:00
joerg
4bd41386e5 Remove @dirrm entries from PLISTs 2009-06-14 17:56:38 +00:00
wiz
dac5cdf139 Update to 2.26.2:
gnome-games 2.26.2
==================

This release brings just a few translations updates and one bug fix. git
shortlog follows.

Claude Paroz (1):
      Update DOC_FIGURES to match real figures dir content (Bug #579450)

Fotis Tsamis (7):
      Added Greek figures for gnome-sudoku
      Added Greek figures for gnotski
      Added Greek translation for same-gnome
      Updated Greek translation
      Added Greek translation
      Added Greek translation
      updated Greek documentation translation for gnect

Jorge Gonzalez (1):
      Updated Spanish translation

Jorge Gonzalez Gonzalez (1):
      Updated Spanish translation

Marios Zindilis (1):
      Updated Greek translation

Robert Ancell (1):
      Handle gst_element_factory_make() returning NULL (Bug #576745)

Simos Xenitellis (1):
      Updated Greek translation

krishnababu k (1):
      Updated Telugu translation
2009-05-19 11:45:18 +00:00
wiz
cea8d6207b Update to 2.26.1. Add LICENSE comment, gnu-gpl-v2 AND gnu-fdl-v1.1.
gnome-games 2.26.1
==================

This release brings a handful of translation updates and a few fixes to
non-critical bugs. The smclient changes are to support newer 2.26-style
session management; they are sync'd from upstream libegg. We also have a
few crash fixes: GLChess and Nibbles. Sudoku is also better at handling
bad save game files. Full shortlog below (duplicates compressed).

amitakhya (2):
      Updated assamese translations

aronxu (2):
      Added Simplified Chinese translations by M Zhang <mymzhang at gmail dot com>

bcicek (1):
      Updated Turkish translation

chpe (2):
      Make desktop files validate without warnings.
      Update smclient from libegg

djihed (1):
      Updated Arabic translation

frolix68 (2):
      Added Greek translation by Jennie Petoumenou
      Added el to languages

jclinton (5):
      Branched for 2.26
      Add glchess to list of need_ggz. Fixes build with --enable-games=glchess
      Resync libegg smclient per mclasen request
      Re-apply our custom patches to smclient.
      don't kill worm by pressing backwards. Patch by Roger Light. Fixes bug #516992

jorgegonz (1):
      Updated Spansih translation

kennethn (1):
      Added Danish translation of manual by Joe Hansen

kkrothap (2):
      Updated Changelog entry
      Updated Telugu Translations

kmaraas (1):
      Updated Norwegian bokmål translation.

mariobl (2):
      2009-03-19  Mario Blättermann  <mariobl@svn.gnome.org>

ogmaciel (1):
      Updated Brazilian Portuguese translation.

rancell (1):
      Fix crash when undoing a pawn promotion (Chris Ball, Bug #577395)

simos (44):
      Added Greek translation, figures (Marios Zindilis)
      Added figures (Fotis Tsamis)
      Updated Greek translation (Jennie Petoumenou)
      Added el to DOC_LINGUAS
      Updated Greek translation (Marios Zindilis)
      Added screenshot (Fotis Tsamis)
      Updated Greek translation

sprasad (2):
      updated kn.po

thomashpa (3):
      Only allow one number picker at a time. Bug #530778
      Ignore malformed savegames. Bug #516491
      Reverting changes to ChangeLog.old. Please don't make changes to this file
2009-05-18 10:27:15 +00:00
jmcneill
a340d8df63 Updated games/gnome-games to 2.26.0.
gnom-games 2.26.0
=================

This release is the first stable release in the Gnome 2.26 desktop
module. Other than translation updates, three bugs were fixed:

Aisleriot:
 - When using Clutter, draw Aisleriot card movement animations to empty
   stacks correctly (Neil Roberts)

Sudoku:
 - Fix crasher bug where the a dict was being changed in one thread while
   another was iterating over the dict. (Thomas H.P. Andersen, Bug
   #529792)
 - Fixes a crasher bug when numpy is not installed. (Thomas H.P.
   Andersen, Bug #416249)

Translations:
aklapper (2):
      Updated Czech translation by Petr Pulc.
aman (2):
      updating for Gnome Punjabi Translation by A S Alam
amitakhya (1):
      Updated assamese translations
claudep (3):
      Fixed wrong term and typo.
      Updated French translation by Bruno Brouard and Claude Paroz.
      Updated French translation (synced edit with aisleriot help)
dnloreto (1):
      Updated Portuguese translation
gforcada (2):
      Updated Catalan translation by Joan Duran
gintas (2):
      Updated Lithuanian translation.
hendrikr (1):
      Updated German translation.
icq (1):
      Updated Galician Translation by Suso Baleato.
ifelix (1):
      tamil translation updated
kelemeng (2):
      Hungarian translation updated
kennethn (1):
      Updated Danish translation by Ask. H. Larsen
kkrothap (2):
      Updated Telugu Translation
mateju (2):
      Updated Slovenian translation
mgiri (2):
      Updated Oriya Translation.
      Added entries for Oriya language Translation updation.
miloc (4):
      Updated Italian translation
nshmyrev (2):
      Updated Russian translation.
pwithnall (10):
      Added British English manual translation by Jen Ockwell
      Updated British English translation.
      Added British English translations by Jen Ockwell
      Added British English to DOC_LINGUAS.
      Added British English manual translations.
rranjan (1):
      hindi update by Rajesh Ranjan
sandeeps (1):
      Updated Marathi Translations
sprasad (1):
      updated kn.po
tvainika (1):
      Added initial Finnish translation of manual by Valto Wirkola
wbolster (1):
      Updated Dutch translation by Tino Meinen.
yairhr (1):
      updated hebrew translation


gnome-games 2.25.92
==================

This release fixes a castling bug in chess, drops gnome.help and bumps the
clutter dependency when building with --enable-clutter.

Aisleriot:
  - Add creator of "Tango" card set to Artists tab in the Credits dialogue
    (Christian Persch)

Chess:
  - Stop king castling when blocked by pawn (Robert Ancell)
  - Use gtk.show_uri to show help (Thomas H.P. Andersen)

Gnometris:
  - Bump the required version of clutter to 0.8.8 (Jason Clinton)

Sudoku:
  - Use gtk.show_uri to show help (Thomas H.P. Andersen)

Translations:
  - bg: Alexander Shopov
  - ca: Gil Forcada, Joan Duran
  - el: Marios Zindilis
  - en_GB: Philip Withnall
  - eu: Inaki Larranaga Murgoitio
  - fi: Ilkka Tuohela
  - fr: Claude Paroz, Bruno Brouard
  - gu: Sweta Kothari
  - it: Milo Casagrande
  - ja: Takeshi AIHANA
  - ml: Abhishek Jacob
  - pl: wadim dziedzic
  - pt_BR: Vladimir Melo
  - sv: Daniel Nylander
  - th: Theppitak Karoonboonyanan

gnome-games 2.25.91
==================

This second beta release brings many bugfixes to aisleriot and also many
code cleanups all over the place. Bugs from bugbuddy are now sent to a new
component 'BugBuddyBugs' to help manage the bug flow. The new Gnometris rendering
engine based on Clutter is feature complete, though a few bugs remain to be
squashed. The engine was massively revamped to make it more responsive to
keyboard controls. This rendering engine will be the default in 2.27. For now,
it is enabled with --enable-clutter. Due to limitations in Mesa software
rendering, you cannot currently play this engine without hardware acceleration.

General:
  - Send bug from bugbuddy to new component 'BugBuddyBugs' (Jason Clinton,
    Thomas H.P. Andersen)
  - Rewrite of GamesFrame (Christian Persch)
  - Code cleanups (Christian Persch, Thomas H.P. Andersen)
  - Autogenerate changelogs in po/ from commitlogs (Christian Persch)

Aisleriot:
  - Fix cards disappearing without pairs in Thirteen (Vincent Povirk)
  - Be more strict about allowing drops in Valentine (Vincent Povirk)
  - Fix crash when clicking an empty stock in Sir Tommy (Vincent Povirk)
  - Always reshuffle the deck properly in Scuffle (Vincent Povirk)
  - Respect the temporary slot setting in the hint code in Ten Across (Vincent
    Povirk)

Chess:
  - Fixed a translator comment (Claude Paroz)

Gnometris:
  - New clutter rendering engine (Jason Clinton)

Translations:
 - da: Ask H. Larsen
 - de: Hendrik Richter
 - es: Daniel Mustieles, Jorge Gonzalez
 - eu: Inaki Larranaga Murgoitio
 - he: Yair Hershkovitz, Mark Krapivner
 - hu: Gabor Kelemen
 - ro: Adi Roiban
 - sv: Daniel Nylander
 - vi: Clytie Siddall
 - zh_HK: Chao-Hsiung Liao
 - zh_TW: Chao-Hsiung Liao

gnome-games 2.25.90
==================

This is the first beta release of gnome-games. Starting the stabilization period
this release includes fixes for two crasher bugs introduced in 2.25 as well as
some compiler warnings. Mahjongg got a scalable icon and lots of translations
were updated.

General:
  - Separate needed CFLAGS into each games makefile (Thomas H.P. Andersen)
  - Fix warnings with -DGDK_PIXBUF_DISABLE_DEPRECATED (Thomas H.P. Andersen)

Aisleriot:
  - Fix compiler warnings (Christian Persch)

Chess:
  - Fix GGZ config file exception handler typo (Robert Ancell)

Gnometris:
  - Translate renderer-noclutter.cpp not renderer.cpp (Jason Clinton)
  - Fix for crash when setting background image by dnd (Thomas H.P. Andersen)

Mahjongg:
  - Add scalable icon (Andreas Nilsson, Robert Ancell)

Translations:
 - de: Mario Blättermann
 - el: Jennie Petoumenou
 - es: Jorge Gonzalez
 - fi: Ilkka Tuohela
 - ko: Changwoo Ryu
 - mr: Sandeep Shedmake
 - pl: Joanna Mazgaj

gnome-games 2.25.5
==================

The gnome-games team is proud to release another version with lots of nice
improvements. Many of the changes are under the hood but the users can look
forward to lower mem usage and a new game in aisleriot, possibility to add
network profiles in chess, and also undo support in chess. We hope you'll love
it :)

General:
  - Move GThread and gettext initialisation into games_runtime_init() (Christian
    Persch)
  - Refactored card themes code (Christian Persch)
  - Change xml entities to utf-8 (Jason Clinton)
  - Fixed typoed XML files (Jason Clinton)
  - Allow ChangeLog from git-svn (Jason Clinton)
  - Distcheck and warning fixes (Thomas H.P. Andersen)
  - Add msg context to translations (Christian Persch)

Aisleriot:
  - Reduce memory usage in aisleriot/clutter by only caching the
    card textures and not the GdkPixbufs (Christian Persch)
  - Reduce graphics memory usage by drawing highlighted cards with
    a different colour instead of creating a separate texture for it (Christian
    Persch)
  - New game "Accordion" (by Ed Sirett in #526392)
  - Fix Treize in click-to-move mode (Christian Persch)

Chess:
  - Add ability to resign AI vs. AI games (Robert Ancell)
  - Made GGZ config writable so dialogs can update it (Robert Ancell)
  - Added dialog to add new network profiles (Robert Ancell)
  - Added undo support (Robert Ancell)

Translations:
 - de: Andre Klapper
 - el: Marios Zindilis
 - es: Jorge González
 - nb: Kjartan Maraas
 - sv: Daniel Nylander

gnome-games 2.25.4
==================

This release brings the beginnings of an implementation of Clutter-based
Gnometris and a few minor tweaks to GLChess.

Gnometris renders with Clutter in an extremely rudamentary way, as a first
milestone on the way to a fully-canvas driven game engine. Right now, it's just
two ClutterCairo surfaces, background and foreground, which are used as
compositors. These two actors will end up staying: background for--eh--the
background, and foreground for display of Pango text. An intermediate layer will
be introduced on which game pieces are actually animated, rotated and exploded.

Sadly, even this stupid way of rendering is faster than the old method.

This pre-alpha 'leaks' memory like gang-busters, also. I do not know if it is
merely a i915 driver bug or something more fundamental. It's not a 'leak' in the
traditional sense: all the textures that are 'leaked' are still reachable in the
i915 driver code. It leaks on the order of 1MB of memory per frame of animation.
This will be fixed either by doing things the Right Way or mitigating i915 leaks
by avoiding the use of texture uploads at all costs (a tile cache).

Hopefully, the final rendering infrastructure will be in place by the next
development release.

Gnometris:
  - Implement Clutter-based rendering surfaces (Jason D. Clinton)

GLChess:
  - Catch keyboard interrupts in AI monitor process
  - Apply antialias setting on new game (Robert Ancell, Bug #565743)
  - Ignore unexpected messages from the GGZ server (Robert Ancell, Bugs #559193,
    #562482)
  - Fix UI bug when players join a room (Robert Ancell)
  - Change GGZ language from hardcoded en_NZ.UTF-8 to use environment variable
    LANG (Robert Ancell, Bug #565402)
  - Describe reason for GGZ disconnection (Robert Ancell, Bug #564515)
  - Mark load game filters as translatable (Claude Paroz, Bug #565162)

Translations:
  - nb: Kjartan Maraas
  - es: Daniel Mustieles
  - fr: Claude Paroz
  - el: Evgenia Petoumenou, Marios Zintilis
  - de: Mario Blättermann

gnome-games 2.25.3
==================

This release brings a few UI improvements to the games. Beating the high score
in a game is now congratulated in the high score dialog and gtali now defaults to
the name of the player who won if there are multiple human players. Chess got
its "New Game" dialog cleaned up and mahjongg saw numerous great improvements.

General:
  - Move the card textures cache to libgames-support (Christian Persch)
  - Move clutter-embed to libgames-support. (Christian Persch)
  - Use different message for getting the top score versus getting a score in
    the top ten (Robert Ancell)
  - Use g_timeout_add_seconds where possible (Thomas H.P. Andersen)

Aisleriot:
  - Add setting to enable animations (Christian Persch)

Chess:
  - Removed icons from new game dialog for a cleaner design (Andreas Nilsson)

Gnometris:
  - Use GamesClutterEmbed instead of ClutterGtkEmbed (Christian Persch)

Gtali:
  - Make the High score table allow the user to change name to someone other
    than their username. (Geoff Buchan)

Mahjongg:
  - Reword the change map dialog (Robert Ancell)
  - Use selected tile for hint if possible (Robert Ancell)
  - Refactor new game code so all state is correctly reset (Robert Ancell)
  - Add new game button when no more moves (Claude Paroz, Robert Ancell)
  - When cannot shuffle tiles don't display shuffle button in 'no moves' dialog
    (Robert Ancell)
  - Update documentation to correct the description of the high score dialog
    (Robert Ancell)

Translations:
  - de: Mario Blättermann
  - sk: Marcel Telka

gnome-games 2.25.2
==================

Lots of exciting new things in this release. The most user visible stuff are
the addition of Terrace aka Queen of Italy to aisleriot, anti-aliasing support
for Chess and fewer wakeups in Five or more, Iagno and Same-gnome.

The beginning scafolding for gnometris clutter support has also been added;
this is a compile-time option enabled by --enable-clutter. Note that none of the
game logic has been checked in yet.

General:
  - Code cleanups and warnings (Robert Ancell, Christian Persch, Thomas Andersen,
    Zhang Sen)
  - High score lists are now always selectable (Thomas Andersen, Jason Clinton)
  - Makefile modernisation (Christian Persch)
  - Use games-runtime to locate files (Christian Persch)
  - Clean up linking in networked game servers (Robert Light)

Aisleriot:
  - Move hint code to AisleriotGame (Christian Persch)
  - Only update the game options once when chaning a radio option
    (Vincent Povirk)
  - Add Terrace aka Queen of Italy (Vincent Povirk, David Rogers)
  - Be more strict about rules in Seahaven (Vincent Povirk)
  - Rewrite Baker's Game rules (Vincent Povirk)

Blackjack:
  - window-state-event callback needs to return gboolean, not void.
    (Christian Persch)

Chess:
  - Added anti-aliasing support (Robert Ancell)

Glines, iagno, same-gnome:
  - Only run animation timer during animation (Robert Ancell)

Gnibbles:
  - Change Gnibbles to Nibbles in user visible strings (Thomas Andersen)

Gnometris:
  - Scafolding for clutter support (Jason Clinton)
  - Use correct name in g_set_application_name (Jason Clinton)

Sudoku:
  - Fix crasher bugs: #523062, #436275, #486385, #421487, #532937 (Robert Ancell)
  - Handle errors loading stock icons (Robert Ancell)
  - Show highlighter at game launch (Zhang Sen)

Translations:
  - cs: Marek Lisy
  - de: Mario Blättermann, Ulf Ehlert
  - es: Jorge Gonzalez, Daniel Mustieles

gnome-games 2.25.1
==================

This is the first 2.26 development release.

A huge amount of kudos should go out to Neil for his work on clutter and Thomas
for his work on killing off libgnome.

** ATTENTION **

Gnome Games now optionally depends on clutter. We have run some preliminary
testing of clutter rendering on Intel, NVidia and ATI hardware and are
satisfied with the hardware accelerated state of things with regard those
specific hardware use cases. However, a wide range of graphics hardware still--
in 2008--doesn't have OpenGL acceleration. We have tested software-based
rendering with Mesa 7.2 and clutter and found it a little lacking, even on a
modern CPU.

Therefore, at this time, we recommend that clutter only be enabled by default
by distributors that ensure that OpenGL acceleration is working for hardware
from the three major vendors: Intel, NVidia and ATI.

We hope that in the future, low-hanging fruit in the Mesa software rendering
pipeline can be fixed enabling even software-fallback to work optimally for the
subset of OpenGL functions needed for rendering a clutter stage.

** END ATTENTION **

All games:
  - GTK req. bumped to 2.14.0 for libgnome killoff (thomashpa, chpe)
  - Remove directory defines from CPPFLAGs (chpe)
  - Kill off libgnome usage (thomashpa, chpe) YAY! All games now start faster!
  - Whitespace cleanups
  - All games now build with gtk-only. libxml now checked for independently.
    (chpe)
  - -lSM is now only added in the XSMP case (chpe)
  - ggz-gtk dropped libgnome requirement, also.
  - GNOME_MAINTAINER_MODE_DEFINES enabled, maintainer_mode also (chpe)
  - ggz-gtk now builds better when out of srcdir (chpe)
  - Update libegg, add egg_sm_client (thomashpa, chpe)
  - -Wformat-security fixups (chpe)
  - -Werror fixups (chpe)
  - games-runtime: add runtime directory provider (thomashpa)
  - Refactor accel map loading code to load the accel map from
    .config/gnome-games/${game}.accels even in the HAVE_GNOME case, if the game
    doesn't use GnomeProgram (e.g. aisleriot). (chpe)
  - Scores: use g_get_user_name when g_get_real_name returns empty. Patch by
    Morita Sho in bug #544376 (chpe)
  - Read saved window configuration from correct GConf group (affects gnometris,
    gnibbles, gnobots) (Bug #544389) (rancell)

Sudoku:
  - GUI sensitivity fixups (thomashpa)
  - Guard against accidental dancer activation Patch by Zhang Sen. (thomashpa)
  - Add, not overwrite, time and also remember to actually save the time in the
    file. Fixes bug #556155 (thomashpa)
  - Correct typo in error message that led to an exception. Patch by Zhang Sen
    in bug #530380 (thomashpa)

Iagno:
  - Fix warning (thomashpa)
  - Fix SM issue with -lSM

Aisleriot:
  - Aisleriot now optionally animated and accelerated in OpenGL through the use
    of clutter. Try it with --enable-clutter to configure. (Neil Roberts)
  - A littel clutter cleanup (chpe)
  - Check for HAVE_GNOME again (thomashpa)
  - Remove duplicate include (thomashpa)
  - Build with *_DISABLE_DEPRECATED and *_DISABLE_SINGLE_INCLUDES. Add some
    missing includes. (chpe)

GLChess:
  - Don't display failed to claim draw dialog when successfully claimed draw
    (rancell)
  - Added support for Figurine Algebraic Notation (FAN) (Bug #556803) (rancell)
  - Fix crash in error handler when GGZ connection closed (Bug #553982)
    (rancell)
  - Fix crash in empty scene when no AI engines available (Bug #551844)
    (rancell)
  - Implement GGZ config parser instead of using Python config parser which does
    not handle '%' characters as GGZ does (Bug #554108) (rancell)
  - Ignore GGZ server remove player/table for unknown players/tables
    (Bug #545155) (rancell)
  - Handle exceptions loading OpenGL textures (Bug #548916) (rancell)
  - Reset pause menu when starting new game (gnomine, gnotravex) (Bug #552391)
    (rancell)
  - Only allow one new/load game dialog to be visible at once. (Bug #546702)
    (rancell)
  - Fix incorrect function call for single buffered 3D display (Bug #555567)
    (rancell)
  - Fix errors detected by pychecker (rancell)
  - Handle fork() errors in AI processes (Bug #530425) (rancell)

GTali:
  - Use games-runtime to locate its files (thomashpa)
  - Undoing 5 of a kind reduces the score by 50 as there might be multiple
    scores (Geoff Buchan, Bug #537673) (rancell)

Gnomine:
  - Fix memory leak (thomashpa)
  - Reset pause menu when starting new game (gnomine, gnotravex) (Bug #552391)
    (rancell)

Gnotravex:
  - Stop game immediately completing when started from high score dialog
    (bug #558904, rancell)
  - Stop paused tiles becoming visible after changing colour settings
    (Bug #550023) (Damian Peterson)

GLines:
  - Use games-runtime to locate its files (thomashpa)

Gnibbles:
  - Fix missing prototypes warnings. (chpe)
  - Reclassify Gnibbles as Arcade game not logic game (Bug #553484) (rancell)

Gnometris:
  - Fix constant string cast insanity (thomashpa)

Blackjack:
  - Port game rules to GKeyFile

Mahjongg:
  - Use games-runtime to locate its files (thomashpa)

Translations:
 - ca: Joan Duran
 - de: Mario Blättermann, Hendrik Richter
 - es: Jorge Gonzalez
 - et: Ivar Smolin
 - fr: Claude Paroz
 - fi: Timo Jyrinki
 - gl: Ignacio Casal Quinteiro
 - nb: Kjartan Maraas
 - pt_BR: Leonardo Ferreira Fontenelle
 - sl: mateju
 - ta: Felix
 - zh_HK: Chao-Hsiung Liao
 - zh_TW: Chao-Hsiung Liao
2009-03-18 01:03:36 +00:00
wiz
6ea68b1251 Update to 2.24.2:
gnome-games 2.24.2
==================

Just a few fixups here-and-there.

All games:
 - Correct typo in ChangeLog generation path (Thomas H.P. Andersen)

Sudoku (Robert):
 - Fix crash when printing zero puzzles
 - Catch errors writing to stdout
 - Catch errors loading stock icons
 - Don't crash on file I/O errors

Translations:
lferrett, Petr Kovar, Marek Lisy, Mario Blättermann, tthurman
2008-12-02 14:59:56 +00:00
wiz
af301174b9 Update to 2.24.1:
gnome-games 2.24.1
==================

This maintenance release brings huge improvements to the stability of GLChess
in 3D mode and fixes for a few crashers and a few translation fix-ups.

General:
 - Fix up compatiblity with Gtk/Glib 2.14 (Spin buttons) (Thomas)
 - Reclassify Gnibbles as Arcade game not logic game (Bug #553484) (Robert)
 - Read saved window configuration from correct GConf group (affects
   gnometris, gnibbles, gnobots) (Bug #544389) (Robert)

Aisleriot:
 - Remove vestigal flowRoot elements from solitaire svg icons.  They caused a
   black box when rendering.  (Bug #553458) (mterry)
 - Don't crash when the session manager terminates aisleriot (Christian)

GLChess:
 - Fix crash in error handler when GGZ connection closed (Bug #553982) (Robert)
 - Fix crash in empty scene when no AI engines available (Bug #551844) (Robert)
 - Fix crash when have OpenGL libraries but cannot get valid display
   (Bug #551427) (Robert)
 - Implement GGZ config parser instead of using Python config parser which does
   not handle '%' characters as GGZ does (Bug #554108) (Robert)
 - Ignore GGZ server remove player/table for unknown players/tables
   (Bug #545155) (Robert)
 - Handle exceptions loading OpenGL textures (Bug #548916) (Robert)
 - Reset pause menu when starting new game (gnomine, gnotravex) (Bug #552391)
   (Robert)
 - Only allow one new/load game dialog to be visible at once. (Bug #546702)
   (Robert)
 - Fix incorrect function call for single buffered 3D display (Bug #555567)
   (Robert)
 - Handle fork() errors in AI processes (Bug #530425) (Robert)
 - Fixes to compile in Solaris (Bug #554746) (Robert)
 - Print failure to start message to stdout if cannot import GTK+ (Robert)
 - Handle invalid response from glRenderMode(GL_RENDER) and print debugging
   information (Bug #535256) (Robert)
 - More logging messages about selection rendering bugs (Robert)
 - After looking at failure case in PyOpenGL code we don't need to change
   render modes after failed to change to GL_SELECT (Bug #538252) (Robert)
 - Fix potential bugs found by PyChecker (Robert)
 - Fix crash when validly claiming a draw (Robert)
 - Don't display failed to claim draw dialog when successfully claimed draw
   (Robert)

GTali:
 - Undoing 5 of a kind reduces the score by 50 as there might be multiple
   scores (Geoff Buchan, Bug #537673) (Robert)

Sudoku:
 - Add not overwrite time and also remember to actually save the time in the
   file. Fixes (Bug #556155)
 - Correct typo in error message that led to an exception. Patch by Zhang Sen
   (Bug #530380) (Thomas)

Gnotravex:
 - Stop paused tiles becoming visible after changing colour settings
   (Bug #550023) (Robert)

Blackjack:
 - Fix compiler warnings (Robert)

Translations:
jorgegonz, Priit Laes, Ivar Smolin, mateju, Mario Blättermann, Vladimir Melo,
dnylande, gforcada, Joan Duran, djihed, Anas Afif Emad, snavin


gnome-games 2.24.0
==================

This is the Gnome 2.24 stable release. This update brings translation
updates over the previous release candidates.

Translations:
Nickolay V. Shmyrev, Yuri Myasoedov, rsedak, claudep, mateju, jorgegonz, sandeeps, Mario Blättermann, Gintautas Miliauskas, bcicek, Milo Casagrande, lferrett, Khaled Hosny, djihed, Gabor Kelemen, ifelix, Alexander Shopov, Anas Afif Emad, gforcada, kennethn, amitakhya, dnylande, Inaki Larrañaga Murgoitio, pgeyleg, bobmauchin, simos, pkst, grakic, Miloš Popović, Philipp Kerling, Mugurel Tudor, Mişu Moldovan, Lucas Lommer, Petr Kovar

gnome-games 2.23.92
==================

This release brings even better translations and some bug fixes for aisleriot
and blackjack. If you meet one of the guys who contributed to this release please
be sure to thank the for being awesome :)

Aisleriot:
  - Fix bug where double click no longer sends card to free cell (Christian Persch)

Blackjack:
  - Fix language in help (Claude Paroz)

Translations:
 - ca: Gil Forcada
 - en_GB: Philip Withnall
 - hr: Robert Sedak
 - ko: Changwoo Ryu
 - mai: Rajesh Ranjan
 - nl: Wouter Bolsterlee
 - sv: Daniel Nylander


gnome-games 2.23.91
==================

Beta 2 brings Gnome Games some additional stability.

GLChess:
 - Fix promotion_type GConf key default from 'human' to 'queen' (Robert Ancell)

Sudoku:
 - Stop the dancer when undoing after win. Bug #532357. (Zhang Sen,
   Thomas H.P. Andersen)

Translations: Takeshi Aihana, Leonardo Ferreira Fontenelle, Djavan Fagundes,
Shankar Prasad, Runa Bhattacharjee, Goran Rakic, Priit Laes, Robert-André
Mauchin, Mario Blättermann


gnome-games 2.23.90
==================

Another development release of gnome-games leading up to the 2.24 release. Lots
of bug and stabilization fixes for aisleriot, chess, and sudoku.

Aisleriot:
  - Add "changed" signal to GamesCardTheme. (Christian Persch)
  - Get the cairo font options from the screen instead of creating them from
    the gtk settings. (Christian Persch)
  - Take the antialias setting from the font options instead of storing it
    separately. (Christian Persch)

Chess:
  - Fix save related crasher. (Robert Ancell)
  - Chess now works if gconf is read-only. (Robert Ancell)
  - Keep checkboxes for "3D view" in synch (Robert Ancell)

Sudoku:
  - Don't create temp files when drawing thumbnails. (Josselin Mouette)
  - Show All Hints now works on at start of new game. (Zhang Sen)
  - Undo/redo is now unsensitive at start of new game. (Zhang Sen)
  - Start timer when puzzle is selected, not at game start. (Thomas H.P. Andersen)
  - Active time should never be more that total time (Thomas H.P. Andersen)

Translations:
 - es: Esteban Sanchez
 - et: Ivar Smolin
 - fr: Claude Paroz
 - pt_BR: Vladimir Melo
 - th: Theppitak Karoonboonyanan


gnome-games 2.23.6
==================

Mostly just translation updates this time. Many thanks to all our translators!

Blackjack:
 - Revert bogus patch from bug #444806 (Christian Persch)

Translations:
 - ar: Djihed Afifi
 - de: Nicolas Kaiser, Mario Blättermann
 - it: Alessio Treglia
 - nb: Kjartan Maraas
 - pt_BR: Vladimir Melo
 - ru: Dmitry Dzhus
 - sv: Daniel Nylander


gnome-games 2.23.5
==================

This is the first release of Gnome Games that generates its ChangeLog from SVN
commit messages.

In this release cycle we have implemented a handful of new features and made
some fundamental fixes to our utilization of Python for GLChess and Sudoku.

GLChess:
 - Give users a helpful error message when python-support has missing modules.
   (Jason D. Clinton, Justin Dugger, Dani Nordli, Bug #524665)
 - Add fix for blank playing field from Ubuntu Launchpad (rhussey, Ubuntu
   Bug #239905)
 - Fix improper use of openGLErrors list (Jason D. Clinton, Gubianas, Bug
   #530981)
 - Disable network controls when disconnected (Robert Ancell, Bug #523818)
 - Handle empty combo boxes in the preferences dialog (Robert Ancell, Bug
   #532908)
 - Don't disable load button on load dialog as we cannot tell if the user has
   selected a valid file (Robert Ancell, Bug #540527)
 - Catch GLU exception making numbering texture and fall back to non-mipmapped
   version (Robert Ancell, Bug #542253)

Gnibbles:
 - Patch to support CAPSLOCK key in Gnibbles (Emil Andersson, Thomas H.P.
   Andersen, Bug #472355)

Gnobots:
 - Allow CAPSLOCK with directional buttons (Emil Andersson, Bug #540755)

Gnometris:
 - Allow CAPSLOCK with directional buttons (Emil Andersson, Bug #540740)

Gnomine:
 - Allow user to flag a mine by holding the control key. (Emil Andersson.
   Bug #539725)
   * Handle double right-click correctly as a result of this fix (Thomas H.P.
     Andersen)
 - Handle right click dragging. (Thomas H.P. Andersen, Bug #515497)

Aisleriot:
 - Add statusbar toggle to View menu. Makes the game more playable on small
   screens (e.g. eeepc) by allowing to enlarge the vertical space available.
   (Christian Persch)

Translations:
Mario Blättermann, Leonardo Ferreira Fontenelle, Vladimir Melo, Kjartan Maraas,
Theppitak Karoonboonyanan, Philipp Kerling, Jorge Gonzalez, Yannig Marchegay


gnome-games 2.23.4
==================

Gnibbles:
 - Improved AI search algorithm. Solves AI problems with level 15 (ais523)
 - Fix problem where worms crash on the starting square of dead worms (ais523)

Gnometris:
 - code clean up (Jason Clinton)
 - fix compiler warnings (Jason Clinton)

Sudoku:
 - code clean up (Jason Clinton)

Translations:
 - ar: Djihed Afifi
 - de: Mario Blättermann
 - ru: Aleksandr Burobin


gnome-games 2.23.3
==================

This development release incorporates a few critical bugfixes. No new features
over the previous 2.23.1 have been added.

Overall:
  - Set AM_MAINTAINER_MODE (Josselin Mouette, Andreas Røsdal, bug #53255)
  - Stop distributing generated defaults.py (Robert Ancell)
  - Add the new parameter --with-ggz-server=force (Josselin Mouette, Andreas
    Røsdal, bug #532555)
  - Drop server configuration files to ggzdconfdir (Josselin Mouette, Andreas
    Røsdal, bug #532553)

Sudoku and GLChess:
  - Fix our Python sys.path usage to make it easier to package for distros
    and possible to run directly out of the build directory for developers
    (Jason Clinton, Josselin Mouette, Robert Ancell, bug #528953, bug #524665)
  - Open files in binary mode so they work in Windows. (Robert Ancell)
  - Massive GGZ multiplayer fixups (Robert Ancell)

Gnotski:
  - Remove Minoru Climb.

Aisleriot:
  - Don't crash on double click (Christian Persch, Vincent Povirk, bug #443307)


Translations:
Jonh Wendell, Vladimir Melo, Clytie Siddall, Vincent van Adrighem, Djihed Afifi,
Tino Meinen, Kjartan Maraas, Petr Kovar, Lucas Lommer, Priit Laes, Ivar Smolin


gnome-games 2.23.1
==================

This is the first development release of the 2.23 series.

Overall:
  - Merge changes in ggz.m4 from ggz trunk. (Roger Light, Andreas Røsdal, bug
    #520599, bug #510917)
  - define GAMES_STOCK_FULLSCREEN on hildon (Christian Persch)
  - Reorder the -I/path/to in Makefile.am to import GGZ libraries in correct
    order (Andreas Røsdal)
  - Maemo4 fixes (Christian Persch)
  - Merge changes in ggz.m4 from ggz trunk (Robert Light)

Aisleriot:
  - Add back the statistics fallback (Christian Persch, bug #406267, bug
    #525177)
  - Don't allow moving non-uniformly suited card stacks to foundation (Philippe
    Gauthier, Christian Persch, bug #443307)
  - Make shuffle-deck-helper tail recursive. Fixes stack overflow exception
    with guile 1.8.4. (Vincent Povirk, Christian Persch, bug #519554)
  - Set gtk-enable-accels to TRUE (Christian Persch)
  - Fix the build without ENABLE_KEYNAV (Christian Persch)
  - Use gtk_widget_error_bell on hildon/maemo4. (Christian Persch)
  - Include tablet-browser-interface.h on hildon (Christian Persch)
  - Remove an unnecessary string, and simplify code. (Ed Sirett)
  - Add "Forty Thieves" game. (Ed Sirett / Vincent Povirk)
  - Handle default theme better. (Christian Persch)

GLChess:
  - Abort 3D render if widget_get_gl_context() returns None (Robert Ancell,
    bug #512068)
  - Add Gambit Fruit to AI list (Robert Ancell, bug #521623)
  - Handle AI players dying before the game starts (Robert Ancell, bug #522341)
  - Handle GLError->GLerror, GLUError -> GLUerror objects being renamed in
    PyOpenGL 3.0 (Robert Ancell, bug #503238)
  - Fix board rotation animation bug when viewing black side (Robert Ancell)
  - Check PID returned on SIGCHLD (Robert Ancell)
  - Add missing gettext call for the Application Log viewer. (Jordi Mallach)
  - Handle missing throbber icons (Robert Ancell)
  - Disable room 'new' and 'join' buttons when network protocol is busy
    (Robert Ancell)
  - Import the main module on initialisation not runtime (Robert Ancell)
  - Abort history saving if cannot create history directory (Robert Ancell)

Klotski:
  - Remove Minoru Climb. (Thomas H.P. Andersen)

Mahjongg:
  - Change title string to be easier to translate (Robert Ancell)

Nibbles:
  - Fixed collision detection of worms (Simon McNeilly)
  - Only allow human players to get a high score (Simon McNeilly)
  - Correct respawn direction of worms after death. (Simon McNeilly)
  - Prevent restart of worms after all lives lost (Simon McNeilly)

Sudoku:
  - Don't crash when clearing a tracker (Thomas M. Hinkle)
  - Handle when no more puzzles of a certain difficulty exists (Thomas M. Hinkle)
  - Don't always show the same puzzle until it has been completed or saved
    (Thomas M. Hinkle)
  - Fix crash on cancel in new game dialog (Thomas H.P. Andersen)
  - Fix crash caused by race when creating a directory (Thomas H.P. Andersen)
  - Don't hardcode time formats. (Claude Paroz)

Translations:
  - bg: Yavor Doganov
  - ca: Jordi Mallach
  - el: Christos Mpountalis, Simos Xenitellis, Stavros Daliakopoulos,
        Kostas Papadimas
  - en_GB: Philip Withnall
  - es: Jorge Gonzalez
  - et: Ivar Smolin
  - lt:  Gintautas Miliauskas
  - nn: Eskild Hustvedt
2008-10-25 01:52:25 +00:00
wiz
7fb789cd39 Update to 2.22.1.1:
gnome-games 2.22.1.1
==================

This is an update to the 2.22.1 release containing fixes for a few crasher bugs
in sudoku and for an issue that caused sudoku to always show the same puzzle
until it was solved or saved.

Sudoku:
  - Don't crash when clearing a tracker (Thomas M. Hinkle)
  - Handle when no more puzzles of a certain difficulty exists (Thomas M. Hinkle)
  - Don't always show the same puzzle until it has been completed or saved
    (Thomas M. Hinkle)
  - Fix crash on cancel in new game dialog (Thomas H.P. Andersen)

Updated translations by Alessio Treglia and Ivar Smolin


gnome-games 2.22.1
==================

This is the first service release in the 2.22.x release series. A few minor bug
fixes are included. Also, a handful of translation updates.

Overall:
  - Merge changes in ggz.m4 from ggz trunk. (Roger Light, Andreas Røsdal, bug
    #520599, bug #510917)

Aisleriot:
  - Add back the statistics fallback (Christian Persch, bug #406267, bug
    #525177)
  - Don't allow moving non-uniformly suited card stacks to foundation (Philippe
    Gauthier, Christian Persch, bug #443307)
  - Make shuffle-deck-helper tail recursive. Fixes stack overflow exception
    with guile 1.8.4. (Vincent Povirk, Christian Persch, bug #519554)

GLChess:
  - Abort 3D render if widget_get_gl_context() returns None (Robert Ancell,
    bug #512068)
  - Add Gambit Fruit to AI list (Robert Ancell, bug #521623)
  - Handle AI players dying before the game starts (Robert Ancell, bug #522341)
  - Handle GLError->GLerror, GLUError -> GLUerror objects being renamed in
    PyOpenGL 3.0 (Robert Ancell, bug #503238)
  - Fix board rotation animation bug when viewing black side (Robert Ancell)

Translator work included contributions from Kostas Papadimas, Simos
Xenitellis, Eskild Hustvedt, Philip Withnall, Priit Laes, S.D., Ivar Smolin,
Artur Flinta, and the GNOME PL team.


gnome-games 2.22.0
==================

This is the final release of Gnome Games for 2.22. This release fixes two
critical blockers as well as a build problem with automake 1.9. We also
include translation updates. Individual module changes are below:

Overall:
  - Fix GGZ crash (Roger Light, Andreas Røsdal, bug #363015)
  - Support building with GCC 4.3 (Matthias Clasen, Andreas Røsdal, bug #516616)
  - Fix automake 1.9 build problems (Paul, Andreas, Thomas, Jason, bug #518918)

Gnome Sudoku:
  - Fix bug that led to game not being registered as solved after user had
    used "clear" button. (Greg Fawcett, Thomas Hinkle, bug #423478)
  - Fix crash when starting new game. (Andreas Røsdal, bug #513894)

GLChess:
  - Re-add pygtk.require() call (Robert Ancell, bug #521154)
  - Handle gtk.gtkgl.widget_get_gl_drawable() returning None (Robert Ancell,
    bugs #488902 and #512068)
  - Made AI monitor process more resiliant to OSError exceptions (Robert Ancell,
    bug #517347)

Aisleriot:
  - Fix the build with guile 1.6 and older gccs. (Jasper Lievisse Adriaanse
    Christian Persch, bug #519990)
  - Use the game filename in the backtrace, not the localised game name.
    (Christian Persch)

Gnobots2:
  - Fix a bug where an annoying blank rectangle is left after a robot splat.
    (Fernando Martins, Andreas Røsdal, bug #506162)

Translators, whose hard work is much appreciated:
 Luca Ferretti, Jorge Gonzalez, Djihed Afifi, Priit Laes, Baris Cicek, Petr
 Kovar, Kjartan Maraas, Gabor Kelemen, Kenneth Nielsen, Ani Peter, Gintautas
 Miliauskas, Stéphane Raimbault, Hendrik Richter, Vincent van Adrighem,
 Rahul Bhalerao, Philip Withnall, Guntupalli Karunakar, Claude Paroz, Takeshi
 AIHANA


gnome-games 2.21.92
==================
This is the release candidate for 2.22 of gnome-games. Mostly stability and
regression fixes. Jordi Mas committed a patch that should reduce the performance
problems seen in gnometris with the new theme.

Aisleriot:
  - Stop the game time when the game is over (Christian Persch)

Chess:
  - Fix castling regression (Robert Ancell)
  - Catch GError exceptions from GConf (Robert Ancell)
  - Pixel align the board (Robert Ancell)
  - Fix wrong player moving when changing to 3D mode (Robert Ancell)
  - Reduce startup time in 3D mode (Robert Ancell)
  - Add translator comments (Robert Ancell)

Gnometris:
  - Add translator comment (Robert Ancell)
  - Cache Renderer object to reduce alloc/deallocs (Jordi Mas)

Sudoku:
  - Avoid starting two grid dancers (Thomas M. Hinkle)

Translations:
  - ar: Abdelmonam Kouka
  - ca: Gil Forcada
  - de: Denis Washington, Hendrik Richter
  - es: Jorge Gonzalez
  - fi: Ilkka Tuohela
  - fr: Bruno Brouard, Claude Paroz
  - gl: Ignacio Casal Quinteiro
  - he: Yair Hershkovitz
  - it: Alessio Treglia
  - kn: Shankar Prasad
  - ko: Changwoo Ryu
  - mk: Arangel Angov
  - nb: Kjartan Maraas
  - nl: Tino Meinen
  - ne: Pawan Chitrakar
  - oc: Yannig Marchegay
  - pl: GNOME PL Team
  - pt: Duarte Loreto
  - pt_BR: Vladimir Melo
  - ru: Nickolay V. Shmyrev
  - sv: Daniel Nylander
  - th: Theppitak Karoonboonyanan

gnome-games 2.21.91
==================
A fairly boring release, but still lots of fixes to polish off the games for the
big release.

General:
  - Change check for C++ compiler to use AC_COMPILE_IFELSE (Christian Persch)
  - Update copyright year for 2008 (Andreas Røsdal)

Aisleriot:
  - Documentation typo fix (Graham Cole)

Chess:
  - Fix problem when using Win4Lin theme (Robert Ancell)
  - Fix a number of bugs when switching GGZ servers (Robert Ancell)
  - Update documentation (Andreas Røsdal)

Sudoku:
  - Use PUZZLE_DIR when running gnome-sudoku in-place (Thomas M. Hinkle)
  - Exclude saved games from list of new games (Thomas M. Hinkle)
  - Update manual for new version (Thomas M. Hinkle)
  - Display dialog warning user if unable to save/create save dir (Thomas M. Hinkle)
  - Fixed display bug that made numbers render badly (Thomas M. Hinkle)
  - Slow down victory dance (Thomas M. Hinkle)
  - Fixed crasher bugs (Thomas M. Hinkle)
  - Make dialogs transient (Andreas Røsdal)

Translations:
  - ar: Anas Husseini
  - as: Amitakhya Phukan
  - es: Jorge Gonzalez
  - fr: Bruno Brouard/Claude Paroz
  - oc: Yannig Marchegay
  - pt: Duarte Loreto
  - sv: Daniel Nylander

gnome-games 2.21.90
==================
This is a pretty calm release of the development series as we prepare for an
awesome 2.22 soon. Chess saw a reorganization of it's menu and got a preference
dialog. Sudoku now works in fullscreen and the .room files for Nibbles,
Four-in-a-Row, and Iagno are now translatable. Also small fixes here and there.

Aisleriot:
  - Start the game when dealing a new card, too (Christian Persch)
  - Support KP_Space too. (Christian Persch)
  - Add stock item for "Deal cards" Bug #474698 (Christian Persch)
  - Code cleanups (Christian Persch)

Chess:
  - Add preferece dialog and reorganize menus (Andreas Røsdal / Robert Ancell)
  - Make all dialogs transient of the main window (Robert Ancell)
  - Add support for Shredder Classic 3 (Andreas Røsdal)
  - Code cleanups (Robert Ancell)

Gtali:
  - Use G_STRFUNC instead of the deprecated G_GNUC_FUNCTION (Christian Persch)

Nibbles/Four-in-a-Row/Iagno:
  - Make .room files translatable (Christian Persch)
  - Add the .room.in files to EXTRA_DIST (Christian Persch)
  - Install ggz demons in libexecdir, not bindir (Christian Persch)

Sudoku:
  - Use type=gtk.WINDOW_POPUP for number selector (Thomas M. Hinkle)
    Fixes bug #479938 (Thomas M. Hinkle)
  - Fix problem with 100% cpu usage. Fixes bug #502675 (Didier Vidal)

Games support lib:
  - Use the same code to register stock icons and named icons. Add LTR and RTL
    variants for the GAMES_STOCK_UNDO/REDO_MOVE stock IDs (Christian Persch)
  - Rework stock icon registration in preparation for using the gtk facilities.
    Bug #511332 (Christian Persch)

Documentation fixes:
  - Andreas Røsdal
  - Gil forcada

Translations:
  - ar: Anas Husseini
  - ca: Gil Forcada/David Planella/Joan Duran
  - da: Kenneth Nielsen
  - es: Lucas Vieites
  - fr: Claude Paroz
  - gu: Ankit Patel
  - he: Yair Hershkovitz
  - lv: Raivis Dejus
  - nb: Kjartan Maraas
  - oc: Yannig Marchegay
  - sv: Daniel Nylander

gnome-games 2.21.5
==================
Anther rocking release from the gnome-games team. Mostly improvements for chess
and aiseleriot and lots of fixes all over the place. Huge thanks goes to
the translators and documentors for the many fixes there also!

General:
  - Possible to use SDL for sound (Andreas Røsdal)
  - Lots of code cleanups (Christian Persch, Andreas Røsdal)

Aisleriot:
  - Define any-slot-empty and any-slot-nonempty, and reuse a string from Fortune
    instead of adding a new one for the hint. (Christian Persch)
  - Implement droppable feature (Vincent Povirk)
  - Use a verb for the affirmative button (Christian Persch)
  - Update year, and add Vincent to credits (Christian Persch)
  - Implement keyboard navigation (Christian Persch)

Chess:
  - Mark animation as complete when pieces are deleted (fixes game history crash
    reported in bug (Robert Ancell)
  - Use LAN move if unable to generate SAN move (Robert Ancell)
  - Fix bugs in SAN move generation (Robert Ancell)
  - Support resigning in saved games (Robert Ancell)
  - Stop players from moving after the game has completed (Robert Ancell)
  - Improve tanslators comment (Andreas Røsdal)
  - Make it possible to run from source (Andreas Røsdal)
  - Move "View logs" to "View" menu (Andreas Røsdal)
  - Reorder to load from prefix before system wide (Andreas Røsdal)
  - Reuse strings from libgames-support (Andreas Røsdal)

Gtali:
  - Fix a translation string (Stephane Raimbault)
  - Remove old graphics file (Thomas H.P. Andersen)

Mahjongg:
  - Unfocus toolbar to avoid accidental game restarts (Christian Persch)

Sudoku:
  - Fix undo related crasher (Thomas M. Hinkle)
  - Make it possible to run from source (Andreas Røsdal)
  - Reorder to load from prefix before system wide (Thomas H.P. Andersen)

Documentation:
  - Improve description of games in documentation (Andreas Freund)
  - Fix typo in documentation (Bob Mauchin)
  - Remove duplicate links to toolbar in documentation (Aloriel)
  - Removes duplicate application tag (Andreas Røsdal)
  - Remove uppercasing in glossary (Andreas Røsdal)
  - Adapted manual to new doc template (Claude Paroz)

Updated Translations:
  - ca: Joan Duran, Josep Puigdemont
  - en_GB: Bastien Nocera
  - es: Jorge Gonzalez
  - fr: Stéphane Raimbault, Claude Paroz, Didier Vidal
  - ga: Seán de Búrca
  - ku: eronahi
  - lt: Gintautas Miliauskas, Luca Ferretti
  - mk: Jovan Naumovski
  - oc: Yannig Marchegay
  - pa: Amanpreet Singh Alam
  - pt_BR: Vladimir Melo, Leonardo Ferreira Fontenelle
  - vi: Clytie Siddall
  - zh_CN: pingz

gnome-games 2.21.4
==================

Continuing the march toward a stable Gnome 2.22 release, this unstable release
sports a number of small bug fixes and clean-ups.

This release is code named "exit-isle-on-delta".

Aisleriot:
  - Refactor Saratoga and Athena. Use klondike.scm as base. Bug #446944,
    patch by Vincent Povirk. (Christian Persch)
  - I10n updates to translatable game names. (Christian Persch)
  - Add "Gold Mine" game, another klondike variant. Bug #324759, patch by
    Vincent Povirk based on a prior patch by Alan Horkan. (Christian Persch)
  - Add kings-only option to Klondike. Part of bug #324759, patch by Vincent
    Povirk. (Christian Persch)
  - Don't allow moving a card to its original slot. Bug #467796, patch by
    Vincent Povirk. (Christian Persch)

Blackjack:
  - Use the global game_variation instead of DEFAULT_VARIATION, so the stored
    preference is used (Bug #487423) (John Bryant)

Sodoku:
  - I10n fixups Patch by Didier Vidal. (Bug #502194) (Thomas H.P. Andersen)

Updated Translations:
  - pt_BR.po: Leonardo Ferreira Fontenelle
  - sl.po: Matej Urbančič
  - nb.po: Espen Stefansen


gnome-games 2.21.3
=====================

A new version of gnome-games is now available. This version brings a lot of
cool new features and some bugfixes. Most notable is the new graphics for the
face in gnomine and the tooltips showing what the score will be in gtali.

Notice that gnome-games now depends on GGZ 0.0.14 for network games. Also the
dependency on GTK was bumped to 2.12 to make the tooltips for gtali.

General:
  - Remove embedded libggz and ggz-client-libs. (Andreas Røsdal)
  - Require GGZ Gaming Zone 0.0.14 for network games. (Andreas Røsdal)
  - Only require ggz if building those games that support it (Christian Persch)
  - Rename "maemo" platform to "hildon", in preparation for generalised hildon
    support. (Christian Persch)

Aisleriot:
  - Lots of cleanups and fixes (Christian Persch)

Chess:
  - Set toolbar style to default system style (Robert Ancell)
  - Choose AI for default game from first detected AI not first known AI
    (Robert Ancell)
  - Mark board numbers for translation (Robert Ancell)
  - Remove stray "Iagno" from chess help files (Andreas Røsdal)

Gnomine:
  - Fix redraw error when holiding right and repeatedly clicking left button
    (WuSonghai/Robert Ancell)
  - Change from GConf to GamesConf (Robert Ancell)
  - Tangoified faces (Lapo Calamandrei/Ulisse Perusin)

Gtali:
  - Tooltips that show what will be scored. (Geoff Buchan)

Sudoku:
  - Add walk-through option to step through code. (Thomas M. Hinkle)
  - Fix error that made status-bar not update after 1st puzzle played.
    (Thomas M. Hinkle)
  - Add debug statements. (Thomas M. Hinkle)
  - Speed up make_new_game_model substantially. (Thomas M. Hinkle)
  - Speed up is_valid_puzzle. (Thomas M. Hinkle)
  - Ignore invalid lines in puzzle files. (Thomas M. Hinkle)

Translations:
  - ca (Joan Duran)
  - el (ta_panta_rei)
  - es (Jorge Gonzalez)
  - et (Ivar Smolin)
  - oc (Yannig Marchegay)
  - sl (Matej Urbancic)

gnome-games 2.21.2
=====================

A new version of gnome-games is now available. Mostly more features and fixes
for the chess game by Robert Ancell but also a few fixes for sudoku and
translations. Thanks to everyone that contributed to this release!

Chess: (all by Robert Ancell)
  - Show threatened squares and pieces able to be taken
  - Handle carriage returns in PGN files
  - Put an asterisk in the title bar for games that need saving
  - Sped up PGN decoder by approximately 40%
  - Add support for Toga II engine
  - If no game on startup start default game of human vs AI
  - Fix overzealous game name autogeneration
  - Don't allow 3D mode if cannot get a valid OpenGL configuration
  - Reworked "No 3D" dialog to list reasons why 3D mode cannot be entered

Sudoku:
  - Allow for empty lines in sudoku files (Thomas M. Hinkle)
  - Fix decimal value in float error (Thomas M. Hinkle)
  - Fix calculation of big/small borders (Thomas H.P. Andersen)

Translations:
  - da (Kenneth Nielsen)
  - es (Lucas Vieites)
  - et (Ivar Smolin)
  - nb (Espen Stefansen)
  - sv (Daniel Nylander)

gnome-games 2.21.1
=====================

This is the first development release of the 2.21 series. It's a great release
with a new simple UI for selecting game for sudoku, a lot of bug fix for chess,
and a new feature to undo a wrong score in tali.

Aisleriot:
  - Add autoplay in spider when double-clicking foundation (Vincent Povirk)
  - Fix statistics for !HAVE_GNOME (Christian Persch)

Chess:
  - Display error dialog and quit if unable to import glchess.glchess
    (Robert Ancell)
  - Catch and ignore all exceptions writing to stdout (Robert Ancell)
  - Catch exception killing AI (Robert Ancell)
  - Fix exception when autoloading games with invalid AIs (Robert Ancell)
  - Moved pygtk.require() to glchess.in so it is always called first
    (Robert Ancell)
  - Added tests/ dir containing PGN test files (Robert Ancell)
  - Add better support for informal PGN files (Robert Ancell)
  - GtkFileChooser.get_current_folder() can return None, handle this case
    (Robert Ancell)
  - Catch GLU exception building mipmaps and fallback to standard textures
    (Robert Ancell)
  - Disable navigation buttons when at start/end of moves (Robert Ancell)
  - Merged glchess-ggz branch to give glchess initial ggz support
    (Robert Ancell)
  - Removed tab support and added game history support (Robert Ancell)
  - Added ability to resign and claim draws (Robert Ancell)
  - Reworked some strings that were hard to translate (Robert Ancell)

Klotski:
  - fix imposible move (Thomas H.P. Andersen)

Robots:
  - Fix typo in score-category nightmare with super safe moves
    (Thomas H.P. Andersen)
  - Show highscore and new/quit option even when score is not good enough to
    enter the highscore (Thomas H.P. Andersen)

Sudoku:
  - New select game/load game menu (Thomas H. Hinkle)
  - don't keep all generated puzzles in memory (Thomas H. Hinkle)
  - simplify print dialog (Thomas H. Hinkle)

Tali:
  - Add undo feature (Geoffrey Buchan)

Libgames-support:
  - Fix compilation on maemo (Christian Persch)

Translations:
  - ar (Anas Husseini)
  - nb (Kjartan Maraas)
2008-04-26 00:07:27 +00:00
drochner
1074f79734 update to 2.20.3
changes:
-minor bugfixes
-translation updates
2008-01-11 17:42:12 +00:00
drochner
1091897b0f update to 2.20.2
changes:
-bugfixes
-translation updates

pkgsrc changes:
-pull in gstreamer for sound support
-makefile cleanup
2007-11-29 20:35:19 +00:00
drochner
706eba004b update to 2.20.1
This switches to the new gnome-2.20 branch.
2007-11-05 19:29:47 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
wiz
f155c597af Move gnome2-games to gnome-games to make directory name match PKGNAME. 2007-09-20 00:05:51 +00:00
wiz
cdb6489776 Remove gnome1 packages except as needed for gnucash.
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18 22:02:17 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
6fdf05cc93 Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle
the shared share/mime-info directory.  Bump PKGREVISION.
2003-05-30 16:19:50 +00:00
rh
249b315082 Patch scrollkeeper_localstatedir to make it point to the correct location
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST
Bump PKGREVISION
2002-07-17 22:21:37 +00:00
rh
dc5d1aaff8 Update gnome-games to 1.4.0.4. Changes are bugfixes only. Most notably,
this package now fetches its missing HTML documentation (created using
db2html, which is available on RedHat Linux only) from MASTER_SITE_LOCAL.

This closes Havard's PR pkg/16699.
2002-07-14 00:12:40 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
skrll
015c2e40b9 Don't hardcode /usr/X11R6 when making directories or running X based
programs such as mkfontdir use ${X11BASE} instead.

Also pick up a couple of /bin/chmod -> ${CHMOD}s
2002-02-05 22:03:54 +00:00
wiz
4a25c01ee0 Use PKGLOCALEDIR instead of hardwired "share". 2001-12-12 16:32:15 +00:00
zuntum
37637e483f Move pkg/ files into package's toplevel directory 2001-11-01 00:47:39 +00:00
Renamed from games/gnome-games/pkg/PLIST (Browse further)