]> git.sesse.net Git - stockfish/shortlog
stockfish
2013-12-29 Matt SullivanRetire MoveImportance[]
2013-12-27 Stefan GeschwentnerFine tune previous patch
2013-12-26 Marco CostalbaFurther simplify previous patch
2013-12-25 Stefan GeschwentnerBonus for file distance of the outermost pawns
2013-12-23 Ralph StößerLoosened trigger condition for king safety
2013-12-23 Chris CainoIncrease pawn king attack weight
2013-12-19 Gary LinscottFaster and simplified threat eval
2013-12-17 Marco CostalbaFurther simplify Makefile
2013-12-17 Marco CostalbaReformat Makefile
2013-12-15 Lucas BraeschRemove threat move stuff
2013-12-10 Marco CostalbaSync history and counter moves updating
2013-12-10 Lucas BraeschUpdate History and Counter move on TT hit
2013-12-09 Ralph StößerResearch at intermediate depth if LMR is very high
2013-12-07 Marco CostalbaMore work on Bitboards::init()
2013-12-07 Marco CostalbaMore readable init of MS1BTable[]
2013-12-07 Marco CostalbaFurther simplify Bitboards init()
2013-12-06 Marco CostalbaClarify definition of capture_or_promotion()
2013-12-06 Arjun TemurnikarEven more spelling fixes
2013-12-04 Arjun TemurnikarAssorted spelling/grammar/captitalization
2013-12-04 Chris CainoMicro-optimise dangerous condition
2013-12-04 Marco CostalbaRetire TheirHalf[]
2013-12-04 Chris CainoBroader condition for dangerous pawn moves
2013-12-03 Marco CostalbaShrink Position::is_draw()
2013-12-03 Marco CostalbaRemove redundant argument from hidden_checkers()
2013-12-03 Marco CostalbaSmall improvment to Position::fen()
2013-12-03 Jerry DonaldRe-fix a comment
2013-12-02 Jerry DonaldAnother round of spelling fixes
2013-12-02 Richard LloydBig assorted spelling fixes
2013-12-02 Jerry DonaldAssorted spelling fixes
2013-12-01 Marco CostalbaRename CASTLE to CASTLING
2013-12-01 Marco CostalbaSimplify a condition in gives_check()
2013-11-30 Marco CostalbaRename Bitboards print to pretty
2013-11-30 Marco CostalbaRewrite some bitboard init code
2013-11-29 Daylen YangMakefile improvements for compiling on OS X
2013-11-29 Marco CostalbaRestore development version
2013-11-29 Marco CostalbaStockfish DD
2013-11-29 Kelly WilsonAdd support for PPC 64bit on Linux
2013-11-24 Joona KiiskiGenerate Qsearch checks only at depth 0
2013-11-19 Marco CostalbaRevert previous fix
2013-11-18 Hongzhi ChengGet correct excluded moves for split nodes
2013-11-17 Marco CostalbaRevert previous patch
2013-11-17 Marco CostalbaFix an assert in SMP case
2013-11-17 Marco CostalbaRetire quietsSearched[]
2013-11-11 Marco CostalbaSimplify generate<EVASIONS>
2013-11-11 Gregor CramerFaster castling in Chess960 case
2013-11-11 Joona KiiskiReintroduce gains
2013-11-10 Jörg OsterRemove opposed flag for doubled pawns
2013-11-10 Marco CostalbaRename squares_aligned()
2013-11-10 Marco CostalbaSimplify squares_aligned()
2013-11-10 Chris CainoEvaluate mobility of pinned pieces exactly
2013-11-10 Chris CainoRemove RedundantMajor
2013-11-09 Marco CostalbaFix printing of incorrect PV in some cases
2013-11-09 Marco CostalbaFix compile in debug mode
2013-11-09 Lucas BraeschFutility pruning simplification
2013-11-07 Marco CostalbaRevert "Retire eval margin and gains"
2013-11-07 Gary LinscottRestrict mobility of pinned pieces
2013-11-07 Lucas BraeschRetire eval margin and gains
2013-11-07 Chris CainoTwo more parameters eliminated
2013-11-05 Chris CainoZero more redundant coefficients
2013-11-05 Chris CainoZero redundant material imbalance terms
2013-11-02 Joona KiiskiTest Easy Move if no BestMoveChanges
2013-11-01 Marco CostalbaSet timer to a fixed interval
2013-10-31 Ralph StößerUse a formula for chain membership bonus
2013-10-28 Marco CostalbaTweak bishop pair and knight weight
2013-10-27 Matthew SullivanFix divide by zero bug in late game
2013-10-24 Marco CostalbaRetire mirror()
2013-10-24 Marco CostalbaPrefer file_bb() to FileBB[]
2013-10-24 Jörg OsterPenalty for Knight when enemy pawns are few
2013-10-23 Marco CostalbaFurther smplify pawn endgames
2013-10-23 Chris CainoUse flip_sq idea in endgame.cpp
2013-10-22 Chris CainoSimplify futility move count formula
2013-10-22 Chris CainoSimplify futility margins formula
2013-10-22 Marco CostalbaTweak again chain pawn bonus
2013-10-22 Marco CostalbaRe-add "Further increase safe checks bonus"
2013-10-22 Marco CostalbaRestore behaviour after count<ALL_PIECES> fix
2013-10-20 Ralph StößerFurther improve chain pawn evaluation
2013-10-20 Marco CostalbaFix pos.count<ALL_PIECES>()
2013-10-20 Marco CostalbaFix build on Intel compiler
2013-10-20 Marco CostalbaRevert "Further increase safe checks bonus"
2013-10-19 Ralph StößerFurther increase safe checks bonus
2013-10-18 Marco CostalbaSome evaluation code reshuffle
2013-10-18 Jörg OsterScore chain pawn also by rank
2013-10-15 Chris CainoSimplification of KPsK function
2013-10-15 Chris CainoBug fix for KQKRPs endgame
2013-10-14 Ralph StößerDouble king safety weights
2013-10-14 Chris CainoRemove a drawing rule from KBPsK function
2013-10-14 Marco CostalbaMassive stronger/weaker renming
2013-10-14 Chris CainoAdd helper function verify_material
2013-10-14 ceeboAdd some knowledge for KRPKB endgame
2013-10-14 ceeboImprove KBPsK endgame
2013-10-13 Marco CostalbaRemove unuseful optimization in RKISS
2013-10-09 Joona KiiskiSmoother transition for LMR
2013-10-08 Uri BlassIncrease slowmover and reduce instability
2013-10-08 Lucas BraeschUse TT refined value to stand pat
2013-10-05 Lucas BraeschUse double everywhere
2013-10-05 Lucas BraeschUse prefix operators wherever possible
2013-09-29 Marco CostalbaAdd more depth/positions to bench
2013-09-28 Marco CostalbaDrop 'is' prefix from query functions
2013-09-28 Marco CostalbaFix build on Mac OS X
2013-09-28 Marco CostalbaRevert "Use a per-thread array"
next