]> git.sesse.net Git - stockfish/history - src/position.h
Tweak RestrictedPiece bonus
[stockfish] / src / position.h
2020-01-23 protonspringSimplify signature of remove_piece()
2020-01-09 Stéphane NicoletAssorted trivial cleanups January 2020
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2019-11-04 31m059Make Square and Bitboard operators commutative
2019-10-25 Stéphane NicoletAssorted trivial cleanups
2019-08-23 protonspringConsolidate CastlingSide and CastlingRights
2019-07-11 Marco CostalbaAssorted trivial cleanups June 2019
2019-05-29 protonspringSimplify semiopen_file (#2165)
2019-05-15 svivanov72Precompute repetition info (#2132)
2019-05-02 Marco CostalbaAssorted trivial cleanups 4/2019
2019-04-16 protonspringMove pawnsOnSquares to Position (#2100)
2019-04-16 protonspringRemove semiopenFiles in pawns and simplify space #2102
2019-03-31 Marco CostalbaAssorted trivial cleanups 3/2019 (#2030)
2019-03-31 protonspringAccessor for SquareBB #2067
2019-03-05 Marco CostalbaAssorted trivial cleanups 2/2019
2019-01-04 Marco CostalbaDelay castling legality check
2018-12-11 protonspringChanges identified in RENAME/REFORMATTING thread (...
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-06-27 Ondrej MosnáčekMove PSQ score to Position
2018-06-02 Stéphane NicoletFix comments, rename variables
2018-05-16 Tom TruscottUse cycle detection to bound search value
2018-04-18 syzygy1Tablebases root ranking
2018-03-15 Stéphane NicoletRenaming some variables in code
2018-02-27 Marco CostalbaSpeedup and simplify pinners and blockers
2018-02-21 Stéphane NicoletMove pawn_attacks_bb() helper to bitboard.h
2018-02-21 Mike Whiteleyrename shift variables.
2018-01-01 Joost VandeVondeleNew Year 2018
2017-08-13 Marco CostalbaRetire States global variable
2017-07-15 Marco CostalbaMove game_phase() to material.cpp
2017-06-29 Marco CostalbaOnly main thread checks time
2017-06-28 Marco CostalbaSimplify pos_is_ok()
2017-06-21 Joost VandeVondeleFix four data races.
2017-05-10 Marco CostalbaDefault argument for see_ge()
2017-04-29 Marco CostalbaRetire the misdesigned StepAttacks[] array.
2017-04-26 snicoletAvoid misuse of StepAttacksBB for pawns
2017-03-09 snicoletHelper functions to count material for both sides
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-12 Aram TumanianMake a version of Position::do_move() without the gives...
2016-11-05 Miroslav FontánSync variable names in decl vs def
2016-11-05 Marco CostalbaRewrite syzygy in C++
2016-10-21 syzygyPer-thread TB hit counters
2016-10-08 atumanianOptimisation of Position::see and Position::see_sign
2016-09-17 Marco CostalbaFix indentation in struct FromToStats
2016-09-12 Guenther DemetzPinned aware SEE
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-17 Marco CostalbaFix incorrect draw detection
2016-04-17 Marco CostalbaStateInfo is usually allocated on the stack by search()
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-11-21 Marco CostalbaRewrite how threads are spawned
2015-11-10 lucasartAvoid friend
2015-10-29 Stéphane NicoletSome code and comment cleanup
2015-08-04 Marco CostalbaRename Position::list
2015-07-09 Marco CostalbaRemove useless razoring condition
2015-05-10 Marco CostalbaCleanup work in misc.cpp
2015-05-03 Marco CostalbaSplit PSQT init from Position init
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 CostalbaRewrite pos_is_ok()
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 CostalbaExplicitly defaulted and deleted members
2015-01-18 Marco CostalbaAdd syzygy support
2015-01-18 Marco CostalbaImport C++11 branch
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 Matthew LaiDisable the default copy constructor for Position class
2014-12-07 hximRename some variables for more clarity.
2014-11-30 Marco CostalbaRetire total_piece_count()
2014-11-25 Ronald de ManSyzygy tablebases
2014-11-01 Marco CostalbaMerge pull request #89 from official-stockfish/pull_no_...
2014-11-01 Marco CostalbaPrefer operator<<() to pretty()
2014-10-04 Marco CostalbaReformat and rename hash_after_move()
2014-10-02 joergosterSpeculative prefetch
2014-08-05 lucasartRemove useless code in Position::pretty()
2014-06-23 Gary LinscottMerge pull request #5 from glinscott/authors
2014-06-20 Marco CostalbaMove game_phase() to Position
2014-04-06 Marco CostalbaSync some common names
2014-03-15 Marco CostalbaMerge default tests in pos_is_ok
next