1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
Commit graph

1435 commits

Author SHA1 Message Date
Graham Nelson dd47a1fa79 Merge branch 'master' of https://github.com/ganelson/inform 2022-05-10 10:43:43 +01:00
Graham Nelson 1ecf77049c Enabled indirect function calls from I6 inclusions in I7 2022-05-10 10:43:18 +01:00
David Kinder 16dc9269a7
Merge pull request #36 from DavidKinder/master
Corrections to Windows-specific CSS
2022-05-10 09:28:34 +01:00
David Kinder 8294504ed4
Merge branch 'ganelson:master' into master 2022-05-10 09:27:15 +01:00
Graham Nelson 7b9d87a1c7 Fix for Glulx Text Effects use of reserved word in I6 inclusion 2022-05-10 08:53:11 +01:00
Graham Nelson 7f54158592
Merge pull request #34 from zedlopez/intfiction_link
updating intfiction links
2022-05-10 08:14:50 +01:00
Zed Lopez 8826253b47 updating intfiction links 2022-05-09 18:46:23 -07:00
David Kinder 8f86fea53f
Merge branch 'ganelson:master' into master 2022-05-09 19:08:35 +01:00
Graham Nelson 62bfb9d452 Fix for Jira bug I7-2094 2022-05-09 08:08:29 +01:00
David Kinder 147a304e23
Merge branch 'ganelson:master' into master 2022-05-09 04:31:58 +01:00
Graham Nelson 9fe89fdfa3 inbuild now recognises only .i7x files as extensions 2022-05-08 11:20:26 +01:00
David Kinder 190ae8966f
Merge branch 'ganelson:master' into master 2022-05-08 07:16:57 +01:00
Graham Nelson d9e961e0fc Fix for Jira bug I7-2082 2022-05-07 23:10:36 +01:00
David Kinder 26cda6f587
Merge branch 'ganelson:master' into master 2022-05-07 14:47:00 +01:00
Graham Nelson f530783708 Fix for Jira bug I7-2084 2022-05-07 13:11:24 +01:00
Graham Nelson d8de2ba24d Fix for Jira bug I7-2085 2022-05-07 11:32:57 +01:00
Graham Nelson 9e8c3c9727 Updated inbuild test to catch up with case-sensitivity changes 2022-05-07 11:12:28 +01:00
Graham Nelson bb45ebc586 Updated indoc test cases for recent CSS changes 2022-05-07 11:11:45 +01:00
Graham Nelson fc3d8e7926 Removed PM_TSWithComma test case 2022-05-07 11:09:34 +01:00
Graham Nelson c5e759765e Fix for Jira bug I7-2088 2022-05-07 11:02:07 +01:00
Graham Nelson a32d2878a1 Fix for Jira bug I7-2078 2022-05-07 10:02:51 +01:00
Graham Nelson ad42986811
Merge pull request #33 from zedlopez/precedence_typo_fix
doc typo fix
2022-05-07 09:03:20 +01:00
Zed Lopez 27c3a6cfe3 doc typo fix 2022-05-06 19:21:12 -07:00
David Kinder 6b941038a5
Merge branch 'ganelson:master' into master 2022-05-06 22:26:45 +01:00
Graham Nelson 242fd02687
Merge pull request #32 from curiousdannii/patch-1
Create LICENSE file
2022-05-06 19:06:16 +01:00
David Kinder 6e8bde38d5
Merge branch 'ganelson:master' into master 2022-05-06 14:09:57 +01:00
Dannii Willis 2f21b0c8c9
Create LICENSE file 2022-05-06 17:33:18 +10:00
Graham Nelson a012316412
Merge pull request #29 from zedlopez/maximization_consistency
single word doc patch for consistency in code samples for reduction
2022-05-06 08:24:36 +01:00
Graham Nelson c8ad33509b
Merge pull request #30 from curiousdannii/parchment
Parchment: Fix a bug that meant window background colours weren't autorestored
2022-05-06 08:23:50 +01:00
David Kinder 896c861c9a Update Windows CSS to match latest 2022-05-06 05:45:17 +01:00
Dannii Willis 12bd473550 Parchment: Fix a bug that meant window background colours weren't autorestored (https://github.com/curiousdannii/asyncglk/issues/19) 2022-05-06 10:57:27 +10:00
Zed Lopez 696400a043 initial commit 2022-05-05 17:13:36 -07:00
Graham Nelson ff37017fd6 Further clarification of CSS used in Index 2022-05-05 23:52:29 +01:00
Graham Nelson 1efa969d69
Merge pull request #28 from DavidKinder/master
Windows version of CSS for HTML generation
2022-05-05 17:10:52 +01:00
David Kinder 5046054eaa Windows version of CSS for HTML generation 2022-05-05 12:35:22 +01:00
Graham Nelson 294b6407ca
Merge pull request #27 from zedlopez/master
doc fix for "while in <location>"
2022-05-05 09:00:06 +01:00
Zed Lopez f677620dca
Merge branch 'ganelson:master' into master 2022-05-04 17:41:15 -07:00
Graham Nelson 8194bee4d4 Began revisions to facilitate use of per-platform CSS 2022-05-04 23:23:12 +01:00
Graham Nelson 6ff3fd8db9 Merge branch 'master' of https://github.com/ganelson/inform 2022-05-04 08:03:09 +01:00
Graham Nelson f61aa8b6df Better finding of extensions on case-sensitive file systems 2022-05-04 08:02:34 +01:00
Zed Lopez 37d589e6b3
Merge branch 'ganelson:master' into master 2022-05-03 23:24:50 -07:00
Zed Lopez 6a75e47782 doc fix to WI 18.29: while in <room> -> while location is <room> 2022-05-03 23:23:56 -07:00
Graham Nelson 16ed0ae717
Merge pull request #25 from zedlopez/cant_eat_other_peoples_food_patch
patch to can't eat other people's food rule
2022-05-03 11:17:26 +01:00
Graham Nelson a751fed71c Made extension recognition more understanding of mixed-case names 2022-05-03 11:02:57 +01:00
Zed Lopez 6512ed0823 patch to can't eat other people's food rule 2022-05-02 21:15:11 -07:00
Graham Nelson 31c156b2b5 Fix for bracketed negative numbers in I6 assembly inclusion bug 2022-05-02 22:59:04 +01:00
Graham Nelson 8ce998ab64
Merge pull request #23 from ptomato/retrospective-fixes
Retrospective fixes
2022-05-02 18:22:42 +01:00
Graham Nelson 5593cea148 Equipped the retrospective builds with contemporary website/interpreter templates 2022-05-02 18:19:50 +01:00
Graham Nelson d1b2908d26
Merge pull request #24 from curiousdannii/parchment
Fix Parchment bug that would sometimes stall when starting
2022-05-02 09:10:41 +01:00
Dannii Willis 51f16bd0c6 Fix Parchment bug that would sometimes stall when starting 2022-05-02 11:01:52 +10:00