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

22 commits

Author SHA1 Message Date
David Kinder 04d86f9c92 Windows specific corrections to retrospective source 2022-05-17 21:54:02 +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 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
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 f79f550d37 Further work on makefiles 2022-04-22 23:55:36 +01:00
Graham Nelson bb1bb75578 Migrated to new makescript format 2022-04-22 00:09:24 +01:00
Graham Nelson 4aa72531d0 Second thoughts 2022-04-19 20:48:57 +01:00
Graham Nelson 48d7f3f293 Removed spurious 7.x prefix on some version numbers 2022-04-19 20:39:47 +01:00
Graham Nelson bd38b92894 Added a line describing the April 2022 build 2022-04-19 11:04:58 +01:00
Graham Nelson ac6d8143c2 Removing three rogue files 2022-04-10 23:00:48 +01:00
Graham Nelson d25ed3f1be Removed some unreachable code causing compiler warnings 2022-04-10 16:47:32 +01:00
Graham Nelson ca2f51b347 Raised MAX_BLOCKS_ALLOWED to 15000 on retrospective builds 2022-03-31 12:31:04 +01:00
Graham Nelson dd0605493a Moved kinds module to services library and added test utility 2020-08-08 17:40:02 +01:00
Toby Nelson acf4744779 Updated the suggested interpreter links 2019-11-13 21:33:54 +00:00
Graham Nelson a3fc704ee4 Fixed cblorb bug (retrospectively) which manifested only in 64-bit C library 2019-11-04 00:11:29 +00:00
Graham Nelson 1a783023e2 Fixed nondeterministic inference sorting under randomized address space OSes 2019-10-23 23:41:43 +01:00
Graham Nelson cc535fbe85 Added retrospective 6L38 template files 2019-04-17 10:03:42 +01:00
Graham Nelson 0806f3bc16 Corrected retrospectives content 2019-04-16 08:15:15 +01:00
Graham Nelson e3ab08a755 Fixed making of retrospective makefile 2019-04-07 08:39:25 +01:00
Graham Nelson 114e94f090 Initial commit 2019-02-05 00:44:07 +00:00