]> git.sesse.net Git - stockfish/history - src/pawns.h
Remove Some Bitboard Arrays (#1963)
[stockfish] / src / pawns.h
2019-01-01 protonspringRemove openFiles in pawns. (#1917)
2018-12-11 protonspringChanges identified in RENAME/REFORMATTING thread (...
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-11-12 mstemberaRemove redundant king square parameter
2018-04-23 Stéphane NicoletSimplify the ShelterStrength[] array
2018-02-20 Marco CostalbaCode style in evaluate.cpp
2018-02-15 Mike WhiteleySimplify trapped rook
2018-01-01 Joost VandeVondeleNew Year 2018
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-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2016-09-02 Stéphane NicoletSpace bonus in presence of open files
2016-08-18 Stefano80Retire pawn span
2016-03-15 Marco CostalbaAssorted cleanup of latest commits
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-11-14 Stefan GeschwentnerBonus for reachable outpost
2015-10-16 Stéphane NicoletAsymmetry bonus for the attacking side
2015-03-07 Marco CostalbaSync with master
2015-03-07 hximTransform minKingPawnDistance into a local variable
2015-01-11 Marco CostalbaAssorted headers cleanup
2015-01-10 Marco CostalbaUpdate copyright year
2015-01-02 Marco CostalbaLet material probing to access per-thread table
2014-12-28 Marco CostalbaUse score and value consistently
2014-12-07 hximRename some variables for more clarity.
2014-10-12 lucasart Further streamline connected pawn evaluation
2014-10-07 lucasartMerge Connected and Candidate
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-04-13 Marco CostalbaMore readable trapped rook condition
2014-03-08 Marco CostalbaRename castling flag to castling right
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-06 Arjun TemurnikarEven more spelling fixes
2013-12-01 Marco CostalbaRename CASTLE to CASTLING
2013-10-31 Ralph StößerUse a formula for chain membership bonus
2013-09-16 Marco CostalbaRewrite unstoppable pawns evaluation
2013-07-29 Marco CostalbaSmall renaming
2013-07-24 homoSapiensSapiensUse #ifndef instead of #if !defined
2013-06-01 Marco CostalbaAssorted renaming in evaluation
2013-05-11 Marco CostalbaSome code reformat in evaluate_pieces
2013-05-05 Marco CostalbaMerge increased 'movecount' pruning
2013-05-04 Marco CostalbaFurther simplify previous patch
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-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2012-12-22 Marco CostalbaIntroduce namespace Pawns
2012-10-21 Marco CostalbaUse self-describing constants instead of numbers
2012-06-17 Marco CostalbaCalculate min distance between king and his pawns
2012-04-27 Marco CostalbaFix wrong condition in PawnEntry::king_safety()
2012-03-31 Marco CostalbaUse std::vector to implement HashTable
2012-03-31 Marco CostalbaRename Materials and Pawns hash stuff
2012-03-29 Marco CostalbaLast touches to pawns shelter code
2012-03-28 Marco CostalbaRefactor pawns shelter and storm
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-12-25 Marco CostalbaRename getters functions removing 'get_' prefix
2011-04-11 Marco CostalbaTempeltize material imbalance
2011-04-11 Marco CostalbaSync material.h with pawns.h
2011-04-10 Marco CostalbaAssorted code style and comments in pawns.cpp and pawns.h
2011-02-23 Marco CostalbaMove all enum types definitions to types.h
2011-02-23 Marco CostalbaRetire piece_type_from_char()
2011-01-07 Marco CostalbaIntroduce SimpleHash class
2010-10-16 Marco CostalbaFixed some warnings when using -Weffc++ gcc option
2010-09-11 Joona KiiskiRetire pawn storm evaluation
2010-08-26 Marco CostalbaSpeed up updateShelter()
2010-08-22 Marco CostalbaPrefetch pawn hash key
2010-05-14 Marco CostalbaIntroduce evaluate_pawn_storm() to unify redundant...
2010-04-21 Marco CostalbaRevert scale factor in pawn evaluation
2010-04-19 Marco CostalbaIntroduce scale factor in pawn evaluation
2010-04-11 Marco CostalbaFix some warnings under +w1 HP-UX compile
2010-03-20 Marco CostalbaUpdated copyright year to 2010
2009-11-14 Marco CostalbaConvert pawns evaluation to Score
2009-11-09 Marco CostalbaDefine Score as an enum
2009-11-07 Marco CostalbaConvert MaterialInfo and PawnInfo to use Score
2009-10-09 Marco CostalbaUnroll color loops in get_pawn_info
2009-10-06 Marco CostalbaRemove a redundant assignment in PawnInfo c'tor
2009-09-30 Marco CostalbaStore pawn attacks in PawnInfo
2009-08-08 Marco CostalbaMove halfOpenFiles[] calculation out of a loop
2009-07-24 Marco CostalbaSimplify king shelter cache handling
2009-06-20 Marco CostalbaFix a couple of warnings under Intel compiler
2009-06-08 Marco CostalbaMove initialization of PawnInfo in its c'tor
2009-05-20 Marco CostalbaSmall code style in headers
2009-05-17 Marco CostalbaCache king shelter info in pawns structure
2009-05-07 Marco CostalbaUpdate copyright year
2009-03-19 Marco CostalbaBig headers cleanup
2009-03-16 Marco CostalbaPartially revert pawns storm bug fix
2009-03-15 Marco CostalbaFix an overflow bug in pawns stormValue
2009-02-04 Marco CostalbaPawnInfo::clear() retire memset() and fix Ubuntu compile
2009-01-07 Marco CostalbaBig trailing whitespace cleanup part 2
2008-12-09 Marco CostalbaSpace inflate pawns.cpp
2008-10-20 Marco CostalbaUpdate copyright info
2008-10-19 Marco CostalbaUpdate copyright info
2008-09-01 Marco CostalbaInitial import of Glaurung 2.1