projects
/
stockfish
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
stockfish
2010-05-16
Marco Costalba
Do not consider discovered checks in king safety
commit
|
commitdiff
|
tree
|
snapshot
2010-05-16
Marco Costalba
Fix RootMove::operator<() description
commit
|
commitdiff
|
tree
|
snapshot
2010-05-15
Marco Costalba
Remove an useless Max() in passed pawns evaluation
commit
|
commitdiff
|
tree
|
snapshot
2010-05-15
Marco Costalba
Threath tuning results
commit
|
commitdiff
|
tree
|
snapshot
2010-05-15
Marco Costalba
Add support for gcc-profile
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Marco Costalba
Rename OutpostMask[] in AttackSpanMask[]
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Marco Costalba
Micro optimization in evaluate_pawns()
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Marco Costalba
Introduce evaluate_pawn_storm() to unify redundant...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Marco Costalba
Code style tweaks to pawns.cpp
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Marco Costalba
Change color argument of square_is_weak()
commit
|
commitdiff
|
tree
|
snapshot
2010-05-13
Marco Costalba
Space inflate marsenne
commit
|
commitdiff
|
tree
|
snapshot
2010-05-13
Marco Costalba
Another split() tweak session
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
Joona Kiiski
Document old test result
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
Joona Kiiski
Remove one hack caused by misunderstanding
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
Marco Costalba
Fix a possible out of range access in previous patch
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
Marco Costalba
Retire splitPoint->cpus field
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
Marco Costalba
Syncing sp_search() and search()
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
Marco Costalba
Simplify init_safety()
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
Marco Costalba
Greatly simplify weight_option()
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
Marco Costalba
Small evaluate_passed_pawns() cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
Marco Costalba
Better integration of faked split
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
Joona Kiiski
Disable fake-mode
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
Joona Kiiski
Unite sp_search() and sp_search_pv()
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Joona Kiiski
Introduce fake-mode for split
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Marco Costalba
Revert to old prefetch detection logic
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Marco Costalba
Fix an off-by-one bug in ThreatBonus[] table
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
Joona Kiiski
Templatize qsearch
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
Marco Costalba
Retire mate threat detection from evaluation
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
Marco Costalba
Add a comment and a FIXME
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
Marco Costalba
Lookup TT for eval also in PV nodes
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
Marco Costalba
Fix an obsoleted descrption comment
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
Marco Costalba
Unify Internal iterative deepening
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
Marco Costalba
Templetize extension() function
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
Marco Costalba
Templetize reduction() functions
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
Marco Costalba
Use enum NodeType instead of opaque true/false
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
Joona Kiiski
Unite search_pv() and search()
commit
|
commitdiff
|
tree
|
snapshot
2010-05-07
Marco Costalba
Rename AttackWeight[] in KingAttackWeights[]
commit
|
commitdiff
|
tree
|
snapshot
2010-05-07
Marco Costalba
Array ThreatBonus[] is initialized at zero by compiler
commit
|
commitdiff
|
tree
|
snapshot
2010-05-07
Marco Costalba
Properly indent evaluate_king()
commit
|
commitdiff
|
tree
|
snapshot
2010-05-07
Marco Costalba
Rename futilityMargin in kingDanger in EvalInfo
commit
|
commitdiff
|
tree
|
snapshot
2010-05-07
Marco Costalba
Simplify some obsolete code in king safety
commit
|
commitdiff
|
tree
|
snapshot
2010-05-07
Marco Costalba
Rename king "safety" to king "danger"
commit
|
commitdiff
|
tree
|
snapshot
2010-05-07
Marco Costalba
Evaluation weights cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-05-07
Marco Costalba
Set Mate Threat Extension to OnePly
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Marco Costalba
Avoid a call to apply_weight() in evaluate_king()
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Joona Kiiski
Further push the LMR pedal
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Marco Costalba
A promotion piece cannot be a king or a pawn
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Marco Costalba
Do not return from idle_loop() with lock held
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Marco Costalba
Reverse the logic used to detect prefetch
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Marco Costalba
Allow a static evaluation to overwrite an exsisting...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-02
Marco Costalba
Do not refresh TT in qsearch
commit
|
commitdiff
|
tree
|
snapshot
2010-05-01
Marco Costalba
Refresh TT entry after a cut-off to avoid aging
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Joona Kiiski
Fix compile error on GCC
commit
|
commitdiff
|
tree
|
snapshot
2010-04-27
Marco Costalba
Endgame's apply() method can be 'const'
commit
|
commitdiff
|
tree
|
snapshot
2010-04-27
Marco Costalba
Remove an obsolete comment
commit
|
commitdiff
|
tree
|
snapshot
2010-04-26
Marco Costalba
Another small material tweak
commit
|
commitdiff
|
tree
|
snapshot
2010-04-26
Marco Costalba
Cleanup material distribution detectors
commit
|
commitdiff
|
tree
|
snapshot
2010-04-25
Marco Costalba
Do not call exit_threads() in Application d'tor
commit
|
commitdiff
|
tree
|
snapshot
2010-04-25
Marco Costalba
Small passed pawns evaluation cleanup
commit
|
commitdiff
|
tree
|
snapshot
2010-04-23
Marco Costalba
Simplify a bit futility marging formula
commit
|
commitdiff
|
tree
|
snapshot
2010-04-21
Marco Costalba
Revert scale factor in pawn evaluation
commit
|
commitdiff
|
tree
|
snapshot
2010-04-19
Marco Costalba
Introduce PawnsQtyTable[] to refine pawn's drawish...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-19
Marco Costalba
First attempt at tweaking UnpairedPawnsTable[] values
commit
|
commitdiff
|
tree
|
snapshot
2010-04-19
Marco Costalba
Introduce scale factor in pawn evaluation
commit
|
commitdiff
|
tree
|
snapshot
2010-04-18
Marco Costalba
Fix candidate passed pawn definition
commit
|
commitdiff
|
tree
|
snapshot
2010-04-18
Marco Costalba
Retire Position::pawn_is_passed() and friends
commit
|
commitdiff
|
tree
|
snapshot
2010-04-18
Marco Costalba
Introduce table SquaresInFrontMask[2][64]
commit
|
commitdiff
|
tree
|
snapshot
2010-04-18
Marco Costalba
Better perft integration in benchmark
commit
|
commitdiff
|
tree
|
snapshot
2010-04-18
Marco Costalba
Space inflate bitboard.cpp
commit
|
commitdiff
|
tree
|
snapshot
2010-04-17
Marco Costalba
Convert polyglot.ini to use Linux line ending
commit
|
commitdiff
|
tree
|
snapshot
2010-04-17
Marco Costalba
Teach polyglot the new "Best Book Move" UCI option
commit
|
commitdiff
|
tree
|
snapshot
2010-04-17
Marco Costalba
Revert saving of null search value in TT
commit
|
commitdiff
|
tree
|
snapshot
2010-04-16
Marco Costalba
Don't overwrite exsisting TT with null search value
commit
|
commitdiff
|
tree
|
snapshot
2010-04-16
Joona Kiiski
Prevent the use of nullmove TT value only at verificati...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-16
Joona Kiiski
Introduce NullStatus enum
commit
|
commitdiff
|
tree
|
snapshot
2010-04-16
Joona Kiiski
Revert "Introduce "Zugzwang detection" temporary hack...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-16
Marco Costalba
Add "Best Book Move" UCI option
commit
|
commitdiff
|
tree
|
snapshot
2010-04-14
Joona Kiiski
Fix overflow in init_safety
commit
|
commitdiff
|
tree
|
snapshot
2010-04-13
Joona Kiiski
Fix evasion pruning condition
commit
|
commitdiff
|
tree
|
snapshot
2010-04-11
Marco Costalba
Fix some warnings under +w1 HP-UX compile
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Marco Costalba
Restore development version
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Marco Costalba
Update polyglot.ini
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Marco Costalba
Stockfish 1.7.1
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Marco Costalba
Introduce "Zugzwang detection" temporary hack for 1.7.1
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Marco Costalba
Revert HT detection
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Marco Costalba
Revert last patch
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Marco Costalba
Relax TT condition for zugzwang verified null values
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Marco Costalba
Avoid TT cutoffs at root of null zugzwang verification
commit
|
commitdiff
|
tree
|
snapshot
2010-04-10
Marco Costalba
Use a flag in TT to track null search values
commit
|
commitdiff
|
tree
|
snapshot
2010-04-09
Marco Costalba
Fix a warning under HP-UX ANSI C++
commit
|
commitdiff
|
tree
|
snapshot
2010-04-07
Marco Costalba
Stockfish 1.7
commit
|
commitdiff
|
tree
|
snapshot
2010-04-06
Tord Romstad
Fix PowerPC and ARM compatibility.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-05
Tord Romstad
Add -mdynamic-no-pic to CFLAGS when compiling with...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-05
Marco Costalba
Fix one gcc 4.4 warning
commit
|
commitdiff
|
tree
|
snapshot
2010-04-05
Marco Costalba
Fix a warning in HT_enabled()
commit
|
commitdiff
|
tree
|
snapshot
2010-04-04
Marco Costalba
Store score in TT when null search fails high
commit
|
commitdiff
|
tree
|
snapshot
2010-04-02
Marco Costalba
Cleanup pawn storm code
commit
|
commitdiff
|
tree
|
snapshot
2010-04-02
Marco Costalba
Fix a comment in evaluate.cpp
commit
|
commitdiff
|
tree
|
snapshot
2010-03-31
Marco Costalba
Change poll() signature
commit
|
commitdiff
|
tree
|
snapshot
2010-03-30
Tord Romstad
Remove several unnecessary UCI options: All king safety...
commit
|
commitdiff
|
tree
|
snapshot
next