]> git.sesse.net Git - stockfish/history - src/movegen.cpp
Assorted formatting and comment tweaks in position.h
[stockfish] / src / movegen.cpp
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
2013-11-07 Gary LinscottRestrict mobility of pinned pieces
2013-10-05 Lucas BraeschUse prefix operators wherever possible
2013-09-28 Marco CostalbaDrop 'is' prefix from query functions
2013-07-29 Marco CostalbaSpeed up move generation
2013-07-22 Reuven PelegUse arrow operator instead of * and .
2013-07-21 Marco CostalbaSmall touches in move generation
2013-07-19 Marco CostalbaRename MoveStack to ExtMove
2013-06-16 Marco CostalbaRename piece_count and piece_list
2013-06-16 Marco CostalbaUse move_pawns() in Pawns::probe
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2013-02-11 Gary LinscottBishop pins only
2013-01-26 Marco CostalbaRetire generate_king_moves()
2012-12-25 Marco CostalbaRetire Position::in_check()
2012-09-16 Marco CostalbaFix crash under Chess 960
2012-09-11 Marco CostalbaSpeed-up generate<LEGAL>
2012-09-09 Marco CostalbaRemove redundancy in move generation
2012-09-09 Marco CostalbaSimplify generate_castle()
2012-09-09 Marco CostalbaRename *last to *end
2012-08-22 Marco CostalbaMerge generate_direct_checks() in generate_moves()
2012-08-22 Marco CostalbaStreamline generate_moves()
2012-07-08 Marco CostalbaRename first_1 / last_1 in lsb / msb
2012-06-25 Marco CostalbaTempletize make_move() helpers
2012-06-24 Marco CostalbaUse type_of() to categorize the moves
2012-05-01 Marco CostalbaChange pos.pieces() argument order
2012-04-14 Marco CostalbaUse more_than_one() instead of single_bit()
2012-04-08 Marco CostalbaIntroduce make_castle_right() helper
2012-04-08 Marco CostalbaShrink castlePath[] and castleRookSquare[] sizes
2012-03-18 Marco CostalbaRename occupied_squares() to pieces()
2012-02-27 Marco CostalbaMicro-optmize castling moves
2012-02-26 Marco CostalbaIntroduce another two (bitboard,square) operators
2012-02-19 Marco CostalbaRetire empty_squares()
2012-01-29 Marco CostalbaBitwise operator overloads between Bitboard and Square
2012-01-29 Marco CostalbaReplace clear_bit() with xor_bit()
2012-01-21 Marco CostalbaRename NON_CAPTURE to QUIET
2012-01-21 Marco CostalbaSync generate_direct_checks() with generate_piece_moves()
2012-01-18 Marco CostalbaTriviality in SERIALIZE_PAWNS() macro usage
2012-01-18 Marco CostalbaMicroptimize generation of pawn evasions
2012-01-16 Marco CostalbaSimplify pawn captures generation
2012-01-14 Marco CostalbaUnify some template specializations
2012-01-12 Marco CostalbaUse operator~ to flip colors and squares
2012-01-09 Marco CostalbaUnify PseudoAttacks arrays
2012-01-08 Marco CostalbaUse CheckInfo to generate checks
2012-01-08 Marco CostalbaAdd castling to generation of checking moves
2012-01-07 Marco CostalbaLast touches to movegen.cpp
2012-01-07 Marco CostalbaRetire the redundant MV_CHECK
2012-01-07 Marco CostalbaRetire generate_discovered_checks
2012-01-07 Marco CostalbaRearrange pawn moves generation
2012-01-07 Marco CostalbaReshuffle stuff in movegen.cpp
2012-01-03 Marco CostalbaStreamline generation of MV_NON_EVASION
2012-01-02 Marco CostalbaBig renaming of move's helpers
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-12-04 Marco CostalbaRetire move.h
2011-12-03 Marco CostalbaPrefer 0 to EmptyBoardBB
2011-10-31 mcostalbaMerge pull request #1 from Panthee/master
2011-10-31 Alexander KureReplaced macros Min() and Max() with corresponding...
2011-10-03 Marco CostalbaShrink names of move helpers
2011-10-02 Marco CostalbaBetter naming borrowed from Critter
2011-07-16 Marco CostalbaRemove some useless include
2011-07-16 Marco CostalbaDon't need to assert for pos.is_ok() when position...
2011-07-16 Marco CostalbaChange hidden checkers API
2011-07-15 Marco CostalbaFix a warning under MSVC
2011-07-15 Marco CostalbaFix parametrized direction in pawns generation
2011-07-15 Marco CostalbaCleanup handling of Delta enums
2011-06-30 Marco CostalbaBetter document generate_castle_moves()
2011-06-28 Marco CostalbaRetire one piece_list() overload
2011-06-28 Marco CostalbaRename pieces_of_color() in pieces()
2011-06-28 Marco CostalbaRetire redundant square_is_occupied()
2011-06-27 Marco CostalbaGreatly simplify castling rights handling
2011-06-26 Marco CostalbaRename type_of_piece() and color_of_piece()
2011-06-26 Marco CostalbaRetire Position::color_of_piece_on()
2011-06-26 Marco CostalbaRetire Position::type_of_piece_on()
2011-06-02 Marco CostalbaMicrooptimize generate<MV_EVASION>
2011-05-24 Marco CostalbaA bit of reformatting after previous series
2011-05-23 Marco CostalbaRename move_is_legal() in move_is_pl()
2011-04-29 Marco CostalbaRename check related functions
2011-04-13 Marco CostalbaMove move_is_legal() under Position class
2011-02-23 Marco CostalbaMove all enum types definitions to types.h
2011-02-23 Marco CostalbaRename piece_of_color_and_type() to make_piece()
2011-02-23 Marco CostalbaRetire enum SquareDelta
2011-01-07 Marco CostalbaForce inlining of move generation functions
2011-01-07 Marco CostalbaSmall tweak to generate_castle_moves()
2011-01-07 Marco CostalbaUnify move generation
2011-01-07 Marco CostalbaTempletize move generation API
2011-01-06 Marco CostalbaDo not make any assumption on the move in move_is_legal()
next