1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00
BadFish/src
Marco Costalba 4c3a000211 A bit of reformatting after previous series
And some documentation update.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
2011-05-24 21:24:40 +01:00
..
benchmark.cpp Tidy up benchmark.cpp 2011-04-25 12:07:30 +01:00
bitbase.cpp Additional cleanup in bitbase.cpp 2011-03-12 18:22:22 +01:00
bitboard.cpp Reintroduce initialization of some bitboards 2011-03-10 19:23:39 +01:00
bitboard.h Use intrinsic in pop_1st_bit() under MSVC 64 bits 2011-03-17 14:29:09 +01:00
bitcount.h Move all enum types definitions to types.h 2011-02-23 21:52:55 +01:00
book.cpp Use standard naming conventions in book.cpp 2011-05-08 11:50:38 +01:00
book.h Use standard naming conventions in book.cpp 2011-05-08 11:50:38 +01:00
endgame.cpp Some more cleanup in endgame.cpp 2011-04-13 13:17:21 +01:00
endgame.h Some more cleanup in endgame.cpp 2011-04-13 13:17:21 +01:00
evaluate.cpp Spell fix in evaluate.cpp 2011-05-07 10:08:53 +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 Tidy up benchmark.cpp 2011-04-25 12:07:30 +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 check related functions 2011-04-29 18:56:48 +01:00
move.h Promotion piece must be empty if is not a promotion 2011-05-22 08:48:19 +01:00
movegen.cpp A bit of reformatting after previous series 2011-05-24 21:24:40 +01:00
movegen.h A bit of reformatting after previous series 2011-05-24 21:24:40 +01:00
movepick.cpp A bit of reformatting after previous series 2011-05-24 21:24:40 +01:00
movepick.h A bit of reformatting after previous series 2011-05-24 21:24:40 +01:00
pawns.cpp Retire "Pawn Structure" UCI option 2011-05-02 17:50:46 +01:00
pawns.h Tempeltize material imbalance 2011-04-11 12:35:54 +01:00
position.cpp A bit of reformatting after previous series 2011-05-24 21:24:40 +01:00
position.h A bit of reformatting after previous series 2011-05-24 21:24:40 +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 Test for legality only after futility pruning 2011-05-23 20:21:02 +01:00
search.h Tidy up benchmark.cpp 2011-04-25 12:07:30 +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 Introduce and use SearchLimits 2011-04-23 13:11:03 +01:00
timeman.h Introduce and use SearchLimits 2011-04-23 13:11:03 +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 Remove useless casts in types.h 2011-05-22 08:52:39 +01:00
uci.cpp Perft counts leaf nodes not generated moves. 2011-04-27 23:21:46 +01:00
ucioption.cpp Restore development version 2011-05-08 09:11:36 +01:00
ucioption.h Rename Option in UCIOPtion 2011-04-29 13:08:27 +01:00