Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #376

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
86c1383
we are developing for Popeye 4.89
thomas-maeder Jun 26, 2021
794b7d8
Assuming that booleans get "truthy" values, that is, 0 or 1.
JoshuaGreen Sep 8, 2021
abfa06a
This seems like a clearer way to implement the (presumably) intended …
JoshuaGreen Nov 11, 2021
123f5f1
That argument needs to be an int.
JoshuaGreen May 15, 2022
826d270
intelligent_count_moves_to_white_promotion() didn't take en passant i…
thomas-maeder Nov 24, 2021
fd3ca7f
we have to deactive en passant when testing a target position #324
thomas-maeder Nov 24, 2021
8f32cea
first shot at dister conditions
thomas-maeder May 27, 2022
d8db9fd
first shot at dister conditions
thomas-maeder May 27, 2022
7c2de06
prefer the Unix form
thomas-maeder Aug 10, 2022
3dbbab8
disambiguate some abbreviated condition indications
thomas-maeder Aug 10, 2022
4548807
allow specification of Breton * Popeye; don't remove neutral pieces u…
thomas-maeder Aug 10, 2022
fe75004
deal with promoting pawns according to the original Breton definition…
thomas-maeder Aug 11, 2022
4a6e4b8
emphasize forced reflex moves in output #313
thomas-maeder Aug 14, 2022
e079a28
emphasize forced reflex moves in output (line mode) #313
thomas-maeder Aug 14, 2022
369bb9a
emphasize forced reflex moves in LaTeX output #313
thomas-maeder Aug 14, 2022
9ed0a64
emphasize forced reflex moves in LaTeX output (line mode) #313
thomas-maeder Aug 14, 2022
3132fdf
homogeneized the spelling of Dabbaba
thomas-maeder Aug 17, 2022
10d4421
updated LaTeX related meta informatoin #339
thomas-maeder Aug 17, 2022
6684f07
fixed the usual optimization bug for proof games #338
thomas-maeder Aug 17, 2022
44f9ddd
normalized version string
thomas-maeder Aug 17, 2022
812b40b
don't allowe diagonal Rokagogo moves
thomas-maeder Aug 17, 2022
116c76a
simplified Rokagago move filtering #343
thomas-maeder Aug 17, 2022
c8d0ed5
fixed instrumentation with move number writers
thomas-maeder Aug 23, 2022
a84d30f
make a proper test case for Circe HorizontalSymmetry
thomas-maeder Aug 24, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions EXAMPLES/dister.inp
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
begin

protocol dister.ref

title AT1
pieces white ka1 se5 black kb3 rb8
stipulation s#3
condition blackmindister e5b8
option vari nothreat

next

title AT2
pieces white kd4 pa7 black ke7 pb4
stipulation s#6
condition blackmindister d4e7
option vari nothreat

next

title AT3 - not supported
pieces white ke5 qe4 pe6 black ke8 ra8h8
stipulation r=3
condition blackmaxdister e5e8
option vari nothreat

next

title AT4
pieces white ka1 qb2 pe7 black ke6
stipulation #3
option postkeyplay nothreat
condition blackmaxdister a1e6
twin condition blackmindister a1e6

next

title AT5 - not supported
pieces white kh1 qe2 pa7 black kg3 rd7 sc7 pg4
stipulation s#3
condition circe blackmindister a7g3
option vari nothreat

end

3 changes: 2 additions & 1 deletion EXAMPLES/horizsymcirce.inp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
beginproblem
prot horizsymcirce.ref
author Stephen Emmerson
origin julia's fairies September 2018
origin Julia's Fairies September 2018
stipulation dia4.5
condition horizontalsymmetrycir
rem <<< rs1qkbsr/ppp1pppp/8/8/4p3/5b2/PPPPPPPP/RSBQKBSR/ Null
Expand Down
2 changes: 1 addition & 1 deletion EXAMPLES/lortap.inp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ next

stip s#4
opt var
cond lortap blackmax
cond lortap blackmaxi
pie wh Ka6 Pb7b6
blac Ke7 Rc1 Bf5

Expand Down
2 changes: 1 addition & 1 deletion EXAMPLES/radiantknight.inp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pie wh pg2
pie bl rkb4
pie bl royal rkf1
opt nowk
cond blackmax
cond blackmaxi

next

Expand Down
2 changes: 2 additions & 0 deletions LATEX/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cf. https://ctan.org/pkg/chess-problem-diagrams

Loading
Loading