1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 16:23:09 +00:00
Commit graph

3486 commits

Author SHA1 Message Date
root
ab942bf16c Simplify 2015-01-10 14:54:06 +00:00
root
890a20601f simplify gcc flags 2015-01-10 14:53:02 +00:00
root
2ab6af539d Fix a bug 2015-01-10 14:52:01 +00:00
root
75509546dd Reduce Makefile 2015-01-10 14:50:05 +00:00
root
3727e817b9 delete bitboard.cpp 2015-01-10 14:43:34 +00:00
root
bca6a6a033 test.cpp 2015-01-10 14:42:17 +00:00
root
2e9e06fc07 Drop main 2015-01-10 14:39:23 +00:00
root
93cd5d5d60 Simplify 2015-01-10 14:36:34 +00:00
root
eb29c75693 Remove namespace 2015-01-10 14:32:18 +00:00
root
1a99a7df80 Almost there 2015-01-10 14:30:03 +00:00
root
81498ecce4 Reduce 2015-01-10 14:26:06 +00:00
root
aefabaa70f Reduce 2015-01-10 14:22:16 +00:00
root
7932397ed9 Simplify 2015-01-10 14:19:06 +00:00
root
18d2ca5055 Remove Rank 2015-01-10 14:14:17 +00:00
root
32ff92de2f Further reduce 2015-01-10 14:10:48 +00:00
root
c091add4fd Simplify 2015-01-10 14:06:35 +00:00
root
9fbd8f4f72 Further reduce 2015-01-10 14:05:41 +00:00
root
63136b8c68 bitboard.cpp reduce more 2015-01-10 14:04:00 +00:00
root
85e8fd914c Retire types.h 2015-01-10 14:01:48 +00:00
root
5c9a12f6f1 bitboard.h reduce 2015-01-10 13:54:35 +00:00
root
57e512b7a3 Simplify bitboard.cpp 2015-01-10 13:35:49 +00:00
root
f09d0013e4 Reduce bitboard.h 2015-01-10 13:33:29 +00:00
root
c58c93ae4b Further reduce bitboard.h 2015-01-10 13:31:45 +00:00
root
9171b8a3de Reduce bitboard.h 2015-01-10 13:28:37 +00:00
root
80d2d47f7d Retire bitcount 2015-01-10 13:25:38 +00:00
root
0dca235bb1 Reduce init() more 2015-01-10 13:21:18 +00:00
root
2f7d17bc35 Reduce init() code 2015-01-10 13:19:47 +00:00
root
7df483068d Remove SquareBB 2015-01-10 13:18:43 +00:00
root
1aa5432cb2 Reduce bitboard.cpp 2015-01-10 12:47:14 +00:00
root
48de70cdb8 Remove copyright 2015-01-10 12:42:25 +00:00
root
0ee389b782 Remove attacks 2015-01-10 12:31:45 +00:00
root
a69619e174 Remove magics 2015-01-10 12:28:12 +00:00
root
1e66854938 Remove more types 2015-01-10 12:21:11 +00:00
root
d8d7be96af Reduce types.h Remove Value 2015-01-10 12:18:51 +00:00
root
8ed12c577c Reduce type.h 2015-01-10 12:13:53 +00:00
root
d399001462 Retire FORCE_INLINE 2015-01-10 12:10:49 +00:00
root
460e64667a Reduce types.h 2015-01-10 12:05:26 +00:00
root
c0fb31cac3 rm misc.h 2015-01-10 11:53:59 +00:00
root
45295d3718 rm platform.h 2015-01-10 11:49:11 +00:00
root
0133d9c108 Platform.h almost done 2015-01-10 11:47:19 +00:00
root
4b7ee6abe5 Further reduce platform.h 2015-01-10 11:45:11 +00:00
root
a0ef833174 reduce platform.h 2015-01-10 11:42:45 +00:00
root
30d4b78096 Remove the last unrelated cpp file 2015-01-10 11:39:00 +00:00
root
379aa35f2c Remove syzygy sub directory 2015-01-10 11:37:56 +00:00
root
f3cf782beb Remove more unrelated files 2015-01-10 11:36:44 +00:00
root
ece8f0780f Remove more files 2015-01-10 11:32:26 +00:00
root
748749dd4a Removed a bunch of unrelated files 2015-01-10 11:29:53 +00:00
root
0c3bec7e23 Reduced main 2015-01-10 11:16:10 +00:00
Marco Costalba
aea2fde611 Assorted formatting and comment tweaks in position.h
No functional change.
2015-01-07 09:09:41 +01:00
lucasart
b73ae56ee1 Tune null search reduction
STC

LLR: 2.96 (-2.94,2.94) [-0.50,4.50]
Total: 107289 W: 21851 L: 21325 D: 64113

LTC

LLR: 2.96 (-2.94,2.94) [0.00,5.00]
Total: 83837 W: 14378 L: 13916 D: 55543

Bench: 7604776

Resolves #194
2015-01-05 22:09:12 +00:00