]> git.sesse.net Git - stockfish/history - src/movepick.cpp
Retire #ifdef SYZYGY macro
[stockfish] / src / movepick.cpp
2014-11-12 lucasartUse quiet ttMove in qsearch() (7962287)
2014-11-01 Marco CostalbaMerge pull request #89 from official-stockfish/pull_no_...
2014-11-01 lucasartConsistent use of anonymous namespace
2014-04-26 Marco CostalbaFix issues detected by Coverity Scan
2014-04-25 Marco CostalbaSpeed up picking of killers
2014-04-24 Jonathan CalovskiShuffle movepicker score
2014-04-06 Marco CostalbaSync some common names
2014-03-30 Marco CostalbaFix a compile error with Intel C++
2014-03-23 Marco CostalbaRename score to value in ExtMove
2014-02-16 Marco CostalbaUpdate SEE to return a Value
2014-02-15 Marco CostalbaRestore PorbCut name
2014-02-15 Marco CostalbaRename ProbCut to Multicut
2014-02-14 Marco CostalbaAdditional renaming from DON
2014-02-08 Marco CostalbaDon't fear races when are harmless
2014-01-26 Marco CostalbaGrammar fix in MovePicker::next_move
2014-01-14 Stefan GeschwentnerIntroduce 'follow up' moves
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-06 Arjun TemurnikarEven more spelling fixes
2013-12-02 Jerry DonaldAnother round of spelling fixes
2013-12-02 Richard LloydBig assorted spelling fixes
2013-11-17 Marco CostalbaRevert previous patch
2013-11-17 Marco CostalbaFix an assert in SMP case
2013-11-17 Marco CostalbaRetire quietsSearched[]
2013-10-05 Lucas BraeschUse prefix operators wherever possible
2013-09-28 Marco CostalbaDrop 'is' prefix from query functions
2013-09-28 Marco CostalbaRevert "Use a per-thread array"
2013-09-27 Marco CostalbaUse a per-thread array for generated moves
2013-09-15 KojirionUse pre-increment also for native types
2013-07-24 Marco CostalbaSimplify captures ordering
2013-07-21 Marco CostalbaSome renaming in MovePicker
2013-07-19 Marco CostalbaRename MoveStack to ExtMove
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
next