]> git.sesse.net Git - stockfish/history - src
Fix easy re-capture case
[stockfish] / src /
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-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()
2013-02-08 Marco CostalbaWorkaround value-initialization in MSVC
2013-02-07 Gary LinscottAdd KBPKP endgame
2013-02-06 Marco CostalbaChange slave_available() API
2013-02-06 junderyRename posKey stored in the transposition table
2013-02-06 junderyAdd const qualifer to check_is_dangerous
2013-02-05 Marco CostalbaSlightly change split() API
2013-02-04 Marco CostalbaDerive ThreadPool from std::vector
2013-02-04 Marco CostalbaMove split() under Thread
2013-02-04 Marco CostalbaSome renaming in split()
2013-02-03 Marco CostalbaBe clear about not LMR the ttMove
2013-02-03 Marco CostalbaTempletize score_xxx() functions
2013-02-03 Marco CostalbaRename prevents_move() to refutes()
2013-02-03 Marco CostalbaCorrectly score enpassant captures
2013-02-02 Marco CostalbaUnify History and Gains under a single Stats class
2013-02-02 Marco CostalbaRetire history.h
2013-02-02 Gary LinscottSimplify eval take 2. Bench 5097444
2013-02-02 Marco CostalbaRestore "fail-low of reduced" and close regression
2013-02-02 Marco CostalbaRevert "Simplify Evaluation"
2013-02-02 Marco CostalbaRevert "Extend full 3 fold detection to PvNodes"
2013-01-28 Marco CostalbaRewrite do_castle_move()
2013-01-27 Marco CostalbaRewrite do_null_move()
2013-01-27 Marco CostalbaGet rid of some locals in do_castle_move()
2013-01-27 Marco CostalbaDon't prefetch if not needed
2013-01-26 Marco CostalbaRetire generate_king_moves()
2013-01-26 Gary LinscottBring back just bishop pins
2013-01-26 Marco CostalbaClarify slavesMask usage
2013-01-26 Marco CostalbaRevert "Further push singular extension"
2013-01-26 Marco CostalbaMerge branch 'simplify_eval' of https://github.com...
2013-01-24 Gary LinscottSimplify evaluation
2013-01-21 Marco CostalbaSmall reformat of split()
2013-01-20 Marco CostalbaFix an idiotic icc warning
2013-01-20 Marco CostalbaFuther renaming in thread.cpp
2013-01-16 Marco CostalbaBig renaming in thread stuff
2013-01-16 Marco CostalbaFix race while exiting
2013-01-15 Lucas BraeschRemove Threat Extension
2013-01-14 Marco CostalbaFix a bug in timer loop
2013-01-14 Marco CostalbaPolymorphic Thread hierarchy
2013-01-13 Marco CostalbaDon't use do_sleep flag
2013-01-13 Marco CostalbaRe-add the hack
2013-01-13 Marco CostalbaRetire set_timer()
2013-01-13 Marco CostalbaRetire obsolete race hack
2013-01-13 Marco CostalbaRetire Threads wake_up() and sleep()
2013-01-13 Marco CostalbaRename wake_up() to notify_one()
2013-01-13 Marco CostalbaUnify 'ponderhit' handling
2013-01-13 Marco CostalbaSmall change to "ponderhit" handling
2013-01-13 Marco CostalbaSimplify and rename wait_for_stop_or_ponderhit()
2013-01-13 Marco CostalbaSimplify a condition in search()
2013-01-12 Marco CostalbaClarify SAN disambiguation in case of a pinned piece
2013-01-12 Marco CostalbaAsync 'stop' command
2013-01-06 Marco CostalbaRevert so called "fromNull patch"
2013-01-06 Marco CostalbaHave fun with union in book.cpp
2013-01-04 Marco CostalbaRetire 'Cowardice' and 'Aggressiveness' UCI options
2013-01-04 Marco CostalbaRetire 'mate in x' hack
2013-01-04 Marco CostalbaDon't exit if unable to find bench file
2013-01-04 Marco CostalbaTeach file_to_char() about upper/lower case
2013-01-04 Marco CostalbaReformat FEN construction
2012-12-31 Marco CostalbaRemove some obsolete asserts on TT values
2012-12-31 Marco CostalbaAllow to pass a 'seed' to RKISS
2012-12-31 Marco CostalbaMicro-optimization in evaluate_space()
2012-12-30 Marco CostalbaAdd 'mate' limit to 'bench' command
2012-12-30 Marco CostalbaHandle UCI command "mate in x moves"
next