aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Galaxies: add a missing \n in a diagnostic.Simon Tatham2023-03-12
* Galaxies: fix edge coordinates in a diagnostic.Simon Tatham2023-03-10
* Tracks: missing \n in debug statement.Simon Tatham2023-03-10
* Add missing 'static' on dputs().Simon Tatham2023-03-10
* Further restrict the keys that can have MOD_NUM_KEYPADBen Harris2023-03-05
* Treat keypad-Enter as CURSOR_SELECT, same as Return.Simon Tatham2023-03-04
* KaiOS: be more cautious about determining whether KaiAds is presentBen Harris2023-03-01
* js: Use the Pointer Events API, but only to capture the pointerBen Harris2023-03-01
* Inertia: insist that solutions must be non-emptyBen Harris2023-02-26
* Correctly handle some short save filesBen Harris2023-02-26
* Map: reduce maximum sizeBen Harris2023-02-26
* Be more careful with type of left operand of <<Ben Harris2023-02-26
* More cleverness in midend_process_key()Ben Harris2023-02-23
* Don't give the libFuzzer version of fuzzpuzz a special nameBen Harris2023-02-23
* Try to clean up fuzzpuzz a bitBen Harris2023-02-23
* Rough support for fuzzing with libFuzzerBen Harris2023-02-23
* Revert "JS puzzles: use the PointerEvent API if available."Simon Tatham2023-02-23
* Normalise pathnames in assert statements where possible.Simon Tatham2023-02-22
* JS puzzles: use the PointerEvent API if available.Simon Tatham2023-02-22
* Fix error about setCapture not existing.Simon Tatham2023-02-20
* Flood: don't read off the end of some parameter stringsBen Harris2023-02-20
* GTK: Free error message if new_window failsBen Harris2023-02-20
* Fix memory leak in midend_game_id_int()Ben Harris2023-02-20
* Make the HAVE_HF_ITER define target-specificBen Harris2023-02-20
* Support multiple COMPILE_DEFINITIONS for a programBen Harris2023-02-20
* Try to stop CMake disabling assertions in release buildsBen Harris2023-02-19
* js: Add a trivial error handler that alert()sBen Harris2023-02-19
* Convert a lot of floating-point constants to single precisionBen Harris2023-02-19
* Miscellaneous const fixesBen Harris2023-02-18
* Use unreserved macro names for multiple-include protectionBen Harris2023-02-18
* Replace a buch of "const static" with "static const"Ben Harris2023-02-18
* Unequal: use %u to format an unsigned intBen Harris2023-02-18
* Undead: be a bit more careful about sprintf buffer sizesBen Harris2023-02-18
* Revert "Stop persistent-mode fuzzpuzz exiting prematurely"Ben Harris2023-02-18
* Make emcc.c clean under -Wmissing-prototypes etcBen Harris2023-02-18
* Mosaic: ignore taps above/left of the gridChris Boyle2023-02-18
* Stop persistent-mode fuzzpuzz exiting prematurelyBen Harris2023-02-18
* Support Honggfuzz's persistent mode in fuzzpuzzBen Harris2023-02-18
* Use -Wmissing-prototypes with GCC as wellBen Harris2023-02-18
* Buildscr: include a test build with clang + STRICT.Simon Tatham2023-02-18
* Fix missing statics and #includes on variables.Simon Tatham2023-02-18
* Fix unused variable warnings from clang.Simon Tatham2023-02-18
* Add -Wmissing-prototypes to STRICT clang builds.Simon Tatham2023-02-18
* Enable -Wmissing-declarations in STRICT mode on GCCBen Harris2023-02-18
* Mark many more function (and some objects) staticBen Harris2023-02-18
* Call deallocate() in matching.c test routinesBen Harris2023-02-18
* Adjust fuzzpuzz sample shell commands to not include "/*"Ben Harris2023-02-16
* Tracks: set drag_s{x,y} even if starting off-gridChris Boyle2023-02-16
* Update and expand comment at the head of fuzzpuzzBen Harris2023-02-16
* Separate fuzzing and harness in fuzzpuzzBen Harris2023-02-16