]> git.draconx.ca Git - rrace.git/history - src/motif_ui.c
Alter x11_queue_render interface to better match usage.
[rrace.git] / src / motif_ui.c
2022-12-09 Nick BowlerAlter x11_queue_render interface to better match usage.
2022-12-09 Nick Bowlermotif: Combine game/goal expose functions.
2022-12-09 Nick BowlerImprove exposure mask calculation.
2022-11-27 Nick Bowlerx11: Fix redraw on window resize.
2022-11-16 Nick Bowlerx11: Improve redraw of empty spaces.
2022-11-16 Nick BowlerFix build on older Motif without XmPIXMAP_AND_STRING.
2022-06-18 Nick BowlerCombine motifgui.dat / motifstr.str into one file.
2022-03-17 Nick BowlerImplement the about dialog.
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 BowlerTrack elapsed time of the game.
2022-03-10 Nick BowlerRight clicking on game area now shows the objective.
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-07 Nick BowlerClean up redundant/unused declarations.
2022-03-05 Nick BowlerCheck victory condition so the game is winnable.
2022-03-05 Nick BowlerAdd a menu bar.
2022-03-04 Nick BowlerImplement some basic gameplay.
2022-03-03 Nick BowlerInitial commit