]> git.sesse.net Git - stockfish/history - src/movepick.cpp
Rename *last to *end
[stockfish] / src / movepick.cpp
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
2010-01-27 Marco CostalbaSimplify locking in sp_search and sp_search_pv
2010-01-19 Marco CostalbaOrder check moves used in qsearch
2010-01-03 Marco CostalbaRetire 'finished' from MovePicker
2009-11-09 Marco CostalbaDefine Score as an enum
2009-11-07 Marco CostalbaIntroduce PieceSquareTable[16][64]
2009-11-06 Marco CostalbaSmall code-style touches in movegen.cpp
2009-11-05 Marco CostalbaEnable PH_TT_MOVES during evasion generation
2009-11-05 Marco CostalbaRetire MovePicker::discovered_check_candidates()
2009-11-05 Marco CostalbaRewrite generate_pawn_moves() and simplify evasions
2009-11-05 Marco CostalbaGenerate pseudo-legal moves in generate_evasions()
2009-11-01 Marco CostalbaReorder evasions
2009-10-22 Marco CostalbaPick best moves one per cycle instead of sorting
2009-10-17 Marco CostalbaUse an homegrown insertion sort instead of std::sort()
2009-10-12 Marco CostalbaRevert "Use std::stable_sort() instead of std::sort()"
2009-10-10 Marco CostalbaUse std::stable_sort() instead of std::sort()
2009-08-31 Marco CostalbaMovePicker: rename number_of_moves() in number_of_evasi...
2009-08-31 Marco CostalbaUse pointers instead of array indices also for badCaptures
2009-08-30 Marco CostalbaSkip TT_MOVES phase when possible
2009-08-30 Marco CostalbaMovepicker: take move's loop out of switch statement
2009-08-30 Marco CostalbaRevert "null move reorder" series
2009-08-29 Marco CostalbaConvert handling of tt moves and killers to standard...
2009-08-29 Marco CostalbaTry null move before captures
next