| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 47 hours | Attempting Zobrist hashing | tslil clingman | |
| 47 hours | Trying caching to speed things up | tslil clingman | |
| 47 hours | Should now play out to the end | tslil clingman | |
| 47 hours | Starting work on LCD library | tslil clingman | |
| 47 hours | Slight fix to game loop | tslil clingman | |
| 47 hours | Renaming | tslil clingman | |
| 47 hours | Vertical line is just incremented %2, i'll have to manually buffer | tslil 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 hours | Working on better output + build system refinement | tslil clingman | |
| 47 hours | Forgot some file arguments | tslil clingman | |
| 47 hours | Can't stop half-way through turn | tslil clingman | |
| 47 hours | In-lined as much as a i dare | tslil clingman | |
| 47 hours | Closing in on lcd! | tslil clingman | |
| 47 hours | Currently segfaults. Maybe because serial is in use? | tslil clingman | |
| 47 hours | First steps towards character LCD | tslil clingman | |
