1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-02 23:14:57 +03:00
Commit graph

2496 commits

Author SHA1 Message Date
Graham Nelson 9dd1f7a69e Improved HTML documentation rendering (needs latest inweb) 2024-05-13 15:22:38 +01:00
Graham Nelson 35fe42ece3 Two further notations for unicode character literals 2024-05-12 20:45:58 +01:00
Graham Nelson c69f65b510 Some rearrangement 2024-05-12 16:03:00 +01:00
Graham Nelson 513883f353 Added "Introductory Lavori Studies" example 2024-05-12 15:08:51 +01:00
Graham Nelson d3683029ec Added "Pine Revisited" example 2024-05-12 14:56:58 +01:00
Graham Nelson 773a3ca7e6 Added "Skills Test" example 2024-05-12 14:50:37 +01:00
Graham Nelson ed9b8bd6c7 Added "Swift Persuasion" example 2024-05-12 14:39:41 +01:00
Graham Nelson 84a43037f6 Added "Shelob's Little Sister" example 2024-05-12 14:32:35 +01:00
Graham Nelson e7e34a7b95 Added "Sweeney Revisited" example 2024-05-12 14:01:43 +01:00
Graham Nelson 6f4becffa8 Added "Text Foosball Commentated" example 2024-05-12 13:45:54 +01:00
Graham Nelson 14778c1163 Added "The Customer Is Always Right" and "Pure Choice" examples 2024-05-12 13:24:16 +01:00
Graham Nelson 536a35768b Added "Skeleton First" example 2024-05-12 12:56:53 +01:00
Graham Nelson e265b41d82 Added "Proposal Revisited" example 2024-05-12 12:12:24 +01:00
Graham Nelson 1961fb1d40 Added "The Top Of Your Lungs" example 2024-05-12 10:52:44 +01:00
Graham Nelson 9b0f5122e1 Added "German Chocolate" example 2024-05-12 10:46:27 +01:00
Graham Nelson 732db6785f Added fully recurring option for dialogue beats 2024-05-12 10:36:16 +01:00
Graham Nelson 577a4235b2 Added "Barter Barter Barter" example 2024-05-12 09:49:37 +01:00
Graham Nelson 64fca0ba71 First cut of Dialogue chapter for WWI 2024-05-12 09:12:31 +01:00
Graham Nelson 9d1328f178 Fix for Jira bug I7-2496 2024-05-10 00:10:52 +01:00
Graham Nelson f941108ecc Fix for Jira bug I7-2493 2024-05-09 18:31:27 +01:00
Graham Nelson 0528455944 Addition to documentation for accessibility of tables and columns 2024-05-08 23:12:14 +01:00
Graham Nelson d166ca9bae Added accessibility of table and table column names to Inter 2024-05-08 23:08:34 +01:00
Graham Nelson 37e0ad1345 Raised dictionary resolution from 9 to 14 characters on 32-bit architectures 2024-05-08 22:13:23 +01:00
Graham Nelson 7ed592f82b Merge branch 'master' of https://github.com/ganelson/inform 2024-05-08 09:51:47 +01:00
Graham Nelson 2add0adbdb Minor tweak 2024-05-08 09:51:28 +01:00
Graham Nelson 5973a17d92
Merge pull request #122 from zedlopez/neutral_extensions
neutralizing standard rules
2024-05-08 09:49:55 +01:00
Graham Nelson 30914936a2
Merge pull request #143 from zedlopez/inarticulate_phrases
making articles in the middle of phrase names optional
2024-05-08 09:45:29 +01:00
Graham Nelson 249771cc7a Catching up 2024-05-08 09:43:47 +01:00
Graham Nelson 570d703a8c Fix for Jira bugs I7-2440 and I7-2470 2024-05-08 09:36:37 +01:00
Graham Nelson 2d87d764f0
Merge pull request #145 from zedlopez/in_the_beginning_there_was_darkness
reckon darkness before initial look
2024-05-08 08:47:11 +01:00
Graham Nelson 6778a15ff6 Fix for Jira bug I7-2353 2024-05-08 08:21:39 +01:00
Graham Nelson daee708086 Refactored the documentation index-maker 2024-05-07 15:35:14 +01:00
Graham Nelson 5b1cde7014 Minor clarification 2024-05-06 10:19:02 +01:00
Graham Nelson 6ecced3042
Merge pull request #144 from erkyrath/index-tidy-2
Improvements to General Index (part 1)
2024-05-06 08:06:18 +01:00
Graham Nelson b81a73c72d Documentation index can now link to body text of examples 2024-05-06 08:05:04 +01:00
Graham Nelson f29fb689d3
Merge pull request #141 from zedlopez/on_stage_off_stage
ensuring that nothing can be both off-stage and not offstage
2024-05-05 23:43:10 +01:00
Graham Nelson 0577b367a1
Merge pull request #146 from zedlopez/token_word_counting
Token word counting
2024-05-05 23:40:16 +01:00
Graham Nelson 988fbd1f63
Merge pull request #147 from zedlopez/whitespace_homogenizer
Whitespace homogenizer
2024-05-05 23:34:54 +01:00
Graham Nelson fd2fb4e7b9 Many many ideal test transcripts revised to accommodate the new RNG from PR#150 2024-05-05 23:28:43 +01:00
Graham Nelson 01afeb303b
Merge pull request #150 from curiousdannii/mitigate-random
Partially mitigate the flaw in Glulx interpreter RNGs
2024-05-05 23:05:14 +01:00
Graham Nelson 254a1cb7a5
Merge pull request #151 from curiousdannii/neptune-out-of-order
Allow for Neptune enums to defined out of numerical order
2024-05-05 23:02:48 +01:00
Graham Nelson bf51ed44ff Fix for Jira bug I7-2372 2024-05-04 13:50:35 +01:00
Graham Nelson 57a1cf6f40 Tweaks to comply better with extension MIT, MIT-0, CC0 and Unlicense terms 2024-05-04 12:33:55 +01:00
Dannii Willis 550b9b49e0 Ensure that all non-specified values are higher than specified ones 2024-05-04 13:20:38 +10:00
Dannii Willis efcbd8d43a Allow for Neptune enums to defined out of numerical order 2024-05-04 13:11:22 +10:00
Dannii Willis 71e5b394d2 Partially mitigate the flaw in Glulx interpreter RNGs 2024-05-03 11:27:35 +10:00
Graham Nelson 7d21367324 IE-0036 completed 2024-05-02 23:31:53 +01:00
Graham Nelson dc839857d0 Most of IE-0036 2024-05-01 23:40:00 +01:00
Graham Nelson 0a760f4e3b Enabled JSON metadata to contain licence declaration 2024-04-29 23:19:36 +01:00
Graham Nelson 28c50813a8 Tidying up 2024-04-29 09:23:13 +01:00