]> git.sesse.net Git - stockfish/history - src/types.h
Move game phase constants to enum Value
[stockfish] / src / types.h
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
2013-02-10 Marco CostalbaRename and de-templetize sort()
2013-01-04 Marco CostalbaTeach file_to_char() about upper/lower case
2012-12-25 Marco CostalbaFix a couple of extra spaces
2012-12-15 Marco CostalbaRevert store of distinct upper and lower bounds
2012-12-10 Marco CostalbaMerge branch 'eval_cache'
2012-12-09 Marco CostalbaStore distinct upper and lower bound scores
2012-12-08 Marco CostalbaMicro-optimize color_of()
2012-11-11 Marco CostalbaRevert "Don't prune discovered checks"
2012-11-07 Marco CostalbaDon't prune discovered checks
2012-11-02 Marco CostalbaFix an off-by-one bug in multi pv print
2012-10-21 Marco CostalbaDon't need to init board[] with NO_PIECE
2012-10-21 Marco CostalbaChange NO_PIECE value and shrink PieceValue[]
2012-10-21 Marco CostalbaUse self-describing constants instead of numbers
2012-10-21 Marco CostalbaMove RootColor from Eval to Search
2012-10-08 Marco CostalbaRearrange prefetch code
2012-10-06 Marco CostalbaFix mingw compile with ARCH=x86-64
2012-08-20 Marco CostalbaReformat piece values arrays
2012-08-20 Marco CostalbaMove zobrist keys out of Position
2012-08-19 Marco CostalbaUse enums instead of constants for piece values
2012-06-25 Marco CostalbaTempletize make_move() helpers
2012-06-24 Marco CostalbaMicro-optimize move_to_san()
2012-06-24 Marco CostalbaUse type_of() to categorize the moves
2012-06-23 Marco CostalbaReplace make_square() with operator|(File, Rank)
2012-06-02 Marco CostalbaFix a compile error in opposite_colors()
2012-05-26 Marco CostalbaRedefine enum CastleRight
2012-05-11 Marco CostalbaFix compilation with Android NDK
2012-05-01 Marco CostalbaConvert constants to decimal representation
2012-04-10 Marco CostalbaActive Reparenting
2012-04-08 Marco CostalbaIntroduce make_castle_right() helper
2012-04-08 Marco CostalbaShrink castlePath[] and castleRookSquare[] sizes
2012-04-08 Marco CostalbaReduce stack usage
2012-04-06 Marco CostalbaRevert thread_local stuff
2012-04-06 Marco CostalbaUse thread_local compiler specifics
2012-04-01 Marco CostalbaBetter document square flipping helpers
2012-03-31 Marco CostalbaRename Materials and Pawns hash stuff
2012-03-25 Gary LinscottMerge remote-tracking branch 'upstream/master'
2012-03-24 Marco CostalbaRename lock.h to platform.h
2012-03-18 Marco CostalbaRevert to byTypeBB[0] storing occupied squares
2012-03-10 Marco CostalbaFix time_to_msec() precision
2012-03-05 Marco CostalbaUse new Time class in timed_wait()
2012-03-03 Marco CostalbaRewrite time measurement code
2012-02-26 Marco CostalbaRename promotion_piece_type() to promotion_type()
2012-02-18 Marco CostalbaIncrease MAX_PLY from 100 to 256
2012-01-29 Marco CostalbaReplace clear_bit() with xor_bit()
2012-01-27 Marco CostalbaRename ValueType to Bound
2012-01-23 Marco CostalbaSimplify our insertion sort implementation
2012-01-22 Marco CostalbaAssorted code style in movepicker.cpp
2012-01-12 Marco CostalbaUse operator~ to flip colors and squares
next