]> git.sesse.net Git - stockfish/shortlog
stockfish
2012-03-05 Marco CostalbaUse new Time class in timed_wait()
2012-03-04 Marco CostalbaIntroduce single_bit() helper
2012-03-04 Marco CostalbaIntroduce pinning bonus
2012-03-03 Marco CostalbaRewrite time measurement code
2012-02-29 Marco CostalbaHalve rook on open file bonus for endgame
2012-02-27 Marco CostalbaFix a shift overflow warning
2012-02-27 Marco CostalbaMicro-optmize castling moves
2012-02-26 Marco CostalbaRename promotion_piece_type() to promotion_type()
2012-02-26 Marco CostalbaIntroduce another two (bitboard,square) operators
2012-02-26 Marco CostalbaFix MSVC warning on streampos to size_t conversion
2012-02-21 Marco CostalbaRetire ss->bestMove
2012-02-21 Marco CostalbaDon't update bestValue in check_is_dangerous()
2012-02-20 Marco CostalbaFix a wrong check in pos_is_ok()
2012-02-20 Marco CostalbaFurther simplify castling rights
2012-02-19 Marco CostalbaSpread usage of pos.piece_moved()
2012-02-19 Marco CostalbaRetire empty_squares()
2012-02-19 Marco CostalbaIndex en-passant zobrist keys by file
2012-02-19 Marco CostalbaMove some stuff out of lock protection in split()
2012-02-19 Marco CostalbaMicro-optimize castleRights update
2012-02-18 Marco CostalbaSmall renaming in Thread struct
2012-02-18 Marco CostalbaFix a race when extracting PV from TT
2012-02-18 Marco CostalbaIncrease MAX_PLY from 100 to 256
2012-02-13 Marco CostalbaMicro-optimize pop_1st_bit() for 32 bits
2012-02-13 Marco CostalbaTempletize sliding attacks
2012-02-12 Marco CostalbaSpeedup sliders attacks for 32bit CPU
2012-02-12 Marco CostalbaDon't wake up threads at the beginning of the search
2012-02-12 Marco CostalbaDon't reset 50-move counter after castling
2012-02-06 mcostalbaMerge pull request #3 from glinscott/b46bf29
2012-02-05 Gary LinscottSimpler stalemate check.
2012-02-05 Gary LinscottDetect stalemate in KXK endgames
2012-02-04 Marco CostalbaAdd "Slow Mover" UCI parameter to adjust time management
2012-02-03 Marco CostalbaMove wait_for_stop_or_ponderhit() under Thread
2012-02-03 Marco CostalbaReduce lock contention in idle_loop
2012-02-03 Marco CostalbaFix an alignment warning with MSVC
2012-01-31 Marco CostalbaFix subtle race with slave allocation
2012-01-31 Marco CostalbaFix bug in useless checks prune
2012-01-30 Marco CostalbaReformat kpk bitbase
2012-01-29 Marco CostalbaDon't log search info after a stop
2012-01-29 Marco CostalbaBitwise operator overloads between Bitboard and Square
2012-01-29 Marco CostalbaReplace clear_bit() with xor_bit()
2012-01-27 Marco CostalbaRename ValueType to Bound
2012-01-27 Marco CostalbaDo not require -lpthread when linking in mingw
2012-01-27 Marco CostalbaRestore LMR depth limit
2012-01-27 Marco CostalbaReformat threads code
2012-01-25 Marco CostalbaUse Windows threads library with mingw
2012-01-24 Marco CostalbaOrder bad captures by MVV/LVA
2012-01-23 Marco CostalbaRevert "Fix link time optimization gcc option"
2012-01-23 Marco CostalbaSimplify locking usage
2012-01-23 Marco CostalbaSimplify our insertion sort implementation
2012-01-22 Auguste PopFix link time optimization gcc option
2012-01-22 Marco CostalbaShrink sequencer table
2012-01-22 Marco CostalbaAssorted code style in movepicker.cpp
2012-01-22 Marco CostalbaFix incorrect assert(PvNode == (alpha != beta - 1))
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 CostalbaFix ss->currentMove when probcutting
2012-01-21 Marco CostalbaUse an enum instead of a table as MovePicker sequencer
2012-01-21 Marco CostalbaSync generate_direct_checks() with generate_piece_moves()
2012-01-18 Marco CostalbaTriviality in SERIALIZE_PAWNS() macro usage
2012-01-18 Justin BlanchardRemove unused #include lines
2012-01-18 Justin BlanchardFix "go nodes", at least when Threads=1
2012-01-18 Marco CostalbaDon't allow LMR to fall in qsearch
2012-01-18 Marco CostalbaMicroptimize generation of pawn evasions
2012-01-16 Marco CostalbaSimplify pawn captures generation
2012-01-16 Marco CostalbaFix a (bogus) warning with gcc 4.4
2012-01-15 Marco CostalbaRetire double-profile-build Makefile target
2012-01-15 Marco CostalbaFix gcc name used in Link Time Optimization
2012-01-15 Marco CostalbaMake init_magic() piece agnostic
2012-01-14 Marco CostalbaUnify some template specializations
2012-01-14 Marco CostalbaRetire queen_attacks_bb()
2012-01-14 Marco CostalbaUse 'adjacent' instead of 'neighboring'
2012-01-14 Marco CostalbaRestore development version
2012-01-14 Marco CostalbaStockfish 2.2.2
2012-01-14 Marco CostalbaMove struct RootMove to Search namespace
2012-01-14 Marco CostalbaUse a set to store SearchMoves
2012-01-13 Marco CostalbaFix a gcc 4.7 warning
2012-01-13 Marco CostalbaEnable easy move detection only for recaptures
2012-01-12 Marco CostalbaUse operator~ to flip colors and squares
2012-01-12 Marco CostalbaSmall touches in FEN decoding
2012-01-10 Marco CostalbaRetire is_mate()
2012-01-09 Marco CostalbaIntroduce piece_moved() to simplify common code
2012-01-09 Marco CostalbaUnify PseudoAttacks arrays
2012-01-08 Marco CostalbaUse CheckInfo to generate checks
2012-01-08 Marco CostalbaAdd castling to generation of checking moves
2012-01-07 Marco CostalbaLast touches to movegen.cpp
2012-01-07 Marco CostalbaRetire the redundant MV_CHECK
2012-01-07 Marco CostalbaRetire generate_discovered_checks
2012-01-07 Marco CostalbaRearrange pawn moves generation
2012-01-07 Marco CostalbaReshuffle stuff in movegen.cpp
2012-01-07 Marco CostalbaRetire OLD_LOCKS option
2012-01-06 Marco CostalbaFix compile on HP-UX 11's HP's C++
2012-01-06 Marco CostalbaRestore development version
2012-01-06 Marco CostalbaStockfish 2.2.1
2012-01-06 Marco CostalbaExtra time management safety
2012-01-06 Marco CostalbaTry hard not to lose on time
2012-01-03 Marco CostalbaAvoid a race at thread creation
2012-01-03 Marco CostalbaStreamline generation of MV_NON_EVASION
2012-01-03 Marco CostalbaFix a warning under gcc
2012-01-02 Marco CostalbaRevert cond_signal() fix
next