]> git.draconx.ca Git - rrace.git/shortlog
rrace.git
2024-01-07 Nick BowlerBump dxcommon to get curses configure fixes. master
2024-01-07 Nick Bowlertests: Skip reference RNG test on old compilers.
2024-01-07 Nick BowlerRemove some stray C++-style // comments.
2024-01-07 Nick BowlerImprove RNG compatibility with old compilers.
2024-01-07 Nick BowlerDon't build locale/wcwidth junk if NLS is disabled.
2024-01-06 Nick BowlerBump dxcommon to pull in testsuite fixes.
2024-01-06 Nick Bowlerewmhicon: Fix colourmap generation in w32vga mode.
2023-12-01 Nick BowlerTrivial manual fixes.
2023-12-01 Nick BowlerReplace gnulib patch with new common helper macro.
2023-06-13 Nick BowlerReplace TAP testsuite macros with dxcommon versions.
2023-05-29 Nick BowlerFix some missing #includes.
2023-05-29 Nick BowlerFix distribution of copysym.h.
2023-05-29 Nick BowlerReplace Gnulib striconv with copyright_symbol from...
2023-05-27 Nick BowlerStop using gnulib's flexmember module.
2023-01-26 Nick Bowlermotif: Don't query widget width every timer update.
2023-01-25 Nick BowlerPull in packed options fix from dxcommon.
2023-01-25 Nick Bowlertests: Add missing returns from test programs.
2023-01-13 Nick BowlerMix in PID with initial seed.
2023-01-13 Nick BowlerSeparate EWMH colour conversion from icon generation.
2023-01-12 Nick BowlerPerformance improvements for runtime icon generation.
2023-01-09 Nick BowlerUse new packed option format from gen-options.awk.
2023-01-08 Nick BowlerAvoid linking against libXt/libXm string tables.
2023-01-07 Nick BowlerClear goal overlay when starting a new game.
2023-01-07 Nick BowlerFix bitmap generation in goal overlay feature.
2023-01-07 Nick Bowlerx11: Avoid unneeded border clears.
2023-01-07 Nick Bowlermotif: Remove console printout when game is finished.
2023-01-07 Nick Bowlermotif: Optimize widget string table a bit.
2023-01-07 Nick Bowlerx11: Shrink colour initialization code.
2023-01-07 Nick Bowlermotif: Combine status details into a single flags member.
2023-01-07 Nick Bowlermotif: State structure cleanup
2023-01-07 Nick Bowlermotif: Avoid constantly recalculating tile size.
2022-12-31 Nick BowlerReimplement xcounter based on pre-rendered pixmpas.
2022-12-23 Nick BowlerFix memory leak in ewmh_probe_wm_icon.
2022-12-14 Nick BowlerCombine x11_redraw_icon and x11_redraw_goal.
2022-12-14 Nick BowlerPack/unpack the tile planes arithmetically.
2022-12-09 Nick BowlerAdd Gnulib dependency libs to all build targets.
2022-12-09 Nick Bowlermotif: simplify border_clear implementation.
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-12-07 Nick BowlerImprove game_check_goal implementation slightly.
2022-12-07 Nick BowlerFix configuration w/ --with-x.
2022-12-03 Nick BowlerGenerate and install "locolor" icons.
2022-11-30 Nick BowlerAdd a funky dithered 16-colour mode to ewmhicon.
2022-11-30 Nick BowlerImprove portability of icon generating rules.
2022-11-30 Nick BowlerMake colour macros more flexible.
2022-11-30 Nick BowlerMake EWMH icon generation more abstract.
2022-11-29 Nick BowlerImprove configure --help output.
2022-11-29 Nick BowlerFix configuration w/ --with-curses.
2022-11-27 Nick Bowlerx11: Fix redraw on window resize.
2022-11-18 Nick BowlerRestructure icon rebuild rules a bit.
2022-11-18 Nick BowlerFix distribution of src/cursesui.h.
2022-11-18 Nick BowlerAvoid Gnulib std-gnu11 module.
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.
next