]> git.sesse.net Git - stockfish/shortlog
stockfish
2014-06-25 shane31Scale down endgames with pawns on one or two adjacent...
2014-06-23 Gary LinscottMerge pull request #5 from glinscott/authors
2014-06-21 Marco CostalbaSome reformatting in pawns.cpp
2014-06-21 Marco CostalbaEnsure ttValue != VALUE_NONE in singular extension...
2014-06-21 Gary LinscottRemove some duplicates
2014-06-21 Gary LinscottAdd AUTHORS
2014-06-20 Marco CostalbaBetter value clipping in game_phase()
2014-06-20 Marco CostalbaMove game_phase() to Position
2014-06-20 Marco CostalbaSmall renaming in material weights
2014-06-19 Marco CostalbaSimplify a condition in is_KXK()
2014-06-16 Eelco de GrootDon't special case for abs(beta) >= VALUE_MATE_IN_MAX_PLY
2014-06-16 Leonid PechenikSimplify unstoppable pawns
2014-06-15 Marco CostalbaRemove -ansi flag for Clang
2014-06-14 Marco CostalbaFix a warning with MSVC in 'analyze' mode
2014-06-14 Marco CostalbaTriviality in UCI::loop
2014-06-14 Marco CostalbaFactor out pawn attacks in 'lever'
2014-06-11 AjithSimplify pawn threats and merge into ThreatenedByPawn[]
2014-06-11 Reuven PelegTweak outpost name
2014-06-11 Reuven PelegAdd bonus for advanced lever
2014-06-08 Marco CostalbaSmall renaming in Tracing
2014-06-08 Marco CostalbaCheck for an available slave early on
2014-06-06 Marco CostalbaUse unsigned char as argument of std::isspace
2014-06-06 Marco CostalbaAvoid to use nullChild
2014-06-06 Marco CostalbaRemove 'update gains' hack
2014-06-06 Marco CostalbaTemporary revert previous patch
2014-06-06 Marco CostalbaAvoid to use nullChild
2014-06-06 Marco CostalbaMove Tempo to evaluation
2014-06-05 Marco CostalbaRevert "Score extractors"
2014-06-05 Marco CostalbaFix a warning with MSVC Premium 2013
2014-06-04 pellandaUpdate Readme.md
2014-06-03 Lucas BraeschSymmetric King Safety: take 2
2014-06-03 Marco CostalbaUse see() instead of see_sign() in previous patch
2014-06-03 kinderchocolateAdd some const qualifier
2014-06-03 Reuven PelegDecrease reduction for moves that escape a capture
2014-06-01 Marco CostalbaRetire Polyglot Book management
2014-06-01 Marco CostalbaRetire eval weights UCI options
2014-05-31 Marco CostalbaRetire polyglot.ini
2014-05-31 Marco CostalbaRestore development version
2014-05-31 Marco CostalbaStockfish 5
2014-05-26 Marco CostalbaRevert "Symmetric king safety"
2014-05-24 Marco CostalbaFix a warning with Intel compiler
2014-05-24 Marco CostalbaTidy up tt.h
2014-05-24 Marco CostalbaAdd perft 'divide' command
2014-05-19 Marco CostalbaUpdate polyglot.ini after last patch
2014-05-19 Lucas BraeschSymmetric king safety
2014-05-17 Marco CostalbaFix an off-by-one bug in extract_pv_from_tt
2014-05-17 Marco CostalbaExtract a reliable PV line
2014-05-13 Michel Van... Drop to qsearch at low depth in razoring
2014-05-13 Arjun TemurnikarRemove undefended minors
2014-05-11 Marco CostalbaSave stalemates in TT
2014-05-11 Marco CostalbaRetire "Idle Threads Sleep" UCI option
2014-05-10 Arjun TemurnikarMake imbalance table more clear
2014-05-08 Reuven PelegPass Position as const ref in update_stats()
2014-05-08 Marco CostalbaClarify some comments in SMP code
2014-05-07 Marco CostalbaReformat and simplify previous patch
2014-05-07 Joona KiiskiAllow a slave to 'late join' another splitpoint
2014-05-05 Ron BritvichRewrite Score extractors
2014-05-04 Marco CostalbaChange search() signature
2014-05-04 Marco CostalbaRevert dynamic contempt
2014-05-04 Marco CostalbaRevert stalemate detection in evaluation
2014-05-04 Marco CostalbaRevert back KBPsK to latest Gary's version
2014-05-03 Ronald de ManFix KXK endgame
2014-05-03 Marco CostalbaFully correct stealmate detection
2014-05-03 Marco CostalbaAdd stealmate detection to evaluation
2014-05-02 Marco CostalbaRevert to Galurung's KBPsK endgame
2014-05-01 Marco CostalbaUse only standard conforming eg_value()
2014-05-01 Marco CostalbaDon't save stale value in TT after split
2014-05-01 Marco CostalbaBetter document search stop condition
2014-05-01 Marco CostalbaRemove dead code in search
2014-04-30 Marco CostalbaFix a compile error with Intel C++
2014-04-30 snicoletPenalize hanging pieces
2014-04-28 Marco CostalbaRearrange interpolation formula
2014-04-28 mstemberaMinor stuff scattered around
2014-04-27 Marco CostalbaRemove other useless floor()
2014-04-27 Marco CostalbaDon't need floor() in timeman.cpp
2014-04-27 Marco CostalbaFix Intel compiler warnings
2014-04-27 Marco CostalbaRemove some useless casts
2014-04-27 Marco CostalbaWe can add an integer to a Value
2014-04-27 Arjun TemurnikarRemove rook passers eval completely
2014-04-27 Marco CostalbaReformatting in material.h
2014-04-27 Marco CostalbaMove game phase constants to enum Value
2014-04-26 Marco CostalbaSpeed up by almost 3%
2014-04-26 Marco CostalbaFix issues detected by Coverity Scan
2014-04-25 Marco CostalbaSpeed up picking of killers
2014-04-24 Arjun TemurnikarRemove RookOn7th and merge values into psqt
2014-04-24 Arjun TemurnikarRemove penalty for knight when few enemy pawns
2014-04-24 Jonathan CalovskiShuffle movepicker score
2014-04-24 Marco CostalbaCorrectly apply previous patch
2014-04-23 joergosterMove queen vs. 3 minors rule to imbalance tables
2014-04-21 Marco CostalbaRevert "Generalize shift_bb() to handle double pushes"
2014-04-21 Marco CostalbaReset DrawValue[] before new search
2014-04-21 Leonid PechenikRise contempt when in advantage
2014-04-21 Marco CostalbaStreamline implementation of Position::pretty()
2014-04-21 Stefan GeschwentnerRaise penalty blocked enemy pawn on 6th rank
2014-04-20 Marco CostalbaGeneralize shift_bb() to handle double pushes
2014-04-20 Arjun TemurnikarSmall simplification to passed pawns
2014-04-17 Joseph HellisRemove supporting pawns
2014-04-14 Jean-Francois... Enable BMI1 too when using BMI2 ARCH
2014-04-13 Marco CostalbaMore readable trapped rook condition
2014-04-13 Daylen YangSimplify Makefile by removing OS X targets
next