chiark / gitweb /
Assorted char * -> const char * API changes.
[sgt-puzzles.git] / nestedvm.c
2017-10-01 Simon TathamAssorted char * -> const char * API changes.
2017-10-01 Simon TathamReturn error messages as 'const char *', not 'char *'.
2017-10-01 Simon TathamUse a proper union in struct config_item.
2017-09-20 Simon TathamGenerate special fake keypresses from menu options.
2017-04-26 Simon TathamRework the preset menu system to permit submenus.
2010-11-06 Simon TathamIn the Java front end, don't try to guess the puzzle...
2009-12-27 Simon TathamIntroduce, and implement as usefully as I can in all...
2009-02-22 Simon TathamIntroduce some infrastructure to permit games' print...
2008-06-26 Simon TathamHandle a <param name="game_id"> by passing it in to...
2008-06-10 Simon TathamMichael Schierl's patch to compile the puzzles as Java...