]> git.sesse.net Git - stockfish/shortlog
stockfish
2013-05-02 Gary LinscottMore aggressive move count pruning
2013-05-02 Marco CostalbaAnother take at TT alignment
2013-05-01 Marco CostalbaRe-add "Cache line aligned TT"
2013-05-01 jhellis3Tweak Mobility Area
2013-04-30 Marco CostalbaRestore development version
2013-04-30 Marco CostalbaStockfish 3
2013-04-30 Marco CostalbaRevert "Cache line aligned TT"
2013-04-28 Marco CostalbaTemporary revert "Expose EvalInfo struct to search"
2013-04-27 Marco CostalbaFix a 'value > VALUE_INFINITE' assert
2013-04-26 Marco CostalbaCache line aligned TT
2013-04-26 Marco CostalbaFix a crash introduced few days ago
2013-04-25 Marco CostalbaStore Eval::Info in Search::Stack
2013-04-25 Marco CostalbaExpose EvalInfo struct to search
2013-04-25 Ryan SchmittIncrease rook/queen on 7th bonus
2013-04-25 Marco CostalbaMerge Joona's increased static null pruning
2013-04-25 Marco CostalbaFix cpu_count() on some platforms
2013-04-23 Joona KiiskiFix potential overflow
2013-04-21 Joona KiiskiMore aggressive post-futility pruning
2013-04-19 Marco CostalbaSkip a couple of popcount in previous patch
2013-04-19 Marco CostalbaMerge Joona's bishop+pawn tweak
2013-04-17 Joona KiiskiTry more aggressive version
2013-04-16 Joona KiiskiGive a small penalty for bishop for each pawn on the...
2013-04-14 Marco CostalbaSkip a redundant check
2013-04-10 Marco CostalbaDe-templetize Position::is_draw()
2013-04-10 Joona KiiskiAlways check repetition
2013-04-09 Marco CostalbaSimplify and speed up previous patch
2013-04-09 Joona KiiskiDocument asymmetric SEE pruning trick
2013-04-09 Joona KiiskiDon't treat king safety differently in AnalysisMode
2013-04-09 Marco CostalbaRescale UCI parameters to 100
2013-04-09 Marco CostalbaTweak some UCI parameters
2013-04-09 Marco CostalbaRe-add 'Cowardice' and 'Aggressiveness' UCI options
2013-04-09 Marco CostalbaIncrease null verification threshold to 12 plies
2013-04-05 Joona KiiskiMake use of asymmetric SEE
2013-04-05 Joona KiiskiFix a silly bug
2013-04-05 Joona KiiskiIntroduce asymmetric SEE.
2013-04-05 Marco CostalbaLower minimum allowed TT size to 1 MB
2013-04-05 Marco CostalbaRevert "Double Impact of Gain tables"
2013-04-04 Hiraoka TakuyaDon't early stop if we have a mated score
2013-04-03 Joona KiiskiDouble Impact of Gain tables
2013-03-30 Marco CostalbaSet IID half way between d/2 and d-4
2013-03-29 Marco CostalbaMerge branch 'master' into increase_iid
2013-03-25 Marco CostalbaRaise Min Split Depth
2013-03-24 Marco CostalbaUpdate bestValue when futility pruning (2)
2013-03-23 Joona KiiskiFix bogus mate scores in some positions
2013-03-23 junderyUse ALL_PIECES value to reference attackedBy
2013-03-22 Marco CostalbaIncrease non-PV IID search depth
2013-03-19 Marco CostalbaBetter document bitbase loop
2013-03-18 Gary LinscottAdd KNPKB endgame
2013-03-16 Marco CostalbaFurther increase SEE prune depth
2013-03-16 Marco CostalbaRevert "Check for easy move just once"
2013-03-15 RyanTakerImproved Readability of Material
2013-03-12 junderyDo more work between prefetch and querying transpositio...
2013-03-11 Gary LinscottCheck for easy move just once
2013-03-11 Gary LinscottBe more aggressive on trying to finish iterations
2013-03-04 Marco CostalbaIncrease see prune depth
2013-03-04 Marco CostalbaRevert "Store moves sent with "position" UCI command"
2013-03-04 Marco CostalbaSimplify "easy move" detection
2013-03-04 Marco CostalbaAvoid locking/unlocking in a tight loop
2013-03-04 junderyFix race condition where idle_loop() gets called from...
2013-03-04 jhellis3Stop search if only 1 legal move
2013-03-02 Marco CostalbaFix easy re-capture case
2013-03-02 Marco CostalbaStore moves sent with "position" UCI command
2013-03-01 Marco CostalbaRename sp to splitPoint
2013-03-01 junderyRemove strange use of the ternary operator
2013-03-01 junderySplit() clean up locking
2013-02-27 Marco CostalbaMerge Lucas's "SEE pruning at PV nodes"
2013-02-27 Marco CostalbaRemove pruning condition on alpha
2013-02-27 Lucas BraeschPrune negative SEE moves also in PV nodes
2013-02-23 Marco CostalbaAvoid a tricky line in shelter_storm()
2013-02-23 Marco CostalbaConvert Readme to markdown format
2013-02-21 Marco CostalbaUse DD-MM-YY as date format
2013-02-21 Marco CostalbaStatically link std libraries under mingw
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 junderyPrint leading zeroes in hash keys
2013-02-19 Gary LinscottMerge branch 'master' into bishop_pin_clop
2013-02-19 Gary LinscottBring back original bonus
2013-02-19 Marco CostalbaUpdate copyright year
2013-02-17 Gary LinscottBack to CLOP average values
2013-02-16 Marco CostalbaAccount for gamePly after each move
2013-02-15 Marco CostalbaMerge Gary's king safety tweak
2013-02-15 Marco CostalbaFurther speed up bitbase generation
2013-02-15 Gary LinscottAdd new clop tuned value
2013-02-14 Gary LinscottMerge branch 'master' into bishop_pin_clop
2013-02-14 Gary LinscottRevert "Use CLOP mean value instead of max"
2013-02-13 Marco CostalbaSpeedup KPK bitbase of 25%
2013-02-13 Marco CostalbaSimplify bitbase.cpp
2013-02-13 Gary LinscottUse CLOP mean value instead of max
2013-02-13 Gary LinscottMerge branch 'simplify_eval' into bishop_pin_clop
2013-02-13 Gary LinscottCLOP tuned
2013-02-12 Gary LinscottAdd clop parameters
2013-02-11 Gary LinscottMerge branch 'master' into simplify_eval
2013-02-11 Gary LinscottBishop pins only
2013-02-10 Marco CostalbaRename and de-templetize sort()
2013-02-09 Marco CostalbaFurther simplify first_entry()
2013-02-09 Marco CostalbaMicroptimize first_entry() for 32bits
2013-02-09 Marco CostalbaRetire TTCluster and simplify TT
2013-02-09 Marco CostalbaSimplify move_to_san()
2013-02-08 Gary LinscottSlight tweak to king safety. Bench: 5534531
2013-02-08 Marco CostalbaRetire slavesPositions
2013-02-08 Marco CostalbaAdd const qualifer to go()
next