Skip to content

Commit

Permalink
Update to Git 1.3.8 and Glulxe 0.6.1 for their new RNGs
Browse files Browse the repository at this point in the history
Fix the TADS 2 file type bug when restoring after game over (tads-intfic/tads-runner#33)
  • Loading branch information
curiousdannii committed Oct 14, 2023
1 parent 9a95376 commit f7bac9d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion git
2 changes: 1 addition & 1 deletion glulxe
Submodule glulxe updated 15 files
+1 −1 LICENSE
+11 −1 Makefile
+17 −4 README.md
+9 −9 exec.c
+4 −2 gestalt.c
+5 −2 glkop.c
+7 −9 glulxe.h
+20 −17 iosstart.h
+183 −113 iosstart.m
+3 −1 main.c
+210 −78 osdepend.c
+14 −4 serial.c
+1 −1 string.c
+18 −2 unixstrt.c
+0 −293 winstart.c
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emglken",
"version": "0.5.2",
"version": "0.5.3",
"description": "Glk meets Emscripten",
"author": "Dannii Willis <[email protected]>",
"license": "GPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion tads
6 changes: 3 additions & 3 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"bocfel": "2.1.1",
"emglken": "0.5.2",
"git": "1.3.7",
"glulxe": "0.6.0",
"emglken": "0.5.3",
"git": "1.3.8",
"glulxe": "0.6.1",
"hugo": "3.1.06",
"remglk": "0.3.0",
"scare": "1.3.10",
Expand Down

0 comments on commit f7bac9d

Please sign in to comment.