/[filezilla]/chess
ViewVC logotype

Index of /chess

Files shown:86
Directory revision: 8444 (of 8838)
Sticky Revision:


File Rev. Age Author Last log entry
 Parent Directory        
sqlite/  5242  4 years  codesquid   Update bundled sqlite.
test/  5281  4 years  codesquid   Additional test positions
uci/  5374  4 years  codesquid   Allow spending additional time if having much more time available as opponent.
util/  8444  13 months  codesquid   Add missing include.
workspace/  5361  4 years  codesquid   Modernize workspace files.
AUTHORS  4529  6 years  codesquid   Prepare new release
COPYING  4450  6 years  codesquid   Add GPL.
Makefile  5362  4 years  codesquid   Fix Makefiles.
Makefile-opt  5362  4 years  codesquid   Fix Makefiles.
NEWS  5190  4 years  codesquid   Prepare new release
README  4981  5 years  codesquid   Increase copyright year
assert.hpp  5350  4 years  codesquid   Add a comment regarding pawn tt validation.
book.cpp  5231  4 years  codesquid   Fix a compiler warning.
book.hpp  5228  4 years  codesquid   Move two private functions to impl.
bookgen.cpp  5280  4 years  codesquid   Add function to toggle color.
calc.cpp  5400  4 years  codesquid   Allow higher max depth.
calc.hpp  5400  4 years  codesquid   Allow higher max depth.
chess.cpp  5259  4 years  codesquid   Fix compile error.
chess.hpp  5155  4 years  codesquid   Get rid of many global variables. The aim is to have, in the same process, multi…
config.cpp  5506  4 years  codesquid   Fix compile error
config.hpp  5400  4 years  codesquid   Allow higher max depth.
context.cpp  5155  4 years  codesquid   Get rid of many global variables. The aim is to have, in the same process, multi…
context.hpp  5155  4 years  codesquid   Get rid of many global variables. The aim is to have, in the same process, multi…
definitions.hpp  5400  4 years  codesquid   Allow higher max depth.
detect_check.cpp  5280  4 years  codesquid   Add function to toggle color.
detect_check.hpp  5253  4 years  codesquid   Small simplification
endgame.cpp  5345  4 years  codesquid   Additional endgame knowledge.
endgame.hpp  4535  6 years  codesquid   Another round of evaluation improvements: - Basic endgame evaluation - Rook on 7…
epd.cpp  5155  4 years  codesquid   Get rid of many global variables. The aim is to have, in the same process, multi…
epd.hpp  5155  4 years  codesquid   Get rid of many global variables. The aim is to have, in the same process, multi…
eval.cpp  5368  4 years  codesquid   Make pawn shield evaluation testable.
eval.hpp  5368  4 years  codesquid   Make pawn shield evaluation testable.
eval_values.cpp  5372  4 years  codesquid   Refined values.
eval_values.hpp  5258  4 years  codesquid   Another tiny performance improvement.
fen.cpp  5163  4 years  codesquid   Fixes to position verification debug code.
fen.hpp  5155  4 years  codesquid   Get rid of many global variables. The aim is to have, in the same process, multi…
hash.cpp  5400  4 years  codesquid   Allow higher max depth.
hash.hpp  5400  4 years  codesquid   Allow higher max depth.
history.cpp  5252  4 years  codesquid   Avoid a multiplication when a shift suffices.
history.hpp  5252  4 years  codesquid   Avoid a multiplication when a shift suffices.
logo.bmp  4719  5 years  codesquid   Move some arms to make better use of the available width.
logo.svg  4719  5 years  codesquid   Move some arms to make better use of the available width.
magic.cpp  5360  4 years  codesquid   Remove a bunch of not needed tables, only create some others on-demand.
magic.hpp  4467  6 years  codesquid   Use (u)int64_t
magic_gen.cpp  5360  4 years  codesquid   Remove a bunch of not needed tables, only create some others on-demand.
magic_values.hpp  4573  6 years  codesquid   Save a subtraction on each magic application.
move.hpp  5155  4 years  codesquid   Get rid of many global variables. The aim is to have, in the same process, multi…
moves.cpp  5244  4 years  codesquid   Unify adding pawns.
moves.hpp  5084  5 years  codesquid   Depth-first processing of .pgn files
opening_book.db  4982  5 years  codesquid   Redo hashes.
pawn_structure_hash_table.cpp  5370  4 years  codesquid   Collect some additional pawn hash table stats.
pawn_structure_hash_table.hpp  5370  4 years  codesquid   Collect some additional pawn hash table stats.
pgn.cpp  5138  5 years  codesquid   Compile fixes.
pgn.hpp  5084  5 years  codesquid   Depth-first processing of .pgn files
phased_move_generator.cpp  5245  4 years  codesquid   Rewrite history heuristic. Now more of it is actually in history.cpp
phased_move_generator.hpp  5245  4 years  codesquid   Rewrite history heuristic. Now more of it is actually in history.cpp
position.cpp  5280  4 years  codesquid   Add function to toggle color.
position.hpp  5280  4 years  codesquid   Add function to toggle color.
pv_move_picker.cpp  5359  4 years  codesquid   Revert accidental commit.
pv_move_picker.hpp  5237  4 years  codesquid   Avoid a copy
pvlist.cpp  5374  4 years  codesquid   Allow spending additional time if having much more time available as opponent.
pvlist.hpp  5358  4 years  codesquid   Don't use zero depth in easy move info, some interfaces cannot handle it. Also i…
random.cpp  5371  4 years  codesquid   Let the seed function return the seed.
random.hpp  5371  4 years  codesquid   Let the seed function return the seed.
score.cpp  5257  4 years  codesquid   Use a typedef for internal score value type.
score.hpp  5257  4 years  codesquid   Use a typedef for internal score value type.
see.cpp  5280  4 years  codesquid   Add function to toggle color.
see.hpp  4671  6 years  codesquid   More refactoring.
seen_positions.cpp  5275  4 years  codesquid   Fix harmless warning.
seen_positions.hpp  5269  4 years  codesquid   Avoid copying too much of seen positions.
selftest.cpp  5400  4 years  codesquid   Allow higher max depth.
selftest.hpp  5171  4 years  codesquid   Add some more perft positions, run perft tests in parallel.
simple_book.cpp  5218  4 years  codesquid   Uninitialized variable.
simple_book.hpp  5028  5 years  codesquid   For distribution, use another book format using only 8% of the original size.
sliding_piece_attacks.hpp  5360  4 years  codesquid   Remove a bunch of not needed tables, only create some others on-demand.
state_base.cpp  5373  4 years  codesquid   Reduce thinking time on easy moves.
state_base.hpp  5373  4 years  codesquid   Reduce thinking time on easy moves.
statistics.cpp  5370  4 years  codesquid   Collect some additional pawn hash table stats.
statistics.hpp  5260  4 years  codesquid   Add KBPKN endgame support.
tables.hpp  5360  4 years  codesquid   Remove a bunch of not needed tables, only create some others on-demand.
tables_gen.cpp  5360  4 years  codesquid   Remove a bunch of not needed tables, only create some others on-demand.
time_calculation.cpp  5374  4 years  codesquid   Allow spending additional time if having much more time available as opponent.
time_calculation.hpp  5374  4 years  codesquid   Allow spending additional time if having much more time available as opponent.
tweak.cpp  5279  4 years  codesquid   Get rid of calls to rand()
tweak.hpp  5155  4 years  codesquid   Get rid of many global variables. The aim is to have, in the same process, multi…
util.cpp  5347  4 years  codesquid   Handle a class of highly invalid moves.
util.hpp  5366  4 years  codesquid   Make set_max and set_min return bool on change.
xboard.cpp  5374  4 years  codesquid   Allow spending additional time if having much more time available as opponent.
xboard.hpp  5155  4 years  codesquid   Get rid of many global variables. The aim is to have, in the same process, multi…
zobrist.cpp  5250  4 years  codesquid   Further simplification.
zobrist.hpp  5250  4 years  codesquid   Further simplification.

Properties

Name Value
svn:ignore *.gcda *.o bookgen bookgen-debug.exe bookgen-debug.pdb bookgen-use bookgen.exe bookgen.pdb build octochess octochess-debug.exe octochess-debug.pdb octochess-use octochess.exe octochess.pdb sqlite3.exe sqlite3_analyzer.exe tables.cpp

tim.kosse@filezilla-project.org
ViewVC Help
Powered by ViewVC 1.1.26