aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
39 hoursOpps, wrong stonetslil clingman
39 hoursClosing in on lcd!tslil clingman
39 hoursInlined placements, should be fastertslil clingman
39 hoursIt's becoming clear i need to write my own interfacetslil clingman
39 hoursMerge branch 'master' of git.sr.ht:~tslil/ctaktslil clingman
39 hoursSlight bugtslil clingman
39 hoursMemory oob fixtslil clingman
39 hoursFixed extract script, wget tells me not to use -Otslil clingman
39 hoursCurrently segfaults. Maybe because serial is in use?tslil clingman
39 hoursRevert "Starting work on MCU port"tslil clingman
This reverts commit 43eec01361eb6174142180c29afef960e041514e.