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

1420 commits

Author SHA1 Message Date
Graham Nelson 9fe89fdfa3 inbuild now recognises only .i7x files as extensions 2022-05-08 11:20:26 +01:00
Graham Nelson d9e961e0fc Fix for Jira bug I7-2082 2022-05-07 23:10:36 +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
Graham Nelson 242fd02687
Merge pull request #32 from curiousdannii/patch-1
Create LICENSE file
2022-05-06 19:06:16 +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
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
Philip Chimento 4b2f55e4c1 Move I6T files in 6L02 retrospective
The 6L02 compiler looks for these files in the Reserved/ subfolder of the
folder that is given with the -rules switch on the command line.
2022-05-01 16:34:03 -07:00
Philip Chimento 1ed898bd43 Alias PLATFORM_LINUX to PLATFORM_UNIX in retrospective sources
PLATFORM_LINUX is new in Inform 10.1. In the retrospective sources,
defining PLATFORM_LINUX does nothing, meaning that in the absence of a
platform definition, PLATFORM_MACOSX will take effect. Add a check for
PLATFORM_LINUX to the start of each of the ni.c sources, and treat it the
same as PLATFORM_UNIX.

(These files are generated and technically not supposed to be edited, but
the source code for old versions of Inform is now frozen, so they are not
going to be generated again.)
2022-05-01 16:26:04 -07:00
Graham Nelson 10409f1f07
Merge pull request #21 from andrewschultz/inb-d-typos
typos found in INB*/IND* directories
2022-05-01 15:58:57 +01:00
Graham Nelson 8ea67dccb2
Merge pull request #22 from andrewschultz/inter-typos-220501
inter/*/*.w typos
2022-05-01 15:56:50 +01:00
Graham Nelson d6f6682b5a
Merge pull request #20 from andrewschultz/services-typos
typos in services/*/*.w
2022-05-01 15:55:56 +01:00
Andrew 448a73d168 inter/*/*.w typos 2022-05-01 08:47:54 -05:00
Andrew 6f4fecec72 typos in services/*/*.w 2022-05-01 08:25:50 -05:00
Andrew 8e16198a02 typos found in INB*/IND* directories 2022-05-01 08:12:40 -05:00
Graham Nelson 7974df5af2 Tidied typos 2022-04-30 22:32:10 +01:00
Graham Nelson 9e9acfa961
Merge pull request #16 from andrewschultz/inform7-typos
inform7/** typos
2022-04-30 22:26:10 +01:00
Graham Nelson 09d7f8df0a
Merge pull request #18 from ptomato/linux-linker-flags
Linux linker flags
2022-04-30 22:22:26 +01:00
Philip Chimento e811fc28d2 Put linker flags at the end of the linker command line
On some systems, the libraries must come after the object files that they
reference.
2022-04-30 13:21:29 -07:00
Philip Chimento 9d14021b6b Bless output of indoc tests for Windows app
The ideal output didn't reflect the recent changes to the JavaScript paste
code. I'm assuming that the current output is correct as-is.

Maybe it makes less sense to have separate tests for Windows and Mac now,
since the HTML is now identical. But the CSS still differs, so I've kept
them for now.
2022-04-30 13:16:36 -07:00
Philip Chimento b2f1029e5b Add newline to JavaScript paste code
This seems to have been removed accidentally in 56800ab7 - it made a
discrepancy in the osx_app output where there shouldn't have been any
change.
2022-04-30 13:16:36 -07:00
Graham Nelson fa3380fc97 Removed platform-dependent tests which expected root(-1) to be -NaN rather than NaN 2022-04-30 16:40:56 +01:00