aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
39 hoursStill bugs...tslil clingman
39 hoursStill some bugs, standing stone becomes flat at depth4 self-play??tslil clingman
39 hoursThere's still something wrongtslil clingman
39 hoursIncidental bugfixtslil clingman
39 hoursThis looks better to me and confirms scribbles on papertslil clingman
39 hoursI don't understand why action_list.c:306 != 259tslil clingman
39 hoursThere are still some bugs in the undo almost surely...tslil clingman
39 hoursLots of bugfixes, mostly uint vs int. Still weirdness in gametslil clingman
39 hoursMemory leak fixtslil clingman
39 hoursThis is the basic idea, there's ≥ 1 bug (generates illegals...)tslil clingman
39 hoursWorking on action lists to refactortslil clingman
39 hoursStill tryingtslil clingman
|
39 hoursHash collisionstslil clingman
39 hoursFixed some important bugstslil clingman
39 hoursAttempting Zobrist hashingtslil clingman
39 hoursNot correct usage, need to try hashingtslil clingman
39 hoursno speed increase ...tslil clingman
39 hoursTrying caching to speed things uptslil clingman
39 hoursThanks compile warnings!tslil clingman
39 hoursShould now play out to the endtslil clingman
39 hoursStarting work on LCD librarytslil clingman
39 hoursBusybox is irritatingtslil clingman
39 hoursBusybox needs LFS to buildtslil clingman
39 hoursCleaning up busyboxtslil clingman
39 hoursFinally (?) fixed winning avoidancetslil clingman
39 hoursSlight fix to game looptslil clingman
39 hoursRenamingtslil clingman
39 hoursMerge branch 'negamax'tslil clingman
39 hourscleanuptslil clingman
39 hoursMany fixes, i think this is actually correcttslil clingman
39 hoursUnrelatedtslil clingman
39 hoursExperimentingtslil clingman
39 hoursMerge branch 'pi'tslil clingman
39 hoursMerge branch 'master' of git.sr.ht:~tslil/ctaktslil clingman
39 hoursVertical line is just incremented %2, i'll have to manually buffertslil clingman
charlcd.c:621 case '\n': /* * flush the remainder of the current line and * go to the beginning of the next line */ for (; priv->addr.x < lcd->bwidth; priv->addr.x++) lcd->ops->write_data(lcd, ' '); priv->addr.x = 0; priv->addr.y = (priv->addr.y + 1) % lcd->height; charlcd_gotoxy(lcd); break;
39 hoursGetting ready for cross compilationtslil clingman
39 hoursCompiler warningtslil clingman
39 hoursAuto-start the gametslil clingman
39 hoursFinally fixed move generationtslil clingman
39 hoursWorking on better output + build system refinementtslil clingman
39 hoursAdded tunable search depth and self-playtslil clingman
39 hoursForgot some file argumentstslil clingman
39 hoursToying with symmetrising datatslil clingman
39 hoursCan't stop half-way through turntslil clingman
39 hoursIn-lined score reportingtslil clingman
39 hoursInfrastructure more or less set up!tslil clingman
It remains to tweak ct1986.c and add a .login file to autorun stuff!
39 hoursNicer info, corrected strncmp --> strcmp in placestslil clingman
39 hoursIn-lined as much as a i daretslil clingman
39 hoursFinally fixed memory order of weights!tslil clingman
39 hoursNot final just yettslil clingman