]> git.draconx.ca Git - rrace.git/history - src/curses.c
Fix some missing #includes.
[rrace.git] / src / curses.c
2023-05-29 Nick BowlerFix some missing #includes.
2023-01-09 Nick BowlerUse new packed option format from gen-options.awk.
2023-01-07 Nick BowlerClear goal overlay when starting a new game.
2023-01-07 Nick BowlerFix bitmap generation in goal overlay feature.
2022-12-14 Nick BowlerPack/unpack the tile planes arithmetically.
2022-11-16 Nick BowlerFix curses build on HP-UX.
2022-06-18 Nick BowlerFactor out build-conditional wresize calls.
2022-06-18 Nick BowlerUse gen-tree.awk to produce curses menu labels.
2022-06-12 Nick Bowlercurses: Begin to implement a game menu system.
2022-06-12 Nick Bowlercurses: Make the game winnable.
2022-06-12 Nick Bowlercurses: Add timer display.
2022-06-11 Nick Bowlercurses: Parameterize vertical position of the game.
2022-06-08 Nick BowlerDon't use leaveok() in curses.
2022-06-08 Nick BowlerAdd basic keyboard control to curses UI.
2022-06-08 Nick BowlerCurses UI improvements.
2022-06-08 Nick BowlerAdd initial curses-based UI.