]> git.sesse.net Git - stockfish/shortlog
stockfish
2011-06-08 Marco CostalbaUse refinedValue in ProbCut condition
2011-06-08 Marco CostalbaSmall pick_magic() touches
2011-06-07 Marco CostalbaFind magics on the fly
2011-06-06 Marco CostalbaPartially revert previous patches
2011-06-05 Marco CostalbaSkip offset calculation in slider attacks
2011-06-05 Marco CostalbaGet rid of Shift[] tables
2011-06-05 Marco CostalbaBetter name and document magic botboard stuff
2011-06-05 Marco CostalbaTry to keep memory access in the same cache line
2011-06-04 Marco CostalbaSkip draw by repetition check in qsearch
2011-06-04 Marco CostalbaMove bitboards initializations under one function
2011-06-04 Marco CostalbaCalculate Bit Scan tables at initialization
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-06-03 Marco CostalbaInline extension()
2011-06-03 Marco CostalbaUse TT also in Root nodes
2011-06-02 Marco CostalbaMicrooptimize generate<MV_EVASION>
2011-05-30 Marco CostalbaNew extended probcut implementation
2011-05-29 Marco CostalbaFix SAN disambiguation bug
2011-05-29 Marco CostalbaRename PH_TT_MOVES in PH_TT_MOVE
2011-05-28 Marco CostalbaRetire mateKiller
2011-05-28 Marco CostalbaUnify MovePickerExt template parameters
2011-05-28 Marco CostalbaUnify search() template parameters
2011-05-28 Marco CostalbaFix moveCount after legality check delay
2011-05-24 Marco CostalbaA bit of reformatting after previous series
2011-05-23 Marco CostalbaTest for legality only after futility pruning
2011-05-23 Marco CostalbaMove legal check out of MovePicker
2011-05-23 Marco CostalbaRename move_is_legal() in move_is_pl()
2011-05-23 Marco CostalbaOutput debug info to cerr
2011-05-23 Marco CostalbaFix a shadowed variable warning under gcc
2011-05-22 Marco CostalbaBug wrong evasion detection for king moves
2011-05-22 Marco CostalbaAdd file distance condition in move_is_legal()
2011-05-22 Marco CostalbaRemove useless casts in types.h
2011-05-22 Marco CostalbaPromotion piece must be empty if is not a promotion
2011-05-21 Marco CostalbaIntroduce MovePicker::isBadCapture() and use in probcut
2011-05-20 Marco CostalbaCorrectly handle castle in see()
2011-05-18 Marco CostalbaFix brekage from previous patches
2011-05-17 Marco CostalbaMicro-optimize pl_move_is_legal()
2011-05-17 Marco CostalbaRetire move_is_capture_or_promotion()
2011-05-17 Marco CostalbaFix move_is_capture() definition
2011-05-17 Marco CostalbaRetire test for king moves in see()
2011-05-17 Marco CostalbaRetire Position::see(Square from, Square to) overload
2011-05-17 Marco CostalbaPrefer an assert to a comment in position.h
2011-05-17 Marco CostalbaLet 'make' with no arguments to show compilation options
2011-05-17 Marco CostalbaPrefer ttMove to tte->move() in search()
2011-05-08 Marco CostalbaUse standard naming conventions in book.cpp
2011-05-08 Marco CostalbaReintroduce operator>>() in Book class
2011-05-08 Marco CostalbaRestore development version
2011-05-08 Marco CostalbaStockfish 2.1.1
2011-05-07 Marco CostalbaSpell fix in evaluate.cpp
2011-05-07 Marco CostalbaFix reading of book file
2011-05-05 Marco CostalbaRemove redundant assignment in search()
2011-05-05 Marco CostalbaRestore development version
2011-05-03 Marco CostalbaFix a warning in debug mode
2011-05-03 Marco CostalbaStockfish 2.1
2011-05-03 Marco CostalbaReintroduce permanent PV entries in TT
2011-05-03 Marco CostalbaUpdate Readme.txt to 32 threads and bsfq on Windows
2011-05-03 Marco CostalbaFix bug in evaluate_passed_pawns()
2011-05-02 Marco CostalbaRetire "Pawn Structure" UCI option
2011-05-02 Marco CostalbaRename stuff in evaluate.cpp
2011-05-01 Marco CostalbaAdditional tweaks in evaluate_unstoppable_pawns()
2011-05-01 Marco CostalbaRemove redundancy in evaluate_unstoppable_pawns()
2011-05-01 Marco CostalbaSmall reformat in evaluate_unstoppable_pawns()
2011-05-01 Marco CostalbaUpdate polyglot.ini
2011-04-29 Marco CostalbaRename check related functions
2011-04-29 Marco CostalbaSmall renaming in thread.cpp
2011-04-29 Marco CostalbaRename Option in UCIOPtion
2011-04-28 Marco CostalbaLimit history range to +-2000
2011-04-27 Marco CostalbaPerft counts leaf nodes not generated moves.
2011-04-27 Marco CostalbaUse probe() as name for looking up into an hash table
2011-04-26 Marco CostalbaTidy up uci.cpp and siblings
2011-04-26 Marco CostalbaMove OpeningBook and RK where are actually used
2011-04-25 Marco CostalbaFix a compile error with gcc
2011-04-25 Marco CostalbaMove MovePickerExt specializations away from headings
2011-04-25 Marco CostalbaTidy up benchmark.cpp
2011-04-25 Marco CostalbaLarge API rename in ThreadsManager
2011-04-24 Marco CostalbaDon't allocate MAX_THREADS hash tables if not necessary
2011-04-24 Marco CostalbaMove pawn and material tables under Thread class
2011-04-24 Marco CostalbaRename MOVES_MAX in MAX_MOVES
2011-04-24 Marco CostalbaRetire extensions as UCI option
2011-04-24 Marco CostalbaDocument why we use per-thread pawn and material tables
2011-04-23 Marco CostalbaFix some comments in early stop detection
2011-04-23 Marco CostalbaRetire UseLogFile in search.cpp
2011-04-23 Marco CostalbaIntroduce and use SearchLimits
2011-04-22 Marco CostalbaUse move_is_special() in pawn endgame condition
2011-04-22 Marco CostalbaRetire SearchStartTime global
2011-04-22 Marco CostalbaReduce loops in init_threads() and exit_threads()
2011-04-20 Marco CostalbaMove wake_sleeping_thread() to Thread class
2011-04-20 Marco CostalbaCorrectly implementg selDepth feature
2011-04-20 Marco CostalbaMove sleepLock and sleepCond under Thread
2011-04-20 Marco CostalbaIncrease risk of blunders at low skill levels
2011-04-17 Marco CostalbaUse only history to score non captures
2011-04-17 Marco CostalbaSmall simplification in scale_by_game_phase()
2011-04-17 Marco CostalbaMove ply to SearchStack
2011-04-16 Marco CostalbaRemove one indentation level in get_next_move()
2011-04-16 Marco CostalbaCode style in tt.cpp
2011-04-16 Marco CostalbaBetter self-document LMR reduction() formula
2011-04-16 Marco CostalbaPromote OptionsMap to a class
2011-04-16 Marco CostalbaFix a stale comment
2011-04-14 Marco CostalbaRemove src/COPYING file
2011-04-14 Marco CostalbaRemove "divide by zero" workaround
next