1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-26 04:00:43 +03:00
Commit graph

1506 commits

Author SHA1 Message Date
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
David Kinder a3002faa1e
Merge branch 'ganelson:master' into master 2022-05-18 05:26:39 +01:00
Graham Nelson 87b3b71785 Fix for Jira bug I7-2118 2022-05-18 00:45:14 +01:00
David Kinder 46fe8edd5b
Merge branch 'ganelson:master' into master 2022-05-17 21:55:39 +01:00
David Kinder 04d86f9c92 Windows specific corrections to retrospective source 2022-05-17 21:54:02 +01:00
Graham Nelson dbf32eb593 Merge branch 'master' of https://github.com/ganelson/inform 2022-05-17 21:34:05 +01:00
Graham Nelson 2d30638e0d Fix for Jira bug I7-2117 2022-05-17 21:33:35 +01:00
David Kinder f19235fb00
Merge pull request #44 from DavidKinder/master
Silence make from printing directories on Windows, fixes Eg*-C tests
2022-05-17 12:51:16 +01:00
David Kinder 305c63adac
Merge branch 'ganelson:master' into master 2022-05-17 12:50:12 +01:00
David Kinder e47e4f902d Silence make from printing directories on Windows, fixes Eg*-C tests 2022-05-17 12:49:55 +01:00
Graham Nelson 0ff2384258 Fix for Nathanael Nerode's bug to do with parser error misnumbering 2022-05-17 11:45:47 +01:00
Graham Nelson d32f9c766d Fix for Jira bug I7-2116 2022-05-17 10:09:13 +01:00
Graham Nelson 21a668f2b5
Merge pull request #42 from ptomato/escapes
Escape escape characters in regular expression strings
2022-05-17 09:45:43 +01:00
Graham Nelson 7a369bfce1
Merge pull request #43 from zedlopez/sets_up_module_typo_fix
Sets up module typo fix
2022-05-17 09:37:34 +01:00
Zed Lopez 83a5633815 restoring diagnostics txt files 2022-05-16 23:50:56 -07:00
Zed Lopez 4359a78d06 simoly -> simply 2022-05-16 23:46:35 -07:00
Philip Chimento df155e8110 Escape escape characters in regular expression strings
The %s here is a format specifier for WRITE_TO(), and the %c's are regular
expression character classes. The %c's must be double-escaped so that the
formatter doesn't choke due to there being too few variable arguments.

This prevents a crash in inblorb when releasing along with a solution.
2022-05-16 22:40:12 -07:00
Graham Nelson a024c4ba9c
Merge pull request #41 from juhana/fix/extension-typos
Typo fixes to core extension documentation
2022-05-16 19:15:42 +01:00
Juhana Leinonen 069d9fcd16 Typo fixes to core extension documentation 2022-05-16 19:20:38 +03:00
Graham Nelson 191484fb31 Removed some unused code 2022-05-16 16:50:03 +01:00
Graham Nelson 13bbc6a218 Fix for Jira bug I7-2070 2022-05-16 15:32:53 +01:00
Graham Nelson 1d6a2904e5 Merge branch 'master' of https://github.com/ganelson/inform 2022-05-16 13:18:08 +01:00
Graham Nelson 51f1742fb6 Fix for Jira bug I7-2093 2022-05-16 13:17:32 +01:00
Graham Nelson 90f694a346
Merge pull request #40 from josephgeis/patch-1
Fix typo at bottom
2022-05-16 12:04:51 +01:00
Graham Nelson 904d8ef797 Use new -singular feature of Intest to reduce spurious changes to diagnostics 2022-05-15 23:58:46 +01:00
Joseph Geis 89b46db879
Fix typo at bottom
"README.mk" should be "README.md"
2022-05-15 15:39:02 -07:00
Graham Nelson fce5a28aef Inbuild now ignores candidate extensions whose filenames begin with "." 2022-05-15 22:38:57 +01:00
Graham Nelson 9bffe2a889 Fix for unrelated issue raised in reopening of Jira bug I7-2083 2022-05-15 22:26:11 +01:00
Graham Nelson 4bd2c0ad86 Fix for Jira bug I7-2107 2022-05-15 16:46:47 +01:00