]> git.sesse.net Git - stockfish/history - src/pawns.cpp
Tune pawn shelter/storm
[stockfish] / src / pawns.cpp
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
2013-09-16 Marco CostalbaRewrite unstoppable pawns evaluation
2013-09-03 Reuven PelegRewrite backward pawn detection
2013-08-30 Marco CostalbaUse frontmost_sq() and backmost_sq helpers
2013-08-28 Gary LinscottAdd lsb() overload
2013-08-25 homoSapiensSapiensSimplify chain detection
2013-08-25 homoSapiensSapiensSimplify kf definition in shelter_storm()
2013-08-22 homoSapiensSapiensSimplify condition for backward pawn
2013-07-29 Marco CostalbaSmall renaming
2013-07-25 Tom VijlbriefRewrite pawn shield and storm code
2013-07-13 Marco CostalbaFix build with MSVC 2013
2013-06-23 Marco CostalbaRetire in_front_bb(Color c, Square s) overload
2013-06-23 Marco CostalbaRetire ThisAndAdjacentFilesBB[]
2013-06-16 Marco CostalbaRename piece_count and piece_list
2013-06-16 Marco CostalbaDon't calculate pawnsOnSquares twice
2013-06-16 Marco CostalbaUse move_pawns() in Pawns::probe
2013-06-01 Marco CostalbaAssorted renaming in evaluation
2013-05-25 Marco CostalbaRe-add "Pawn Structure" UCI option
2013-04-19 Marco CostalbaSkip a couple of popcount in previous patch
2013-04-19 Marco CostalbaMerge Joona's bishop+pawn tweak
2013-04-16 Joona KiiskiGive a small penalty for bishop for each pawn on the...
2013-02-27 Marco CostalbaMerge Lucas's "SEE pruning at PV nodes"
2013-02-23 Marco CostalbaAvoid a tricky line in shelter_storm()
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2012-12-22 Marco CostalbaIntroduce namespace Pawns
next