aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
46 hoursHash collisionstslil clingman
46 hoursFixed some important bugstslil clingman
46 hoursAttempting Zobrist hashingtslil clingman
46 hoursNot correct usage, need to try hashingtslil clingman
46 hoursno speed increase ...tslil clingman
46 hoursTrying caching to speed things uptslil clingman
46 hoursThanks compile warnings!tslil clingman
46 hoursShould now play out to the endtslil clingman
46 hoursStarting work on LCD librarytslil clingman
46 hoursBusybox is irritatingtslil clingman
46 hoursBusybox needs LFS to buildtslil clingman
46 hoursCleaning up busyboxtslil clingman
46 hoursFinally (?) fixed winning avoidancetslil clingman
46 hoursSlight fix to game looptslil clingman
46 hoursRenamingtslil clingman
46 hoursMerge branch 'negamax'tslil clingman
46 hourscleanuptslil clingman
46 hoursMany fixes, i think this is actually correcttslil clingman
46 hoursUnrelatedtslil clingman
46 hoursExperimentingtslil clingman
46 hoursMerge branch 'pi'tslil clingman
46 hoursMerge branch 'master' of git.sr.ht:~tslil/ctaktslil clingman
46 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;
46 hoursGetting ready for cross compilationtslil clingman
46 hoursCompiler warningtslil clingman
46 hoursAuto-start the gametslil clingman
46 hoursFinally fixed move generationtslil clingman
46 hoursWorking on better output + build system refinementtslil clingman
46 hoursAdded tunable search depth and self-playtslil clingman
46 hoursForgot some file argumentstslil clingman
46 hoursToying with symmetrising datatslil clingman
46 hoursCan't stop half-way through turntslil clingman
46 hoursIn-lined score reportingtslil clingman
46 hoursInfrastructure more or less set up!tslil clingman
It remains to tweak ct1986.c and add a .login file to autorun stuff!
46 hoursNicer info, corrected strncmp --> strcmp in placestslil clingman
46 hoursIn-lined as much as a i daretslil clingman
46 hoursFinally fixed memory order of weights!tslil clingman
46 hoursNot final just yettslil clingman
46 hoursOpps, wrong stonetslil clingman
46 hoursClosing in on lcd!tslil clingman
46 hoursInlined placements, should be fastertslil clingman
46 hoursIt's becoming clear i need to write my own interfacetslil clingman
46 hoursMerge branch 'master' of git.sr.ht:~tslil/ctaktslil clingman
46 hoursSlight bugtslil clingman
46 hoursMemory oob fixtslil clingman
46 hoursFixed extract script, wget tells me not to use -Otslil clingman
46 hoursCurrently segfaults. Maybe because serial is in use?tslil clingman
46 hoursRevert "Starting work on MCU port"tslil clingman
This reverts commit 43eec01361eb6174142180c29afef960e041514e.
46 hoursFirst steps towards character LCDtslil clingman
46 hoursLeftover from another branchtslil clingman