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

1227 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 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
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
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
Graham Nelson ef072e695e Fix for Jira bug I7-1939 2022-05-18 22:23:45 +01:00
Graham Nelson 47978f039c Fix for Jira bug I7-2115 2022-05-18 18:23:38 +01:00
Graham Nelson 87b3b71785 Fix for Jira bug I7-2118 2022-05-18 00:45:14 +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 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
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
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 51f1742fb6 Fix for Jira bug I7-2093 2022-05-16 13:17:32 +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
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
Graham Nelson d08a9659b8 Fix for Jira bug I7-2105 2022-05-15 15:34:06 +01:00
Graham Nelson 91a4a955d1 Fix for Jira bug I7-2097 2022-05-15 14:44:29 +01:00
Graham Nelson 7407443ae7 Fix for Jira bug I7-2083 2022-05-15 13:00:00 +01:00
Graham Nelson 557c010bbf Fix for Jira bug I7-2109 2022-05-13 07:38:40 +01:00
Graham Nelson e2059c9938 Removed hard maximum on chunk data size in inblorb 2022-05-12 23:40:11 +01:00
Graham Nelson 95212828d3 Added -build-locate and -use-locate options to inbuild 2022-05-12 23:31:52 +01:00
Graham Nelson 03d5d1e40d Fix for two unrelated issues in Jira bug report I7-2090 2022-05-12 10:56:19 +01:00
Graham Nelson 4c165060a5 Fix for Jira bug I7-2091 2022-05-12 10:09:12 +01:00
Graham Nelson ed86853330 Fix for Jira bug I7-2106 2022-05-12 09:53:24 +01:00
Graham Nelson 46df553c4e Updated Glulx Entry Points to v10.1 2022-05-11 22:59:18 +01:00
Graham Nelson 15062de9a5 Fix for Jira bug I7-2099 2022-05-11 21:56:26 +01:00
Graham Nelson 37bf39de3f Fix for Jira bug I7-2100 2022-05-11 21:46:13 +01:00
Graham Nelson fe95b12aff Fix for Jira bug I7-2103 2022-05-11 21:31:59 +01:00
Graham Nelson 7f7deec532 Fixed bug where extensions not recognised if their titling lines have trailing spaces 2022-05-10 23:39:10 +01:00
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 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
David Kinder 8f86fea53f
Merge branch 'ganelson:master' into master 2022-05-09 19:08:35 +01:00