]> git.sesse.net Git - stockfish/history - src
Small tweaks in do_move and friends
[stockfish] / src /
2015-02-08 Marco CostalbaSmall tweaks in do_move and friends
2015-02-07 Marco CostalbaAvoid casting to char* in prefetch()
2015-02-07 Marco CostalbaRewrite pos_is_ok()
2015-02-07 Marco CostalbaMicro-optimize SEE
2015-02-07 Marco CostalbaRename dbg_hit_on_c() to dbg_hit_on()
2015-02-07 Marco CostalbaSync with master
2015-02-07 lucasartRemoves useless templates, some of which lead to code...
2015-02-03 Stefan GeschwentnerAdd bonus for pawn attack threats
2015-02-03 mstemberaProfile build options
2015-02-02 NicklasPerssonImproved King Safety values
2015-02-01 Marco CostalbaUse move assignment in movegen.h
2015-02-01 Marco CostalbaAllow to assign a Move to an ExtMove
2015-02-01 Marco CostalbaDelay checking for duplicated killer moves
2015-02-01 Marco CostalbaSmall tweaks in movepick.cpp
2015-02-01 Marco CostalbaSilence a warning under MSVC
2015-01-31 Marco CostalbaMore readable score<CAPTURES>()
2015-01-31 Marco CostalbaUse C++11 loops in MovePicker
2015-01-31 Marco CostalbaImplicit conversion from ExtMove to Move
2015-01-31 Marco CostalbaAnother small tweak to skills
2015-01-31 Marco CostalbaSync with master
2015-01-31 Marco CostalbaUse C++ loops in insert_pv_in_tt
2015-01-31 Marco CostalbaMove uci_pv under UCI namespace
2015-01-31 Marco CostalbaConvert Reductions[] from int8_t to Depth
2015-01-31 Marco CostalbaFix a MSVC warning
2015-01-30 Jean-Francois RomangRessurrect hashfull patch
2015-01-30 Marco CostalbaSync with master
2015-01-29 Marco CostalbaSimplify skill level and reduce ELO
2015-01-28 Alain SAVARDSimplify backward pawn definition
2015-01-28 NicklasPerssonKing safety tuning with values obtained by SPSA.
2015-01-28 Joona KiiskiRestore development version
2015-01-27 Joona KiiskiStockfish 6
2015-01-25 Joona KiiskiStockfish 6 Release Candidate 3
2015-01-25 Stefan GeschwentnerFix a skill level problem: Don't allow move pruning...
2015-01-25 Joona KiiskiRevert "Fix profile build for gcc on Mac OSX"
2015-01-25 Marco CostalbaRe-arrange Skill struct
2015-01-25 Marco CostalbaFix a MSVC warning at W4
2015-01-24 Joona KiiskiStockfish 6 Release Candidate 2
2015-01-24 Marco CostalbaDon't use _pext_u64() directly
2015-01-24 Marco CostalbaTry hard to retrieve a ponder move
2015-01-24 Marco CostalbaAdditional work in bitbases
2015-01-22 Marco CostalbaRearrange bitbases C++11 way
2015-01-21 Marco CostalbaDocument how to enable PEXT with MSVC
2015-01-21 Marco CostalbaRearrange Endgames
2015-01-21 Marco CostalbaExplicitly defaulted and deleted members
2015-01-21 Marco CostalbaFun with lambdas
2015-01-20 Marco CostalbaDon't use _pext_u64() directly
2015-01-19 Marco CostalbaFix a MSVC warning at W4
2015-01-18 Joona KiiskiStockfish 6 Release Candidate 1
2015-01-18 Joona KiiskiFix profile build for gcc on Mac OSX
2015-01-18 Joona KiiskiDon't print fail-high or fail-lows in MultiPV mode
2015-01-18 Marco CostalbaFix compile error with MSVC 2013
2015-01-18 Marco CostalbaFun with initializer lists in UCI::square
2015-01-18 Marco CostalbaFix a coverity scan warning
2015-01-18 Marco CostalbaAdd syzygy support
2015-01-18 Marco CostalbaImport C++11 branch
2015-01-18 Marco CostalbaFix syzygy warnings with Intel compiler
2015-01-17 Marco CostalbaFix some missing rename from previous patch
2015-01-17 Marco CostalbaFix a possible overflow in TT resize
2015-01-16 mstemberaSimplify and optimize value extractors
2015-01-14 lucasartEnable futility pruning for PV nodes in qsearch
2015-01-14 Stefan GeschwentnerEnable Futility pruning in PV nodes
2015-01-13 hximUse VALUE_ZERO instead of 0 when comparing with Value
2015-01-11 Marco CostalbaAssorted headers cleanup
2015-01-11 Marco CostalbaFix a crash of syzygy on Android
2015-01-11 Stefano80Higher movetime resolution for benchmarks
2015-01-11 Marco CostalbaFix compile for Android 5
2015-01-10 Marco CostalbaUpdate copyright year
2015-01-07 Marco CostalbaAssorted formatting and comment tweaks in position.h
2015-01-05 lucasartTune null search reduction
2015-01-03 Marco CostalbaRetire one implementation of pop_lsb()
2015-01-03 lucasartRemove a useless optimization
2015-01-03 Joona KiiskiSmoother king safety
2015-01-03 Marco CostalbaAssorted work in uci.cpp
2015-01-03 Marco CostalbaFix a silly warning with Intel compiler
2015-01-03 Marco CostalbaFix comments in thread.cpp
2015-01-02 Marco CostalbaLet material probing to access per-thread table
2015-01-02 Matthew LaiDisable the default copy constructor for Position class
2015-01-02 Stefan GeschwentnerBig King Safety tuning
2015-01-02 Marco CostalbaRetire Material::space_weight()
2014-12-30 Marco CostalbaAdditional tidy up in timeman.cpp
2014-12-28 Marco CostalbaUse score and value consistently
2014-12-28 Arjun TemurnikarRemove some comments in timeman.cpp
2014-12-25 Marco CostalbaReformat promotion generation
2014-12-22 Marco CostalbaPrefer names to numbers in storm code
2014-12-20 Joona KiiskiUse "rm -f" instead of "rm" for gcc profiling hack...
2014-12-20 Stefan GeschwentnerBig King Safety tuning
2014-12-19 Marco CostalbaDon't account for Tempo in specialized endgames
2014-12-18 mstemberaChange profile-build options to produce 1% to 2% faster...
2014-12-14 Marco CostalbaImprove comments in UCI
2014-12-14 Marco CostalbaCoding style in TT code
2014-12-14 Gary LinscottFix compile for some versions of mingw
2014-12-13 mstemberaAvoid searching TT twice for the same key/position...
2014-12-11 Gary LinscottOnly use _ReadWriteBarrier on MSVC
2014-12-11 joergosterHalve StormDanger bonus for blocked pawn on A/H file
2014-12-11 Gary LinscottMSVC compiling fixes
2014-12-10 Joona KiiskiFix profile build for syzygy
2014-12-10 Joona KiiskiRetire 'os' flag from Makefile
2014-12-10 Marco CostalbaAssorted nitpicking code-style
2014-12-10 Marco CostalbaClarify when forcing the moves loop
2014-12-08 Ernesto GattiSimpler PRNG and faster magics search
next