projects
/
stockfish
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Restore development version
[stockfish]
/
src
/
2016-11-05
Marco Costalba
Restore development version
tree
|
commitdiff
2016-11-05
Marco Costalba
Add explicit braces and fix a warning
tree
|
commitdiff
2016-11-05
VoyagerOne
Reduction Simplification
tree
|
commitdiff
2016-11-05
Joost VandeVondele
Makefile fix for sanitize
tree
|
commitdiff
2016-11-05
Miroslav Fontán
Simplify code, delete else after return
tree
|
commitdiff
2016-11-05
Miroslav Fontán
Sync variable names in decl vs def
tree
|
commitdiff
2016-11-05
Marco Costalba
Rewrite syzygy in C++
tree
|
commitdiff
2016-11-01
Marco Costalba
Stockfish 8
tree
|
commitdiff
2016-10-30
Stefan Geschwentner
Bonus for attacked passed pawn promotion path
tree
|
commitdiff
2016-10-27
Joost Vandevondele
Fix a series of undefined behaviours
tree
|
commitdiff
2016-10-27
Joost VandeVondele
travis-ci: Enable undefined behavior checking
tree
|
commitdiff
2016-10-27
syzygy
Output PV if last iteration does not complete
tree
|
commitdiff
2016-10-25
Stéphane Nicolet
Endgame malus for having a king in a pawnless flank
tree
|
commitdiff
2016-10-25
VoyagerOne
History Stat Comparison
tree
|
commitdiff
2016-10-22
Marco Costalba
Correcty resey TB hit counter
tree
|
commitdiff
2016-10-21
syzygy
Per-thread TB hit counters
tree
|
commitdiff
2016-10-20
Joost Vandevondele
Simplify next_move by always scoring evasions
tree
|
commitdiff
2016-10-18
ajithcj
Remove useless assignments to currentMove
tree
|
commitdiff
2016-10-18
VoyagerOne
Use explicit logic for pruning
tree
|
commitdiff
2016-10-14
Jacques
Fixes for ARM compilation: take 2
tree
|
commitdiff
2016-10-13
Marco Costalba
Revert "Fixes for ARM compilation"
tree
|
commitdiff
2016-10-13
Jacques
Fixes for ARM compilation
tree
|
commitdiff
2016-10-09
ajithcj
Simplify futility pruning return value
tree
|
commitdiff
2016-10-08
atumanian
Optimisation of Position::see and Position::see_sign
tree
|
commitdiff
2016-10-05
Stéphane Nicolet
Do not use SEE in evasion scoring
tree
|
commitdiff
2016-10-05
Stefano Cardanobile
Retire implicit malus for stonewalls
tree
|
commitdiff
2016-10-03
VoyagerOne
Allow inCheck pruning
tree
|
commitdiff
2016-09-29
Marco Costalba
Remove useless razoring condition
tree
|
commitdiff
2016-09-29
HiraokaTakuya
Make razor_margin[4] ONE_PLY value independent
tree
|
commitdiff
2016-09-25
Stéphane Nicolet
Rename shift_bb() to shift()
tree
|
commitdiff
2016-09-24
joergoster
Allowing singular extension in mate positions
tree
|
commitdiff
2016-09-24
Marco Costalba
Fix crash when passing a mate/stalemate position
tree
|
commitdiff
2016-09-22
Stéphane Nicolet
Simplify pinners conditions in SEE()
tree
|
commitdiff
2016-09-21
Guenther Demetz
Fix pin-aware SEE
tree
|
commitdiff
2016-09-18
Joost Vandevondele
Use fixed depth bench to make PGO builds more reproducible
tree
|
commitdiff
2016-09-17
Marco Costalba
Fix a warning with MSVC
tree
|
commitdiff
2016-09-17
Stéphane Nicolet
Swap mg and eg in internal representation of Score
tree
|
commitdiff
2016-09-17
Marco Costalba
Fix indentation in struct FromToStats
tree
|
commitdiff
2016-09-16
Stéphane Nicolet
Retire KingDanger array
tree
|
commitdiff
2016-09-16
Marco Costalba
Use per-thread counterMoveHistory
tree
|
commitdiff
2016-09-15
Marco Costalba
Renaming in MovePicker
tree
|
commitdiff
2016-09-14
Marco Costalba
Retire MovePicker::see_sign()
tree
|
commitdiff
2016-09-14
VoyagerOne
Tweak SEE margin in pruning conditions
tree
|
commitdiff
2016-09-13
syzygy
Integrate next_stage() logic into next_move()
tree
|
commitdiff
2016-09-12
Guenther Demetz
Simplify code for pinaware SEE
tree
|
commitdiff
2016-09-12
Guenther Demetz
Pinned aware SEE
tree
|
commitdiff
2016-09-11
Stefano Cardanobile
Reorder evaluation start
tree
|
commitdiff
2016-09-09
Marco Costalba
Use Movepick SEE value in search
tree
|
commitdiff
2016-09-08
Marco Costalba
Refactor previous patch
tree
|
commitdiff
2016-09-08
ajithcj
Prune dangerous moves at low depth
tree
|
commitdiff
2016-09-04
Marco Costalba
Syntactic sugar to loop across pieces
tree
|
commitdiff
2016-09-04
syzygy
Change from [Color][PieceType] to [Piece]
tree
|
commitdiff
2016-09-03
Marco Costalba
Fix syzygy with partial TB
tree
|
commitdiff
2016-09-02
Stéphane Nicolet
Space bonus in presence of open files
tree
|
commitdiff
2016-09-02
lucasart
Change exclusion key setup
tree
|
commitdiff
2016-09-02
Stefano80
Retire linear imbalance
tree
|
commitdiff
2016-08-31
ajithcj
Optimize order of a few conditions in search
tree
|
commitdiff
2016-08-30
VoyagerOne
Remove condition on killers in history pruning
tree
|
commitdiff
2016-08-29
Stefan Geschwentner
Tweak probcut threshold
tree
|
commitdiff
2016-08-28
Andrew Grant
Removed an extra space
tree
|
commitdiff
2016-08-28
Alain SAVARD
Move king tropism to evaluate_king
tree
|
commitdiff
2016-08-28
Marco Costalba
Retire CheckInfo
tree
|
commitdiff
2016-08-27
Marco Costalba
Silence some warnings with MSVC 2013
tree
|
commitdiff
2016-08-27
Stéphane Nicolet
Move CheckInfo under StateInfo
tree
|
commitdiff
2016-08-27
Marco Costalba
Make engine ONE_PLY value independent
tree
|
commitdiff
2016-08-27
gamander
Fixed wrong definition of WhiteCamp and BlackCamp
tree
|
commitdiff
2016-08-27
hxim
Simplify stats update
tree
|
commitdiff
2016-08-25
Marco Costalba
Reformat stats update
tree
|
commitdiff
2016-08-24
VoyagerOne
Refutation penalty on captures
tree
|
commitdiff
2016-08-19
VoyagerOne
Simplify IID
tree
|
commitdiff
2016-08-19
VoyagerOne
Do LMR on captures
tree
|
commitdiff
2016-08-18
Marco Costalba
Remove a stale assignment
tree
|
commitdiff
2016-08-18
Stefano80
Retire pawn span
tree
|
commitdiff
2016-08-15
VoyagerOne
Use predicted depth for history pruning
tree
|
commitdiff
2016-08-13
Luca Brivio
Cap space evaluation bonus
tree
|
commitdiff
2016-08-10
Alain SAVARD
Simplify space formula
tree
|
commitdiff
2016-08-02
VoyagerOne
Use Color-From-To history stats to help sort moves
tree
|
commitdiff
2016-08-01
VoyagerOne
Futility tweak
tree
|
commitdiff
2016-07-24
ajithcj
Allow null pruning at depth 1
tree
|
commitdiff
2016-07-24
Stefano80
See prune at higher depth
tree
|
commitdiff
2016-07-16
ajithcj
Gradually relax the NMP staticEval check
tree
|
commitdiff
2016-07-16
Lyudmil Antonov
Workaround gcc stack alignment bug
tree
|
commitdiff
2016-07-12
joergoster
Fix extract_ponder_from_tt()
tree
|
commitdiff
2016-07-08
Stéphane Nicolet
King tropism
tree
|
commitdiff
2016-07-07
Alain SAVARD
More safe checks
tree
|
commitdiff
2016-07-02
ajithcj
Use staticEval in null prune condition
tree
|
commitdiff
2016-06-26
loco-loco
Removing inCheck condition for counter move bonus
tree
|
commitdiff
2016-06-25
Marco Costalba
Restore standard passed pawn definition
tree
|
commitdiff
2016-06-24
ElbertoOne
Remove redundant PvNode condition
tree
|
commitdiff
2016-06-24
VoyagerOne
Comment out a redundant condition
tree
|
commitdiff
2016-06-21
Jonathan Calovski
Remove scalefactor dependency
tree
|
commitdiff
2016-06-19
ElbertoOne
On IID do not always search with cutNode = true
tree
|
commitdiff
2016-06-18
VoyagerOne
Simplify Check Extension
tree
|
commitdiff
2016-06-15
ajithcj
Don't insert pv back into tt
tree
|
commitdiff
2016-06-15
lucasart
Do not hardcode Debug Log File
tree
|
commitdiff
2016-06-11
Marco Costalba
Filter root moves filter before copy to threads
tree
|
commitdiff
2016-06-10
VoyagerOne
Stat Formula Tweak
tree
|
commitdiff
2016-06-10
VoyagerOne
Tweak check extension condition
tree
|
commitdiff
2016-06-10
Alain SAVARD
Small Queen simplification
tree
|
commitdiff
2016-06-10
mstembera
Avoid some redundant scaling function calls
tree
|
commitdiff
next