aboutsummaryrefslogtreecommitdiff
path: root/PuzzleApplet.java (follow)
Commit message (Collapse)AuthorAge
* Cut-and-paste error which was preventing any drop-down list in theSimon Tatham2008-09-19
| | | | | | custom game configuration code from working in the Java applets. [originally from svn r8192]
* Remove rogue diagnostic.Simon Tatham2008-07-05
| | | | [originally from svn r8106]
* Handle a <param name="game_id"> by passing it in to the C side asSimon Tatham2008-06-26
| | | | | | | | | argv[1], which in turn feeds it into the midend as a game ID. This can of course take any of the forms supported by the native C puzzles: a pure game parameter string, a params:description specific game ID, or a params#seed random game ID. [originally from svn r8095]
* The Java console keeps showing up error reports due to being askedSimon Tatham2008-06-26
| | | | | | | | | | to resize the puzzle to zero size. Ignore all such requests, in the assumption that a more sensible resize will be along soon enough (which does seem to happen, though I haven't debugged the NestedVM front end hard enough to figure out why the bogus resizes happen in the first place). [originally from svn r8094]
* Michael Schierl's patch to compile the puzzles as Java applets usingSimon Tatham2008-06-10
NestedVM. Wow! [originally from svn r8064]