]> git.sesse.net Git - stockfish/history - src/pawns.cpp
Cleanup Makfile for MacOs
[stockfish] / src / pawns.cpp
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
2014-10-07 lucasartMerge Connected and Candidate
2014-07-28 David ZarSmall code style reformatting
2014-06-26 Gary LinscottMerge pull request #9 from glinscott/pawnspan
2014-06-25 shane31Scale down endgames with pawns on one or two adjacent...
2014-06-23 Gary LinscottMerge pull request #5 from glinscott/authors
2014-06-21 Marco CostalbaSome reformatting in pawns.cpp
2014-06-14 Marco CostalbaFactor out pawn attacks in 'lever'
2014-06-11 Reuven PelegAdd bonus for advanced lever
2014-04-27 Marco CostalbaWe can add an integer to a Value
2014-04-21 Stefan GeschwentnerRaise penalty blocked enemy pawn on 6th rank
2014-04-13 Marco CostalbaMore readable trapped rook condition
2014-04-12 Gary LinscottReduce penalty for doubled pawns further away from...
2014-03-24 snicoletIntroduce penalty for weak (=unsupported) pawns.
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-01-12 Ralph StößerAd-hoc shelter rule
2014-01-02 Marco CostalbaUpdate copyright year
2014-01-01 Marco CostalbaRename pawn chain to connected
2013-12-27 Stefan GeschwentnerFine tune previous patch
2013-12-26 Marco CostalbaFurther simplify previous patch
2013-12-25 Stefan GeschwentnerBonus for file distance of the outermost pawns
2013-12-06 Arjun TemurnikarEven more spelling fixes
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-10 Jörg OsterRemove opposed flag for doubled pawns
2013-10-31 Ralph StößerUse a formula for chain membership bonus
2013-10-24 Marco CostalbaPrefer file_bb() to FileBB[]
2013-10-22 Marco CostalbaTweak again chain pawn bonus
2013-10-20 Ralph StößerFurther improve chain pawn evaluation
2013-10-18 Jörg OsterScore chain pawn also by rank
2013-10-05 Lucas BraeschUse prefix operators wherever possible
next