]> git.sesse.net Git - stockfish/history - src/pawns.cpp
Refactor tbprobe.cpp
[stockfish] / src / pawns.cpp
2018-03-18 Ronald de ManMark all compile-time constants as constexpr.
2018-03-07 Stéphane NicoletKnight threats on Queen
2018-03-06 Chris CainIntroduce variadic make_bitboard()
2018-02-28 Stefan GeschwentnerBlocked pawn storm
2018-02-26 Stéphane NicoletCount passed pawns in asymmetry measure
2018-02-25 Stéphane NicoletRevert "Count passed pawns in asymmetry measure"
2018-02-25 Stéphane NicoletCount passed pawns in asymmetry measure
2018-02-23 Marco CostalbaReformat SEE to better document the function
2018-02-21 Stéphane NicoletMove pawn_attacks_bb() helper to bitboard.h
2018-02-21 Mike Whiteleyrename shift variables.
2018-02-20 Marco CostalbaCode style in evaluate.cpp
2018-02-08 FauziAkramA combo of 3 successful tuning patches
2018-01-30 Torsten FranzRetire lever (#1378)
2018-01-01 Joost VandeVondeleNew Year 2018
2017-12-04 syzygy1Use a Direction enum for Square deltas
2017-12-03 Joost VandeVondeleUse bool(Bitboard b) instead of !!b (#1321)
2017-09-17 Stéphane NicoletScore unopposed weak pawns only if majors
2017-09-09 ianfabExtend ShelterWeakness array by dimension isKingFile
2017-08-02 snicoletTweak connected pawns seed[] array values
2017-08-02 Rocky640Rework the "unsupported" penalty into a "supported...
2017-07-03 Alain SAVARDTidy up
2017-06-17 Alain SAVARDMisc coding style fixes
2017-05-10 Marco CostalbaDefault argument for see_ge()
2017-05-08 Stefan GeschwentnerBonus for pawn scrifice which create passed pawn
2017-04-29 Marco CostalbaRetire the misdesigned StepAttacks[] array.
2017-04-24 Marco CostalbaAssorted code style issues
2017-04-16 Stéphane NicoletDoubled and supported pawns
2017-03-06 snicoletSpeed-up some arrays reading
2017-01-28 Stefan GeschwentnerCandidate passed pawns
2017-01-17 Stéphane NicoletUpdate some comments (#973)
2017-01-11 Rocky640StormDanger CleanUp (#964)
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2016-12-05 Stéphane NicoletPawn flank attacks
2016-11-19 Alain SAVARDPawn shelter and pawn storm tuned
2016-10-05 Stefano CardanobileRetire implicit malus for stonewalls
2016-09-25 Stéphane NicoletRename shift_bb() to shift()
2016-09-02 Stéphane NicoletSpace bonus in presence of open files
2016-08-18 Marco CostalbaRemove a stale assignment
2016-08-18 Stefano80Retire pawn span
2016-06-25 Marco CostalbaRestore standard passed pawn definition
2016-05-26 Stéphane NicoletSimplify doubled pawn
2016-05-13 Stéphane NicoletDouble pawn simplification
2016-04-30 Stéphane NicoletIsolated pawn simplification
2016-04-08 Alain SAVARDBackward simplication
2016-04-08 mstemberaSimplify popcnt
2016-03-27 fanonSimplify pawns King Safety calculation
2016-02-07 hximRemove Weights
2016-01-16 Lyudmil AntonovAssorted English grammar changes
2016-01-03 lucasartRetire CenterBind
2016-01-03 Alain SAVARDFine tuning of unsupported pawn penalty
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-12-30 Alain SAVARDCorrect Pawn Trace Score + Code Clean up
2015-12-05 Marco CostalbaSimplify outpost code
2015-11-14 Stefan GeschwentnerBonus for reachable outpost
2015-10-24 Alain SAVARDSimplify threats
2015-10-16 Stéphane NicoletAsymmetry bonus for the attacking side
2015-08-04 Marco CostalbaRename Position::list
2015-06-02 lucasartTune pawn shelter/storm
2015-06-02 Stéphane NicoletTweak backward pawns definition
2015-05-27 lucasartSimplify backward pawn scoring
2015-03-29 Marco CostalbaAssorted code style of latest commits
2015-03-28 Alain SAVARDPSV3_1
2015-03-18 lucasartconnected should be bool, not Bitboard
2015-03-07 Marco CostalbaSync with master
2015-03-07 Marco CostalbaSync with master
2015-03-07 hximTransform minKingPawnDistance into a local variable
2015-03-07 Joona KiiskiRevert C++11 merge
2015-02-28 Marco CostalbaSync with master
2015-02-28 Stéphane NicoletSimplify pawn code a bit
2015-02-26 Marco CostalbaSync with master
2015-02-26 Marco CostalbaNormalize twice supported pawns
2015-02-26 Alain SAVARDApex Pawns
2015-02-24 Marco CostalbaSmall tweaks in pawns.cpp
2015-02-22 Marco CostalbaSync with master
2015-02-20 snicoletMobile phalanxes
2015-02-08 Marco CostalbaSync with master
2015-02-08 Joona KiiskiPawn Center Bind Bonus
2015-02-07 Marco CostalbaSync with master
2015-02-02 NicklasPerssonImproved King Safety values
2015-01-31 Marco CostalbaFix a MSVC warning
2015-01-30 Marco CostalbaSync with master
2015-01-28 Alain SAVARDSimplify backward pawn definition
2015-01-28 NicklasPerssonKing safety tuning with values obtained by SPSA.
2015-01-10 Marco CostalbaUpdate copyright year
2015-01-03 Marco CostalbaRetire one implementation of pop_lsb()
2015-01-02 Marco CostalbaLet material probing to access per-thread table
2015-01-02 Stefan GeschwentnerBig King Safety tuning
2014-12-28 Marco CostalbaUse score and value consistently
2014-12-22 Marco CostalbaPrefer names to numbers in storm code
2014-12-20 Stefan GeschwentnerBig King Safety tuning
2014-12-11 joergosterHalve StormDanger bonus for blocked pawn on A/H file
2014-12-07 hximRename some variables for more clarity.
2014-11-21 Marco CostalbaFix doubled pawns asymmetry
2014-11-09 Marco CostalbaIntroduce distance() and unify some API
2014-11-01 Marco CostalbaMerge pull request #89 from official-stockfish/pull_no_...
2014-11-01 Marco CostalbaRetire PawnsFileSpan
2014-10-27 snicoletTune PawnsFileSpan
2014-10-15 Marco CostalbaDocument why initing eval tables
2014-10-12 lucasart Further streamline connected pawn evaluation
next