]> git.sesse.net Git - stockfish/history - src
Fix sed for OS X (#2080)
[stockfish] / src /
2019-04-06 erbsenzaehlerMake ONE_PLY value independent again
2019-04-06 Marco CostalbaFix a missing assignment in previous commit
2019-04-05 xoto10Use average bestMoveChanges across all threads #2072
2019-04-04 Moez JellouliRemove pureStaticEval #2069
2019-04-04 Moez JellouliAdd attacked by 2 pawns to attackedBy2 (#2074)
2019-03-31 Marco CostalbaAssorted trivial cleanups 3/2019 (#2030)
2019-03-31 protonspringUse simple array for Pawns Connected bonus #2061
2019-03-31 Moez JellouliShuffle detection #2064
2019-03-31 protonspringReplace std::mins/max with clamp function (#2062)
2019-03-31 Joost VandeVondeleRemove duplication. (#2068)
2019-03-31 protonspringAccessor for SquareBB #2067
2019-03-24 protonspringSimplify pawn asymmetry (remove use of semiopen files...
2019-03-24 Joost VandeVondeleRemove unneeded condition. (#2057)
2019-03-24 protonspringSimplify Passed Pawns (#2058)
2019-03-20 xoto10Remove !extension check #2045
2019-03-20 CoffeeOneSkip skipping thread scheme (#1972)
2019-03-12 Marco CostalbaIncrease thread stack for OS X (#2035)
2019-03-10 protonspringRemove popcount16() (#2038)
2019-03-10 xoto10Simplify failedLow away #1986
2019-03-09 Marco CostalbaRevert "Allowing singular extension in mate positions"
2019-03-05 protonspringRemove FutilityMoveCounts array. (#2024)
2019-03-05 protonspringShrink Reductions[] array to one dimension
2019-03-05 SFisGODPawn value tweak
2019-03-05 Marco CostalbaAssorted trivial cleanups 2/2019
2019-03-05 VizvezdenecAdd continuation history 5
2019-02-27 Joost VandeVondeleRemove skipQuiets with mate fix. (#2021)
2019-02-26 Marco CostalbaRevert "Remove skipQuiets variable in search()"
2019-02-21 KurtbuschAdd KNNvKP Endgame Heuristic
2019-02-21 MJZ1977ProbCutCount limit dependancy to cutNode
2019-02-21 protonspringRemove PvNode dimension from Reductions array
2019-02-21 protonspringRemove skipQuiets variable in search()
2019-02-08 protonspringChange outposts to single value #1946
2019-02-08 Marco CostalbaAssorted trivial cleanups 1/2019
2019-02-08 protonspringRemove Some Bitboard Arrays (#1963)
2019-02-03 mstemberaLess king danger if we have a knight near by to defend...
2019-02-01 Miguel LahozExtend discovered checks regardless of SEE
2019-02-01 Stéphane NicoletTweak tropism weight in king danger
2019-02-01 VizvezdenecMore precise checks evaluation in king danger
2019-01-31 protonspringSimplify Stat Score bonus
2019-01-29 DU-jdtoDon't update pvHit after IID
2019-01-29 Miguel LahozChange pinning logic in Static Exchange Evaluation...
2019-01-29 Maciej ŻenczykowskiUse int8_t instead of int for SquareDistance[]
2019-01-22 protonspringSimplify TrappedRook
2019-01-20 Joost VandeVondeleSimplify pondering time management (#1899)
2019-01-20 marotearSimplify pvHit (#1953)
2019-01-20 protonspringClean-up some shifting in space calculation (#1955)
2019-01-20 Jonathan DTweak initiative and Pawn PSQT (#1957)
2019-01-17 protonspringRemove AdjacentFiles
2019-01-14 protonspringSimplify pawn moves (#1900)
2019-01-14 Joost VandeVondeleSimplify time management a bit
2019-01-10 Joost VandeVondeleRemove pvExact
2019-01-10 mstemberaMinor cleanup to recent 'Flag critical search tree...
2019-01-09 MJZ1977Flag critical search tree in hash table
2019-01-06 Miguel LahozIntroduce Multi-Cut
2019-01-04 Joost VandeVondeleCheck tablebase files
2019-01-04 Marco CostalbaDelay castling legality check
2019-01-01 Marco CostalbaAssorted trivial cleanups (#1894)
2019-01-01 protonspringRemove openFiles in pawns. (#1917)
2019-01-01 protonspringRemove "Any" predicate filter (#1914)
2019-01-01 protonspringRemove as useless micro-optimization in pawns generatio...
2018-12-27 31m059Always initialize and evaluate king safety
2018-12-24 noobpwnftwFix crash in best_group() (#1891)
2018-12-24 Joost VandeVondeleExtend stack to ss-5, and remove conditions
2018-12-24 protonspringImprove endgame KBN vs K (#1877)
2018-12-23 mstemberaUse a bit less code to calculate hashfull() (#1830)
2018-12-23 mstemberaTurn on random access for Syzygy files in Windows ...
2018-12-23 protonspringSimplify generate_castling (#1885)
2018-12-20 protonspringSimplify KBNK endgame implementation
2018-12-18 Guenther DemetzTweak main killer penalty
2018-12-18 mstemberaNew voting formula for threads
2018-12-16 31m059Use stronglyProtected
2018-12-16 Alain SAVARDRefactor king ring calculation
2018-12-16 Joost VandeVondeleFix a segfault.
2018-12-16 Joost VandeVondeleStart a TT resize only after search finished.
2018-12-16 31m059Remove Null Move Pruning material threshold
2018-12-13 SFisGODA combo of parameter tweaks
2018-12-13 KurtAsymmetrical 8x8 Pawn PSQT
2018-12-11 protonspringChanges identified in RENAME/REFORMATTING thread (...
2018-12-09 VoyagerOneTweak CMH pruning
2018-12-09 protonspringremove extra line.
2018-12-09 protonspringremove parenthesis.
2018-12-09 protonspringadd paren.
2018-12-09 protonspringsimplify opposite_colors
2018-12-06 Stéphane NicoletRevert "pseudo_legal() and MOVE_NONE"
2018-12-06 VoyagerOneSimplify Killer Move Penalty
2018-12-06 xoto10Simplify time manager in search()
2018-12-06 protonspringpseudo_legal() and MOVE_NONE
2018-12-02 VizvezdenecIntroduce concept of double pawn protection.
2018-12-01 Miguel LahozPenalize refuted killers in continuation history
2018-12-01 ElbertoOneRemove Overload bonus
2018-11-29 Stéphane NicoletRestore development version
2018-11-29 Stéphane NicoletStockfish 10
2018-11-29 Sebastian BuchwaldUse emplace_back() in TB code
2018-11-27 31m059Simplify casting extension
2018-11-27 Steinar H. GundersonTurn on MADV_RANDOM for Syzygy mmaps (on Unix-like...
2018-11-25 Jörg OsterQsearch simplification. (#1828)
2018-11-24 VizvezdenecReintroduce tropism to kingdanger
2018-11-24 31m059Remove the tropism term from kingDanger
2018-11-20 Joost VandeVondeleForce time check on TB probe in search.
2018-11-20 xoto10Bonus for restricting opponent's piece moves
next