projects
/
stockfish
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
stockfish
2009-10-04
Marco Costalba
Stockfish 1.5
commit
|
commitdiff
|
tree
|
snapshot
2009-10-04
Marco Costalba
Small touches to increased mobility patch
commit
|
commitdiff
|
tree
|
snapshot
2009-10-03
Marco Costalba
Move a comment where it belongs in SEE
commit
|
commitdiff
|
tree
|
snapshot
2009-10-03
Marco Costalba
Don't increase mobility if attacked piece is defended...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-30
Marco Costalba
Count two times number of attacked pieces in mobility
commit
|
commitdiff
|
tree
|
snapshot
2009-09-30
Marco Costalba
Optimize futilityValue calculation
commit
|
commitdiff
|
tree
|
snapshot
2009-09-30
Marco Costalba
Store pawn attacks in PawnInfo
commit
|
commitdiff
|
tree
|
snapshot
2009-09-30
Tord Romstad
Fixed a couple of typos in a comment.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-29
Marco Costalba
Fix a MSVC warning in search.cpp
commit
|
commitdiff
|
tree
|
snapshot
2009-09-29
Tord Romstad
Temporarily removed the unfinished UCI_Elo code in...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-29
Marco Costalba
Print RootMoveList startup scoring
commit
|
commitdiff
|
tree
|
snapshot
2009-09-28
Marco Costalba
Retire compute_weight() in evaluation.cpp
commit
|
commitdiff
|
tree
|
snapshot
2009-09-28
Marco Costalba
Unroll color loops in evaluate
commit
|
commitdiff
|
tree
|
snapshot
2009-09-27
Marco Costalba
Change back file mode of misc.cpp
commit
|
commitdiff
|
tree
|
snapshot
2009-09-26
Marco Costalba
Update piece list iteration also in evaluate_pieces()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-26
Marco Costalba
Retire faked Windows version of gettimeofday()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-24
Marco Costalba
Micro optimization of generate_piece_moves()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Marco Costalba
Retire kingSquare[] array
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Marco Costalba
Reorder data layout and optimize access patern
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Marco Costalba
Fix a couple of Intel compiler warnings
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Marco Costalba
Fix a piece_of_color_and_type() / pieceS_of_color_and_t...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Marco Costalba
Rename generate_piece_moves() in generate_piece_evasions()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Marco Costalba
Retire generate_pawn_captures()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Marco Costalba
Retire generate_pawn_blocking_evasions()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Marco Costalba
Standardize generate_pawn_blocking_evasions()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Marco Costalba
Code style and subtle fix in move_is_legal()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Marco Costalba
Simplify move legality check for uncommon cases
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Marco Costalba
Enable functionality of previous patch
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Marco Costalba
When generating checks add possibly under-promotions
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Marco Costalba
Fix a bug in generate_piece_checks()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Marco Costalba
Small micro optimization in generate_evasions()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Marco Costalba
Change evaluation GrainSize from 4 to 8
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Marco Costalba
Save static evaluation also for failed low nodes
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Marco Costalba
Revert evaluation drift
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Marco Costalba
Evaluation drift: add always 7 instead of ply
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Marco Costalba
Rename piece_attacks_from() in attacks_from()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Marco Costalba
Remove undefined pinned_pieces(Color c, Bitboard& p)
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Marco Costalba
Retire attackers_to(Square s, Color c)
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Marco Costalba
Rename piece_attacks() in piece_attacks_from()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Marco Costalba
Cleanup piece_attacks_square() functions
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Marco Costalba
Rename attacks_to() in attackers_to()
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Marco Costalba
Change pawn_attacks() API
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Marco Costalba
Clean up API for attack information
commit
|
commitdiff
|
tree
|
snapshot
2009-09-20
Marco Costalba
Move kingSquare[] array to StateInfo
commit
|
commitdiff
|
tree
|
snapshot
2009-09-19
Marco Costalba
Don't compensate TT for evaluation drift
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Marco Costalba
Use WIN32_LEAN_AND_MEAN in lock.h
commit
|
commitdiff
|
tree
|
snapshot
2009-09-17
Joona Kiiski
Make static value saved in TT independent from ply
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Marco Costalba
Evaluation drift
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Marco Costalba
Fix semantic of piece_attacks<PAWN>
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Marco Costalba
Indirectly prefetch board[from]
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Marco Costalba
Retire piece_is_slider(PieceType pt)
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Marco Costalba
Second take at unifying bitboard representation access
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Marco Costalba
Templetize functions to get pieces by type
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Marco Costalba
Set LMRPVMoves to 10 instead of 14
commit
|
commitdiff
|
tree
|
snapshot
2009-09-04
Marco Costalba
Fix poly values mismerge
commit
|
commitdiff
|
tree
|
snapshot
2009-09-02
Tord Romstad
Bug fix for discovered checks in connected_moves().
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Marco Costalba
Retire pieces_of_color_and_type()
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Marco Costalba
MovePicker: rename number_of_moves() in number_of_evasi...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Marco Costalba
Use pointers instead of array indices also for badCaptures
commit
|
commitdiff
|
tree
|
snapshot
2009-08-31
Marco Costalba
Document index[] and pieceList[] are not invariants
commit
|
commitdiff
|
tree
|
snapshot
2009-08-30
Marco Costalba
Workaround a bug in Position::has_mate_threat()
commit
|
commitdiff
|
tree
|
snapshot
2009-08-30
Marco Costalba
Skip TT_MOVES phase when possible
commit
|
commitdiff
|
tree
|
snapshot
2009-08-30
Marco Costalba
Movepicker: take move's loop out of switch statement
commit
|
commitdiff
|
tree
|
snapshot
2009-08-30
Marco Costalba
Revert "null move reorder" series
commit
|
commitdiff
|
tree
|
snapshot
2009-08-29
Marco Costalba
Convert handling of tt moves and killers to standard...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-29
Marco Costalba
Try null move before captures
commit
|
commitdiff
|
tree
|
snapshot
2009-08-29
Marco Costalba
Use pointers instead of array indices in MovePicker
commit
|
commitdiff
|
tree
|
snapshot
2009-08-27
Marco Costalba
Change the flow in wich moves are generated and picked
commit
|
commitdiff
|
tree
|
snapshot
2009-08-26
Marco Costalba
Disable again null move at depth == OnePly
commit
|
commitdiff
|
tree
|
snapshot
2009-08-26
Joona Kiiski
Use special null move technique in low depth.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-26
Joona Kiiski
Use nullMove only through MovePicker.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-26
Joona Kiiski
Add Null move support to MovePicker.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-26
Joona Kiiski
Create useNullMove local variable
commit
|
commitdiff
|
tree
|
snapshot
2009-08-26
Marco Costalba
Clean killers handling in movepicker
commit
|
commitdiff
|
tree
|
snapshot
2009-08-25
Marco Costalba
Micro-optimze extension()
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Marco Costalba
Merge branch 'master' of git-Stockfish@free2.projectloc...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Marco Costalba
Remove a local variable from pop_1st_bit()
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
Marco Costalba
Poly ampli+bias values after 73831 games
commit
|
commitdiff
|
tree
|
snapshot
2009-08-21
Tord Romstad
Added a few new targets to the Makefile for OS X with...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-20
Marco Costalba
Fix some asserts raised by is_ok()
commit
|
commitdiff
|
tree
|
snapshot
2009-08-20
Tord Romstad
Fixed incorrect material key update when making promoti...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-18
Marco Costalba
More use of memset() in Position::clear()
commit
|
commitdiff
|
tree
|
snapshot
2009-08-18
Marco Costalba
Little do_move() micro optimizations
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
Marco Costalba
Better clarify how pieceList[] and index[] work
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
Marco Costalba
Unify patch series summary
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
Marco Costalba
Unify undo_ep_move(m)
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
Marco Costalba
Unify undo_promotion_move()
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
Marco Costalba
Unify do_promotion_move()
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
Marco Costalba
Unify do_ep_move()
commit
|
commitdiff
|
tree
|
snapshot
2009-08-15
Marco Costalba
L1/L2 friendly PhaseTable[]
commit
|
commitdiff
|
tree
|
snapshot
2009-08-14
Marco Costalba
Use optimized pop_1st_bit() under Windows 64 with icc
commit
|
commitdiff
|
tree
|
snapshot
2009-08-14
Marco Costalba
Better naming and document some endgame functions
commit
|
commitdiff
|
tree
|
snapshot
2009-08-14
Marco Costalba
Finally fix prefetch on Linux
commit
|
commitdiff
|
tree
|
snapshot
2009-08-14
Marco Costalba
Reuse 5 slots instead of 4
commit
|
commitdiff
|
tree
|
snapshot
2009-08-10
Marco Costalba
Double prefetch on Windows
commit
|
commitdiff
|
tree
|
snapshot
2009-08-10
Marco Costalba
Avoid Intel compiler optimizes away prefetching
commit
|
commitdiff
|
tree
|
snapshot
2009-08-10
Marco Costalba
Use aligned prefetch address
commit
|
commitdiff
|
tree
|
snapshot
2009-08-10
Marco Costalba
Remove old BishopPairBonus constants
commit
|
commitdiff
|
tree
|
snapshot
2009-08-10
Marco Costalba
Enable prefetch also for gcc
commit
|
commitdiff
|
tree
|
snapshot
2009-08-09
Marco Costalba
Try to prefetch as soon as position key is ready
commit
|
commitdiff
|
tree
|
snapshot
next