Stéphane Nicolet and Marco Costalba
7ae3c05795
Rename shift_bb() to shift()
...
Rename shift_bb() to shift(), and DELTA_S to SOUTH, etc.
to improve code readability, especially in evaluate.cpp
when they are used together:
old b = shift_bb<DELTA_S>(pos.pieces(PAWN))
new b = shift<SOUTH>(pos.pieces(PAWN))
While there fix some small code style issues.
No functional change.
2016-09-25 10:45:10 +02:00
..
2016-09-04 09:22:09 +02:00
2016-09-24 07:37:52 +02:00
2016-09-25 10:45:10 +02:00
2016-09-25 10:45:10 +02:00
2016-09-25 10:45:10 +02:00
2016-09-25 10:45:10 +02:00
2016-01-02 09:43:51 +00:00
2016-09-25 10:45:10 +02:00
2016-09-16 08:30:06 +02:00
2016-09-17 09:51:20 +02:00
2016-09-18 08:13:34 +02:00
2016-09-02 08:25:17 +02:00
2016-06-10 06:43:37 +02:00
2016-06-15 08:47:08 +02:00
2016-06-15 08:47:08 +02:00
2016-09-25 10:45:10 +02:00
2016-01-02 09:43:51 +00:00
2016-09-17 09:51:20 +02:00
2016-09-17 09:51:20 +02:00
2016-09-25 10:45:10 +02:00
2016-09-03 00:04:20 +02:00
2016-09-22 08:31:23 +02:00
2016-09-17 09:51:20 +02:00
2016-09-25 10:45:10 +02:00
2016-09-25 10:45:10 +02:00
2016-09-17 09:51:20 +02:00
2016-01-16 21:34:29 +00:00
2016-09-24 07:37:52 +02:00
2016-09-17 09:51:20 +02:00
2016-09-25 10:45:10 +02:00
2016-01-29 00:47:07 +00:00
2016-09-25 10:45:10 +02:00
2016-08-27 12:16:13 +02:00
2016-09-25 10:45:10 +02:00
2016-08-27 09:53:26 +02:00
2016-01-02 09:43:51 +00:00
2016-06-15 08:47:08 +02:00