aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix GTK 2 crash introduced by previous commit.Simon Tatham2018-11-25
* Don't initialise GTK in --screenshot mode.Simon Tatham2018-11-23
* Add missing 'static' to game-internal declarations.Simon Tatham2018-11-13
* Unruly, Group: reference-count the 'immutable' array.Simon Tatham2018-11-13
* Add missing binary 'matching' to .gitignore.Simon Tatham2018-11-13
* Add a missing const in unfinished/sokoban.c.Simon Tatham2018-11-13
* Use C99 bool within source modules.Simon Tatham2018-11-13
* Replace TRUE/FALSE with C99 true/false throughout.Simon Tatham2018-11-13
* Adopt C99 bool in the grid.c API.Simon Tatham2018-11-13
* Adopt C99 bool in the shared Latin-square API.Simon Tatham2018-11-13
* Adopt C99 bool in the tree234 API.Simon Tatham2018-11-13
* Adopt C99 bool in misc.c functions.Simon Tatham2018-11-13
* Adopt C99 bool in the findloop API.Simon Tatham2018-11-13
* Adopt C99 bool in the edsf API.Simon Tatham2018-11-13
* Adopt C99 bool in the printing API.Simon Tatham2018-11-13
* Adopt C99 bool in the midend API.Simon Tatham2018-11-13
* Adopt C99 bool in the game backend API.Simon Tatham2018-11-13
* Add a #include of <stdbool.h>.Simon Tatham2018-11-13
* Undead: remove an unused structure field.Simon Tatham2018-11-07
* Fix an inaccurate comment.Simon Tatham2018-11-06
* Fix a misuse of errno.Simon Tatham2018-11-06
* Fix OSX build failure from latest XCode update.Simon Tatham2018-10-06
* Net: highlight more errors in locked tiles.Jacob Nevins2018-09-23
* Net: rename 'loop' to 'err' in UI code.Jacob Nevins2018-09-23
* Dominosa: some more solver thoughts.Simon Tatham2018-09-21
* cube.c: Prohibit unsolvable single row/column gameMichael Quevillon2018-09-13
* Fix docs link from the JS Rectangles page.Simon Tatham2018-07-24
* Tracks: stop drawing background for clues in game_print.Simon Tatham2018-07-20
* Fix return value from newgame_undo_deserialise_read.Simon Tatham2018-06-21
* Fix NUL-termination bug in saving from Javascript.Simon Tatham2018-06-21
* misc.c: Fix implementation of free_keys.Lennard Sprong2018-06-14
* Parallelise the build script.Simon Tatham2018-06-01
* Fix Makefile.nestedvm so that it works with make -j.Simon Tatham2018-06-01
* Enable 64-bit osx build and fix a warning.Josh Lee2018-06-01
* Enable high resolution on osxJosh Lee2018-06-01
* Bump the source and target versions used in javac.Simon Tatham2018-05-14
* Stop using deprecated gdk_beep().Simon Tatham2018-05-09
* Buildscr: make long parts of the build conditionalisable.Simon Tatham2018-04-28
* latin.c: remove a rogue array overrun.Simon Tatham2018-04-28
* C89 build fixes.Simon Tatham2018-04-25
* Make static keyword come first everywhere.Franklin Wei2018-04-25
* Move `static' keyword to beginning of declaration.Franklin Wei2018-04-24
* Add request_keys() to the rest of the unfinished games.Franklin Wei2018-04-24
* Build fix: stop initialising an auto char array.Simon Tatham2018-04-23
* Add a request_keys() function with a midend wrapper.Franklin Wei2018-04-22
* Remove maxflow completely.Simon Tatham2018-04-22
* Convert Tents to use matching instead of maxflow.Simon Tatham2018-04-22
* Use the new matching() for latin.c.Simon Tatham2018-04-22
* Implementation of the Hopcroft-Karp algorithm.Simon Tatham2018-04-22
* Recipe: centralise dependencies for latin.c.Simon Tatham2018-04-22