log
graph
tags
branches
changeset
browse
zip
gz
Chess0
log
find changesets by author, revision, files, or words in the commit message
less
more
| rev 263:
(0)
-100
-60
tip
age
author
description
9 months ago
Claudio M. Camacho
Add a simple indentation method in doMove()/undoMove() logging.
default
tip
9 months ago
Claudio M. Camacho
Add temporary stacks workaround, submitted by C2H5OH.
9 months ago
Isaac Jurado
Temporary fix for the stacks bug.
9 months ago
Isaac Jurado
Avoid unnecessary linking.
9 months ago
Claudio M. Camacho
Correct a formality in the HEURISTIC_FACTOR (should be 3001, not 3000).
10 months ago
Claudio M. Camacho
Introduce deupdatePieces() and put it into use.
11 months ago
Claudio M. Camacho
Clean up some unnecessary code in GameManager.
11 months ago
Claudio M. Camacho
Fix regression in threefold and 50-moves-rule.
11 months ago
Claudio M. Camacho
Fix 'back' when a null move is present.
11 months ago
Claudio M. Camacho
Update TODO.
11 months ago
Claudio M. Camacho
Reckon Ctrl+D and stop the application.
11 months ago
Claudio M. Camacho
New versioning schema.
11 months ago
Claudio M. Camacho
Fix 'test moves' when a game is finished (since no valid moves).
11 months ago
Claudio M. Camacho
Fix cache issue with iterative depth search.
11 months ago
Claudio M. Camacho
Initial rework of AI thinking style. Added time limit on Unix.
12 months ago
claudio
Added tag v0.3.2 for changeset f451912b2f15
12 months ago
claudio
Decrease default dpeth, as adaptive is really slow.
v0.3.2
12 months ago
claudio
Fix a critical bug in check-mate detection.
12 months ago
Claudio M. Camacho
Added tag v0.3.1 for changeset 26abed3cec98
12 months ago
Claudio M. Camacho
Separate AI_DEPTH into AI_DEPTH_CLASSIC and AI_DEPTH_ADAPTIVE.
v0.3.1
12 months ago
Claudio M. Camacho
Fix threefold repetition that wasn't working with the previous commit.
12 months ago
Claudio M. Camacho
Fix a potential crash in MVV/LVA with empassants (reported by Tito Houzy).
12 months ago
Claudio M. Camacho
Move the threefold rule into Board.
12 months ago
Claudio M. Camacho
Update PERFORMANCE document.
12 months ago
Claudio M. Camacho
Implement MVV/LVA in adaptive_extensions.cpp.
12 months ago
Claudio M. Camacho
Remove insert() in legal.cpp in favor of a new code.
12 months ago
Claudio M. Camacho
Add some performance boost in move generation.
12 months ago
Claudio M. Camacho
Small optimization: if only one valid move, don't search.
12 months ago
Claudio M. Camacho
Parse 'sd' as 'depth', for XBoard depth setting.
12 months ago
Claudio M. Camacho
Fix null move for black, which was not working.
12 months ago
Claudio M. Camacho
Update TODO and re-arrange GameManager::perform().
12 months ago
Claudio M. Camacho
Fix 50-rule (recently moved to Board) and add different DRAWs.
12 months ago
Claudio M. Camacho
Move 50-rule to Board.
12 months ago
Claudio M. Camacho
Implement 'move now' in Adaptive.
12 months ago
Claudio M. Camacho
Initial support for 'move-now'/'force-move' using SIGINT.
12 months ago
Claudio M. Camacho
Clean up xboard.cpp a lot and improve protocol support.
12 months ago
Claudio M. Camacho
Add initial support for the command 'xboard'.
12 months ago
Claudio M. Camacho
Move execute() to xboard.cpp.
12 months ago
Claudio M. Camacho
Futher clean xboard.
12 months ago
Claudio M. Camacho
First patch to synchronize XBoard with ApplicationManager.
12 months ago
Claudio M. Camacho
Update TODO.
12 months ago
Claudio M. Camacho
Fix cache clearing.
12 months ago
Claudio M. Camacho
Fix a dumb problem with black promotions.
12 months ago
Claudio M. Camacho
Fix long thinking in promotions.c0b.
12 months ago
Claudio M. Camacho
Update ChangeLog.
12 months ago
Claudio M. Camacho
Clean up GameManager and add 2 kings draw detection to Board.
12 months ago
Claudio M. Camacho
Add two more tests for testing end games.
12 months ago
Claudio M. Camacho
Improve auto-depth in Adaptive and move the code to adaptive_extensions.cpp.
12 months ago
Claudio M. Camacho
Add promotions to quiescence search as critical moves.
12 months ago
Claudio M. Camacho
Implement search tree saving and boost performance astonishingly.
12 months ago
Claudio M. Camacho
Update TODO.
12 months ago
Claudio M. Camacho
Fix solver behavior with loaded matches.
12 months ago
Claudio M. Camacho
Implement basic solver.
12 months ago
Claudio M. Camacho
Add SAN notation to XBoard and rise default cache to 128MB.
12 months ago
Claudio M. Camacho
Start coding 'solve' command using 'auto' as a base.
12 months ago
Claudio M. Camacho
Update TODO.
12 months ago
Claudio M. Camacho
Implement SAN notation for all moves coming from the computer.
12 months ago
Claudio M. Camacho
Fix broken SAN in AI engines.
12 months ago
Claudio M. Camacho
Move 'pretty'-calls to AI.
12 months ago
Claudio M. Camacho
SANify pawn moves.
less
more
| rev 263:
(0)
-100
-60
tip
MKD's development repositories