]> git.draconx.ca Git - rrace.git/shortlog
rrace.git
2022-11-16 Nick Bowlerx11: Improve redraw of empty spaces.
2022-11-16 Nick BowlerFix build on older Motif without XmPIXMAP_AND_STRING.
2022-11-16 Nick BowlerFix curses build on HP-UX.
2022-09-13 Nick BowlerDocument that the curses UI exists in the README.
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-18 Nick BowlerCombine motifgui.dat / motifstr.str into one file.
2022-06-12 Nick Bowlercurses: Begin to implement a game menu system.
2022-06-12 Nick BowlerAdd a debug mode to make the game stupidly easy.
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 BowlerEnsure manpages are distributed.
2022-06-08 Nick BowlerAdd basic keyboard control to curses UI.
2022-06-08 Nick BowlerCurses UI improvements.
2022-06-08 Nick BowlerFix reconfiguration when using --without-x.
2022-06-08 Nick BowlerAdd initial curses-based UI.
2022-06-03 Nick BowlerAdd initial README.
2022-06-03 Nick BowlerAdd COPYING
2022-06-02 Nick BowlerDisplay a warning if configuring without any UI.
2022-03-17 Nick BowlerImplement the about dialog.
2022-03-17 Nick BowlerCall setlocale on startup.
2022-03-17 Nick BowlerAdd timer display.
2022-03-14 Nick BowlerReduce redrawing on resize events.
2022-03-12 Nick BowlerRestructure motif code a bit.
2022-03-12 Nick BowlerReport changed positions from game_do_move.
2022-03-12 Nick BowlerOnly redraw changed tiles when right clicking.
2022-03-12 Nick BowlerAdd build-time option to help debug X11 rendering.
2022-03-12 Nick BowlerTrack elapsed time of the game.
2022-03-10 Nick BowlerAdd a more direct way to specify the game background.
2022-03-10 Nick BowlerAdd a man page to explain the game and program options.
2022-03-10 Nick BowlerAvoid uninitialized value error in help output.
2022-03-10 Nick BowlerRight clicking on game area now shows the objective.
2022-03-10 Nick BowlerSet default program title.
2022-03-10 Nick BowlerAvoid motif headers in x11.c.
2022-03-10 Nick BowlerMake tile colours configurable via X resources.
2022-03-09 Nick BowlerReduce the amount of redundant drawing in the goal...
2022-03-09 Nick BowlerReduce the amount of redundant drawing in the game...
2022-03-09 Nick BowlerGenerate and distribute some icon files.
2022-03-09 Nick BowlerFactor out common parts of icon generation.
2022-03-09 Nick BowlerVery slightly simplify game_reset implementation.
2022-03-09 Nick BowlerUse XPM as icon test output format.
2022-03-09 Nick BowlerAllow compilation without X11.
2022-03-08 Nick BowlerImplement window icons.
2022-03-07 Nick BowlerClean up redundant/unused declarations.
2022-03-07 Nick BowlerAdjust X11 include ordering.
2022-03-07 Nick BowlerFix boardmove testcase typo.
2022-03-07 Nick BowlerFix distribution.
2022-03-07 Nick BowlerPull in gnulib for its portability features.
2022-03-05 Nick BowlerCheck victory condition so the game is winnable.
2022-03-05 Nick BowlerAdd a menu bar.
2022-03-04 Nick BowlerBetter colours
2022-03-04 Nick BowlerImplement some basic gameplay.
2022-03-03 Nick BowlerInitial commit