]> git.sesse.net Git - stockfish/history - src/position.cpp
Remove cap from space score contribution and increase bonus
[stockfish] / src / position.cpp
2017-03-27 Daniel DugovicAdd assertion for the maximum number of pawns
2017-03-15 mstemberaFix pawn entry prefetch
2017-03-09 Joost VandeVondeleAlways have counterMoves associated
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2017-01-01 Sergei AntonovThreefold repetition detection
2016-11-27 Marco CostalbaFix regression: print const position
2016-11-25 Aram TumanianFix the pawn hash failure when the pawn key is 0
2016-11-19 Aram TumanianStart searching for a repetition from the 4th ply behind
2016-11-10 joergosterFEN parsing: add a second check for correctly setting...
2016-11-10 atumanianUpdate comments related after new see_ge()
2016-11-05 Marco CostalbaRewrite syzygy in C++
2016-10-08 atumanianOptimisation of Position::see and Position::see_sign
2016-09-22 Stéphane NicoletSimplify pinners conditions in SEE()
2016-09-21 Guenther DemetzFix pin-aware SEE
2016-09-17 Marco CostalbaFix indentation in struct FromToStats
2016-09-12 Guenther DemetzSimplify code for pinaware SEE
2016-09-12 Guenther DemetzPinned aware SEE
2016-09-04 Marco CostalbaSyntactic sugar to loop across pieces
2016-09-04 syzygyChange from [Color][PieceType] to [Piece]
2016-09-02 lucasartChange exclusion key setup
2016-08-28 Marco CostalbaRetire CheckInfo
2016-08-27 Stéphane NicoletMove CheckInfo under StateInfo
2016-05-28 Stéphane NicoletTeach check_blockers to check also non-king pieces
2016-04-23 DU-jdtoRemove some pointless micro-optimizations
2016-04-17 Marco CostalbaStateInfo is usually allocated on the stack by search()
2016-04-09 Marco CostalbaHide global visibility when not needed
2016-04-08 mstemberaSimplify popcnt
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-11-10 lucasartAvoid friend
2015-10-29 Stéphane NicoletSome code and comment cleanup
2015-09-07 mstemberaMinor clean up of some function parameters
2015-08-04 Marco CostalbaRename Position::list
2015-05-29 Marco CostalbaChecking for rook color when setting castling
2015-05-10 Marco CostalbaCleanup work in misc.cpp
2015-05-03 Marco CostalbaSplit PSQT init from Position init
2015-04-15 lucasartRetire FORCE_INLINE
2015-04-10 Marco CostalbaAllow Position::init() to be called more than once
2015-03-18 joergosterFix the comment for Position::is_draw()
2015-03-07 Marco CostalbaSync with master
2015-03-07 Marco CostalbaSync with master
2015-03-07 Joona KiiskiRevert C++11 merge
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-16 lucasartCompute checkers from scratch
2015-02-15 Marco CostalbaRetire one do_move() overload
2015-02-15 lucasartCompute checkers from scratch
2015-02-14 Marco CostalbaSync with master
2015-02-08 Marco CostalbaSync with master
2015-02-08 Marco CostalbaShuffle put_piece() and friends signatures
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 CostalbaRename dbg_hit_on_c() to dbg_hit_on()
2015-02-07 Marco CostalbaSync with master
2015-01-31 Marco CostalbaSync with master
2015-01-30 Marco CostalbaSync with master
2015-01-21 Marco CostalbaFun with lambdas
2015-01-11 Marco CostalbaAssorted headers cleanup
2015-01-10 Marco CostalbaUpdate copyright year
2015-01-07 Marco CostalbaAssorted formatting and comment tweaks in position.h
2015-01-02 Marco CostalbaLet material probing to access per-thread table
2014-12-14 Marco CostalbaImprove comments in UCI
2014-12-10 Marco CostalbaAssorted nitpicking code-style
2014-12-08 Ernesto GattiSimpler PRNG and faster magics search
2014-12-07 hximRename some variables for more clarity.
2014-11-18 hximFix some comments
2014-11-18 Gary LinscottFix fen output for castling rights
2014-11-16 sf-xUse PHASE_MIDGAME in game_phase()
2014-11-07 lucasartRetire CACHE_LINE_ALIGNMENT
2014-11-02 Marco CostalbaRestore std::dec after std::hex
2014-11-01 Marco CostalbaMerge pull request #89 from official-stockfish/pull_no_...
2014-11-01 lucasartConsistent use of anonymous namespace
2014-11-01 Marco CostalbaPrefer operator<<() to pretty()
2014-10-26 Marco CostalbaFinal UCI helpers renaming
2014-10-26 Marco CostalbaRetire notation.h
2014-10-26 Marco CostalbaRetire to_char() helpers
2014-10-06 joergosterRemove the now redundant TT prefetch call from Position...
2014-10-04 Marco CostalbaReformat and rename hash_after_move()
2014-10-02 joergosterSpeculative prefetch
2014-09-30 Marco CostalbaTrivial code style fixes
2014-08-09 lucasartMove to_char() and to_string() to notation
2014-08-06 joergosterRemove insufficient material rule
2014-08-05 lucasartRemove useless code in Position::pretty()
2014-06-23 Gary LinscottMerge pull request #5 from glinscott/authors
2014-06-20 Marco CostalbaBetter value clipping in game_phase()
2014-06-20 Marco CostalbaMove game_phase() to Position
2014-06-06 Marco CostalbaUse unsigned char as argument of std::isspace
2014-04-27 Marco CostalbaRemove some useless casts
2014-04-26 Marco CostalbaSpeed up by almost 3%
2014-04-21 Marco CostalbaStreamline implementation of Position::pretty()
2014-04-06 Marco CostalbaSync some common names
2014-03-22 Marco CostalbaRetire operator|(File f, Rank r)
2014-03-15 Marco CostalbaMerge default tests in pos_is_ok
2014-03-15 Marco CostalbaMicroptimize castling in undo_move()
next