1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-29 05:24:57 +03:00
Commit graph

1734 commits

Author SHA1 Message Date
Nathanael Nerode a283b24d2c Extension documentation: fix rendering (remove spurious HTML paragraph breaks); update link targets to modern HTML syntax ("name" is deprecated in favor of "id") 2022-05-29 15:20:13 -04:00
Nathanael Nerode f128be2a66 Extension documentation: Add sanity check on heading detection 2022-05-29 15:08:40 -04:00
Nathanael Nerode 0915e699c2 Get examples in extension documentation IDed and formatted 2022-05-29 15:07:00 -04:00
Nathanael Nerode eee4523951 Revert capitalization change 2022-05-29 14:58:11 -04:00
Nathanael Nerode 837f33c49e Fix extension documentation headings and TOC. Update anchors to valid HTML5 ("name" is obsolete, anchors belong inside spans) 2022-05-29 13:53:03 -04:00
Graham Nelson e0ac92fb1b Fix for Jira bug I7-1877 2022-05-29 12:41:14 +01:00
Graham Nelson 10ff2a1ea1 Fix for Jira bug I7-2003 2022-05-29 12:17:26 +01:00
Graham Nelson 5585d75f42 Fix for Jira bug I7-1788 2022-05-29 10:50:54 +01:00
Graham Nelson fae7ecc9d6 Fix for Jira bug I7-2136 2022-05-29 10:03:23 +01:00
Graham Nelson 1e6917f456 Fix for casing issue with inform6 makescript on case-sensitive file systems 2022-05-28 23:03:16 +01:00
Graham Nelson a619bc27ea Fix for inform6 makescript to facilitate macosuniv compilation 2022-05-28 18:11:25 +01:00
Graham Nelson f6c879f188
Merge pull request #52 from neroden/master
Eliminate uses of "indirect" in Kits.
2022-05-28 08:10:48 +01:00
Nathanael Nerode ad4de79fa8 Remove uses of "indirect()" from WorldModelKit 2022-05-27 08:43:52 -04:00
Nathanael Nerode 1456c63b5f Eliminate use of indirect() in BasicInformKit. 2022-05-27 08:30:28 -04:00
Nathanael Nerode 5cddd05059 Eliminate uses of "indirect" from CommandParserKit. 2022-05-27 08:00:59 -04:00
Graham Nelson 36e0fd8595
Merge pull request #51 from zedlopez/showme_contents_of_part_fix
fix for GH-Inform7-bugs 9: showme contents of incorprated containers bug
2022-05-27 09:02:45 +01:00
Zed Lopez 27d80f6fd5 fix for GH-Inform7-bugs 9: showme misbehaves with contents of incorporated containers 2022-05-26 22:46:06 -07:00
Graham Nelson 0d4829e552 Fix for Jira bug I7-1856 2022-05-27 00:18:42 +01:00
Graham Nelson 120d18ffc4 Typo fixed 2022-05-26 23:54:50 +01:00
Graham Nelson ec6deb07a4 Fix for Jira bug I7-1922 2022-05-26 23:47:32 +01:00
Graham Nelson cded48ac3d Fix for Jira bug I7-1806 2022-05-26 21:44:16 +01:00
Graham Nelson 25cc80a011 Fix for Jira bug I7-2069 2022-05-26 19:15:06 +01:00
Graham Nelson 04c80e3f12 Documented recent semver change for N/YYMMDD extension version numbers 2022-05-26 11:34:26 +01:00
Graham Nelson 56e851358a Fix to test case catching up with Inter version change 2022-05-25 14:13:24 +01:00
Graham Nelson 79e6ebcf06 Test case to pave way for further work on parser 2022-05-25 10:51:03 +01:00
Graham Nelson 4115a4bcf1
Merge pull request #50 from zedlopez/deprecate_than_never
removing deprecated remove thing from play in BestTillLast example
2022-05-25 08:10:02 +01:00
Zed Lopez 141cec4236 removing deprecated phrase from BestTillLast example 2022-05-24 22:40:02 -07:00
Graham Nelson e3bcfd85a2 Bumped Inter version number to 2.0.0 2022-05-24 21:36:01 +01:00
Graham Nelson a79b56f241 Fix for Jira bug I7-2124 2022-05-24 21:28:01 +01:00
Graham Nelson 4b7ad580b7 Fix for Jira bug I7-2123 2022-05-23 22:23:43 +01:00
Graham Nelson 3f3f1506f7 Fix for Jira bug I7-2130 2022-05-23 21:45:09 +01:00
Graham Nelson fa33a416a6 Fix for Jira bug I7-2125 2022-05-23 21:22:08 +01:00
Graham Nelson 75e2b5273d
Merge pull request #49 from neroden/quit_the_game_r_fix
Remove stray code from Glulx version of QUIT_THE_GAME_R, ...
2022-05-23 17:03:29 +01:00
Graham Nelson d3cb3912db
Merge pull request #48 from neroden/parser-hook-for-compliant-characters
Parser hook for compliant characters
2022-05-23 17:01:42 +01:00
Nathanael Nerode 506a585fc4 Remove stray code from Glulx version of QUIT_THE_GAME_R, synchronizing with correct Z-Machine version 2022-05-23 11:01:09 -04:00
Nathanael Nerode 6ce96aed1d Fix space vs. tab issue in parser hook patch to inform7/Internal/Inter/CommandParserKit/Sections/Parser.i6t 2022-05-22 16:45:54 -04:00
Nathanael Nerode dcbf34cfa8 When parsing commands to actors such as JOHN, DO THIS DFSD, leave wn pointing to the first word not parsed as a command in order to allow extension authors to provide better error messages. 2022-05-22 16:42:22 -04:00
Graham Nelson e0a9a9eb10 Catching up 2022-05-19 11:02:01 +01:00
Graham Nelson 61102e09cf
Merge pull request #47 from zedlopez/pronouns_and_parts
consider parts in interpreting possessive adjectives
2022-05-19 10:45:36 +01:00
Graham Nelson f07176196a
Merge pull request #46 from zedlopez/whats_already_inserted
can't insert what's already inserted fix
2022-05-19 10:41:38 +01:00
Graham Nelson a6331a8721
Merge pull request #45 from DavidKinder/master
Retrospective compiler updates from Windows builds
2022-05-19 10:40:39 +01:00
David Kinder 84428a83fc
Merge branch 'ganelson:master' into master 2022-05-19 09:59:13 +01:00
Zed Lopez 4e0143bc87 consider parts in interpreting possessive adjectives 2022-05-19 01:12:26 -07:00
Zed Lopez b8437f8c6f can't insert what's already inserted fix 2022-05-18 21:53:31 -07:00
Graham Nelson a2cc57fe99 Fix for Jira bug I7-1846 2022-05-19 00:05:43 +01:00
David Kinder 0bb01f5f30
Merge branch 'ganelson:master' into master 2022-05-18 22:24:32 +01:00
Graham Nelson ef072e695e Fix for Jira bug I7-1939 2022-05-18 22:23:45 +01:00
David Kinder efc8390795
Merge branch 'ganelson:master' into master 2022-05-18 19:30:21 +01:00
Graham Nelson d4065dfcef Fix for Jira bug I7-2053 2022-05-18 19:21:32 +01:00
Graham Nelson 47978f039c Fix for Jira bug I7-2115 2022-05-18 18:23:38 +01:00