- 24 Jun, 2022 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 14 Jun, 2022 2 commits
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Script Kiddy authored
-
- 13 Jun, 2022 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 09 Jun, 2022 1 commit
-
-
Script Kiddy authored
-
- 07 Jun, 2022 1 commit
-
-
Script Kiddy authored
-
- 04 Jun, 2022 3 commits
-
-
Heiko Becker authored
(cherry picked from commit f6d5ad13)
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 01 Jun, 2022 1 commit
-
-
Script Kiddy authored
-
- 28 May, 2022 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 19 May, 2022 1 commit
-
-
Script Kiddy authored
-
- 18 May, 2022 1 commit
-
-
Matthias Mailänder authored
-
- 15 May, 2022 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 12 May, 2022 1 commit
-
-
Laurent Montel authored
-
- 10 May, 2022 1 commit
-
-
Script Kiddy authored
-
- 07 May, 2022 1 commit
-
-
Heiko Becker authored
(cherry picked from commit 51f6ecdc)
-
- 06 May, 2022 1 commit
-
-
Laurent Montel authored
-
- 02 May, 2022 2 commits
-
-
Antonio Rojas authored
It breaks launching the application on Wayland
-
Script Kiddy authored
-
- 01 May, 2022 1 commit
-
-
Script Kiddy authored
-
- 15 Apr, 2022 2 commits
-
-
captured and its position is occupied by another piece. BUG: 430403 FIXED-IN: 22.08
-
To generate a move string including a pawn promotion, the Knights code starts out with a generic call to move.cpp to create a string. An example string returned is: e7e8=Q Then the string is modified in xboardprotocol.cpp to remove all capitals: e7e8=q This string is then sent to the chess engine. But the xboard protocol documentation requires the string to be: e7e8q Early on in chess engine development there were multiple formats to communicate with chess engines. Some utilzed an = sign between move and promotion piece. But the Xboard system slowly became the standard for communication. Some chess engines will also accept the = sign in Xboard mode to be historically compatable. Specifically, the following engines will accept the = sign and will run: GNUchess6, Crafty, Phalanx XXV and Gully2. Other (usually newer) engines require the correct Xboard protocol. They will stop play with an illegal move response if the move contains the = sign. Some example...
-
- 14 Apr, 2022 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 12 Apr, 2022 1 commit
-
-
Heiko Becker authored
(cherry picked from commit 2a28eb04)
-
- 08 Apr, 2022 1 commit
-
-
Laurent Montel authored
-
- 01 Apr, 2022 1 commit
-
-
Script Kiddy authored
-
- 29 Mar, 2022 1 commit
-
-
Script Kiddy authored
-
- 23 Mar, 2022 1 commit
-
-
Script Kiddy authored
-
- 20 Mar, 2022 1 commit
-
-
Script Kiddy authored
-
- 12 Mar, 2022 3 commits
-
-
Albert Astals Cid authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 11 Mar, 2022 1 commit
-
-
Albert Astals Cid authored
-
- 27 Feb, 2022 2 commits
-
-
Heiko Becker authored
(cherry picked from commit 9a23bc65)
-
Heiko Becker authored
-