]> git.sesse.net Git - stockfish/history - src/movepick.cpp
Revert "Remove confusing optimization"
[stockfish] / src / movepick.cpp
2013-05-19 Marco CostalbaDelay killers[] initialization
2013-05-19 Marco CostalbaReduce countermoves less in LMR
2013-05-16 Joona KiiskiUse two counter moves instead of one
2013-05-15 Marco CostalbaRename Refutation to Countermove
2013-05-14 Gary LinscottMinor bugfixes to refutation table
2013-05-13 Marco CostalbaReformat previous patch
2013-05-12 Joona KiiskiSimple always overwrite Refutation table
2013-03-01 Marco CostalbaRename sp to splitPoint
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2013-02-15 Marco CostalbaMerge Gary's king safety tweak
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-04 Marco CostalbaSome renaming in split()
2013-02-03 Marco CostalbaTempletize score_xxx() functions
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
2012-12-25 Marco CostalbaRetire Position::in_check()
2012-10-22 Marco CostalbaRetire refine_eval()
2012-10-21 Marco CostalbaChange NO_PIECE value and shrink PieceValue[]
2012-09-09 Marco CostalbaRename *last to *end
2012-08-20 Marco CostalbaReformat piece values arrays
2012-08-18 Marco CostalbaRetire MovePickerExt struct
2012-06-24 Marco CostalbaUse type_of() to categorize the moves
2012-04-28 Marco CostalbaProper indenting of multiple conditions
2012-02-26 Marco CostalbaRename promotion_piece_type() to promotion_type()
2012-02-19 Marco CostalbaSpread usage of pos.piece_moved()
2012-01-24 Marco CostalbaOrder bad captures by MVV/LVA
2012-01-22 Marco CostalbaShrink sequencer table
2012-01-22 Marco CostalbaAssorted code style in movepicker.cpp
2012-01-22 Marco CostalbaOrder the recaptures by MVV/LVA
2012-01-21 Marco CostalbaRename NON_CAPTURE to QUIET
2012-01-21 Marco CostalbaReshuffle stuff in MovePicker
2012-01-21 Marco CostalbaUse an enum instead of a table as MovePicker sequencer
2012-01-09 Marco CostalbaIntroduce piece_moved() to simplify common code
2012-01-02 Marco CostalbaBig renaming of move's helpers
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-12-25 Marco CostalbaRename getters functions removing 'get_' prefix
2011-12-08 Marco CostalbaSet captureThreshold according to static evaluation
2011-12-04 Marco CostalbaMove SearchStack under Search namespace
2011-10-22 Marco CostalbaRetire PieceValueXXX[] getters
2011-10-03 Marco CostalbaShrink names of move helpers
2011-10-02 Marco CostalbaBetter naming borrowed from Critter
2011-09-24 Marco CostalbaCorrectly score capture underpromotions
2011-07-16 Marco CostalbaSimplify and micro-optimize hidden_checkers()
2011-07-14 Marco CostalbaUse std library to sort moves
2011-06-26 Marco CostalbaRename type_of_piece() and color_of_piece()
2011-06-26 Marco CostalbaRetire Position::type_of_piece_on()
2011-06-26 Marco CostalbaRetire seeValues[] and move PieceValue[] out of Position
2011-06-23 Marco CostalbaFix move_is_capture() to detect capture promotions
2011-06-15 Marco CostalbaTry only recaptures in qsearch if depth is very low
2011-06-11 Marco CostalbaFix score_captures() for the case of capture promotions
2011-06-09 Marco CostalbaRevert refinedValue in ProbCut
2011-06-08 Marco CostalbaUse refinedValue in ProbCut condition
2011-06-04 Marco CostalbaDo not sort negative non captures at low depth
2011-06-03 Marco CostalbaSplit non capture in two sets when ordering
2011-05-30 Marco CostalbaNew extended probcut implementation
2011-05-29 Marco CostalbaRename PH_TT_MOVES in PH_TT_MOVE
2011-05-28 Marco CostalbaRetire mateKiller
2011-05-24 Marco CostalbaA bit of reformatting after previous series
2011-05-23 Marco CostalbaMove legal check out of MovePicker
2011-05-23 Marco CostalbaRename move_is_legal() in move_is_pl()
2011-05-21 Marco CostalbaIntroduce MovePicker::isBadCapture() and use in probcut
2011-05-17 Marco CostalbaRetire move_is_capture_or_promotion()
2011-04-29 Marco CostalbaRename check related functions
2011-04-24 Marco CostalbaRename MOVES_MAX in MAX_MOVES
2011-04-17 Marco CostalbaUse only history to score non captures
2011-04-16 Marco CostalbaRemove one indentation level in get_next_move()
2011-04-16 Marco CostalbaFix a stale comment
2011-04-13 Marco CostalbaMove move_is_legal() under Position class
2011-02-23 Marco CostalbaMove all enum types definitions to types.h
2011-01-23 Marco CostalbaAdd a MovePicker c'tor specialized for qsearch
2011-01-15 Marco CostalbaPartially restore HistoryMax
2011-01-15 Marco CostalbaRetire HistoryMax
2011-01-07 Marco CostalbaUnify move generation
2011-01-07 Marco CostalbaTempletize move generation API
2010-12-28 Marco CostalbaUse insertion_sort() in RootMoveList
2010-12-18 Marco CostalbaBetter clarify how we use TT depth in qsearch
2010-11-28 Marco CostalbaFix 'generation' type to uint8_t
2010-11-01 Marco CostalbaPrefer int to uint8_t when possible
2010-10-09 Marco CostalbaSmall codestyle touches
2010-09-13 Marco CostalbaRetire badCaptures[] array in MovePicker
2010-08-19 Marco CostalbaDo not score PH_QCHECKS
2010-08-19 Marco Costalba(Re)introduce DEPTH_ZERO to replace Depth(0)
2010-08-19 Marco CostalbaRename OnePly in ONE_PLY
2010-07-04 Marco CostalbaTweak non-captures scoring
2010-07-03 Marco CostalbaPSQT access functions can be static
2010-07-03 Marco CostalbaUse only history to score non-captures
2010-06-21 Marco CostalbaMerge branch 'master' of free2.projectlocker.com:sf
2010-06-19 Marco CostalbaTest killer for legality earlier
2010-04-11 Marco CostalbaFix some warnings under +w1 HP-UX compile
2010-03-20 Marco CostalbaUpdated copyright year to 2010
2010-02-28 Marco CostalbaTry bad captures before non-captures
2010-02-07 Marco CostalbaUse gain table to order non-captures
2010-02-05 Marco CostalbaDelay sorting of negative scored non-captures
2010-02-05 Marco CostalbaBe sure negative see evasions are at the bottom
2010-02-04 Marco CostalbaScore non-captures only by history
2010-01-29 Marco CostalbaAvoid search tree explosion in qsearch
next