1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-12 05:39:35 +00:00

Commit graph

  • a8f9c7a790 Small bonus for all safe pawn pushes snicolet 2015-02-13 21:33:00 +00:00
  • c0a80afe89 Reformat tracing functions Marco Costalba 2015-02-13 11:54:46 +01:00
  • 44a571c1c7 Fix KingDanger[] array initialization hxim 2015-02-09 19:12:04 +01:00
  • ce8ac7997c Sync with master Marco Costalba 2015-02-08 21:31:25 +01:00
  • e118570038 Pawn Center Bind Bonus Joona Kiiski 2015-02-08 19:20:39 +00:00
  • 8f10f6c9cd Shuffle put_piece() and friends signatures Marco Costalba 2015-02-08 13:21:50 +01:00
  • 3184852bdc Small tweaks in do_move and friends Marco Costalba 2015-02-07 19:34:24 +01:00
  • 99c9cae586 Avoid casting to char* in prefetch() Marco Costalba 2015-02-07 19:13:41 +01:00
  • 152a4dc5cd Rewrite pos_is_ok() Marco Costalba 2015-02-07 14:34:35 +01:00
  • 47a0768102 Micro-optimize SEE Marco Costalba 2015-02-07 12:07:43 +01:00
  • 170bdf40cd Rename dbg_hit_on_c() to dbg_hit_on() Marco Costalba 2015-02-07 11:15:38 +01:00
  • 8b0fee9998 Rename dbg_hit_on_c() to dbg_hit_on() Marco Costalba 2015-02-07 11:15:38 +01:00
  • 1277a42823 Sync with master Marco Costalba 2015-02-07 10:31:47 +01:00
  • 35aa21c1fe Removes useless templates, some of which lead to code duplication: is_K*() functions. lucasart 2015-02-07 09:09:56 +00:00
  • 18b0809639 Add bonus for pawn attack threats Stefan Geschwentner 2015-02-03 11:16:50 +08:00
  • f4136c5434 Profile build options mstembera 2015-02-03 11:09:37 +08:00
  • ddccb5355c Improved King Safety values NicklasPersson 2015-02-03 04:00:52 +08:00
  • 1c7a727795 Use move assignment in movegen.h Marco Costalba 2015-02-01 16:32:21 +01:00
  • e56e5045dd Allow to assign a Move to an ExtMove Marco Costalba 2015-02-01 13:29:27 +01:00
  • 20d6a8e57f Delay checking for duplicated killer moves Marco Costalba 2015-02-01 13:08:14 +01:00
  • 0dc6f16992 Small tweaks in movepick.cpp Marco Costalba 2015-02-01 10:59:01 +01:00
  • 21120288a3 Silence a warning under MSVC Marco Costalba 2015-02-01 10:40:22 +01:00
  • 519b2fe849 More readable score<CAPTURES>() Marco Costalba 2015-01-31 20:13:38 +01:00
  • f3189bdc9a Use C++11 loops in MovePicker Marco Costalba 2015-01-31 19:53:19 +01:00
  • 65f46794af Implicit conversion from ExtMove to Move Marco Costalba 2015-01-31 18:39:51 +01:00
  • 81d6c4a0d6 Another small tweak to skills Marco Costalba 2015-01-31 13:22:06 +01:00
  • 60c121f3b1 Sync with master Marco Costalba 2015-01-31 13:04:15 +01:00
  • 45eac9507c Use C++ loops in insert_pv_in_tt Marco Costalba 2015-01-31 12:31:00 +01:00
  • bfd0f95f06 Move uci_pv under UCI namespace Marco Costalba 2015-01-31 11:54:25 +01:00
  • 1b947aafbf Convert Reductions[] from int8_t to Depth Marco Costalba 2015-01-31 10:43:47 +01:00
  • a7592e69d7 Fix a MSVC warning Marco Costalba 2015-01-31 10:19:00 +01:00
  • a3b4e9e23c Ressurrect hashfull patch Jean-Francois Romang 2015-01-25 08:57:51 +01:00
  • f6f1d24223 Sync with master Marco Costalba 2015-01-30 17:58:18 +01:00
  • ce0a95c2c0 Simplify skill level and reduce ELO Marco Costalba 2015-01-25 19:22:43 +01:00
  • 8aa8608c2a Simplify backward pawn definition Alain SAVARD 2015-01-26 11:05:53 -05:00
  • 7837fb2aca King safety tuning with values obtained by SPSA. NicklasPersson 2015-01-28 21:00:09 +00:00
  • 9f0d5241bf Restore development version Joona Kiiski 2015-01-28 20:53:50 +00:00
  • 5b555525d2 Stockfish 6 sf_6 Joona Kiiski 2015-01-27 20:27:38 +00:00
  • c4518e395e Stockfish 6 Release Candidate 3 Joona Kiiski 2015-01-25 22:03:57 +00:00
  • d8b3ad2208 Fix a skill level problem: Don't allow move pruning at root node Stefan Geschwentner 2015-01-24 22:05:06 +01:00
  • ec36b8dea9 Revert "Fix profile build for gcc on Mac OSX" Joona Kiiski 2015-01-25 21:46:02 +00:00
  • 14f7d9a629 Re-arrange Skill struct Marco Costalba 2015-01-25 11:07:43 +01:00
  • 8ebf30d44a Fix a MSVC warning at W4 Marco Costalba 2015-01-19 08:11:43 +01:00
  • 8aee51d50d Update SF6_status Joona Kiiski 2015-01-25 07:32:52 +00:00
  • 98d737d62c Update Status Joona Kiiski 2015-01-25 07:31:43 +00:00
  • 5154ac9cff Stockfish 6 Release Candidate 2 Joona Kiiski 2015-01-24 19:38:59 +00:00
  • 54b5b528d9 Don't use _pext_u64() directly Marco Costalba 2015-01-20 22:17:22 +01:00
  • 44643c2770 Try hard to retrieve a ponder move Marco Costalba 2015-01-20 09:13:30 +01:00
  • 69407ae9b8 Additional work in bitbases Marco Costalba 2015-01-24 08:51:53 +01:00
  • 18375e3bfb Rearrange bitbases C++11 way Marco Costalba 2015-01-22 11:05:31 +01:00
  • 57c210fdb9 Update STATUS Marco Costalba 2015-01-22 09:06:03 +01:00
  • 6390a3da94 Document how to enable PEXT with MSVC Marco Costalba 2015-01-21 19:53:26 +01:00
  • 36f8814aa6 Rearrange Endgames Marco Costalba 2015-01-21 17:35:53 +01:00
  • 96e36a7897 Explicitly defaulted and deleted members Marco Costalba 2015-01-21 13:18:19 +01:00
  • 2ca2c3f35b Fun with lambdas Marco Costalba 2015-01-21 11:33:53 +01:00
  • f54c44e6be Don't use _pext_u64() directly Marco Costalba 2015-01-20 22:17:22 +01:00
  • 10bf41e127 Update STATUS Marco Costalba 2015-01-20 15:36:53 +01:00
  • 095516e54b Update STATUS Marco Costalba 2015-01-20 15:33:12 +01:00
  • ffc4063432 Update STATUS Marco Costalba 2015-01-20 15:31:56 +01:00
  • dc5e2c1e4b Update STATUS Marco Costalba 2015-01-20 11:01:15 +01:00
  • ca3622f8e8 Fix a MSVC warning at W4 Marco Costalba 2015-01-19 08:11:43 +01:00
  • 20ef5ac8ac Update Joona Kiiski 2015-01-18 19:16:34 +00:00
  • 6718e6c965 Update Joona Kiiski 2015-01-18 17:38:19 +00:00
  • d1d2eb81ac Update STATUS Marco Costalba 2015-01-18 18:27:53 +01:00
  • d2638d3afe gcc tests Joona Kiiski 2015-01-18 15:21:07 +00:00
  • 8c4f49fa6a Add benchmark Joona Kiiski 2015-01-18 15:06:16 +00:00
  • 97a034ad3e Stockfish 6 Release Candidate 1 Joona Kiiski 2015-01-17 23:19:18 +00:00
  • 1b62b47b62 Fix profile build for gcc on Mac OSX Joona Kiiski 2015-01-18 09:04:49 +00:00
  • 7f51610103 Don't print fail-high or fail-lows in MultiPV mode Joona Kiiski 2015-01-17 23:01:10 +00:00
  • 712bbb052e Fix compile error with MSVC 2013 Marco Costalba 2015-01-18 15:14:05 +01:00
  • fe4fda474f Fun with initializer lists in UCI::square Marco Costalba 2015-01-18 11:04:51 +01:00
  • f7d8ea3866 Fix a coverity scan warning Marco Costalba 2015-01-18 10:41:56 +01:00
  • f53aea45e3 Add syzygy support Marco Costalba 2015-01-18 08:05:05 +01:00
  • 3c07603dac Import C++11 branch Marco Costalba 2015-01-18 08:00:50 +01:00
  • c73f33f37e Fix syzygy warnings with Intel compiler Marco Costalba 2015-01-17 10:12:02 +01:00
  • 05cb58f4fc Fix some missing rename from previous patch Marco Costalba 2015-01-17 22:15:15 +01:00
  • 595fc342cf Fix a possible overflow in TT resize Marco Costalba 2015-01-17 09:04:25 +01:00
  • b3795d2890 Update STATUS Marco Costalba 2015-01-17 07:32:39 +01:00
  • 6704701352 Update STATUS Marco Costalba 2015-01-17 07:27:52 +01:00
  • e06bddba13 Update STATUS Marco Costalba 2015-01-17 07:09:34 +01:00
  • 62d551e0c8 Update STATUS Marco Costalba 2015-01-17 07:05:55 +01:00
  • 2648a57179 Track SF6 status Joona Kiiski 2015-01-16 21:25:23 +00:00
  • 58fdb84b0d Simplify and optimize value extractors mstembera 2015-01-16 19:03:49 +00:00
  • ab276357d7 Enable futility pruning for PV nodes in qsearch lucasart 2015-01-14 20:18:41 +00:00
  • 4abe333e1f Enable Futility pruning in PV nodes Stefan Geschwentner 2015-01-14 20:11:33 +00:00
  • 7b20bb6e1a Use VALUE_ZERO instead of 0 when comparing with Value hxim 2015-01-13 21:07:18 +00:00
  • 4eb2d8ce09 Assorted headers cleanup Marco Costalba 2015-01-09 12:35:44 +01:00
  • b97df4c236 Fix a crash of syzygy on Android Marco Costalba 2015-01-11 08:31:21 +01:00
  • 17bcdb9212 Higher movetime resolution for benchmarks Stefano80 2015-01-11 20:02:41 +00:00
  • 202a78e8e4 Fix compile for Android 5 Marco Costalba 2015-01-10 16:14:37 +01:00
  • ab942bf16c Simplify gcc_bug root 2015-01-10 14:54:06 +00:00
  • 890a20601f simplify gcc flags root 2015-01-10 14:53:02 +00:00
  • 2ab6af539d Fix a bug root 2015-01-10 14:52:01 +00:00
  • 75509546dd Reduce Makefile root 2015-01-10 14:50:05 +00:00
  • 3727e817b9 delete bitboard.cpp root 2015-01-10 14:43:34 +00:00
  • bca6a6a033 test.cpp root 2015-01-10 14:42:17 +00:00
  • 2e9e06fc07 Drop main root 2015-01-10 14:39:23 +00:00
  • 93cd5d5d60 Simplify root 2015-01-10 14:36:34 +00:00
  • eb29c75693 Remove namespace root 2015-01-10 14:32:18 +00:00
  • 1a99a7df80 Almost there root 2015-01-10 14:30:03 +00:00