chiark / gitweb /
wasm/js/emscripten: Fix page loading race
[sgt-puzzles.git] / emccpre.js
2021-04-22 Ian Jacksonwasm/js/emscripten: Fix page loading race for-sgt-race
2021-04-03 Simon TathamUpdate web puzzles to current WASM-based Emscripten.
2019-04-12 Simon TathamJavascript frontend: make Shift- and Ctrl-click work.
2017-09-05 Simon TathamSupport for loading games in Javascript puzzles.
2017-09-05 Simon TathamSupport for saving games in Javascript puzzles.
2017-09-05 Simon TathamFactor some HTML dialog functions out of emcclib.
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-08-14 Simon Tathamemcc frontend: stop indiscriminately squashing mouseups.
2014-04-20 Simon TathamChange our method of calling main() in emccpre.js.
2013-04-07 Simon TathamAdd a draggable resize handle to the JS puzzles.
2013-04-07 Simon TathamSmall refactor to relative_mouse_coords: now the functi...
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 TathamStop accidentally subtracting onscreen_canvas.offset...
2013-04-05 Simon TathamIE doesn't default to giving focus to the puzzle canvas...
2013-04-05 Simon TathamRemove trailing commas at the ends of initialiser lists...
2013-04-05 Simon TathamClarify header comments in the Emscripten frontend...
2013-04-03 Simon TathamTry to give a more friendly message if anything goes...
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...