]> git.sesse.net Git - stockfish/history - src/movegen.cpp
Enable compilation on older Windows systems
[stockfish] / src / movegen.cpp
2021-08-22 bmc4Simplify Declaration on Pawn Move Generation
2021-06-08 bmc4Simplify promotion move generator
2021-05-19 Prokop RandáčekUse if instead of goto
2021-04-28 bmc4Simplify pawn moves generator
2021-04-24 bmc4Merge all move generators
2021-04-15 Stéphane NicoletRevert previous patch
2021-04-15 bmc4Merge all move generators
2021-03-31 bmc4Simplify King Evasion
2021-03-24 Stéphane NicoletSmall cleanups (march 2021)
2021-03-19 Guy VreulsUse reference instead of pointer for pop_lsb() signature
2021-03-17 bmc4Change definition of between_bb()
2021-03-16 bmc4Simplify move generation (2/2)
2021-03-16 bmc4Simplify move generation (1/2)
2021-03-07 bmc4Use Bitboard over Square in movegen
2021-03-07 Dieter DobbelaereAdd Stockfish namespace.
2021-01-31 bmc4Speed Up Perft Search
2021-01-30 LolligerhansSmall cleanups
2021-01-13 Tomasz SobczykOptimize generate_moves
2021-01-11 BM123499Rethink En Passant Evasion Capture
2021-01-11 Dieter DobbelaereFix static_assert.
2021-01-11 Dieter DobbelaereUse correct chess terms + fix spelling.
2021-01-11 bmc4Remove Condition from Generate_Move Loop
2021-01-08 Joost VandeVondeleUpdate copyright years
2020-11-29 syzygy1Remove piece lists
2020-08-22 Joost VandeVondeleSmall trivial cleanups
2020-08-06 nodchipAdd NNUE evaluation
2020-07-09 mstemberaSimplify make_promotions()
2020-06-09 protonspringWrap all access to LineBB and add assert
2020-06-06 protonspringsmall speed-up in movegen
2020-05-30 protonspringConsolidate all attacks bitboards
2020-05-23 Joost VandeVondelesmall cleanups
2020-04-12 Joost VandeVondeleSmall cleanups
2020-03-30 Joost VandeVondeleSmall cleanups
2020-03-14 protonspringsimplify castling part of generate_all.
2020-02-05 Joost VandeVondeleSmall cleanups.
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2019-10-31 protonspringConsolidate pawn_push and up
2019-10-25 Stéphane NicoletAssorted trivial cleanups
2019-08-23 protonspringConsolidate CastlingSide and CastlingRights
2019-03-05 Marco CostalbaAssorted trivial cleanups 2/2019
2019-01-14 protonspringSimplify pawn moves (#1900)
2019-01-04 Marco CostalbaDelay castling legality check
2019-01-01 Marco CostalbaAssorted trivial cleanups (#1894)
2019-01-01 protonspringRemove as useless micro-optimization in pawns generatio...
2018-12-23 protonspringSimplify generate_castling (#1885)
2018-12-11 protonspringChanges identified in RENAME/REFORMATTING thread (...
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-10-21 mstemberaSmall simplification in castling rights
2018-03-21 DU-jdtoFix a few minor code style inconsistencies
2018-03-18 Ronald de ManMark all compile-time constants as constexpr.
2018-02-27 Marco CostalbaSpeedup and simplify pinners and blockers
2018-02-21 Mike Whiteleyrename shift variables.
2018-01-01 Joost VandeVondeleNew Year 2018
2017-12-04 syzygy1Use a Direction enum for Square deltas
2017-04-29 Marco CostalbaRetire the misdesigned StepAttacks[] array.
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2016-09-25 Stéphane NicoletRename shift_bb() to shift()
2016-08-28 Marco CostalbaRetire CheckInfo
2016-08-27 Marco CostalbaSilence some warnings with MSVC 2013
2016-08-27 Stéphane NicoletMove CheckInfo under StateInfo
2016-04-23 DU-jdtoRemove some pointless micro-optimizations
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-10-05 Marco CostalbaRun PVS-STUDIO analyzer
2015-08-04 Marco CostalbaRename Position::list
2015-05-10 Marco CostalbaCleanup work in misc.cpp
2015-04-15 lucasartRetire FORCE_INLINE
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-14 Marco CostalbaSync with master
2015-02-08 Marco CostalbaSync with master
2015-02-07 Marco CostalbaSync with master
2015-02-01 Marco CostalbaUse move assignment in movegen.h
2015-02-01 Marco CostalbaSilence a warning under MSVC
2015-01-31 Marco CostalbaSync with master
2015-01-30 Marco CostalbaSync with master
2015-01-18 Marco CostalbaImport C++11 branch
2015-01-11 Marco CostalbaAssorted headers cleanup
2015-01-10 Marco CostalbaUpdate copyright year
2014-12-25 Marco CostalbaReformat promotion generation
2014-12-07 hximRename some variables for more clarity.
2014-04-28 mstemberaMinor stuff scattered around
2014-03-09 Marco CostalbaSimplify generate<EVASIONS>
2014-03-09 Marco CostalbaRetire SERIALIZE macros
2014-03-08 Marco CostalbaRename castling flag to castling right
2014-03-02 Marco CostalbaPass CastlingFlag argument only
2014-02-20 Marco CostalbaAvoid recalculating CheckInfo in generate_castling()
2014-02-14 Marco CostalbaAdditional renaming from DON
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-06 Arjun TemurnikarEven more spelling fixes
2013-12-02 Richard LloydBig assorted spelling fixes
2013-12-01 Marco CostalbaRename CASTLE to CASTLING
2013-11-11 Marco CostalbaSimplify generate<EVASIONS>
2013-11-11 Gregor CramerFaster castling in Chess960 case
next