.. |
benchmark.cpp
|
Tidy up benchmark.cpp
|
2011-04-25 12:07:30 +01:00 |
bitbase.cpp
|
Speed up kpk initialization
|
2011-06-15 12:11:35 +01:00 |
bitboard.cpp
|
Simplify sliding_attacks()
|
2011-06-21 19:01:00 +01:00 |
bitboard.h
|
Find magics on the fly
|
2011-06-07 20:59:12 +01:00 |
bitcount.h
|
Move all enum types definitions to types.h
|
2011-02-23 21:52:55 +01:00 |
book.cpp
|
Greatly simplify castling rights handling
|
2011-06-27 19:26:30 +01:00 |
book.h
|
Use standard naming conventions in book.cpp
|
2011-05-08 11:50:38 +01:00 |
endgame.cpp
|
Retire one piece_list() overload
|
2011-06-28 17:11:03 +01:00 |
endgame.h
|
Some more cleanup in endgame.cpp
|
2011-04-13 13:17:21 +01:00 |
evaluate.cpp
|
Retire square_is_weak()
|
2011-06-28 17:22:33 +01:00 |
evaluate.h
|
Move pawn and material tables under Thread class
|
2011-04-24 17:07:22 +01:00 |
history.h
|
Limit history range to +-2000
|
2011-04-28 08:00:34 +01:00 |
lock.h
|
Move all enum types definitions to types.h
|
2011-02-23 21:52:55 +01:00 |
main.cpp
|
Speed up kpk initialization
|
2011-06-15 12:11:35 +01:00 |
Makefile
|
Let 'make' with no arguments to show compilation options
|
2011-05-17 12:17:38 +01:00 |
material.cpp
|
Use probe() as name for looking up into an hash table
|
2011-04-27 07:31:51 +01:00 |
material.h
|
Move pawn and material tables under Thread class
|
2011-04-24 17:07:22 +01:00 |
misc.cpp
|
Output debug info to cerr
|
2011-05-23 20:20:31 +01:00 |
misc.h
|
Move pawn and material tables under Thread class
|
2011-04-24 17:07:22 +01:00 |
move.cpp
|
Rename type_of_piece() and color_of_piece()
|
2011-06-26 10:52:42 +01:00 |
move.h
|
Micro-optimize castling handling in do_move()
|
2011-06-11 15:31:39 +01:00 |
movegen.cpp
|
Retire one piece_list() overload
|
2011-06-28 17:11:03 +01:00 |
movegen.h
|
A bit of reformatting after previous series
|
2011-05-24 21:24:40 +01:00 |
movepick.cpp
|
Rename type_of_piece() and color_of_piece()
|
2011-06-26 10:52:42 +01:00 |
movepick.h
|
Retire seeValues[] and move PieceValue[] out of Position
|
2011-06-26 10:19:37 +01:00 |
pawns.cpp
|
Retire one piece_list() overload
|
2011-06-28 17:11:03 +01:00 |
pawns.h
|
Tempeltize material imbalance
|
2011-04-11 12:35:54 +01:00 |
position.cpp
|
Retire square_is_weak()
|
2011-06-28 17:22:33 +01:00 |
position.h
|
Retire square_is_weak()
|
2011-06-28 17:22:33 +01:00 |
psqtab.h
|
Move all enum types definitions to types.h
|
2011-02-23 21:52:55 +01:00 |
rkiss.h
|
Update copyright notes in rkiss.h
|
2011-03-10 08:08:34 +01:00 |
search.cpp
|
Rename pieces_of_color() in pieces()
|
2011-06-28 17:10:44 +01:00 |
search.h
|
Retire mateKiller
|
2011-05-28 22:50:22 +01:00 |
thread.cpp
|
Small renaming in thread.cpp
|
2011-04-29 13:08:35 +01:00 |
thread.h
|
Large API rename in ThreadsManager
|
2011-04-25 10:30:39 +01:00 |
timeman.cpp
|
Assume input FEN string is correct in from_fen()
|
2011-06-27 12:08:12 +01:00 |
timeman.h
|
Assume input FEN string is correct in from_fen()
|
2011-06-27 12:08:12 +01:00 |
tt.cpp
|
Reintroduce permanent PV entries in TT
|
2011-05-03 12:11:10 +01:00 |
tt.h
|
Use probe() as name for looking up into an hash table
|
2011-04-27 07:31:51 +01:00 |
types.h
|
Rename type_of_piece() and color_of_piece()
|
2011-06-26 10:52:42 +01:00 |
uci.cpp
|
Perft counts leaf nodes not generated moves.
|
2011-04-27 23:21:46 +01:00 |
ucioption.cpp
|
Restore user weights to 100
|
2011-06-24 10:31:03 +01:00 |
ucioption.h
|
Rename Option in UCIOPtion
|
2011-04-29 13:08:27 +01:00 |