projects
/
stockfish
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Update AUTHORS and copyright notice
[stockfish]
/
src
/
2016-01-02
ppigazzini
Update AUTHORS and copyright notice
tree
|
commitdiff
2016-01-01
Marco Costalba
Update Copyright year
tree
|
commitdiff
2015-12-30
Joona Kiiski
Stockfish 7 Beta 2
tree
|
commitdiff
2015-12-30
Alain SAVARD
Correct Pawn Trace Score + Code Clean up
tree
|
commitdiff
2015-12-30
Marco Costalba
Fix assert with very high score position
tree
|
commitdiff
2015-12-27
Joona Kiiski
Stockfish 7 Beta 1
tree
|
commitdiff
2015-12-27
Marco Costalba
Move some globals into main thread scope
tree
|
commitdiff
2015-12-23
Marco Costalba
Revert "Fix compiling of 32 bit binary on 64-bit Windows"
tree
|
commitdiff
2015-12-22
braich
Fix compiling of 32 bit binary on 64-bit Windows
tree
|
commitdiff
2015-12-22
DU-jdto
Remove another unnecessary Search::Stack field
tree
|
commitdiff
2015-12-22
Alain SAVARD
New mobility bonus
tree
|
commitdiff
2015-12-20
VoyagerOne
Remove killer move conditions from LMR
tree
|
commitdiff
2015-12-20
loco-loco
Remove unused field SearchStack::ttMove
tree
|
commitdiff
2015-12-18
Guenther Demetz
Distinct iteration paths for Lazy SMP threads
tree
|
commitdiff
2015-12-14
mstembera
Fix easy move bug in SMP mode
tree
|
commitdiff
2015-12-14
Alain SAVARD
Threats retuned
tree
|
commitdiff
2015-12-14
Leonid Pechenik
Simplify time management and fix 'ponder on' bug
tree
|
commitdiff
2015-12-12
mstembera
Fix MultiPv and Skill in SMP.
tree
|
commitdiff
2015-12-05
absimaldata
New Tuned Weights
tree
|
commitdiff
2015-12-05
Marco Costalba
Simplify outpost code
tree
|
commitdiff
2015-12-03
mstembera
Proper Makefile for cross compiling 64 or 32 bit PGO...
tree
|
commitdiff
2015-12-02
Stéphane Nicolet
Introduce new Threats weights = {350, 256}
tree
|
commitdiff
2015-11-25
Joona Kiiski
Revert "Allow cross compilation of Windows binaries...
tree
|
commitdiff
2015-11-24
mstembera
Allow cross compilation of Windows binaries on a Linux...
tree
|
commitdiff
2015-11-21
mstembera
Clean up RootMove less operator
tree
|
commitdiff
2015-11-21
lucasart
Fix TT comment and static_assert()
tree
|
commitdiff
2015-11-21
Marco Costalba
Rewrite how threads are spawned
tree
|
commitdiff
2015-11-16
VoyagerOne
History Pruning: Don't prune the main killer move.
tree
|
commitdiff
2015-11-16
Ken T Takusagawa
Do not conceal the invocation of the benchmark program
tree
|
commitdiff
2015-11-14
Stefan Geschwentner
Bonus for reachable outpost
tree
|
commitdiff
2015-11-13
Marco Costalba
Retire ThreadBase
tree
|
commitdiff
2015-11-13
Marco Costalba
Fix broken UCI 'wait for stop'
tree
|
commitdiff
2015-11-10
lucasart
Avoid friend
tree
|
commitdiff
2015-11-10
lucasart
Ensure that rootDepth < DEPTH_MAX
tree
|
commitdiff
2015-11-03
Marco Costalba
Get rid of timer thread
tree
|
commitdiff
2015-11-02
mbootsector
Pick bestmove from the deepest thread.
tree
|
commitdiff
2015-10-31
Marco Costalba
Assorted trivia in search.cpp
tree
|
commitdiff
2015-10-31
VoyagerOne
New History Bonus Formula
tree
|
commitdiff
2015-10-30
Ajith
Reduce variation in rootDepth between different threads
tree
|
commitdiff
2015-10-29
Stéphane Nicolet
Some code and comment cleanup
tree
|
commitdiff
2015-10-25
lucasart
Use atomics instead of volatile
tree
|
commitdiff
2015-10-24
Stefano80
KRPPKRP endgame: Simplify ugly switch statement
tree
|
commitdiff
2015-10-24
Marco Costalba
Cleanup history stats
tree
|
commitdiff
2015-10-24
Alain SAVARD
Simplify threats
tree
|
commitdiff
2015-10-24
VoyagerOne
History pruning
tree
|
commitdiff
2015-10-22
Marco Costalba
Update authors
tree
|
commitdiff
2015-10-21
Stefano80
Almost passed tuning attempts
tree
|
commitdiff
2015-10-20
mbootsector
Lazy SMP
tree
|
commitdiff
2015-10-16
Stéphane Nicolet
Asymmetry bonus for the attacking side
tree
|
commitdiff
2015-10-12
VoyagerOne
Combination of two ideas:
tree
|
commitdiff
2015-10-07
Jonathan Calovski
Retire rook contact checks
tree
|
commitdiff
2015-10-06
Marco Costalba
Travis CI: add clang and osx
tree
|
commitdiff
2015-10-06
Stefano80
Tuning of assorted values
tree
|
commitdiff
2015-10-06
Alain SAVARD
Remove queen threat evaluation
tree
|
commitdiff
2015-10-05
Marco Costalba
Fix a comment in TTEntry::save
tree
|
commitdiff
2015-10-05
Marco Costalba
Run PVS-STUDIO analyzer
tree
|
commitdiff
2015-10-03
Stefan Geschwentner
File based passed pawn bonus
tree
|
commitdiff
2015-10-03
Jonathan Calovski
Bonus for checking moves
tree
|
commitdiff
2015-09-30
Marco Costalba
Rework lock protecting
tree
|
commitdiff
2015-09-19
Jonathan Calovski
Refine ranks and increase resulting bonus.
tree
|
commitdiff
2015-09-18
mstembera
Reduce writes in TT::probe().
tree
|
commitdiff
2015-09-18
mstembera
Remove unnecessary generation check in TT save
tree
|
commitdiff
2015-09-15
Stefan Geschwentner
Scales the endgame score by the number of pawns.
tree
|
commitdiff
2015-09-10
Joona Kiiski
Careful SMP locking - Fix very occasional hangs
tree
|
commitdiff
2015-09-07
mstembera
Minor clean up of some function parameters
tree
|
commitdiff
2015-09-06
mstembera
Fix syzygy en passant issue
tree
|
commitdiff
2015-08-30
gguliash
A small code simplification
tree
|
commitdiff
2015-08-29
Joona Kiiski
History gravity
tree
|
commitdiff
2015-08-29
Marco Costalba
Reformat trace code
tree
|
commitdiff
2015-08-28
lucasart
Prune castling moves
tree
|
commitdiff
2015-08-20
mstembera
Better document entry age calculation used in TT replace.
tree
|
commitdiff
2015-08-20
lucasart
Retire dangerous flag
tree
|
commitdiff
2015-08-17
Alain SAVARD
Retire PawnSafePush bonus
tree
|
commitdiff
2015-08-15
Marco Costalba
Reformat PassedPawnsBonus
tree
|
commitdiff
2015-08-15
mstembera
TT entry value based on depth and relative age
tree
|
commitdiff
2015-08-09
DiscanX
Tuned values for mid and end game passed pawns.
tree
|
commitdiff
2015-08-08
mstembera
Revert TT replacement strategy changes (#380)
tree
|
commitdiff
2015-08-04
Marco Costalba
Rename Position::list
tree
|
commitdiff
2015-07-30
Marco Costalba
Simplify IID depth formula
tree
|
commitdiff
2015-07-29
VoyagerOne
PV refutation penalty
tree
|
commitdiff
2015-07-29
Alain SAVARD
MobilityArea (simplified)
tree
|
commitdiff
2015-07-24
mstembera
Tuned version of TT replacement policy
tree
|
commitdiff
2015-07-19
Marco Costalba
Tidy up in movepick.cpp
tree
|
commitdiff
2015-07-16
Marco Costalba
Fix formatting of previous patch
tree
|
commitdiff
2015-07-15
VoyagerOne
LMR Simplification: Remove countermove condition
tree
|
commitdiff
2015-07-15
mstembera
Consistent TT replace policy
tree
|
commitdiff
2015-07-12
joergoster
Use distance<file>() function in endgame.cpp
tree
|
commitdiff
2015-07-09
Marco Costalba
Remove useless razoring condition
tree
|
commitdiff
2015-07-04
VoyagerOne
CMH Fix: Exclude captures for TT move refutation penalty
tree
|
commitdiff
2015-06-28
Marco Costalba
Correctly check for no-makefile compile
tree
|
commitdiff
2015-06-27
VoyagerOne
LMR Tweak: Decrease reduction if cmh>0 && history>0.
tree
|
commitdiff
2015-06-25
Marco Costalba
Fix compile on icc
tree
|
commitdiff
2015-06-17
joergoster
Small coding style fix for Outpost array
tree
|
commitdiff
2015-06-13
lucasart
Retire -Wno-long-long
tree
|
commitdiff
2015-06-07
lucasart
Simplify outpost evaluation
tree
|
commitdiff
2015-06-05
Vince Negri
Remove intermediate re-search in LMR
tree
|
commitdiff
2015-06-04
Marco Costalba
Rename stages
tree
|
commitdiff
2015-06-02
lucasart
Tune pawn shelter/storm
tree
|
commitdiff
2015-06-02
Stéphane Nicolet
Tweak backward pawns definition
tree
|
commitdiff
2015-05-29
Marco Costalba
Checking for rook color when setting castling
tree
|
commitdiff
next