]> git.sesse.net Git - stockfish/history - src
Big King Safety tuning
[stockfish] / src /
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
2014-12-07 Gary LinscottAdd some tablebase positions to bench
2014-12-07 hximRename some variables for more clarity.
2014-12-06 Marco CostalbaExplicitly pass RootMoves to TB probes
2014-12-06 Marco CostalbaMove TB stuff under Tablebases namespace
2014-12-06 Marco CostalbaRefactor syzygy code in search
2014-12-06 Joona KiiskiRetire support for Haiku installation directory from...
2014-12-06 Joona KiiskiRetire hackish support for aCC and HP-UX from Makefile
2014-11-30 Marco CostalbaRetire total_piece_count()
2014-11-30 hximRemove CONNECTED_KINGS from Syzygy code
2014-11-30 Rodrigo Exterckött... Cleaning Syzygy profiling data
2014-11-30 Marco CostalbaRewrite TBScore in uci_pv()
2014-11-30 Marco CostalbaRetire #ifdef SYZYGY macro
2014-11-25 mstemberaBitbase index() from ADD to OR.
2014-11-25 lucasartIntroduce ratio operation
2014-11-25 Ronald de ManSyzygy tablebases
2014-11-24 Gary LinscottFix out-of-bound array access printing ponder move
2014-11-24 Gary LinscottFix pondering
2014-11-21 Jonathan CalovskiAmend defended
2014-11-21 Marco CostalbaFix doubled pawns asymmetry
2014-11-21 Marco CostalbaFurther tweak accurate pv
2014-11-18 hximFix some comments
2014-11-18 Gary LinscottFix fen output for castling rights
2014-11-18 Marco CostalbaCodying style in accurate PV
2014-11-17 Marco CostalbaFix a warning on Intel C++
2014-11-16 sf-xUse PHASE_MIDGAME in game_phase()
2014-11-16 Rodrigo Exterckött... Clear token before reading from input
2014-11-16 lucasartHalf History Max
2014-11-15 Marco CostalbaUse DEPTH_MAX instead of MAX_PLY
2014-11-12 Gary Linscott100% accurate PV display
2014-11-12 lucasartUse quiet ttMove in qsearch() (7962287)
2014-11-12 Marco CostalbaUse if/else instead of goto
2014-11-12 Marco CostalbaUse Depth instead of int in search
2014-11-10 lucasartProfile Build with Hash=16
2014-11-09 lucasartFix bounds of FutilityMoveCounts
2014-11-09 Marco CostalbaRetire pvMove in search()
2014-11-09 Marco CostalbaAssorted code-style triviality
2014-11-09 Marco CostalbaIntroduce distance() and unify some API
2014-11-08 lucasartCodestyle massage Search::init()
2014-11-08 lucasartBe more optimistic in aspiration window
2014-11-07 lucasartPrune ttMove like any other
2014-11-07 lucasartRetire CACHE_LINE_ALIGNMENT
2014-11-06 lucasartApply King Safety later in the endgame
2014-11-05 mstemberaRemoving some superfluous extern declarations
2014-11-05 Marco CostalbaAssume UCI 'nodes' is int64_t instead of int
2014-11-05 Marco CostalbaRearrange check_time()
2014-11-04 AjithAdd bonuses for each threat instead of max threat value.
2014-11-03 mstemberaOptimize TranspositionTable::store() and TranspositionT...
2014-11-03 lucasartDo not assume that enum are signed
2014-11-03 lucasartCleanup MAX_PLY
2014-11-02 Marco CostalbaRestore std::dec after std::hex
2014-11-01 Marco CostalbaRetire ScalePawnSpan[]
2014-11-01 Marco CostalbaMerge pull request #89 from official-stockfish/pull_no_...
2014-11-01 Marco CostalbaRetire PawnsFileSpan
2014-11-01 lucasartCorrectly describe POPCNT compile
2014-11-01 lucasartConsistent use of anonymous namespace
2014-11-01 lucasartRemove dead code
2014-11-01 Marco CostalbaPrefer operator<<() to pretty()
2014-11-01 Marco CostalbaMerge pull request #82 from official-stockfish/clean_up...
2014-10-30 Marco CostalbaCode style clean-up
2014-10-28 mstemberamax_piece_type cleanup, and slight speed increase.
2014-10-27 Joona KiiskiA small clean up of previous patch suggested by Marco
2014-10-27 Joona KiiskiSpeed up max_piece_type()
2014-10-27 snicoletTune PawnsFileSpan
2014-10-27 Pascal RomaretImprove compatibility with Shredder Classic GUI
2014-10-26 Marco CostalbaFix an obscure gcc warning
2014-10-26 Marco CostalbaRetire notation.cpp
2014-10-26 Marco CostalbaFinal UCI helpers renaming
2014-10-26 Marco CostalbaRetire notation.h
2014-10-26 Marco CostalbaRename ucioption.h to uci.h
2014-10-26 Marco CostalbaRetire to_char() helpers
2014-10-26 Marco CostalbaReformat max_threat()
2014-10-23 snicoletCalculate maximum threat for hanging pieces
2014-10-15 Marco CostalbaDocument why initing eval tables
2014-10-12 Marco CostalbaRename Tracing methods
2014-10-12 Marco CostalbaAccount for Tempo in do_evaluate()
2014-10-12 Marco CostalbaFix some warnings with Intel C++ compiler
2014-10-12 lucasart Further streamline connected pawn evaluation
next