chiark / gitweb /
Forbid undo of new-game if it would change the params.
[sgt-puzzles.git] / emcc.c
2017-09-20 Simon TathamMap Ctrl-Shift-Z to Redo.
2017-09-20 Simon TathamGenerate special fake keypresses from menu options.
2017-09-05 Simon TathamSupport for loading games in Javascript puzzles.
2017-09-05 Simon TathamSupport for saving games in Javascript puzzles.
2017-04-26 Simon TathamRework the preset menu system to permit submenus.
2017-04-26 Simon TathamJavascript puzzles: switch to a CSS-based drop-down...
2015-01-13 Simon TathamHandle the space bar in the Javascript front end.
2014-11-30 Simon TathamFix two compile warnings in emcc.c.
2014-04-20 Simon TathamAdd a missing #include.
2013-04-07 Simon TathamAdd a draggable resize handle to the JS puzzles.
2013-04-05 Simon TathamRegretfully remove my trickery with a hidden <option...
2013-04-05 Simon TathamRewrite the JS keyboard handling to cope with IE and...
2013-04-05 Simon TathamImplement debug_printf() in the Emscripten front end...
2013-04-05 Simon TathamI've just realised that the JS puzzles' permalinks...
2013-04-05 Simon TathamClarify header comments in the Emscripten frontend...
2013-04-01 Simon TathamRewrite trim_rect() for robustness.
2013-03-31 Simon TathamMake sure the right element of the game-type dropdown...
2013-03-31 Simon TathamIntroduce a mechanism by which calls to midend_supersed...
2013-03-31 Simon TathamDon't forget to restore the correct selection in the...
2013-03-31 Simon TathamApply a bodge to arrange that if the user selects Custo...
2013-03-30 Simon TathamNew front end! To complement the webification of my...