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

350 commits

Author SHA1 Message Date
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
Zed Lopez 4e0143bc87 consider parts in interpreting possessive adjectives 2022-05-19 01:12:26 -07:00
Graham Nelson 47978f039c Fix for Jira bug I7-2115 2022-05-18 18:23:38 +01:00
Graham Nelson 13bbc6a218 Fix for Jira bug I7-2070 2022-05-16 15:32:53 +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 7407443ae7 Fix for Jira bug I7-2083 2022-05-15 13:00:00 +01:00
Graham Nelson 46df553c4e Updated Glulx Entry Points to v10.1 2022-05-11 22:59: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
Graham Nelson 62bfb9d452 Fix for Jira bug I7-2094 2022-05-09 08:08:29 +01:00
David Kinder 26cda6f587
Merge branch 'ganelson:master' into master 2022-05-07 14:47:00 +01:00
Graham Nelson d8de2ba24d Fix for Jira bug I7-2085 2022-05-07 11:32:57 +01:00
David Kinder 6e8bde38d5
Merge branch 'ganelson:master' into master 2022-05-06 14:09:57 +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
Graham Nelson ff37017fd6 Further clarification of CSS used in Index 2022-05-05 23:52:29 +01:00
David Kinder 5046054eaa Windows version of CSS for HTML generation 2022-05-05 12:35:22 +01:00
Graham Nelson 8194bee4d4 Began revisions to facilitate use of per-platform CSS 2022-05-04 23:23:12 +01:00
Dannii Willis 51f16bd0c6 Fix Parchment bug that would sometimes stall when starting 2022-05-02 11:01:52 +10:00
David Kinder 081c3b45c4 Remove Windows specific Javascript changes from inblorb output 2022-04-30 07:39:18 +01:00
Graham Nelson 21293a1910 Status update 2022-04-28 09:31:39 +01:00
Graham Nelson 526567a9a4 Redrafting 2022-04-24 11:58:43 +01:00
Graham Nelson 0d58d4898c Modernised Include (- ... -) syntax 2022-04-19 00:29:00 +01:00
Graham Nelson fc26489886 Removed Vorple as part of the main repository 2022-04-15 17:54:32 +01:00
Graham Nelson 73fbe6c357
Merge pull request #1 from ptomato/linux-fixes
Linux fixes
2022-04-15 09:53:52 +01:00
Graham Nelson 72640a8ed9 Attempt at platform-independent random number generator for C output 2022-04-15 09:43:36 +01:00
Philip Chimento bd0a483b70 Declare i7_properties as extern
I guess this worked as written in Clang, but GCC interprets the
declaration without "extern" as a definition, meaning that the actual
definition later in inform7_clib.c counts as a double definition.
2022-04-14 22:10:00 -07:00
Graham Nelson ccedaace19
Merge pull request #2 from DavidKinder/master
Fixes for running tests on Windows
2022-04-14 23:38:22 +01:00
Graham Nelson 1a27a85710 Updated Parchment to v2022.4 2022-04-14 23:16:07 +01:00
Graham Nelson 0f3fb2e2d2 Fix for Mantis bug 1750 2022-04-14 19:15:39 +01:00
Graham Nelson 1c71503617 Fix for Mantis bug 1782 2022-04-14 18:06:45 +01:00
David Kinder cb209ebd41
Merge branch 'ganelson:master' into master 2022-04-14 11:07:39 +01:00
Graham Nelson ee21339940 Fix for Mantis bug 1828 2022-04-14 11:05:33 +01:00
David Kinder fbfc40b6fd Use ANSI functions rand() and srand(), rather than POSIX random() and srandom() 2022-04-13 20:27:56 +01:00
Graham Nelson 79afffa399 Fix for Mantis bug 1852 2022-04-13 12:32:48 +01:00
Graham Nelson 47d441fc4a Fix for Mantis bug 1865 2022-04-13 11:00:10 +01:00
Graham Nelson bddb6afd0d Fix for Mantis bug 1880 2022-04-13 08:21:59 +01:00
Graham Nelson ae46105e51 Fix for Mantis bug 1914 2022-04-11 23:51:04 +01:00
Graham Nelson e71bd9e0e4 Fix for Mantis bug 1924 2022-04-11 23:15:43 +01:00
Graham Nelson 3713635997 Fix for Mantis bug 1928 2022-04-11 22:30:41 +01:00
Graham Nelson f9f68117bc Fix for Mantis bug 1951 2022-04-11 15:25:15 +01:00
Graham Nelson 420542d339 Fix for Mantis bug 1954 2022-04-11 08:01:58 +01:00
Graham Nelson 8af83ace5a Fix for Mantis bug 1982 2022-04-10 15:16:11 +01:00
Graham Nelson 0b247c83eb Minor change 2022-04-10 15:00:03 +01:00
Graham Nelson 58f64b1e73 Fix for Mantis bug 1990 2022-04-10 11:07:04 +01:00
Graham Nelson 2a5197c424 Fix for Mantis bug 1994 2022-04-10 10:14:20 +01:00