Commit graph

1541 commits

Author SHA1 Message Date
Enrico Nicoletto
138b38fa47 Updated Brazilian Portuguese translation 2015-09-22 14:33:14 +00:00
Felipe Braga
dd34cf9a21 Updated Brazilian Portuguese translation 2015-09-22 14:27:29 +00:00
Michael Catanzaro
f20e68a978 Prepare 3.18.0 2015-09-21 11:52:42 -05:00
Baurzhan Muftakhidinov
0a7f14c2ac Updated Kazakh translation 2015-09-21 11:20:07 +00:00
Ask Hjorth Larsen
5b6656a67c Updated Danish translation 2015-09-20 15:16:26 +00:00
Alexandre Franke
042f704591 Updated French translation 2015-09-20 14:42:38 +00:00
Tom Tryfonidis
8a3209c427 Updated Greek translation 2015-09-20 10:23:00 +00:00
Muhammet Kara
efeff50f3a Updated Turkish translation 2015-09-20 05:38:20 +00:00
Michael Catanzaro
73cf6ec0f1 Prepare 3.17.92 2015-09-13 13:27:55 -05:00
Changwoo Ryu
7f84fb0602 Updated Korean translation 2015-09-12 13:29:01 +09:00
Michael Catanzaro
6035af788c Fix dragging the window after clicking the game view
https://bugzilla.gnome.org/show_bug.cgi?id=754837
2015-09-11 12:18:38 -05:00
Jiri Grönroos
5fea3fd358 Finnish translation update 2015-09-10 18:44:27 +03:00
Aurimas Černius
1f47564aac Updated Lithuanian translation 2015-09-07 14:48:02 +03:00
Michael Catanzaro
0df4b3915c Fixup for the previous commit 2015-09-05 15:04:42 -05:00
Michael Catanzaro
06836ffc2e Update to newer sample autogen.sh 2015-09-05 12:20:40 -05:00
Claude Paroz
e932ee9ff3 Updated French translation 2015-09-04 14:01:01 +02:00
Dušan Kazik
a6cb0596bb Updated Slovak translation 2015-08-29 19:31:02 +00:00
Tom Tryfonidis
47ff638fa5 Updated Greek translation 2015-08-28 20:52:25 +00:00
Chao-Hsiung Liao
7c1af032d9 Updated Chinese (Taiwan) translation 2015-08-25 22:29:52 +00:00
Piotr Drąg
a17b1d9ae8 Updated Polish translation 2015-08-25 14:01:12 +02:00
Fran Dieguez
d7c1045b7c Updated Galician translations 2015-08-24 10:50:16 +02:00
Jordi Mas
e20858738a Fixes to Catalan translation 2015-08-22 00:16:21 +02:00
Jordi Mas
95b65f5f36 Upload Catalan translation 2015-08-20 19:11:12 +02:00
Sahil Sareen
1b938124d6 Prepare 3.17.90 2015-08-17 13:43:00 +05:30
Kjartan Maraas
109d3dc689 Updated Norwegian bokmål translation. 2015-08-11 18:52:47 +02:00
Anders Jonsson
adf5b5fca0 Updated Swedish translation 2015-08-07 19:08:37 +00:00
Dušan Kazik
fad2ddbb89 Updated Slovak translation 2015-07-28 15:01:17 +00:00
Marek Černocký
a4f76cdb71 Updated Czech translation 2015-07-24 15:30:39 +02:00
Michael Catanzaro
b2aa1d05e5 ChessEngine: unset stdout_watch_id
https://bugzilla.gnome.org/show_bug.cgi?id=724504
2015-07-23 13:41:06 -05:00
Michael Catanzaro
530c4d5747 Revert "Don't shadow variable pid of higher-scope"
This reverts commit e251b6801b.

It doesn't matter anymore.
2015-07-23 13:38:47 -05:00
Sahil Sareen
e251b6801b Don't shadow variable pid of higher-scope
Rename local variable pid to pid_engine.
2015-07-23 23:54:30 +05:30
Michael Catanzaro
0a6163daf3 Fix enabling the style checker 2015-07-23 13:13:22 -05:00
Michael Catanzaro
401fad221d Fix style error 2015-07-23 13:01:29 -05:00
Michael Catanzaro
48202d6672 Assert that the ChessEngine has been stopped before it is destroyed
https://bugzilla.gnome.org/show_bug.cgi?id=724504
2015-07-23 12:59:07 -05:00
Sahil Sareen
6d4be6567f Reorder requires conditions on engine_stopped_cb
Check started first and then pid as engine being started
is the primary condition post which the pid should be enforced.
https://bugzilla.gnome.org/show_bug.cgi?id=724504
2015-07-23 23:22:17 +05:30
Michael Catanzaro
8ba6bcb992 Disconnect engine_stopped_cb when stopping the engine
What if, somehow, the cb gets called *after* ChessEngine.start()? Then
everything would break. Make sure that can't happen.

https://bugzilla.gnome.org/show_bug.cgi?id=724504
2015-07-23 23:18:33 +05:30
Michael Catanzaro
5a1786ac08 Fixup for the previous commit 2015-07-19 14:04:06 -05:00
Michael Catanzaro
20452ab1b9 Rename ChessEngine.stopped() to ChessEngine.stopped_unexpectedly()
Actually, this comment was not true prior to the previous commit:
ChessEngine.stopped() would always be called because
ChessEngine.engine_stopped_cb() would be called after
ChessEngine.stop(). But there really is no need to call it in that case,
so rename the signal. This is clearer anyway.
2015-07-19 14:01:01 -05:00
Michael Catanzaro
fe2a655aa9 Fix various mistakes in ChessEngine
fds can be 0 (hi stdin!). Various resource leaks due to not calling
stop() when the engine stops itself. Be careful to unset all values from
the previous engine in stop(), since they're now checked to ensure
they're not overwritten as a precondition of start(). Expect
engine_stopped_cb() to be called after stop().

https://bugzilla.gnome.org/show_bug.cgi?id=724504
2015-07-19 13:58:12 -05:00
Michael Catanzaro
cf425b02bd Add some preconditions to chess-engine.vala
Help avoid future mistakes here.

Also, avoid a case where we could call Source.remove(0) in the event of
an engine error.

https://bugzilla.gnome.org/show_bug.cgi?id=724504
2015-07-19 13:18:08 -05:00
Sahil Sareen
97263dd6cc Don't kill a broken chess-engine twice
https://bugzilla.gnome.org/show_bug.cgi?id=724504
2015-07-19 23:03:20 +05:30
Michael Catanzaro
71339098d7 Clarify a debug message 2015-07-19 10:42:00 -05:00
Yosef Or Boczko
b58860ef6c Updated Hebrew translation 2015-07-19 12:28:05 +03:00
Sahil Sareen
1763b65e9e Prepare 3.17.4 2015-07-18 19:36:29 +05:30
Balázs Úr
3b28d01f10 Updated Hungarian translation 2015-07-17 13:14:24 +00:00
Sahil Sareen
9329b590e4 Force engines to move after some timeout
Prevent a buggy engine from living forever without moving,
causing the game to appear to hang.
https://bugzilla.gnome.org/show_bug.cgi?id=726455
2015-07-16 00:26:43 +05:30
Pedro Albuquerque
ff3f644b97 Updated Portuguese translation 2015-07-15 09:08:17 +00:00
Daniel Mustieles
841f39b4cb Updated Spanish translation 2015-07-13 10:29:13 +02:00
Sahil Sareen
b3c5a872f9 Improve the dialog message for previous commit
Display a warning dialog if no chess engines are installed.
https://bugzilla.gnome.org/show_bug.cgi?id=732934
2015-07-11 16:58:04 +05:30
Sahil Sareen
826a8fd9d0 Display a warning dialog if no chess engines are installed
Warn players before starting the game if they don't have a chesss engine installed.
https://bugzilla.gnome.org/show_bug.cgi?id=732934
2015-07-11 00:17:28 +05:30