Commit graph

637 commits

Author SHA1 Message Date
Cosimo Cecchi
57ee8c7477 glchess: set the about dialog as modal
https://bugzilla.gnome.org/show_bug.cgi?id=646276
2011-09-19 09:33:09 +10:00
Cosimo Cecchi
5888df3858 glchess: null-terminate the string arrays, otherwise GTK+ will crash
https://bugzilla.gnome.org/show_bug.cgi?id=646276
2011-09-19 09:33:04 +10:00
Robert Ancell
30977da411 chess: Fix compile issues with Vala 0.13.3 (Bug #657130) 2011-09-02 19:50:47 +10:00
Robert Ancell
151402247b Work with Vala 0.14 2011-07-09 16:09:48 +02:00
Thomas Hindoe Paaboel Andersen
d1465ba964 revert e039ba25
too high dependency on vala for now
2011-07-05 22:57:56 +02:00
Robert Ancell
f92c5e38d5 Work with Vala 0.14 2011-07-01 12:00:27 +01:00
Robert Ancell
09e3a02c62 Escape tag values, based on a patch by Ted Ying 2011-07-01 12:00:27 +01:00
Seunghoon, Kang
57450204a3 Added Korean manual translation 2011-07-01 16:51:18 +09:00
Kjartan Maraas
465b630a93 Remove #include <config.h> from headers to make sure it's not included more than once 2011-06-21 23:48:32 +02:00
Robert Ancell
421f1b07bd chess: Fix fullscreen mode not working 2011-05-08 18:10:42 +02:00
Robert Ancell
bce23cb74b chess: Remember window size 2011-05-08 18:04:33 +02:00
Robert Ancell
634e449ce5 chess: Update UI file to recent glade 2011-05-08 17:59:56 +02:00
Robert Ancell
1289bc33fe chess: Correctly apply fifty move rule after 50 full moves, not half moved (Bug #649625) 2011-05-08 09:17:22 +02:00
Robert Ancell
db74b55e3e chess: Use OptionContext for command line arguments 2011-04-11 16:12:30 +10:00
Robert Ancell
b1e3263a38 chess: Remove unnecessary wrap_license property of about dialog 2011-04-11 14:36:11 +10:00
Robert Ancell
c1ddb45242 chess: Mark string for translation that were missed 2011-04-11 14:24:31 +10:00
Robert Ancell
9c0ff38bb8 chess: Use standard license in about dialog 2011-04-11 14:17:26 +10:00
Robert Ancell
fad31ae6c7 chess: Fix bug in Vala GTK bindings setting file filter labels 2011-04-08 11:07:19 +10:00
Robert Ancell
b5e0afc3cc chess: Mark strings for translation that were missed 2011-04-08 10:52:42 +10:00
Robert Ancell
307c296365 chess: Correctly set up i18n (Bug #647090) 2011-04-08 10:43:22 +10:00
Luca Ferretti
89d924955c Use /org/gnome as starting path for schemas 2011-03-26 11:35:38 +11:00
Robert Ancell
847225f0b0 chess: Redraw board when move undone (Bug: #644178) 2011-03-09 11:40:50 +11:00
Robert Ancell
6d619c2707 chess: Fix non-displaying move hints 2011-03-09 11:38:38 +11:00
Robert Ancell
5770e19556 chess: Fix checkmate detection (Bug #644180) 2011-03-09 11:25:10 +11:00
Robert Ancell
1d80d51d6e chess: Add note about adding castling move strings 2011-03-09 11:17:43 +11:00
Robert Ancell
06479013a8 chess: Fix incorrect human move strings 2011-03-09 11:16:44 +11:00
Teliute
997cabb7e6 Add Simplified Chinese glchess help translation. 2011-02-24 07:46:52 +00:00
Robert Ancell
7de7bf3a0c chess: Run tests on make check, add tests for PGN files, remove obsolete manual test PGN files 2011-02-22 12:34:19 +11:00
Robert Ancell
9023632e06 chess: Remove all Vala stamp files 2011-02-22 10:47:53 +11:00
Robert Ancell
d339a8cc2c chess: Remove vala generated files on clean 2011-02-22 10:44:11 +11:00
Robert Ancell
12f5540b71 chess: generated schema should be in CLEANFILES, not DISTCLEANFILES 2011-02-22 10:30:18 +11:00
Robert Ancell
b5b8d66008 chess: Remove schema file on distclean 2011-02-22 10:20:44 +11:00
Robert Ancell
46e4833815 chess: Install GSetting schema 2011-02-21 11:37:38 +11:00
Robert Ancell
ee4d670e98 chess: Fix variable name typo 2011-02-19 18:22:47 +11:00
Robert Ancell
f5f4b68350 chess: Tidy up rendering code 2011-02-19 18:21:29 +11:00
Robert Ancell
64bc9ae608 chess: Fix crash starting new game when viewing history of a previous one 2011-02-19 18:07:56 +11:00
Robert Ancell
c51a6c7c12 chess: Set the animation timer to low priority so the rendering has higher priority 2011-02-19 18:02:16 +11:00
Robert Ancell
13014de875 chess: Fix promotion to knight detection 2011-02-19 17:55:14 +11:00
Robert Ancell
b7f1703bbd chess: Add back animation 2011-02-19 17:54:50 +11:00
Robert Ancell
254a1db3d0 chess: Use int.parse() instead of string.to_int() 2011-02-19 15:00:46 +11:00
Robert Ancell
d7edccc905 chess: Prompt user to save/abandon when starting new game 2011-01-31 21:47:36 +11:00
Robert Ancell
82bffad69a chess: Fix play as white/black preferences option 2011-01-31 21:47:36 +11:00
Robert Ancell
69bf5fd887 chess: Make 3D board match 2D hint changes 2011-01-26 00:05:13 +10:00
Robert Ancell
9d19bf78b9 chess: Show the selected piece as larger instead of using colours 2011-01-25 23:43:56 +10:00
Robert Ancell
608bb74c50 chess: Pre-render the 2D models. Instead of colouring squares that can be moved onto, use draw faint models into those squares 2011-01-25 23:25:06 +10:00
Robert Ancell
2baccf3c65 chess: Get undo working: 2011-01-25 22:10:00 +10:00
Robert Ancell
7aa8e56014 chess: Decode promotion type from UCI engines 2011-01-25 21:47:50 +10:00
Robert Ancell
beb87533d6 chess: Start to get undo to work again 2011-01-25 21:44:15 +10:00
Robert Ancell
4d74fd36e5 chess: Detect draw by three fold repetition 2011-01-25 20:44:16 +10:00
Robert Ancell
38ee6cdbff chess: Add comments about needing claim draw tests 2011-01-25 18:48:25 +10:00