0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Slow JUnit tests should be excluded from the tests task that is always executed in the CI build More... over 1 year ago
Do not apply gradle plugins to the root module More... over 1 year ago
Add jitpack.yml to force openjdk11 More... over 1 year ago
Remove references to bintray in the readme More... over 1 year ago
Merge branch 'develop' More... over 1 year ago
Release for 1.8 in tgz More... over 1 year ago
Update readme for release More... over 1 year ago
Update scrips (carballo 1.6 no longer works with cutechess, and gcj is no longer relevant) More... over 1 year ago
Change artifact group to com.github.albertoruibal.carballo (for JitPack) More... over 1 year ago
Automatic code inspections More... over 1 year ago
Add JitPack badge More... over 1 year ago
Ie10 is no longer valid for GWT More... over 1 year ago
Random is now provided by the GWT SDK More... over 1 year ago
Upgrade build to Java 11, gradle wrapper to 7.5.1 More... over 1 year ago
Do not do reductions in king and pawn endings More... over 4 years ago
Improvements after code inspection More... over 4 years ago
Use gradle wrapper and Gradle 5.6.2 More... over 4 years ago
JUnit 5 and some improvements after code inspections More... over 4 years ago
Some updates to the readme file preparing the upcoming 1.8 release More... over 4 years ago
Replace square2Index with Long.numberOfTrailingZeros More... over 4 years ago
Move the search statistics logic to a separated class More... over 4 years ago
Add more files to .gitignore More... over 4 years ago
Replace BitboardUtils.distance() by an array and fix tests More... over 4 years ago
Target Java 1.8 More... over 4 years ago
Convert the old applet to a Swing application More... over 4 years ago
Proguard 6.1.1 More... over 4 years ago
Update readme: UCI Interface: Now "isready" may be called after "position" More... over 6 years ago
Use an independent Board for the Uci interface, now "isready" may be called after "position" More... over 6 years ago
Add gradle appRun and access with your web browser to http://localhost:8080/chess/ Update to GWT 2.8.2 Update to proguard 5.3.3 More... over 6 years ago
Use the native Long.bitCount(), Long.lowestOneBit() and Long.highestOneBit() (it was using a custom implementation) closes #6 More... about 7 years ago