]> git.sesse.net Git - stockfish/history - src/position.cpp
Fix compilation after recent merge.
[stockfish] / src / position.cpp
2023-12-25 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-11-20 FauziAkramReformat some comments
2023-10-27 Michael ChalyIntroduce pawn structure based history
2023-10-23 Disservinremove blank line between function and it's description
2023-10-22 Disservinadd clang-format
2023-10-21 FauziAkramStandardize Comments
2023-10-21 Stéphane NicoletReformat some comments and conditions
2023-09-29 mstemberaRemove unused see_ge() code
2023-09-29 FauziAkramImprove grammar of comments
2023-09-03 pb00067Simplify slider_blocker calculation
2023-09-03 DisservinCleanup includes
2023-08-13 Shahin M. ShahinSimplify pieceValue to one phase.
2023-07-24 Stephen TousetRemove Zobrist::noPawns
2023-07-16 maximRemove pawnKey from StateInfo
2023-07-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-07-11 Joost VandeVondeleRemove classical evaluation
2023-07-03 rn5f107s2simplified gives check castling
2023-06-11 Guenther DemetzReintroduce SEE verification against discovered attacks
2023-06-04 Guenther DemetzSimplify away SEE verification
2023-04-22 Guenther DemetzSimplification of SEE verification logic
2023-04-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-03-29 Miguel LahozClean up repetitive declarations for see_ge
2023-03-25 pb00067Verified SEE pruning for capturing and checking moves.
2023-03-19 pb00067Remove 'si' StateInfo variable/parameter.
2023-03-14 pb00067Small cleanups
2023-03-14 mstemberaRemove redundant condition from capture_stage()
2023-02-18 disservinupdate cuckoo link
2023-01-09 Sebastian BuchwaldReplace some std::string occurrences with std::string_view
2023-01-02 Sebastian BuchwaldUpdate copyright years
2022-12-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-11-05 Joost VandeVondeleMark variable as potentially unused
2022-10-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-08-17 mstemberaMake key_after() more consistent with key()
2022-08-12 Stefan GeschwentnerCleanup code
2022-01-15 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-01-06 Brad KnoxUpdate copyright years
2021-12-29 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2021-12-02 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2021-10-25 mstemberaFix sometimes incorrect key for prefetches
2021-09-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-09-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-07-16 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-07-13 pb00067SEE: simplify stm variable initialization
2021-06-14 Tomasz SobczykReduce the number of accumulator states
2021-06-05 Guy VreulsRevert "Simplify En Passant"
2021-05-17 Stéphane NicoletSmall clean-ups
2021-04-24 Tomasz SobczykUnify naming convention of the NNUE code
2021-03-31 bmc4Simplify King Evasion
2021-03-19 Guy VreulsUse reference instead of pointer for pop_lsb() signature
2021-03-17 bmc4Change definition of between_bb()
2021-03-16 bmc4Introduce least_significant_square_bb()
2021-03-14 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-03-07 Dieter DobbelaereAdd Stockfish namespace.
2021-03-07 Antoine ChampionClean functions returning by const values
2021-02-16 LolligerhansSmall trivial clean-ups, February 2021
2021-02-08 bmc4Simplify En Passant
2021-01-31 bmc4Simplify Chess 960 castling
2021-01-31 bmc4Clean Up Castling in gives_check
2021-01-31 bmc4Avoid more expensive legality check
2021-01-30 LolligerhansSmall cleanups
2021-01-30 Stéphane NicoletImprove play for closed positions
2021-01-11 Dieter DobbelaereUse correct chess terms + fix spelling.
2021-01-08 Joost VandeVondeleUpdate copyright years
2020-12-28 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-12-19 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-12-14 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-12-01 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-11-29 syzygy1Remove piece lists
2020-11-04 Tomasz SobczykManually align arrays on the stack
2020-10-22 syzygy1More incremental accumulator updates
2020-09-11 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-09-08 syzygy1Bug fix in do_null_move() and NNUE simplification.
2020-08-26 syzygy1Remove EvalList
2020-08-22 Joost VandeVondeleSmall trivial cleanups
2020-08-08 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-08-06 nodchipAdd NNUE evaluation
2020-08-03 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-07-09 Alain SAVARDClean-up en passant processing
2020-06-28 mstemberaRemove old zobrist trick for castling rights
2020-06-24 Joost VandeVondeleSmall cleanups
2020-06-09 NguyenPhamshow coordinates when displaying board
2020-05-30 protonspringConsolidate all attacks bitboards
2020-05-23 Joost VandeVondelesmall cleanups
2020-04-29 Joost VandeVondeleSmall cleanups
2020-03-30 Joost VandeVondeleSmall cleanups
2020-03-14 Joost VandeVondeleSmall cleanups
2020-02-10 Joost VandeVondeleFix wrong assert.
2020-02-05 Joost VandeVondeleSmall cleanups.
2020-01-23 protonspringSimplify signature of remove_piece()
2020-01-18 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2020-01-09 Stéphane NicoletAssorted trivial cleanups January 2020
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2020-01-07 Alain SAVARDUse a faster implementation of Static Exchange Evaluation
2019-10-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-09-14 Stéphane NicoletAssorted trivial cleanups
2019-08-23 protonspringConsolidate CastlingSide and CastlingRights
2019-08-14 Alain SAVARDAssorted trivial cleanups (July 2019)
2019-08-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-07-26 protonspringRemove operators for color
2019-07-11 Marco CostalbaAssorted trivial cleanups June 2019
next