]> git.sesse.net Git - stockfish/history - src/move.h
Retire Thread::TERMINATED
[stockfish] / src / move.h
2011-07-26 Marco CostalbaFix pretty_pv() output in Chess960
2011-07-14 Marco CostalbaUse std library to sort moves
2011-07-03 Marco CostalbaRetire move_is_short_castle() and move_is_long_castle()
2011-06-11 Marco CostalbaMicro-optimize castling handling in do_move()
2011-05-22 Marco CostalbaPromotion piece must be empty if is not a promotion
2011-04-24 Marco CostalbaRename MOVES_MAX in MAX_MOVES
2011-02-23 Marco CostalbaMove all enum types definitions to types.h
2011-02-13 Marco CostalbaWrite the LogFile only at the end of an iteration
2011-01-09 Marco CostalbaDon't copy Position in pretty_pv()
2011-01-08 Marco CostalbaMerge line_to_san() into pretty_pv()
2011-01-08 Marco CostalbaRessurect move.cpp
2011-01-07 Marco CostalbaRetire move.cpp
2011-01-07 Marco CostalbaUse 16 bits to store a move instead of 17
2011-01-06 Marco CostalbaChange move_is_ok() and square_is_ok() in something...
2010-12-28 Marco CostalbaUse insertion_sort() in RootMoveList
2010-12-28 Marco CostalbaRedefine MoveStack comparison as the natural one
2010-12-13 Marco CostalbaRetire square_from_string()
2010-10-09 Marco CostalbaSmall codestyle touches
2010-08-22 Marco CostalbaRetire UCI_Chess960 option
2010-07-15 Marco CostalbaRemove redundant argument in think()
2010-04-11 Marco CostalbaFix some warnings under +w1 HP-UX compile
2010-03-20 Marco CostalbaUpdated copyright year to 2010
2010-02-05 Marco CostalbaDelay sorting of negative scored non-captures
2010-02-05 Marco CostalbaRemove sorting optimization for many zeroes
2009-11-25 Marco CostalbaSpeed up sorting of non-captures
2009-11-11 Marco CostalbaSmall sort_moves() deobfuscation
2009-11-09 Marco CostalbaFully convert move_is_check() internally
2009-10-22 Marco CostalbaPick best moves one per cycle instead of sorting
2009-10-17 Marco CostalbaUse an homegrown insertion sort instead of std::sort()
2009-10-12 Marco CostalbaRevert "Use std::stable_sort() instead of std::sort()"
2009-10-10 Marco CostalbaUse std::stable_sort() instead of std::sort()
2009-06-20 Marco CostalbaMicro optimize and rename move_promotion()
2009-05-20 Marco CostalbaSmall code style in headers
2009-05-07 Marco CostalbaUpdate copyright year
2009-05-06 Marco CostalbaFix a couple of MSVC warnings
2009-05-05 Marco CostalbaMicro optimize move_is_ep() and move_is_castle()
2009-05-02 Marco CostalbaSort moves just after scoring
2009-03-30 Marco CostalbaDocument TTEntry and move layouts
2009-01-07 Marco CostalbaBig trailing whitespace cleanup part 2
2008-10-20 Marco CostalbaUpdate copyright info
2008-10-19 Marco CostalbaUpdate copyright info
2008-09-01 Marco CostalbaInitial import of Glaurung 2.1