]> git.sesse.net Git - stockfish/shortlog
stockfish
2011-01-05 Joona KiiskiFix variable naming in prototypes at uci.cpp
2011-01-05 Joona KiiskiRemove a false comment
2011-01-05 Marco CostalbaSet moveCount base to 1 as in search()
2011-01-05 Marco CostalbaUse killers also in root_search()
2011-01-05 Marco CostalbaPerft should return an int64_t not an int
2011-01-05 Marco CostalbaFix POPCNT support for Intel compiler under Windows
2011-01-05 Marco CostalbaEsplicitly inline generate_piece_moves() & friends
2011-01-04 Marco CostalbaUse 'moveCount' name also in RootSearch
2011-01-04 Marco CostalbaUse -O3 instead of -fast for Linux icc
2011-01-04 Marco CostalbaAnother round of bitboard.cpp cleanups
2011-01-04 Marco CostalbaRestore development version
2011-01-04 Marco CostalbaStockfish 2.0.1
2011-01-03 Marco CostalbaUpdate Readme and polyglot files
2011-01-03 Marco CostalbaAnother attempt at fixing Chess960
2011-01-03 Marco CostalbaRevert Chess960 fix
2011-01-03 Tord RomstadReintroduce the old "trapped bishop in the corner"...
2011-01-03 Joona KiiskiUse simple macro to enable operators
2011-01-03 Marco CostalbaWorkaround broken function-style cast support in HP-UX
2011-01-03 Marco CostalbaReadd SRWLOCK and Condition Variables under Windows
2011-01-02 Marco CostalbaFix Chess960 regression
2011-01-02 Marco CostalbaAnother (final?) attempt at squares_delta()
2011-01-02 Marco CostalbaFix old Glaurung bug related to search logging
2011-01-02 Marco CostalbaSimplify squares_delta()
2011-01-01 Marco CostalbaFix a crash on multi-pv
2011-01-01 Marco CostalbaRestore development version
2011-01-01 Marco CostalbaStockfish 2.0 (take 2)
2011-01-01 Marco CostalbaDon't use SRWLOCK and Condition Variables under Windows
2011-01-01 Marco CostalbaFix an off-by-one bug in sort_multipv()
2011-01-01 Marco CostalbaRemove artificial Iteration >= 3 constraint on time...
2011-01-01 Marco CostalbaFix: Honour UCI "quit" command while still in the book
2011-01-01 Marco CostalbaSimplify "ponderhit" handling
2011-01-01 Marco CostalbaRetire ponderhit()
2011-01-01 Marco CostalbaRestore development version
2011-01-01 Marco CostalbaStockfish 2.0
2010-12-31 Marco CostalbaSend correct searched nodes statistic
2010-12-31 Marco CostalbaRemove dubious castle detector
2010-12-31 Marco CostalbaImplement "seldepth" UCI info
2010-12-30 Marco CostalbaRetire a couple of unused debug functions
2010-12-30 Marco CostalbaLeave threads go to sleep when waiting for a ponderhit
2010-12-30 Marco CostalbaMove printing of best move on think
2010-12-30 Marco CostalbaUnify single and multi PV 'new best move' handling
2010-12-30 Marco CostalbaMove print_pv_info() under RootMove
2010-12-30 Marco CostalbaBetter document value_to_uci()
2010-12-30 Marco CostalbaStandardize root_search() signature
2010-12-29 Marco CostalbaMove extract_pv_from_tt() and insert_pv_in_tt() under...
2010-12-29 Marco CostalbaUse rml[0].pv[] instead of dedicated pv[] array
2010-12-28 Marco CostalbaLast small touches in RootMoveList
2010-12-28 Marco CostalbaRetire LMR intermediate research
2010-12-28 Marco CostalbaUse insertion_sort() in RootMoveList
2010-12-28 Marco CostalbaRedefine MoveStack comparison as the natural one
2010-12-28 Marco CostalbaFix broken last patch series
2010-12-27 Marco CostalbaSpeedup moves root list sorting
2010-12-27 Marco CostalbaUse a std::vector to store root moves
2010-12-27 Marco CostalbaRename RootMoveList members removing 'move'
2010-12-27 Marco CostalbaRetire DirectionTable[]
2010-12-26 Marco CostalbaRetire direction.cpp
2010-12-26 Marco CostalbaRetire enum Direction
2010-12-26 Marco CostalbaRetire SignedDirectionTable[] and RayBB[]
2010-12-26 Marco CostalbaRetire direction.h
2010-12-26 Marco CostalbaSimplify enum SquareDelta definition
2010-12-25 Marco CostalbaUnify MovePicker c'tor call
2010-12-25 Marco CostalbaUse generate_moves() in san.cpp
2010-12-25 Marco CostalbaIgnore two braindamaged remarks under icc
2010-12-24 Marco CostalbaRenamed thread_should_stop() in cutoff_at_splitpoint()
2010-12-24 Marco CostalbaSimplify a condition in update of best move
2010-12-24 Marco CostalbaTriviality in struct PieceLetters
2010-12-18 Marco CostalbaBetter clarify how we use TT depth in qsearch
2010-12-18 Marco CostalbaSecond cleanup wave on check_is_useless()
2010-12-14 Joona KiiskiLet check_is_useless() follow SF coding style
2010-12-14 Tord RomstadFixed a bug in move_from_uci(): En passant captures...
2010-12-14 Joona KiiskiSelective checks at qsearch
2010-12-13 Marco CostalbaRetire uci_main_loop()
2010-12-13 Marco CostalbaSmall cleanup in uci.cpp
2010-12-13 Marco CostalbaRetire square_from_string()
2010-12-13 Marco CostalbaMove the last multi-threads globals to ThreadsManager
2010-12-13 Marco CostalbaFurther reduce sleep lock contention
2010-12-11 Marco CostalbaAllow threads to sleep when available
2010-12-10 Marco CostalbaIncrease MAX_THREADS to 16
2010-12-07 Marco CostalbaIncrease PV LMR to SF 1.8 levels
2010-12-06 Marco CostalbaVarious cleanups in Position's ancillary functions
2010-12-05 Marco CostalbaFix a crash due to a broken Book::open()
2010-12-04 Joona KiiskiNew try for unstoppable pawn evaluation
2010-12-04 Marco CostalbaAllow razoring after a null move
2010-12-02 Joona KiiskiPrune all negative see moves at low depths
2010-11-28 Marco CostalbaFix bestmove output in multi PV case
2010-11-28 Marco CostalbaFix 'generation' type to uint8_t
2010-11-27 Marco CostalbaRevert sleeping threads
2010-11-27 Marco CostalbaRevert "Allow split point master to sleep (take 2)"
2010-11-23 Marco CostalbaWe don't need a stringstream in buildKey()
2010-11-22 Marco CostalbaRetire Application class
2010-11-22 Marco CostalbaRetire piece.cpp
2010-11-21 Marco CostalbaUCI options names should not be case sensitive
2010-11-21 Marco CostalbaRetire "New Game" UCI option
2010-11-21 Marco CostalbaRemove hardcoded 16 from benchmark default positions...
2010-11-21 Marco CostalbaMicro-optimize pl_move_is_legal()
2010-11-20 Marco CostalbaStore "true" and "false" in bool options
2010-11-20 Marco CostalbaDebug counters don't need to be global
2010-11-19 Marco CostalbaSmall touches to engine_name()
2010-11-16 Marco CostalbaUse occupied_squares() in book_key()
2010-11-16 Marco CostalbaRearrange pawn moves generation
next