]> git.sesse.net Git - stockfish/history - src/types.h
Time management simplification
[stockfish] / src / types.h
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-06-28 Marco CostalbaCorrectly check for no-makefile compile
2015-05-21 lucasartFix merge error for Tuned PSQT
2015-04-15 lucasartRetire FORCE_INLINE
2015-03-07 Marco CostalbaSync with master
2015-03-07 Marco CostalbaSync with master
2015-03-07 Marco CostalbaRe-enable spinlocks
2015-03-07 Joona KiiskiRevert C++11 merge
2015-03-02 Marco CostalbaDisable spinlocks
2015-03-01 Marco CostalbaAllow to disable spinlocks
2015-02-28 Marco CostalbaSync with master
2015-02-26 Marco CostalbaSync with master
2015-02-23 Marco CostalbaSync with master
2015-02-22 Marco CostalbaSync with master
2015-02-20 Marco CostalbaSync with master
2015-02-14 Marco CostalbaSync with master
2015-02-08 Marco CostalbaSync with master
2015-02-08 Marco CostalbaSmall tweaks in do_move and friends
2015-02-07 Marco CostalbaSync with master
2015-01-31 Marco CostalbaSync with master
2015-01-30 Marco CostalbaSync with master
2015-01-24 Marco CostalbaDon't use _pext_u64() directly
2015-01-21 Marco CostalbaDocument how to enable PEXT with MSVC
2015-01-20 Marco CostalbaDon't use _pext_u64() directly
2015-01-18 Marco CostalbaAdd syzygy support
2015-01-18 Marco CostalbaImport C++11 branch
2015-01-16 mstemberaSimplify and optimize value extractors
2015-01-11 Marco CostalbaAssorted headers cleanup
2015-01-10 Marco CostalbaUpdate copyright year
2014-11-25 lucasartIntroduce ratio operation
2014-11-25 Ronald de ManSyzygy tablebases
2014-11-15 Marco CostalbaUse DEPTH_MAX instead of MAX_PLY
2014-11-09 Marco CostalbaAssorted code-style triviality
2014-11-09 Marco CostalbaIntroduce distance() and unify some API
2014-11-07 lucasartRetire CACHE_LINE_ALIGNMENT
2014-11-03 lucasartDo not assume that enum are signed
2014-11-03 lucasartCleanup MAX_PLY
2014-09-29 Marco CostalbaMove ONE_PLY to be 1 instead of 2: search()
2014-08-09 lucasartMove to_char() and to_string() to notation
2014-06-28 Ron BritvichPack 3 TT entries in 32 bytes cluster
2014-06-05 Marco CostalbaRevert "Score extractors"
2014-06-05 Marco CostalbaFix a warning with MSVC Premium 2013
2014-06-01 Marco CostalbaRetire Polyglot Book management
2014-05-24 Marco CostalbaFix a warning with Intel compiler
2014-05-05 Ron BritvichRewrite Score extractors
2014-05-01 Marco CostalbaUse only standard conforming eg_value()
2014-04-27 Marco CostalbaWe can add an integer to a Value
2014-04-27 Marco CostalbaMove game phase constants to enum Value
2014-04-12 Jean-Francois RomangAdd ARCH x86-64-bmi2 support
2014-04-12 Marco CostalbaSwitch to hardware PEXT
2014-04-12 Marco CostalbaImplement PEXT based attacks
2014-04-06 Marco CostalbaSync some common names
2014-03-29 Marco CostalbaRaise VALUE_INFINITE
2014-03-23 Marco CostalbaRename score to value in ExtMove
2014-03-22 Marco CostalbaRetire operator|(File f, Rank r)
2014-03-08 Marco CostalbaRename castling flag to castling right
2014-03-02 Marco CostalbaPass CastlingFlag argument only
2014-03-01 Marco CostalbaRename xxx_to_char() -> to_char()
2014-02-16 Marco CostalbaIncrease MAX_PLY from 100 to 120
2014-02-14 Marco CostalbaAdditional renaming from DON
2014-01-27 Uri BlassReduce VALUE_KNOWN_WIN to 10000
2014-01-02 shane31Scale eval when down to only one pawn
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-06 Arjun TemurnikarEven more spelling fixes
2013-12-03 Jerry DonaldRe-fix a comment
2013-12-02 Jerry DonaldAnother round of spelling fixes
2013-12-02 Richard LloydBig assorted spelling fixes
2013-12-01 Marco CostalbaRename CASTLE to CASTLING
2013-11-24 Joona KiiskiGenerate Qsearch checks only at depth 0
2013-10-24 Marco CostalbaRetire mirror()
2013-10-13 Marco CostalbaRemove unuseful optimization in RKISS
2013-09-27 Marco CostalbaIncrease MAX_MOVES to 256
2013-09-15 Reuven PelegNicer operator declerations
2013-09-15 Marco CostalbaFix operator++ definition
2013-09-01 Uri BlassUnion of 2 changes that failed with good score
2013-08-19 Tom VijlbriefFix crash when reaching max ply
2013-07-28 Eelco de GrootIncrease pruning if evaluation is not improving
2013-07-24 homoSapiensSapiensUse #ifndef instead of #if !defined
2013-07-19 Marco CostalbaRename MoveStack to ExtMove
2013-07-15 Marco CostalbaDon't use __builtin_expect
2013-07-15 Marco CostalbaBetter annotate unlikely conditions
2013-06-23 Marco CostalbaMove SquareDistance[] to bitboard.cpp
2013-06-23 Marco CostalbaDon't explicitize enum values when not needed
2013-06-09 Marco CostalbaDon't need to expose namespace Zobrist
2013-06-09 Marco CostalbaZobrist::init() should be Position::init()
2013-06-09 Marco CostalbaConvert pieceSquareTable to 3 dimensions
2013-06-09 Marco CostalbaIntroduce operator~(Piece c)
2013-06-09 Marco CostalbaRetire psq_delta()
2013-05-25 Marco CostalbaRe-add "Pawn Structure" UCI option
2013-05-23 Uri BlassBunch of 3 small patches
2013-05-11 Marco CostalbaSome code reformat in evaluate_pieces
2013-05-01 Marco CostalbaRe-add "Cache line aligned TT"
2013-04-30 Marco CostalbaRevert "Cache line aligned TT"
2013-04-26 Marco CostalbaCache line aligned TT
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2013-02-15 Marco CostalbaMerge Gary's king safety tweak
2013-02-11 Gary LinscottMerge branch 'master' into simplify_eval
2013-02-11 Gary LinscottBishop pins only
next