]> git.sesse.net Git - stockfish/shortlog
stockfish
2014-05-03 Ronald de ManFix KXK endgame
2014-05-03 Marco CostalbaFully correct stealmate detection
2014-05-03 Marco CostalbaAdd stealmate detection to evaluation
2014-05-02 Marco CostalbaRevert to Galurung's KBPsK endgame
2014-05-01 Marco CostalbaUse only standard conforming eg_value()
2014-05-01 Marco CostalbaDon't save stale value in TT after split
2014-05-01 Marco CostalbaBetter document search stop condition
2014-05-01 Marco CostalbaRemove dead code in search
2014-04-30 Marco CostalbaFix a compile error with Intel C++
2014-04-30 snicoletPenalize hanging pieces
2014-04-28 Marco CostalbaRearrange interpolation formula
2014-04-28 mstemberaMinor stuff scattered around
2014-04-27 Marco CostalbaRemove other useless floor()
2014-04-27 Marco CostalbaDon't need floor() in timeman.cpp
2014-04-27 Marco CostalbaFix Intel compiler warnings
2014-04-27 Marco CostalbaRemove some useless casts
2014-04-27 Marco CostalbaWe can add an integer to a Value
2014-04-27 Arjun TemurnikarRemove rook passers eval completely
2014-04-27 Marco CostalbaReformatting in material.h
2014-04-27 Marco CostalbaMove game phase constants to enum Value
2014-04-26 Marco CostalbaSpeed up by almost 3%
2014-04-26 Marco CostalbaFix issues detected by Coverity Scan
2014-04-25 Marco CostalbaSpeed up picking of killers
2014-04-24 Arjun TemurnikarRemove RookOn7th and merge values into psqt
2014-04-24 Arjun TemurnikarRemove penalty for knight when few enemy pawns
2014-04-24 Jonathan CalovskiShuffle movepicker score
2014-04-24 Marco CostalbaCorrectly apply previous patch
2014-04-23 joergosterMove queen vs. 3 minors rule to imbalance tables
2014-04-21 Marco CostalbaRevert "Generalize shift_bb() to handle double pushes"
2014-04-21 Marco CostalbaReset DrawValue[] before new search
2014-04-21 Leonid PechenikRise contempt when in advantage
2014-04-21 Marco CostalbaStreamline implementation of Position::pretty()
2014-04-21 Stefan GeschwentnerRaise penalty blocked enemy pawn on 6th rank
2014-04-20 Marco CostalbaGeneralize shift_bb() to handle double pushes
2014-04-20 Arjun TemurnikarSmall simplification to passed pawns
2014-04-17 Joseph HellisRemove supporting pawns
2014-04-14 Jean-Francois... Enable BMI1 too when using BMI2 ARCH
2014-04-13 Marco CostalbaMore readable trapped rook condition
2014-04-13 Daylen YangSimplify Makefile by removing OS X targets
2014-04-12 Marco CostalbaMove args parsing to UCI::loop
2014-04-12 Marco CostalbaReshuffle in uci.cpp
2014-04-12 Marco CostalbaReshuffle in timeman.cpp
2014-04-12 Marco CostalbaFix a typo in evaluate
2014-04-12 Marco CostalbaRetire signature-build
2014-04-12 Jean-Francois... Add ARCH x86-64-bmi2 support
2014-04-12 Marco CostalbaSwitch to hardware PEXT
2014-04-12 Marco CostalbaImplement PEXT based attacks
2014-04-12 Marco CostalbaAdd PEXT software implementation
2014-04-12 Marco CostalbaBig reshuffle in evaluate.cpp
2014-04-12 Gary LinscottMove LowMobPenalty into psq/mobility tables
2014-04-12 Gary LinscottReduce penalty for doubled pawns further away from...
2014-04-11 Marco CostalbaFurther simplification in evaluate
2014-04-10 Marco CostalbaGet rid of an evaluate_pieces() overload
2014-04-10 Gary LinscottAdd a penalty for low mobility pieces
2014-04-08 Gary LinscottRestrict queen mobility to safe squares
2014-04-06 Lucas BraeschRescale UCI scores to PawnValueEg
2014-04-06 Marco CostalbaSync some common names
2014-04-06 Marco CostalbaSome more work in pretty_pv
2014-04-05 Marco CostalbaSmall tidy up in move_to_san
2014-04-05 mstemberaSmaller and faster profile-build binaries
2014-04-05 Lucas BraeschRemove QueenOn7th and QueenOnPawn
2014-04-05 mstemberaSpeed up apply_weight
2014-04-03 Marco CostalbaUpdate Readme to 128 max threads
2014-04-03 Joerg OsterQueen vs. 3 pieces imbalance
2014-04-03 Marco CostalbaMake operator<< to return void
2014-04-01 Stefan GeschwentnerDrop not defended by pawn condition
2014-04-01 Marco CostalbaDo not workaround function argument evaluation
2014-03-30 Marco CostalbaFix a compile error with Intel C++
2014-03-30 Marco CostalbaFix a warning with MSVC 2010
2014-03-30 Marco CostalbaShow evaluation from white POV in trace
2014-03-29 Marco CostalbaRaise VALUE_INFINITE
2014-03-29 Jean-Francois... Further simplification of TT replace strategy
2014-03-29 Marco CostalbaRestore old aspiration window to 16
2014-03-29 Stefan GeschwentnerPinned pieces affect king safety
2014-03-26 Marco CostalbaFix a bug in pawns eval tracing
2014-03-24 Marco CostalbaSimplify TT replace strategy
2014-03-24 snicoletIntroduce penalty for weak (=unsupported) pawns.
2014-03-23 Marco CostalbaFix an incorrect 'friend' declaration
2014-03-23 Marco CostalbaRetire last usage of operator|(File f, Rank r)
2014-03-23 mstemberaRefresh TT entries generation automatically on probe
2014-03-23 Marco CostalbaRename score to value in ExtMove
2014-03-22 Marco CostalbaTrivial formatting in ucioption.cpp
2014-03-22 Marco CostalbaRetire operator|(File f, Rank r)
2014-03-22 Marco CostalbaFix a subtle bug in UCI options printing
2014-03-18 Marco CostalbaFix a typo
2014-03-18 Marco CostalbaIncrease max threads to 128
2014-03-16 Marco CostalbaFix a crash under MSVC
2014-03-15 Marco CostalbaSplit also if no slaves are found
2014-03-15 Marco CostalbaRemove "Max Threads per Split Point" UCI option
2014-03-15 Marco CostalbaMerge default tests in pos_is_ok
2014-03-15 Marco CostalbaMicroptimize castling in undo_move()
2014-03-14 MyssenoDepth dependant aspiration window delta
2014-03-14 Marco CostalbaUse legal positions for endgame initialization
2014-03-14 Marco CostalbaFurther work in pos_is_ok()
2014-03-14 Daylen YangRe-add link time optimization on OS X
2014-03-13 Marco CostalbaReformat do_castling()
2014-03-12 Marco CostalbaFurther merge StateInfo setup functions
2014-03-12 Marco CostalbaMerge hash key computation functions
2014-03-11 Marco CostalbaUse std::count in pos_is_ok()
2014-03-11 Marco CostalbaSmall simplification in gives_check
next