]> git.sesse.net Git - stockfish/history - src
Pawn endgames directly skip early pruning.
[stockfish] / src /
2017-12-04 Joost VandeVondelePawn endgames directly skip early pruning.
2017-12-04 Stéphane NicoletAvoid warnings by the Clang compiler
2017-12-04 syzygy1Use a Direction enum for Square deltas
2017-12-03 Joost VandeVondeleUse bool(Bitboard b) instead of !!b (#1321)
2017-12-03 Guy VreulsUse constexpr when makes sense
2017-12-03 Stéphane NicoletCompile without exceptions
2017-12-03 syzygyMinor cleanup of search.cpp
2017-12-03 Stefan GeschwentnerAttack threats
2017-11-18 basepr1meOpenBSD friendly start.
2017-11-18 Stefan GeschwentnerSimplify good/bad capture detection. bench 5336313
2017-11-18 Stefano CardanobileFix comments. Bench: 5109559.
2017-11-18 Stéphane NicoletSimplify away the PawnSet[] imbalance array (#1308)
2017-11-11 Rocky640Simplify some kingring penalties expressions
2017-11-10 ceeboAdd comments to pos.see_ge()
2017-11-10 VoyagerOneCapture Stat Simplification- Bench: 5363761
2017-11-08 Gian-Carlo PascuttoAlways do MaxCardinality checks.
2017-11-08 Joost VandeVondeleSimplify Null Move Search condition
2017-11-05 Günther DemetzHandle BxN trade as good capture when history score...
2017-11-03 Stefan GeschwentnerIntroduce capture history table for capture move sorting
2017-11-03 Joost VandeVondeleReplace easyMove with simple scheme
2017-10-28 CooffeUpdate Copyright year inMakefile
2017-10-28 Joost VandeVondeleExtra thinking before accepting draw PVs.
2017-10-22 IIvecFix premature using of all available time in x/y TC
2017-10-22 Gian-Carlo PascuttoDon't filter root moves if MultiPV mode is enabled
2017-10-22 ceeboAdd initiative to trace
2017-10-11 Joost VandeVondeleFix issue #1268
2017-10-11 Alain SAVARDSimplify bonus for bishop on long diagonal
2017-10-05 Niklas FiekasWLDEntryPiece -> WDLEntryPiece for consistency
2017-10-02 Stéphane NicoletGood bishops on the main diagonals
2017-09-30 VoyagerOneDecrease reduction for exact PV nodes
2017-09-29 Joost VandeVondeleMeasure nodes after search finished.
2017-09-22 GuardianRMTweak statScore condition
2017-09-17 syzygyLet ss->ply denote the number of plies from the root...
2017-09-17 Stéphane NicoletScore unopposed weak pawns only if majors
2017-09-12 IIvecHigher Move Overhead
2017-09-09 ianfabExtend ShelterWeakness array by dimension isKingFile
2017-09-05 VoyagerOneStreamlline reduction based on movecount
2017-09-05 syzygySmall simplication of see_ge()
2017-09-02 Joost VandeVondeleRemove unneeded compile options.
2017-09-02 syzygyPrevent Stockfish from exiting if DTZ table is not...
2017-09-01 Marco CostalbaFix a warning with MSVC
2017-09-01 Joost VandeVondeleFix uninitialized memory usage
2017-08-31 VoyagerOneAdjust moveCount history only at LMR
2017-08-30 Joost VandeVondeleSimplify away non-normal moves in SEE
2017-08-26 Joost VandeVondeleImprove multi-threaded mate finding
2017-08-26 Stéphane NicoletCount all weak squares in the king ring with a single...
2017-08-26 Joost VandeVondeleUse moveCount history for reduction
2017-08-22 Stéphane NicoletAvoid constructing an empty tuple in qsearch
2017-08-20 lucasartRestore safety margin of 60ms
2017-08-19 Marco CostalbaFix some Clang warnings
2017-08-19 Marco CostalbaWide bench coverage
2017-08-18 Marco CostalbaRestore perft
2017-08-18 Marco CostalbaRewrite benchmark
2017-08-18 Marco CostalbaReformat time manager code
2017-08-18 Joost VandeVondeleCollect more corrections to optimum/maximum
2017-08-18 Marco CostalbaClarify stats range
2017-08-17 IIvecTime management simplification
2017-08-17 Marco CostalbaFix involuntary conversions of ExtMove to Move
2017-08-17 Marco CostalbaUnify stats update()
2017-08-17 lucasartUse int16_t in History values
2017-08-15 Marco CostalbaFix incorrect StateInfo
2017-08-13 Marco CostalbaRun clang-tidy 'modernize'
2017-08-13 Marco CostalbaThread code reformat
2017-08-13 Marco CostalbaRetire States global variable
2017-08-12 tthsqe12Fix the handling of opposite bishops in KXK endgame...
2017-08-11 Joost VandeVondeleSimplify finished search in ponder/infinite mode.
2017-08-10 Marco CostalbaRe-apply the fix for Limits::ponder race
2017-08-10 Marco CostalbaRevert "Fix a race on Limits::ponder"
2017-08-10 Joost VandeVondeleFix a race on Limits::ponder
2017-08-10 Marco CostalbaFix some races and clarify the code
2017-08-10 AndyGrantMake variable naming consistent
2017-08-10 Joost VandeVondeleUnify scoring functions in MovePicker
2017-08-06 Joost VandeVondeleRemove Stack/thread dependence in movepick
2017-08-02 snicoletTweak connected pawns seed[] array values
2017-08-02 Rocky640Rework the "unsupported" penalty into a "supported...
2017-07-27 VoyagerOneRemove redundant if-statements
2017-07-24 mstemberaTuned PSQT using a custom tuner.
2017-07-24 VoyagerOneSimplify aspiration window
2017-07-15 Marco CostalbaMove game_phase() to material.cpp
2017-07-13 Joona KiiskiRevert "Remove questionable gcc flags from profile...
2017-07-13 joergosterProvide selective search depth info for each pv move
2017-07-13 Joost VandeVondeleMove stop signal to Threads
2017-07-08 Joona KiiskiRemove questionable gcc flags from profile-build
2017-07-08 GuardianRMQueen vs. Minors imbalance
2017-07-03 Marco CostalbaDon't uselessy share rootDepth
2017-07-03 Marco CostalbaFix some warnings with clang static analyzer
2017-07-03 Marco CostalbaIndentation fix in index()
2017-07-03 Alain SAVARDTidy up
2017-06-29 mstemberaMagic::index()
2017-06-29 Marco CostalbaOnly main thread checks time
2017-06-28 Marco CostalbaSimplify pos_is_ok()
2017-06-21 VoyagerOneIncrease reduction if tt-move is a capture
2017-06-21 snicoletImprove readability of evaluation functions
2017-06-21 Joona KiiskiRevert "Prefetch earlier in qsearch()"
2017-06-21 Joost VandeVondeleFix four data races.
2017-06-17 Alain SAVARDMisc coding style fixes
2017-06-17 snicoletPrefetch earlier in qsearch()
2017-06-17 Marco CostalbaBetter naming in endgame code
2017-06-17 Brian SheppardMove depth calculation in probCut
2017-06-17 Joost VandeVondeleCall TT.new_search() earlier.
next