]> git.sesse.net Git - stockfish/shortlog
stockfish
2015-12-22 braichFix compiling of 32 bit binary on 64-bit Windows
2015-12-22 DU-jdtoRemove another unnecessary Search::Stack field
2015-12-22 Alain SAVARDNew mobility bonus
2015-12-20 VoyagerOneRemove killer move conditions from LMR
2015-12-20 loco-locoRemove unused field SearchStack::ttMove
2015-12-18 Guenther DemetzDistinct iteration paths for Lazy SMP threads
2015-12-14 mstemberaFix easy move bug in SMP mode
2015-12-14 Alain SAVARDThreats retuned
2015-12-14 Leonid PechenikSimplify time management and fix 'ponder on' bug
2015-12-12 mstemberaFix MultiPv and Skill in SMP.
2015-12-05 absimaldataNew Tuned Weights
2015-12-05 Marco CostalbaSimplify outpost code
2015-12-03 mstemberaProper Makefile for cross compiling 64 or 32 bit PGO...
2015-12-02 Stéphane NicoletIntroduce new Threats weights = {350, 256}
2015-11-25 Joona KiiskiRevert "Allow cross compilation of Windows binaries...
2015-11-24 mstemberaAllow cross compilation of Windows binaries on a Linux...
2015-11-21 mstemberaClean up RootMove less operator
2015-11-21 lucasartFix TT comment and static_assert()
2015-11-21 Marco CostalbaRewrite how threads are spawned
2015-11-16 VoyagerOneHistory Pruning: Don't prune the main killer move.
2015-11-16 Ken T TakusagawaDo not conceal the invocation of the benchmark program
2015-11-14 Stefan GeschwentnerBonus for reachable outpost
2015-11-13 Marco CostalbaRetire ThreadBase
2015-11-13 Marco CostalbaFix broken UCI 'wait for stop'
2015-11-10 lucasartAvoid friend
2015-11-10 lucasartEnsure that rootDepth < DEPTH_MAX
2015-11-03 Marco CostalbaGet rid of timer thread
2015-11-02 mbootsectorPick bestmove from the deepest thread.
2015-10-31 Marco CostalbaAssorted trivia in search.cpp
2015-10-31 VoyagerOneNew History Bonus Formula
2015-10-30 AjithReduce variation in rootDepth between different threads
2015-10-29 Stéphane NicoletSome code and comment cleanup
2015-10-25 lucasartUse atomics instead of volatile
2015-10-24 Stefano80KRPPKRP endgame: Simplify ugly switch statement
2015-10-24 Marco CostalbaCleanup history stats
2015-10-24 Alain SAVARDSimplify threats
2015-10-24 VoyagerOneHistory pruning
2015-10-22 Marco CostalbaUpdate authors
2015-10-21 Stefano80Almost passed tuning attempts
2015-10-20 mbootsectorLazy SMP
2015-10-16 Stéphane NicoletAsymmetry bonus for the attacking side
2015-10-12 VoyagerOneCombination of two ideas:
2015-10-07 Jonathan CalovskiRetire rook contact checks
2015-10-07 Marco CostalbaTravis CI: add gcc 4.8 for osx
2015-10-06 Marco CostalbaTravis CI: add clang and osx
2015-10-06 Stefano80Tuning of assorted values
2015-10-06 Alain SAVARDRemove queen threat evaluation
2015-10-05 Marco CostalbaAdd Trevis CI support
2015-10-05 Marco CostalbaFix a comment in TTEntry::save
2015-10-05 Marco CostalbaRun PVS-STUDIO analyzer
2015-10-03 Stefan GeschwentnerFile based passed pawn bonus
2015-10-03 Jonathan CalovskiBonus for checking moves
2015-09-30 Marco CostalbaRework lock protecting
2015-09-19 Jonathan CalovskiRefine ranks and increase resulting bonus.
2015-09-18 mstemberaReduce writes in TT::probe().
2015-09-18 mstemberaRemove unnecessary generation check in TT save
2015-09-15 Stefan GeschwentnerScales the endgame score by the number of pawns.
2015-09-10 Joona KiiskiCareful SMP locking - Fix very occasional hangs
2015-09-07 mstemberaMinor clean up of some function parameters
2015-09-06 mstemberaFix syzygy en passant issue
2015-08-30 gguliashA small code simplification
2015-08-29 Joona KiiskiHistory gravity
2015-08-29 Marco CostalbaReformat trace code
2015-08-28 lucasartPrune castling moves
2015-08-20 mstemberaBetter document entry age calculation used in TT replace.
2015-08-20 lucasartRetire dangerous flag
2015-08-17 Alain SAVARDRetire PawnSafePush bonus
2015-08-15 Marco CostalbaReformat PassedPawnsBonus
2015-08-15 mstemberaTT entry value based on depth and relative age
2015-08-09 DiscanXTuned values for mid and end game passed pawns.
2015-08-08 mstemberaRevert TT replacement strategy changes (#380)
2015-08-04 Marco CostalbaRename Position::list
2015-07-30 Marco CostalbaSimplify IID depth formula
2015-07-29 VoyagerOnePV refutation penalty
2015-07-29 Alain SAVARDMobilityArea (simplified)
2015-07-24 mstemberaTuned version of TT replacement policy
2015-07-19 Marco CostalbaTidy up in movepick.cpp
2015-07-16 Marco CostalbaFix formatting of previous patch
2015-07-15 VoyagerOneLMR Simplification: Remove countermove condition
2015-07-15 mstemberaConsistent TT replace policy
2015-07-12 joergosterUse distance<file>() function in endgame.cpp
2015-07-09 Marco CostalbaRemove useless razoring condition
2015-07-04 VoyagerOneCMH Fix: Exclude captures for TT move refutation penalty
2015-06-28 Marco CostalbaCorrectly check for no-makefile compile
2015-06-27 VoyagerOneLMR Tweak: Decrease reduction if cmh>0 && history>0.
2015-06-25 Marco CostalbaFix compile on icc
2015-06-17 joergosterSmall coding style fix for Outpost array
2015-06-13 lucasartRetire -Wno-long-long
2015-06-07 lucasartSimplify outpost evaluation
2015-06-05 Vince NegriRemove intermediate re-search in LMR
2015-06-04 Marco CostalbaRename stages
2015-06-02 lucasartTune pawn shelter/storm
2015-06-02 Stéphane NicoletTweak backward pawns definition
2015-05-29 Marco CostalbaChecking for rook color when setting castling
2015-05-27 lucasartSimplify backward pawn scoring
2015-05-24 Joona KiiskiResolve build failure for Mac
2015-05-21 lucasartFix merge error for Tuned PSQT
2015-05-18 Stefan GeschwentnerRemove Gain Stats
2015-05-18 lucasartTuned PSQT
2015-05-10 Marco CostalbaCleanup work in misc.cpp
next