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