aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
47 hoursThis looks better to me and confirms scribbles on papertslil clingman
47 hoursI don't understand why action_list.c:306 != 259tslil clingman
47 hoursThere are still some bugs in the undo almost surely...tslil clingman
47 hoursLots of bugfixes, mostly uint vs int. Still weirdness in gametslil clingman
47 hoursMemory leak fixtslil clingman
47 hoursThis is the basic idea, there's ≥ 1 bug (generates illegals...)tslil clingman
47 hoursWorking on action lists to refactortslil clingman
47 hoursStill tryingtslil clingman
|
47 hoursHash collisionstslil clingman
47 hoursFixed some important bugstslil clingman
47 hoursAttempting Zobrist hashingtslil clingman
47 hoursNot correct usage, need to try hashingtslil clingman
47 hoursno speed increase ...tslil clingman
47 hoursTrying caching to speed things uptslil clingman
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