projects
/
stockfish
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Merge remote-tracking branch 'upstream/master'
[stockfish]
/
src
/
2019-04-12
Steinar H. Gunderson
Merge remote-tracking branch 'upstream/master'
tree
|
commitdiff
2019-04-12
Steinar H. Gunderson
Merge branch 'master' of /srv/git.sesse.net/www/stockfish
tree
|
commitdiff
2019-04-12
Marco Costalba
Revert "Shuffle detection #2064"
tree
|
commitdiff
2019-04-10
miguel-l
Extend dangerous passed pawn moves (#2089)
tree
|
commitdiff
2019-04-10
protonspring
Simplify castlingPath (#2088)
tree
|
commitdiff
2019-04-09
31m059
Raise kingDanger threshold and adjust constant term...
tree
|
commitdiff
2019-04-09
protonspring
Remove BetweenBB Array #2076
tree
|
commitdiff
2019-04-06
erbsenzaehler
Make ONE_PLY value independent again
tree
|
commitdiff
2019-04-06
Marco Costalba
Fix a missing assignment in previous commit
tree
|
commitdiff
2019-04-05
xoto10
Use average bestMoveChanges across all threads #2072
tree
|
commitdiff
2019-04-04
Moez Jellouli
Remove pureStaticEval #2069
tree
|
commitdiff
2019-04-04
Moez Jellouli
Add attacked by 2 pawns to attackedBy2 (#2074)
tree
|
commitdiff
2019-03-31
Marco Costalba
Assorted trivial cleanups 3/2019 (#2030)
tree
|
commitdiff
2019-03-31
protonspring
Use simple array for Pawns Connected bonus #2061
tree
|
commitdiff
2019-03-31
Moez Jellouli
Shuffle detection #2064
tree
|
commitdiff
2019-03-31
protonspring
Replace std::mins/max with clamp function (#2062)
tree
|
commitdiff
2019-03-31
Joost VandeVondele
Remove duplication. (#2068)
tree
|
commitdiff
2019-03-31
protonspring
Accessor for SquareBB #2067
tree
|
commitdiff
2019-03-24
protonspring
Simplify pawn asymmetry (remove use of semiopen files...
tree
|
commitdiff
2019-03-24
Joost VandeVondele
Remove unneeded condition. (#2057)
tree
|
commitdiff
2019-03-24
protonspring
Simplify Passed Pawns (#2058)
tree
|
commitdiff
2019-03-20
xoto10
Remove !extension check #2045
tree
|
commitdiff
2019-03-20
CoffeeOne
Skip skipping thread scheme (#1972)
tree
|
commitdiff
2019-03-12
Marco Costalba
Increase thread stack for OS X (#2035)
tree
|
commitdiff
2019-03-10
protonspring
Remove popcount16() (#2038)
tree
|
commitdiff
2019-03-10
xoto10
Simplify failedLow away #1986
tree
|
commitdiff
2019-03-09
Marco Costalba
Revert "Allowing singular extension in mate positions"
tree
|
commitdiff
2019-03-05
protonspring
Remove FutilityMoveCounts array. (#2024)
tree
|
commitdiff
2019-03-05
protonspring
Shrink Reductions[] array to one dimension
tree
|
commitdiff
2019-03-05
SFisGOD
Pawn value tweak
tree
|
commitdiff
2019-03-05
Marco Costalba
Assorted trivial cleanups 2/2019
tree
|
commitdiff
2019-03-05
Vizvezdenec
Add continuation history 5
tree
|
commitdiff
2019-02-27
Joost VandeVondele
Remove skipQuiets with mate fix. (#2021)
tree
|
commitdiff
2019-02-26
Marco Costalba
Revert "Remove skipQuiets variable in search()"
tree
|
commitdiff
2019-02-21
Kurtbusch
Add KNNvKP Endgame Heuristic
tree
|
commitdiff
2019-02-21
MJZ1977
ProbCutCount limit dependancy to cutNode
tree
|
commitdiff
2019-02-21
protonspring
Remove PvNode dimension from Reductions array
tree
|
commitdiff
2019-02-21
protonspring
Remove skipQuiets variable in search()
tree
|
commitdiff
2019-02-08
protonspring
Change outposts to single value #1946
tree
|
commitdiff
2019-02-08
Marco Costalba
Assorted trivial cleanups 1/2019
tree
|
commitdiff
2019-02-08
protonspring
Remove Some Bitboard Arrays (#1963)
tree
|
commitdiff
2019-02-03
mstembera
Less king danger if we have a knight near by to defend...
tree
|
commitdiff
2019-02-01
Miguel Lahoz
Extend discovered checks regardless of SEE
tree
|
commitdiff
2019-02-01
Stéphane Nicolet
Tweak tropism weight in king danger
tree
|
commitdiff
2019-02-01
Vizvezdenec
More precise checks evaluation in king danger
tree
|
commitdiff
2019-01-31
protonspring
Simplify Stat Score bonus
tree
|
commitdiff
2019-01-29
DU-jdto
Don't update pvHit after IID
tree
|
commitdiff
2019-01-29
Miguel Lahoz
Change pinning logic in Static Exchange Evaluation...
tree
|
commitdiff
2019-01-29
Maciej Żenczykowski
Use int8_t instead of int for SquareDistance[]
tree
|
commitdiff
2019-01-22
protonspring
Simplify TrappedRook
tree
|
commitdiff
2019-01-20
Joost VandeVondele
Simplify pondering time management (#1899)
tree
|
commitdiff
2019-01-20
marotear
Simplify pvHit (#1953)
tree
|
commitdiff
2019-01-20
protonspring
Clean-up some shifting in space calculation (#1955)
tree
|
commitdiff
2019-01-20
Jonathan D
Tweak initiative and Pawn PSQT (#1957)
tree
|
commitdiff
2019-01-17
protonspring
Remove AdjacentFiles
tree
|
commitdiff
2019-01-14
protonspring
Simplify pawn moves (#1900)
tree
|
commitdiff
2019-01-14
Joost VandeVondele
Simplify time management a bit
tree
|
commitdiff
2019-01-10
Joost VandeVondele
Remove pvExact
tree
|
commitdiff
2019-01-10
mstembera
Minor cleanup to recent 'Flag critical search tree...
tree
|
commitdiff
2019-01-09
MJZ1977
Flag critical search tree in hash table
tree
|
commitdiff
2019-01-06
Miguel Lahoz
Introduce Multi-Cut
tree
|
commitdiff
2019-01-04
Joost VandeVondele
Check tablebase files
tree
|
commitdiff
2019-01-04
Marco Costalba
Delay castling legality check
tree
|
commitdiff
2019-01-01
Marco Costalba
Assorted trivial cleanups (#1894)
tree
|
commitdiff
2019-01-01
protonspring
Remove openFiles in pawns. (#1917)
tree
|
commitdiff
2019-01-01
protonspring
Remove "Any" predicate filter (#1914)
tree
|
commitdiff
2019-01-01
protonspring
Remove as useless micro-optimization in pawns generatio...
tree
|
commitdiff
2018-12-27
31m059
Always initialize and evaluate king safety
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Adjust paths for buster.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Mark that we are using a patched version.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Add support for 7-man Syzygy tablebases.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Updates for newer protobuf and Stockfish.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Remove the non-pretty moves from the protobuf, as it...
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Simplify a bit.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
More build tweaks.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Send back a prettyprinted version of the move on hash...
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Fix a crash issue when traversing PVs.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Link the protobuf stuff statically.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Deal with Stockfish internal API changes.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Make server address into an UCI option.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Move the hash probe class definition into a header...
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Do not fill value if we have no search info.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Refactor the RPC thread into a shutdown-able class.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Add a SCORE_NONE.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Decode the score into the protobuf.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Put the root into a separate place.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Prevent infinite loops on repetitions.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Return the entire PV, and in slightly more parseable...
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Give the proto a package name.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Return all candidate moves from the probe.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Do not use -Wshadow; it is incredibly noisy for protobu...
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
When returning gRPC probes, report scores from white...
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Write out null-move and no move.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Make the bound slightly easier to parse again.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Make the client prober output something a bit more...
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Rename client.cc to the right extension.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Better comments and enums in the proto file.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Fix a .depend dependency error.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Remove some debugging.
tree
|
commitdiff
2018-12-26
Steinar H. Gunderson
Initial commit for gRPC code.
tree
|
commitdiff
next