index
:
puzzles
devel
master
rockbox
rockbox-devel
My sgt-puzzles tree
Franklin Wei
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
emcc.c
(
follow
)
Commit message (
Expand
)
Author
Age
...
*
WASM: move save file encoding from JS into C.
Simon Tatham
2021-05-23
*
Use C99 bool within source modules.
Simon Tatham
2018-11-13
*
Replace TRUE/FALSE with C99 true/false throughout.
Simon Tatham
2018-11-13
*
Adopt C99 bool in the midend API.
Simon Tatham
2018-11-13
*
Fix NUL-termination bug in saving from Javascript.
Simon Tatham
2018-06-21
*
Make the code base clean under -Wwrite-strings.
Simon Tatham
2017-10-01
*
Assorted char * -> const char * API changes.
Simon Tatham
2017-10-01
*
Return error messages as 'const char *', not 'char *'.
Simon Tatham
2017-10-01
*
Use a proper union in struct config_item.
Simon Tatham
2017-10-01
*
Map Ctrl-Shift-Z to Redo.
Simon Tatham
2017-09-20
*
Generate special fake keypresses from menu options.
Simon Tatham
2017-09-20
*
Support for loading games in Javascript puzzles.
Simon Tatham
2017-09-05
*
Support for saving games in Javascript puzzles.
Simon Tatham
2017-09-05
*
Rework the preset menu system to permit submenus.
Simon Tatham
2017-04-26
*
Javascript puzzles: switch to a CSS-based drop-down system.
Simon Tatham
2017-04-26
*
Handle the space bar in the Javascript front end.
Simon Tatham
2015-01-13
*
Fix two compile warnings in emcc.c.
Simon Tatham
2014-11-30
*
Add a missing #include.
Simon Tatham
2014-04-20
*
Add a draggable resize handle to the JS puzzles.
Simon Tatham
2013-04-07
*
Regretfully remove my trickery with a hidden <option> element inside
Simon Tatham
2013-04-05
*
Rewrite the JS keyboard handling to cope with IE and Chrome.
Simon Tatham
2013-04-05
*
Implement debug_printf() in the Emscripten front end, since that's the
Simon Tatham
2013-04-05
*
I've just realised that the JS puzzles' permalinks were not updating
Simon Tatham
2013-04-05
*
Clarify header comments in the Emscripten frontend's source files to
Simon Tatham
2013-04-05
*
Rewrite trim_rect() for robustness.
Simon Tatham
2013-04-01
*
Make sure the right element of the game-type dropdown starts off
Simon Tatham
2013-03-31
*
Introduce a mechanism by which calls to midend_supersede_game_desc()
Simon Tatham
2013-03-31
*
Don't forget to restore the correct selection in the dropdown list if
Simon Tatham
2013-03-31
*
Apply a bodge to arrange that if the user selects Custom from the game
Simon Tatham
2013-03-31
*
New front end! To complement the webification of my puzzles via Java
Simon Tatham
2013-03-30
[prev]