projects
/
stockfish
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
stockfish
2011-02-27
Marco Costalba
Prune moves with equal SEE in qsearch
commit
|
commitdiff
|
tree
|
snapshot
2011-02-26
Marco Costalba
Add evaluation tracing code
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Marco Costalba
Correctly round evaluation to grain size
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Marco Costalba
Depth dependant singular extension margin
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Marco Costalba
Move all enum types definitions to types.h
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Marco Costalba
Retire color.h
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Marco Costalba
Rename piece_of_color_and_type() to make_piece()
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Marco Costalba
Retire piece_type_from_char()
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Marco Costalba
Triviality in main.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Marco Costalba
Retire enum SquareDelta
commit
|
commitdiff
|
tree
|
snapshot
2011-02-23
Marco Costalba
Small simplifications in square.h
commit
|
commitdiff
|
tree
|
snapshot
2011-02-19
Marco Costalba
Introduce and use speed_to_uci()
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Marco Costalba
Rename SplitPoint parentSstack
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Marco Costalba
Retire SearchStack sstack[] from SplitPoint
commit
|
commitdiff
|
tree
|
snapshot
2011-02-18
Marco Costalba
Sync Root new depth to what we do in search()
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Marco Costalba
Unify best move update logic
commit
|
commitdiff
|
tree
|
snapshot
2011-02-17
Marco Costalba
Do not special case reductions for MultiPV case
commit
|
commitdiff
|
tree
|
snapshot
2011-02-16
Marco Costalba
Avoid permanent PV entries in TT
commit
|
commitdiff
|
tree
|
snapshot
2011-02-13
Marco Costalba
Write the LogFile only at the end of an iteration
commit
|
commitdiff
|
tree
|
snapshot
2011-02-12
Marco Costalba
Spell checking fixes in search.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-02-12
Marco Costalba
Rename iteration in depth in id_loop()
commit
|
commitdiff
|
tree
|
snapshot
2011-02-12
Marco Costalba
Start to count iterations from 1
commit
|
commitdiff
|
tree
|
snapshot
2011-02-12
Marco Costalba
Fix wrong reported depth
commit
|
commitdiff
|
tree
|
snapshot
2011-02-11
Marco Costalba
Move sending of PV line to id_loop()
commit
|
commitdiff
|
tree
|
snapshot
2011-02-10
Marco Costalba
Maximum aspiration delta of 24
commit
|
commitdiff
|
tree
|
snapshot
2011-02-09
Joona Kiiski
Maximum aspiration delta of 64
commit
|
commitdiff
|
tree
|
snapshot
2011-02-06
Marco Costalba
Simplify latest patches
commit
|
commitdiff
|
tree
|
snapshot
2011-02-05
Joona Kiiski
Retire some conditions from ok_to_use_TT_pv
commit
|
commitdiff
|
tree
|
snapshot
2011-01-31
Marco Costalba
Use TT for pruning also in PV nodes
commit
|
commitdiff
|
tree
|
snapshot
2011-01-29
Marco Costalba
Silence silly MSVC warning c4146
commit
|
commitdiff
|
tree
|
snapshot
2011-01-29
Marco Costalba
Remove defined(IS_64BIT) in init_sliding_attacks()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-29
Marco Costalba
Do not use <algorithm> in to_fen()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-29
Marco Costalba
Retire obsolete reentrancy check in pos.print()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Marco Costalba
Retire singleEvasion
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
Marco Costalba
Add a MovePicker c'tor specialized for qsearch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
Marco Costalba
Introduce and use qsearch_scoring()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
Marco Costalba
Retire InitialDepth
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
Marco Costalba
Pass TT move instead of Rml[0].pv[0] to MovePicker
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
Joona Kiiski
Different searchedMoves system
commit
|
commitdiff
|
tree
|
snapshot
2011-01-23
Marco Costalba
Remove special Root cases
commit
|
commitdiff
|
tree
|
snapshot
2011-01-20
Marco Costalba
Retire init_ss_array()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Marco Costalba
Small cleanup in init_sliding_attacks()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Marco Costalba
Numbers formatting in bitboard.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Marco Costalba
Use opposite_color_squares() instead of same_color_squa...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Marco Costalba
Retire RelativeRankBB[]
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Marco Costalba
Retire some unused functions in bitboard.h
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Marco Costalba
Fix some warnings under icc
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Marco Costalba
Sort root moves moves in MovePickerExt
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Marco Costalba
Fix a (bestValue == -VALUE_INFINITE) assert
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Marco Costalba
Additional cleanup in id_loop()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Marco Costalba
Use a global RootMoveList object instead of a pointer
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Marco Costalba
Move globals to id_loop()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Marco Costalba
Introduce and use MovePickerExt
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Marco Costalba
Unify root_search() step 3
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Marco Costalba
Unify root_search() step 2
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Marco Costalba
Unify root_search() step 1
commit
|
commitdiff
|
tree
|
snapshot
2011-01-17
Joona Kiiski
Fix very theoretical History corner case
commit
|
commitdiff
|
tree
|
snapshot
2011-01-16
Marco Costalba
Sync root_search() with search()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-16
Marco Costalba
Move fail loops out of root_search() to id_loop()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-15
Marco Costalba
Last touches in history.h
commit
|
commitdiff
|
tree
|
snapshot
2011-01-15
Marco Costalba
Fix a warning with __popcnt64() intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2011-01-15
Marco Costalba
Partially restore HistoryMax
commit
|
commitdiff
|
tree
|
snapshot
2011-01-15
Marco Costalba
Move Min() and Max() macros to types.h
commit
|
commitdiff
|
tree
|
snapshot
2011-01-15
Marco Costalba
Clarify we want Score and Value to be integers
commit
|
commitdiff
|
tree
|
snapshot
2011-01-15
Marco Costalba
Retire history.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-01-15
Marco Costalba
Retire HistoryMax
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
Joona Kiiski
Set HistoryMax infinitely high
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
Marco Costalba
Simplify from_fen()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-14
Marco Costalba
Initialize killers at ss+2 also in root_search()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
Marco Costalba
Fix an hang on 32 bits while allocating big TT table
commit
|
commitdiff
|
tree
|
snapshot
2011-01-11
Marco Costalba
Set unbuffered I/O also for C standard library
commit
|
commitdiff
|
tree
|
snapshot
2011-01-10
Marco Costalba
Big book.cpp cleanup
commit
|
commitdiff
|
tree
|
snapshot
2011-01-10
Marco Costalba
Compile fix in types.h
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
Marco Costalba
Small cleanup in execute_uci_command()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
Marco Costalba
Simplify set_option()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
Joona Kiiski
TTEntry simplification
commit
|
commitdiff
|
tree
|
snapshot
2011-01-09
Marco Costalba
Don't copy Position in pretty_pv()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Marco Costalba
Merge line_to_san() into pretty_pv()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Marco Costalba
Ressurect move.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Joona Kiiski
Fix build failure under Linux
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Marco Costalba
Retire move_from_san()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Marco Costalba
Greatly simplify move_from_uci()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Marco Costalba
Move uci move parsing under san.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Joona Kiiski
Change Emergency time maximum from 60000 to 30000
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Joona Kiiski
Fix Makefile's GPL-notice to be similar to other files
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Marco Costalba
Improve I/O responsivness
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Marco Costalba
Fix reading a book under-promotion move
commit
|
commitdiff
|
tree
|
snapshot
2011-01-08
Marco Costalba
Triviality in data_available()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-07
Marco Costalba
Force inlining of move generation functions
commit
|
commitdiff
|
tree
|
snapshot
2011-01-07
Marco Costalba
Small tweak to generate_castle_moves()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-07
Marco Costalba
Unify move generation
commit
|
commitdiff
|
tree
|
snapshot
2011-01-07
Marco Costalba
Templetize move generation API
commit
|
commitdiff
|
tree
|
snapshot
2011-01-07
Marco Costalba
Retire move.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-01-07
Marco Costalba
Use 16 bits to store a move instead of 17
commit
|
commitdiff
|
tree
|
snapshot
2011-01-07
Marco Costalba
Use a 32 bit bitwise 'and' in SimpleHash lookup
commit
|
commitdiff
|
tree
|
snapshot
2011-01-07
Marco Costalba
Introduce SimpleHash class
commit
|
commitdiff
|
tree
|
snapshot
2011-01-06
Marco Costalba
Small tidy up of inttypes for Windows
commit
|
commitdiff
|
tree
|
snapshot
2011-01-06
Joona Kiiski
Simplify 50 move rule condition
commit
|
commitdiff
|
tree
|
snapshot
2011-01-06
Joona Kiiski
Clean up position setup code
commit
|
commitdiff
|
tree
|
snapshot
2011-01-06
Joona Kiiski
Parse halfmove clock and fullmove number from FEN
commit
|
commitdiff
|
tree
|
snapshot
next