aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
3 daysStill some bugs, standing stone becomes flat at depth4 self-play??tslil clingman
3 daysThere's still something wrongtslil clingman
3 daysIncidental bugfixtslil clingman
3 daysThis looks better to me and confirms scribbles on papertslil clingman
3 daysI don't understand why action_list.c:306 != 259tslil clingman
3 daysThere are still some bugs in the undo almost surely...tslil clingman
3 daysLots of bugfixes, mostly uint vs int. Still weirdness in gametslil clingman
3 daysMemory leak fixtslil clingman
3 daysThis is the basic idea, there's ≥ 1 bug (generates illegals...)tslil clingman
3 daysWorking on action lists to refactortslil clingman
3 daysStill tryingtslil clingman
|
3 daysHash collisionstslil clingman
3 daysFixed some important bugstslil clingman
3 daysAttempting Zobrist hashingtslil clingman
3 daysNot correct usage, need to try hashingtslil clingman
3 daysno speed increase ...tslil clingman
3 daysTrying caching to speed things uptslil clingman
3 daysThanks compile warnings!tslil clingman
3 daysShould now play out to the endtslil clingman
3 daysStarting work on LCD librarytslil clingman
3 daysBusybox is irritatingtslil clingman
3 daysBusybox needs LFS to buildtslil clingman
3 daysCleaning up busyboxtslil clingman
3 daysFinally (?) fixed winning avoidancetslil clingman
3 daysSlight fix to game looptslil clingman
3 daysRenamingtslil clingman
3 daysMerge branch 'negamax'tslil clingman
3 dayscleanuptslil clingman
3 daysMany fixes, i think this is actually correcttslil clingman
3 daysUnrelatedtslil clingman
3 daysExperimentingtslil clingman
3 daysMerge branch 'pi'tslil clingman
3 daysMerge branch 'master' of git.sr.ht:~tslil/ctaktslil clingman
3 daysVertical 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;
3 daysGetting ready for cross compilationtslil clingman
3 daysCompiler warningtslil clingman
3 daysAuto-start the gametslil clingman
3 daysFinally fixed move generationtslil clingman
3 daysWorking on better output + build system refinementtslil clingman
3 daysAdded tunable search depth and self-playtslil clingman
3 daysForgot some file argumentstslil clingman
3 daysToying with symmetrising datatslil clingman
3 daysCan't stop half-way through turntslil clingman
3 daysIn-lined score reportingtslil clingman
3 daysInfrastructure more or less set up!tslil clingman
It remains to tweak ct1986.c and add a .login file to autorun stuff!
3 daysNicer info, corrected strncmp --> strcmp in placestslil clingman
3 daysIn-lined as much as a i daretslil clingman
3 daysFinally fixed memory order of weights!tslil clingman
3 daysNot final just yettslil clingman
3 daysOpps, wrong stonetslil clingman