projects
/
stockfish
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
stockfish
2011-06-18
Marco Costalba
Use an array index instead of an iterator in root list
commit
|
commitdiff
|
tree
|
snapshot
2011-06-15
Marco Costalba
Remove useless bestValue = alpha assignement
commit
|
commitdiff
|
tree
|
snapshot
2011-06-15
Marco Costalba
Try only recaptures in qsearch if depth is very low
commit
|
commitdiff
|
tree
|
snapshot
2011-06-15
Marco Costalba
Speed up kpk initialization
commit
|
commitdiff
|
tree
|
snapshot
2011-06-15
Marco Costalba
Use Carry-Rippler trick to speed up magics
commit
|
commitdiff
|
tree
|
snapshot
2011-06-13
Marco Costalba
Retire init_piece_square_tables()
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Marco Costalba
Increase LMR limit by one ply
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Marco Costalba
Better self-document init_zobrist()
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Marco Costalba
Fix initialization of BSFTable[]
commit
|
commitdiff
|
tree
|
snapshot
2011-06-12
Marco Costalba
Don't update_gains() in qsearch
commit
|
commitdiff
|
tree
|
snapshot
2011-06-11
Marco Costalba
Fix score_captures() for the case of capture promotions
commit
|
commitdiff
|
tree
|
snapshot
2011-06-11
Marco Costalba
Retire some unused functions
commit
|
commitdiff
|
tree
|
snapshot
2011-06-11
Marco Costalba
Micro-optimize castling handling in do_move()
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Marco Costalba
Retire PieceLetters struct
commit
|
commitdiff
|
tree
|
snapshot
2011-06-10
Marco Costalba
Better document move_to_san()
commit
|
commitdiff
|
tree
|
snapshot
2011-06-09
Marco Costalba
Revert refinedValue in ProbCut
commit
|
commitdiff
|
tree
|
snapshot
2011-06-09
Marco Costalba
Use double rotate for magic generation
commit
|
commitdiff
|
tree
|
snapshot
2011-06-08
Marco Costalba
Use refinedValue in ProbCut condition
commit
|
commitdiff
|
tree
|
snapshot
2011-06-08
Marco Costalba
Small pick_magic() touches
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Marco Costalba
Find magics on the fly
commit
|
commitdiff
|
tree
|
snapshot
2011-06-06
Marco Costalba
Partially revert previous patches
commit
|
commitdiff
|
tree
|
snapshot
2011-06-05
Marco Costalba
Skip offset calculation in slider attacks
commit
|
commitdiff
|
tree
|
snapshot
2011-06-05
Marco Costalba
Get rid of Shift[] tables
commit
|
commitdiff
|
tree
|
snapshot
2011-06-05
Marco Costalba
Better name and document magic botboard stuff
commit
|
commitdiff
|
tree
|
snapshot
2011-06-05
Marco Costalba
Try to keep memory access in the same cache line
commit
|
commitdiff
|
tree
|
snapshot
2011-06-04
Marco Costalba
Skip draw by repetition check in qsearch
commit
|
commitdiff
|
tree
|
snapshot
2011-06-04
Marco Costalba
Move bitboards initializations under one function
commit
|
commitdiff
|
tree
|
snapshot
2011-06-04
Marco Costalba
Calculate Bit Scan tables at initialization
commit
|
commitdiff
|
tree
|
snapshot
2011-06-04
Marco Costalba
Do not sort negative non captures at low depth
commit
|
commitdiff
|
tree
|
snapshot
2011-06-03
Marco Costalba
Split non capture in two sets when ordering
commit
|
commitdiff
|
tree
|
snapshot
2011-06-03
Marco Costalba
Inline extension()
commit
|
commitdiff
|
tree
|
snapshot
2011-06-03
Marco Costalba
Use TT also in Root nodes
commit
|
commitdiff
|
tree
|
snapshot
2011-06-02
Marco Costalba
Microoptimize generate<MV_EVASION>
commit
|
commitdiff
|
tree
|
snapshot
2011-05-30
Marco Costalba
New extended probcut implementation
commit
|
commitdiff
|
tree
|
snapshot
2011-05-29
Marco Costalba
Fix SAN disambiguation bug
commit
|
commitdiff
|
tree
|
snapshot
2011-05-29
Marco Costalba
Rename PH_TT_MOVES in PH_TT_MOVE
commit
|
commitdiff
|
tree
|
snapshot
2011-05-28
Marco Costalba
Retire mateKiller
commit
|
commitdiff
|
tree
|
snapshot
2011-05-28
Marco Costalba
Unify MovePickerExt template parameters
commit
|
commitdiff
|
tree
|
snapshot
2011-05-28
Marco Costalba
Unify search() template parameters
commit
|
commitdiff
|
tree
|
snapshot
2011-05-28
Marco Costalba
Fix moveCount after legality check delay
commit
|
commitdiff
|
tree
|
snapshot
2011-05-24
Marco Costalba
A bit of reformatting after previous series
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Marco Costalba
Test for legality only after futility pruning
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Marco Costalba
Move legal check out of MovePicker
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Marco Costalba
Rename move_is_legal() in move_is_pl()
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Marco Costalba
Output debug info to cerr
commit
|
commitdiff
|
tree
|
snapshot
2011-05-23
Marco Costalba
Fix a shadowed variable warning under gcc
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Marco Costalba
Bug wrong evasion detection for king moves
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Marco Costalba
Add file distance condition in move_is_legal()
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Marco Costalba
Remove useless casts in types.h
commit
|
commitdiff
|
tree
|
snapshot
2011-05-22
Marco Costalba
Promotion piece must be empty if is not a promotion
commit
|
commitdiff
|
tree
|
snapshot
2011-05-21
Marco Costalba
Introduce MovePicker::isBadCapture() and use in probcut
commit
|
commitdiff
|
tree
|
snapshot
2011-05-20
Marco Costalba
Correctly handle castle in see()
commit
|
commitdiff
|
tree
|
snapshot
2011-05-18
Marco Costalba
Fix brekage from previous patches
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Marco Costalba
Micro-optimize pl_move_is_legal()
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Marco Costalba
Retire move_is_capture_or_promotion()
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Marco Costalba
Fix move_is_capture() definition
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Marco Costalba
Retire test for king moves in see()
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Marco Costalba
Retire Position::see(Square from, Square to) overload
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Marco Costalba
Prefer an assert to a comment in position.h
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Marco Costalba
Let 'make' with no arguments to show compilation options
commit
|
commitdiff
|
tree
|
snapshot
2011-05-17
Marco Costalba
Prefer ttMove to tte->move() in search()
commit
|
commitdiff
|
tree
|
snapshot
2011-05-08
Marco Costalba
Use standard naming conventions in book.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-05-08
Marco Costalba
Reintroduce operator>>() in Book class
commit
|
commitdiff
|
tree
|
snapshot
2011-05-08
Marco Costalba
Restore development version
commit
|
commitdiff
|
tree
|
snapshot
2011-05-08
Marco Costalba
Stockfish 2.1.1
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Marco Costalba
Spell fix in evaluate.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-05-07
Marco Costalba
Fix reading of book file
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
Marco Costalba
Remove redundant assignment in search()
commit
|
commitdiff
|
tree
|
snapshot
2011-05-05
Marco Costalba
Restore development version
commit
|
commitdiff
|
tree
|
snapshot
2011-05-03
Marco Costalba
Fix a warning in debug mode
commit
|
commitdiff
|
tree
|
snapshot
2011-05-03
Marco Costalba
Stockfish 2.1
commit
|
commitdiff
|
tree
|
snapshot
2011-05-03
Marco Costalba
Reintroduce permanent PV entries in TT
commit
|
commitdiff
|
tree
|
snapshot
2011-05-03
Marco Costalba
Update Readme.txt to 32 threads and bsfq on Windows
commit
|
commitdiff
|
tree
|
snapshot
2011-05-03
Marco Costalba
Fix bug in evaluate_passed_pawns()
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Marco Costalba
Retire "Pawn Structure" UCI option
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Marco Costalba
Rename stuff in evaluate.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-05-01
Marco Costalba
Additional tweaks in evaluate_unstoppable_pawns()
commit
|
commitdiff
|
tree
|
snapshot
2011-05-01
Marco Costalba
Remove redundancy in evaluate_unstoppable_pawns()
commit
|
commitdiff
|
tree
|
snapshot
2011-05-01
Marco Costalba
Small reformat in evaluate_unstoppable_pawns()
commit
|
commitdiff
|
tree
|
snapshot
2011-05-01
Marco Costalba
Update polyglot.ini
commit
|
commitdiff
|
tree
|
snapshot
2011-04-29
Marco Costalba
Rename check related functions
commit
|
commitdiff
|
tree
|
snapshot
2011-04-29
Marco Costalba
Small renaming in thread.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-04-29
Marco Costalba
Rename Option in UCIOPtion
commit
|
commitdiff
|
tree
|
snapshot
2011-04-28
Marco Costalba
Limit history range to +-2000
commit
|
commitdiff
|
tree
|
snapshot
2011-04-27
Marco Costalba
Perft counts leaf nodes not generated moves.
commit
|
commitdiff
|
tree
|
snapshot
2011-04-27
Marco Costalba
Use probe() as name for looking up into an hash table
commit
|
commitdiff
|
tree
|
snapshot
2011-04-26
Marco Costalba
Tidy up uci.cpp and siblings
commit
|
commitdiff
|
tree
|
snapshot
2011-04-26
Marco Costalba
Move OpeningBook and RK where are actually used
commit
|
commitdiff
|
tree
|
snapshot
2011-04-25
Marco Costalba
Fix a compile error with gcc
commit
|
commitdiff
|
tree
|
snapshot
2011-04-25
Marco Costalba
Move MovePickerExt specializations away from headings
commit
|
commitdiff
|
tree
|
snapshot
2011-04-25
Marco Costalba
Tidy up benchmark.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-04-25
Marco Costalba
Large API rename in ThreadsManager
commit
|
commitdiff
|
tree
|
snapshot
2011-04-24
Marco Costalba
Don't allocate MAX_THREADS hash tables if not necessary
commit
|
commitdiff
|
tree
|
snapshot
2011-04-24
Marco Costalba
Move pawn and material tables under Thread class
commit
|
commitdiff
|
tree
|
snapshot
2011-04-24
Marco Costalba
Rename MOVES_MAX in MAX_MOVES
commit
|
commitdiff
|
tree
|
snapshot
2011-04-24
Marco Costalba
Retire extensions as UCI option
commit
|
commitdiff
|
tree
|
snapshot
2011-04-24
Marco Costalba
Document why we use per-thread pawn and material tables
commit
|
commitdiff
|
tree
|
snapshot
2011-04-23
Marco Costalba
Fix some comments in early stop detection
commit
|
commitdiff
|
tree
|
snapshot
2011-04-23
Marco Costalba
Retire UseLogFile in search.cpp
commit
|
commitdiff
|
tree
|
snapshot
2011-04-23
Marco Costalba
Introduce and use SearchLimits
commit
|
commitdiff
|
tree
|
snapshot
next