-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Git 1.3.8 and Glulxe 0.6.1 for their new RNGs
Fix the TADS 2 file type bug when restoring after game over (tads-intfic/tads-runner#33)
- Loading branch information
1 parent
9a95376
commit f7bac9d
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule git
updated
14 files
+1 −1 | Makefile | |
+1 −1 | README.md | |
+3 −0 | README.txt | |
+3 −0 | config.h | |
+1 −2 | git.h | |
+9 −0 | git_unix.c | |
+14 −0 | git_windows.c | |
+5 −3 | glkop.c | |
+76 −29 | terp.c | |
+1 −1 | version.h | |
+3 −3 | win/Git.vcxproj | |
+1 −1 | win/help/credits.htm | |
+1 −1 | win/help/overview.htm | |
+13 −0 | win/help/revision.htm |
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
Submodule tads
updated
7 files
+5 −10 | tads2/bif.c | |
+6 −6 | tads2/osifc.h | |
+1 −1 | tads3/lib/adv3/output.t | |
+1 −1 | tads3/osifcnet.h | |
+2 −2 | tads3/tcerrmsg.cpp | |
+1 −1 | tads3/vmerrmsg.cpp | |
+1 −1 | tads3/win32/osnet-connect.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters