projects
/
stockfish
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Cleanup KBPsK endgame
[stockfish]
/
src
/
endgame.cpp
2020-03-07
protonspring
Cleanup KBPsK endgame
blob
|
commitdiff
|
raw
2020-03-04
protonspring
Use equations for PushAway and PushClose
blob
|
commitdiff
|
raw
|
diff to current
2020-03-04
protonspring
Consolidate Square Flipping
blob
|
commitdiff
|
raw
|
diff to current
2020-03-01
Joost VandeVondele
Small cleanups
blob
|
commitdiff
|
raw
|
diff to current
2020-02-20
protonspring
Updated KNNKP endgame.
blob
|
commitdiff
|
raw
|
diff to current
2020-02-15
Joost VandeVondele
Fix for incorrect VALUE_MATE_IN_MAX_PLY usage.
blob
|
commitdiff
|
raw
|
diff to current
2020-01-09
Stéphane Nicolet
Assorted trivial cleanups January 2020
blob
|
commitdiff
|
raw
|
diff to current
2020-01-09
Alain SAVARD
Update lists of authors and contributors
blob
|
commitdiff
|
raw
|
diff to current
2019-11-04
31m059
Make Square and Bitboard operators commutative
blob
|
commitdiff
|
raw
|
diff to current
2019-06-14
protonspring
Remove backmost_sq (#2190)
blob
|
commitdiff
|
raw
|
diff to current
2019-06-09
Marco Costalba
Assorted trivial cleanups 5/2019
blob
|
commitdiff
|
raw
|
diff to current
2019-05-15
mstembera
Remove per thread instances of Endgames. (#2056)
blob
|
commitdiff
|
raw
|
diff to current
2019-04-18
Joost VandeVondele
Simplify distance (#2109)
blob
|
commitdiff
|
raw
|
diff to current
2019-03-31
Marco Costalba
Assorted trivial cleanups 3/2019 (#2030)
blob
|
commitdiff
|
raw
|
diff to current
2019-03-31
protonspring
Replace std::mins/max with clamp function (#2062)
blob
|
commitdiff
|
raw
|
diff to current
2019-02-21
Kurtbusch
Add KNNvKP Endgame Heuristic
blob
|
commitdiff
|
raw
|
diff to current
2019-01-01
Marco Costalba
Assorted trivial cleanups (#1894)
blob
|
commitdiff
|
raw
|
diff to current
2018-12-24
protonspring
Improve endgame KBN vs K (#1877)
blob
|
commitdiff
|
raw
|
diff to current
2018-12-20
protonspring
Simplify KBNK endgame implementation
blob
|
commitdiff
|
raw
|
diff to current
2018-11-19
Stéphane Nicolet
Stockfish 10-beta
blob
|
commitdiff
|
raw
|
diff to current
2018-09-27
Eduardo Caceres
Fix two typos in comments
blob
|
commitdiff
|
raw
|
diff to current
2018-07-22
Marco Costalba
Slight tidy up in endgame machinery
blob
|
commitdiff
|
raw
|
diff to current
2018-06-11
protonspring
Optimize an expression in endgame.cpp
blob
|
commitdiff
|
raw
|
diff to current
2018-04-01
Stéphane Nicolet
Simplify KBPKB endgame with opposite bishops
blob
|
commitdiff
|
raw
|
diff to current
2018-03-18
Ronald de Man
Mark all compile-time constants as constexpr.
blob
|
commitdiff
|
raw
|
diff to current
2018-01-01
Joost VandeVondele
New Year 2018
blob
|
commitdiff
|
raw
|
diff to current
2017-12-04
syzygy1
Use a Direction enum for Square deltas
blob
|
commitdiff
|
raw
|
diff to current
2017-08-12
tthsqe12
Fix the handling of opposite bishops in KXK endgame...
blob
|
commitdiff
|
raw
|
diff to current
2017-07-03
Alain SAVARD
Tidy up
blob
|
commitdiff
|
raw
|
diff to current
2017-06-17
Marco Costalba
Better naming in endgame code
blob
|
commitdiff
|
raw
|
diff to current
2017-04-24
Marco Costalba
Assorted code style issues
blob
|
commitdiff
|
raw
|
diff to current
2017-01-11
Joost VandeVondele
Adjust copyright headers to 2017 (#965)
blob
|
commitdiff
|
raw
|
diff to current
2016-11-05
Miroslav Fontán
Simplify code, delete else after return
blob
|
commitdiff
|
raw
|
diff to current
2016-11-05
Marco Costalba
Rewrite syzygy in C++
blob
|
commitdiff
|
raw
|
diff to current
2016-09-25
Stéphane Nicolet
Rename shift_bb() to shift()
blob
|
commitdiff
|
raw
|
diff to current
2016-04-17
Marco Costalba
StateInfo is usually allocated on the stack by search()
blob
|
commitdiff
|
raw
|
diff to current
2016-04-08
mstembera
Simplify popcnt
blob
|
commitdiff
|
raw
|
diff to current
2016-01-02
ppigazzini
Update AUTHORS and copyright notice
blob
|
commitdiff
|
raw
|
diff to current
2016-01-01
Marco Costalba
Update Copyright year
blob
|
commitdiff
|
raw
|
diff to current
2015-12-30
Alain SAVARD
Correct Pawn Trace Score + Code Clean up
blob
|
commitdiff
|
raw
|
diff to current
2015-12-30
Marco Costalba
Fix assert with very high score position
blob
|
commitdiff
|
raw
|
diff to current
2015-10-31
Marco Costalba
Assorted trivia in search.cpp
blob
|
commitdiff
|
raw
|
diff to current
2015-10-24
Stefano80
KRPPKRP endgame: Simplify ugly switch statement
blob
|
commitdiff
|
raw
|
diff to current
2015-10-06
Stefano80
Tuning of assorted values
blob
|
commitdiff
|
raw
|
diff to current
2015-08-04
Marco Costalba
Rename Position::list
blob
|
commitdiff
|
raw
|
diff to current
2015-07-12
joergoster
Use distance<file>() function in endgame.cpp
blob
|
commitdiff
|
raw
|
diff to current
2015-03-07
Marco Costalba
Sync with master
blob
|
commitdiff
|
raw
|
diff to current
2015-03-07
Marco Costalba
Sync with master
blob
|
commitdiff
|
raw
|
diff to current
2015-03-07
Joona Kiiski
Revert C++11 merge
blob
|
commitdiff
|
raw
|
diff to current
2015-02-28
Marco Costalba
Sync with master
blob
|
commitdiff
|
raw
|
diff to current
2015-02-26
Marco Costalba
Sync with master
blob
|
commitdiff
|
raw
|
diff to current
2015-02-23
Marco Costalba
Sync with master
blob
|
commitdiff
|
raw
|
diff to current
2015-02-22
Marco Costalba
Sync with master
blob
|
commitdiff
|
raw
|
diff to current
2015-02-20
Marco Costalba
Sync with master
blob
|
commitdiff
|
raw
|
diff to current
2015-02-14
Marco Costalba
Sync with master
blob
|
commitdiff
|
raw
|
diff to current
2015-02-08
Marco Costalba
Sync with master
blob
|
commitdiff
|
raw
|
diff to current
2015-02-07
Marco Costalba
Sync with master
blob
|
commitdiff
|
raw
|
diff to current
2015-01-31
Marco Costalba
Sync with master
blob
|
commitdiff
|
raw
|
diff to current
2015-01-30
Marco Costalba
Sync with master
blob
|
commitdiff
|
raw
|
diff to current
2015-01-21
Marco Costalba
Rearrange Endgames
blob
|
commitdiff
|
raw
|
diff to current
2015-01-18
Marco Costalba
Import C++11 branch
blob
|
commitdiff
|
raw
|
diff to current
2015-01-10
Marco Costalba
Update copyright year
blob
|
commitdiff
|
raw
|
diff to current
2015-01-07
Marco Costalba
Assorted formatting and comment tweaks in position.h
blob
|
commitdiff
|
raw
|
diff to current
2015-01-03
Marco Costalba
Retire one implementation of pop_lsb()
blob
|
commitdiff
|
raw
|
diff to current
2014-12-07
hxim
Rename some variables for more clarity.
blob
|
commitdiff
|
raw
|
diff to current
2014-11-09
Marco Costalba
Introduce distance() and unify some API
blob
|
commitdiff
|
raw
|
diff to current
2014-11-03
lucasart
Do not assume that enum are signed
blob
|
commitdiff
|
raw
|
diff to current
2014-05-04
Marco Costalba
Revert back KBPsK to latest Gary's version
blob
|
commitdiff
|
raw
|
diff to current
2014-05-03
Ronald de Man
Fix KXK endgame
blob
|
commitdiff
|
raw
|
diff to current
2014-05-02
Marco Costalba
Revert to Galurung's KBPsK endgame
blob
|
commitdiff
|
raw
|
diff to current
2014-04-27
Marco Costalba
We can add an integer to a Value
blob
|
commitdiff
|
raw
|
diff to current
2014-03-22
Marco Costalba
Retire operator|(File f, Rank r)
blob
|
commitdiff
|
raw
|
diff to current
2014-03-14
Marco Costalba
Use legal positions for endgame initialization
blob
|
commitdiff
|
raw
|
diff to current
2014-01-18
Chris Cain
Simplify pawnless endgame evaluation
blob
|
commitdiff
|
raw
|
diff to current
2014-01-12
Marco Costalba
Retire KBBKN endgame
blob
|
commitdiff
|
raw
|
diff to current
2014-01-07
Marco Costalba
Assorted grammar fixes
blob
|
commitdiff
|
raw
|
diff to current
2014-01-02
Marco Costalba
Update copyright year
blob
|
commitdiff
|
raw
|
diff to current
2013-12-06
Arjun Temurnikar
Even more spelling fixes
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Richard Lloyd
Big assorted spelling fixes
blob
|
commitdiff
|
raw
|
diff to current
2013-10-24
Marco Costalba
Retire mirror()
blob
|
commitdiff
|
raw
|
diff to current
2013-10-23
Marco Costalba
Further smplify pawn endgames
blob
|
commitdiff
|
raw
|
diff to current
2013-10-23
Chris Caino
Use flip_sq idea in endgame.cpp
blob
|
commitdiff
|
raw
|
diff to current
2013-10-15
Chris Caino
Simplification of KPsK function
blob
|
commitdiff
|
raw
|
diff to current
2013-10-15
Chris Caino
Bug fix for KQKRPs endgame
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Chris Caino
Remove a drawing rule from KBPsK function
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Marco Costalba
Massive stronger/weaker renming
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
Chris Caino
Add helper function verify_material
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
ceebo
Add some knowledge for KRPKB endgame
blob
|
commitdiff
|
raw
|
diff to current
2013-10-14
ceebo
Improve KBPsK endgame
blob
|
commitdiff
|
raw
|
diff to current
2013-09-28
Marco Costalba
Drop 'is' prefix from query functions
blob
|
commitdiff
|
raw
|
diff to current
2013-09-02
Marco Costalba
Rewrite KBBKN endgame
blob
|
commitdiff
|
raw
|
diff to current
2013-09-01
Marco Costalba
Assorted clean up in endgames
blob
|
commitdiff
|
raw
|
diff to current
2013-08-30
Marco Costalba
Use frontmost_sq() and backmost_sq helpers
blob
|
commitdiff
|
raw
|
diff to current
2013-08-28
Gary Linscott
Add lsb() overload
blob
|
commitdiff
|
raw
|
diff to current
2013-08-22
Marco Costalba
Retire redundant endgames
blob
|
commitdiff
|
raw
|
diff to current
2013-08-19
Tom Vijlbrief
Remove useless condition in KXK endgame
blob
|
commitdiff
|
raw
|
diff to current
2013-07-27
Marco Costalba
Fix an assert in KBK endgame
blob
|
commitdiff
|
raw
|
diff to current
2013-06-23
Marco Costalba
Retire in_front_bb(Color c, Square s) overload
blob
|
commitdiff
|
raw
|
diff to current
2013-06-16
Marco Costalba
Rename piece_count and piece_list
blob
|
commitdiff
|
raw
|
diff to current
2013-03-18
Gary Linscott
Add KNPKB endgame
blob
|
commitdiff
|
raw
|
diff to current
next