Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-28 | robot-move: prevent crash on zero-length moves | Joshua Judson Rosen | |
2017-03-28 | robot-move: update display regardless of whether movement succeeded | Joshua Judson Rosen | |
Even if there's no movement to animate per se, we still want to be able to see the energy/shields stats decrementing as we bump into things--otherwise we might be surprised when our robots suddenly dies with our counters all still _apparently_ well above zero! Note that we're still charging only 1 hit against energy and shields per failed move *command* regardless of how many spaces the robot was attempting to go.... | |||
2017-03-28 | match apparent initial direction in GUI to actual direction | Joshua Judson Rosen | |
2017-03-28 | Consistently specify directions symbolically | Joshua Judson Rosen | |
2017-03-28 | UI: don't hide counters at startup | Joshua Judson Rosen | |
2017-03-28 | typo-fix: "within a single box", not "withing ..." | Joshua Judson Rosen | |
2017-03-28 | Prevent compiler warnings due to guile's bogus function-pointer typing | Joshua Judson Rosen | |
2017-03-28 | Stop using deprecated APIs. | Joshua Judson Rosen | |
2017-03-28 | Update to C99.... | Joshua Judson Rosen | |
Using C99 is a bit of a mixed bag, but lets us more easily eliminate warnings than other variants.... Earlier C variants have no "long long" type, which we don't even use but is still a problem for us because there are some deprecated function prototypes that come in through the libguile.h header and *they* are defined in terms of "long long". C99 criminalizes guile's behavior of passing function-pointers via "void *"..., but we can work around that.... | |||
2017-03-28 | autotools: copy in config.rpath from gnulib | Joshua Judson Rosen | |
Necessary to support GUILE_FLAGS in guile 2.0 | |||
2017-03-28 | Migrate to guile 2.0 | Iain R. Learmonth | |
Fixes: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746000> | |||
2017-03-28 | VC: ignore "compile" script inserted by Autotools | Joshua Judson Rosen | |
2017-03-28 | VC: ignore only specific paths for singleton autogenerated files | Joshua Judson Rosen | |
2009-11-18 | Fix autoconf mess such that you can actually specify CFLAGS to the build. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2009-11-18 | Fix issues when compiling with optimisations. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-10-14 | Change email address for Jim Hall, upon request. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-08-22 | Correct scheme file installation so that the files are not executable. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-08-03 | Adjust build system. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-08-03 | Generate Changelog | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-08-03 | Make minor corrections to build system. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-08-03 | Generate Changelog | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-08-03 | Make corrections/additions to documents. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-08-03 | Bump version to 1.2.0 | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-08-03 | Correct Window title. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-08-03 | Use pkg-config to check for Guile 1.8. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-08-03 | Fix bootstraping. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-08-03 | Add Gtk interface. Using a Vte for guile input. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-08-02 | Add more uitest stuff. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-08-02 | Adjust Changelogs. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-08-02 | Add new graphics. Thanks to Eric P. Hutchins <hutchiep190@potsdam.edu> | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-07-12 | Improve bootstrapping script. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-06-12 | Remove the -Wfatal-errors flag so that it compiles under cygwin with gcc 3.4.4. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-05-20 | Add better bootstrap script. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-05-20 | Change default font to fixed. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-05-19 | Tidy up Xlib/Xpm checks. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-05-17 | Upgrade license to GPLv3 or later. Bump version to 1.1.1. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-05-16 | Add initial empty window, remove commited binary. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-05-16 | Add temporary uitest build. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-05-16 | Add initial UI design. | Bradley Smith | |
(Note: glade will not be used for the UI, this is just a design) Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-05-14 | Prepare for release of 1.1.0. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-05-05 | Scrap plug-able interfaces in preparation for GTK GUI. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-03-12 | Make UI update in a loop, and thread out input. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-03-10 | Remove sign hack. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-03-09 | Change x11plugin GType style. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-03-09 | Misc cleanups and GType style conversion. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-03-09 | Modified Changelog. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-03-09 | Correctly handle ClientMessage. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-03-09 | Remove config.h.in which shouldn't be under version control. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-03-09 | Corrected all copyright headers, and misc cleanups. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> | |||
2008-03-09 | Got rid of unnecessary getopt. | Bradley Smith | |
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk> |