]> git.sesse.net Git - stockfish/history - src/position.cpp
Simplify IID
[stockfish] / src / position.cpp
2016-05-28 Stéphane NicoletTeach check_blockers to check also non-king pieces
2016-04-23 DU-jdtoRemove some pointless micro-optimizations
2016-04-17 Marco CostalbaStateInfo is usually allocated on the stack by search()
2016-04-09 Marco CostalbaHide global visibility when not needed
2016-04-08 mstemberaSimplify popcnt
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-11-10 lucasartAvoid friend
2015-10-29 Stéphane NicoletSome code and comment cleanup
2015-09-07 mstemberaMinor clean up of some function parameters
2015-08-04 Marco CostalbaRename Position::list
2015-05-29 Marco CostalbaChecking for rook color when setting castling
2015-05-10 Marco CostalbaCleanup work in misc.cpp
2015-05-03 Marco CostalbaSplit PSQT init from Position init
2015-04-15 lucasartRetire FORCE_INLINE
2015-04-10 Marco CostalbaAllow Position::init() to be called more than once
2015-03-18 joergosterFix the comment for Position::is_draw()
2015-03-07 Marco CostalbaSync with master
2015-03-07 Marco CostalbaSync with master
2015-03-07 Joona KiiskiRevert C++11 merge
2015-02-28 Marco CostalbaSync with master
2015-02-26 Marco CostalbaSync with master
2015-02-23 Marco CostalbaSync with master
2015-02-22 Marco CostalbaSync with master
2015-02-20 Marco CostalbaSync with master
2015-02-16 lucasartCompute checkers from scratch
2015-02-15 Marco CostalbaRetire one do_move() overload
2015-02-15 lucasartCompute checkers from scratch
2015-02-14 Marco CostalbaSync with master
2015-02-08 Marco CostalbaSync with master
2015-02-08 Marco CostalbaShuffle put_piece() and friends signatures
2015-02-08 Marco CostalbaSmall tweaks in do_move and friends
2015-02-07 Marco CostalbaAvoid casting to char* in prefetch()
2015-02-07 Marco CostalbaRewrite pos_is_ok()
2015-02-07 Marco CostalbaMicro-optimize SEE
2015-02-07 Marco CostalbaRename dbg_hit_on_c() to dbg_hit_on()
2015-02-07 Marco CostalbaRename dbg_hit_on_c() to dbg_hit_on()
2015-02-07 Marco CostalbaSync with master
2015-01-31 Marco CostalbaSync with master
2015-01-30 Marco CostalbaSync with master
2015-01-21 Marco CostalbaFun with lambdas
2015-01-11 Marco CostalbaAssorted headers cleanup
2015-01-10 Marco CostalbaUpdate copyright year
2015-01-07 Marco CostalbaAssorted formatting and comment tweaks in position.h
2015-01-02 Marco CostalbaLet material probing to access per-thread table
2014-12-14 Marco CostalbaImprove comments in UCI
2014-12-10 Marco CostalbaAssorted nitpicking code-style
2014-12-08 Ernesto GattiSimpler PRNG and faster magics search
2014-12-07 hximRename some variables for more clarity.
2014-11-18 hximFix some comments
2014-11-18 Gary LinscottFix fen output for castling rights
2014-11-16 sf-xUse PHASE_MIDGAME in game_phase()
2014-11-07 lucasartRetire CACHE_LINE_ALIGNMENT
2014-11-02 Marco CostalbaRestore std::dec after std::hex
2014-11-01 Marco CostalbaMerge pull request #89 from official-stockfish/pull_no_...
2014-11-01 lucasartConsistent use of anonymous namespace
2014-11-01 Marco CostalbaPrefer operator<<() to pretty()
2014-10-26 Marco CostalbaFinal UCI helpers renaming
2014-10-26 Marco CostalbaRetire notation.h
2014-10-26 Marco CostalbaRetire to_char() helpers
2014-10-06 joergosterRemove the now redundant TT prefetch call from Position...
2014-10-04 Marco CostalbaReformat and rename hash_after_move()
2014-10-02 joergosterSpeculative prefetch
2014-09-30 Marco CostalbaTrivial code style fixes
2014-08-09 lucasartMove to_char() and to_string() to notation
2014-08-06 joergosterRemove insufficient material rule
2014-08-05 lucasartRemove useless code in Position::pretty()
2014-06-23 Gary LinscottMerge pull request #5 from glinscott/authors
2014-06-20 Marco CostalbaBetter value clipping in game_phase()
2014-06-20 Marco CostalbaMove game_phase() to Position
2014-06-06 Marco CostalbaUse unsigned char as argument of std::isspace
2014-04-27 Marco CostalbaRemove some useless casts
2014-04-26 Marco CostalbaSpeed up by almost 3%
2014-04-21 Marco CostalbaStreamline implementation of Position::pretty()
2014-04-06 Marco CostalbaSync some common names
2014-03-22 Marco CostalbaRetire operator|(File f, Rank r)
2014-03-15 Marco CostalbaMerge default tests in pos_is_ok
2014-03-15 Marco CostalbaMicroptimize castling in undo_move()
2014-03-14 Marco CostalbaFurther work in pos_is_ok()
2014-03-13 Marco CostalbaReformat do_castling()
2014-03-12 Marco CostalbaFurther merge StateInfo setup functions
2014-03-12 Marco CostalbaMerge hash key computation functions
2014-03-11 Marco CostalbaUse std::count in pos_is_ok()
2014-03-11 Marco CostalbaSmall simplification in gives_check
2014-03-10 Marco CostalbaSimplify pseudo_legal()
2014-03-08 Marco CostalbaRename castling flag to castling right
2014-03-02 Marco CostalbaPass CastlingFlag argument only
2014-03-01 Marco CostalbaRename xxx_to_char() -> to_char()
2014-02-16 Marco CostalbaUpdate SEE to return a Value
2014-02-16 Marco CostalbaFix material key for King
2014-02-09 Henri WiechersFaster handling of king captures in Position::see
2014-01-19 Henri WiechersSmall simplification to Position::see
2014-01-11 Henri WiechersRename Position::hidden_checkers to check_blockers
2014-01-08 Henri WiechersPosition::gives_check - use ci.ksq
2014-01-07 Marco CostalbaAssorted grammar fixes
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-30 Henri WiechersRemove asymmThreshold stale comment
2013-12-30 Marco CostalbaRetire asymmThreshold
2013-12-06 Arjun TemurnikarEven more spelling fixes
2013-12-03 Marco CostalbaShrink Position::is_draw()
next