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

2326 commits

Author SHA1 Message Date
Graham Nelson 8ba38acec7 Adapted parser to the new truncated dictionary word bit provided by I6 2024-03-12 08:54:17 +00:00
Graham Nelson 81053713c3 Adopted unstable new I6 to experiment with singular/plural noun detection 2024-02-26 22:51:15 +00:00
Graham Nelson b6a7130952 Adopted Inform 6.42 2024-02-11 23:08:33 +00:00
Graham Nelson 2b7d85d300 Minor feature added to dialogue flow markers allowing variable beats 2024-02-07 20:42:56 +00:00
Graham Nelson 4cb22eea4e Minor bug fixes to do with documentation 2024-01-26 08:13:29 +00:00
Graham Nelson 3bbf465c07 Merge branch 'master' of https://github.com/ganelson/inform 2024-01-15 21:42:30 +00:00
Graham Nelson 3433ff34a1 Updated notes 2024-01-15 21:42:14 +00:00
David Kinder 3c9e0ef592
Merge pull request #135 from DavidKinder/master
Use unsigned constants in reading words from C memory model
2024-01-10 10:18:35 +00:00
David Kinder bdf3d1365c Use unsigned constants in reading words from C memory model 2024-01-10 10:14:57 +00:00
Graham Nelson 4557cc1925 Fix for Jira bug I7-2458 2024-01-09 21:28:24 +00:00
Graham Nelson ba0db57d5d Updated test results to match the new glulxe RNG 2024-01-08 21:44:02 +00:00
Graham Nelson 60bc5b03ed Dialogue sections during scenes 2024-01-03 23:20:44 +00:00
Graham Nelson 8be7415750 Automtic dialogue choices 2024-01-02 11:41:20 +00:00
Graham Nelson e0e48701fb Non-player characters talking is now only reported if they are in earshot 2024-01-01 21:56:53 +00:00
Graham Nelson de400c4efa Added problem messages for bad conditionals on beats, lines and choices 2024-01-01 21:40:07 +00:00
Graham Nelson 22e590fe82 Fixed bug with parsed choice commands not always halting dialogue to wait 2024-01-01 21:29:19 +00:00
Graham Nelson 9bdb6b7cdc Better handling of spontaneity 2024-01-01 12:16:29 +00:00
Graham Nelson 3e52231387 Voluntary/involuntary beats 2024-01-01 11:47:08 +00:00
Graham Nelson 7a3b86cf67 Fixed ambiguity about first speaker of a beat with required attendees 2023-12-31 22:51:27 +00:00
Graham Nelson 1920ab4987 Fixed crash on certain performance style syntaxes 2023-12-31 22:21:47 +00:00
Graham Nelson 7f15b1c32c Fixed timing issue when making director active when play begins 2023-12-31 21:43:53 +00:00
Graham Nelson 2f399ce790 Fixed bug to do with "any ..." dialogue beats 2023-12-31 16:03:12 +00:00
Graham Nelson 4d7bcc7a87 Fixed issues with dialogue choices 2023-12-31 14:57:40 +00:00
Graham Nelson 453854e298 Enabled global variables (and similar) as identities of dialogue speakers 2023-12-31 12:49:15 +00:00
Graham Nelson 83c92b0181 Removed excessive debugging log output 2023-12-31 10:37:19 +00:00
Graham Nelson 5d91f9b3d1 Minor bug fix 2023-12-31 09:02:13 +00:00
David Kinder 06cfa98854
Merge pull request #133 from DavidKinder/master
Update Glulxe to 0.6.1
2023-10-12 19:38:24 +01:00
David Kinder 542ca97dc7 Update Glulxe to 0.6.1 2023-10-11 09:06:48 +01:00
David Kinder 74b212fde9
Merge pull request #132 from DavidKinder/master
Make assimilation_point an inter_bookmark instance, rather than a pointer, to avoid pointers to stack objects
2023-10-09 19:01:44 +01:00
David Kinder eabc31edfb Make assimilation_point an inter_bookmark instance, rather than a pointer, to avoid pointers to stack objects 2023-10-09 11:56:24 +01:00
Graham Nelson d5975a9332 Added modernise button to Extensions index page 2023-10-01 22:21:10 +01:00
Graham Nelson a6abdb2c75 Updated test cases to reflect recent CSS changes 2023-10-01 13:03:25 +01:00
Graham Nelson 58fcc925ed
Merge pull request #131 from DavidKinder/master
Copy Delia files in forceintegration
2023-09-30 15:33:07 +01:00
Graham Nelson 5a1f5fc0f4 Updated main Delia test recipe to avoid rm calls on Windows 2023-09-30 15:28:16 +01:00
David Kinder 02440b4b9e Copy Delia files in forceintegration 2023-09-30 15:05:29 +01:00
Graham Nelson 1fafb42868 Reglazed various broken windows 2023-09-29 21:55:46 +01:00
Graham Nelson 8e97864354 Tidying up HTML generation 2023-09-28 23:33:24 +01:00
Graham Nelson dc58fc8138 Refactored to minimise platform variance in CSS 2023-09-27 22:41:19 +01:00
Graham Nelson 8ca381d1cc Added Delia integration to makefile 2023-09-26 21:55:16 +01:00
Graham Nelson ec790a7c50 Links for extension example testing 2023-09-26 18:43:19 +01:00
Graham Nelson 60cf181e8f Testing for rsync failure when installing directory extensions 2023-09-25 22:21:03 +01:00
Graham Nelson e7e412a220 Merge branch 'master' of https://github.com/ganelson/inform 2023-09-25 18:42:16 +01:00
Graham Nelson 02b84ca8d9 Preparatory work for in-app testing 2023-09-25 18:40:53 +01:00
David Kinder ee6631239b
Merge pull request #130 from DavidKinder/master
Adjust Windows CSS to remove MacOS fonts and fixed font size
2023-09-22 09:23:21 +01:00
David Kinder f9b8318b3d Adjust Windows CSS to remove MacOS fonts and fixed font size 2023-09-22 09:22:43 +01:00
Graham Nelson af93c8be08 Images in extension documentation 2023-09-21 23:37:35 +01:00
Graham Nelson ebc55aac22 Implementation of IE-0033 2023-09-20 23:00:43 +01:00
Graham Nelson 25378d8d5d Merge branch 'master' of https://github.com/ganelson/inform 2023-09-16 20:09:44 +01:00
Graham Nelson 20a4c28b1b Small update to DialogueKit needed by new Unicode-friendly parser 2023-09-16 20:08:45 +01:00
Graham Nelson 518ddcdf1b
Merge pull request #129 from ptomato/linux-improvements
Linux improvements
2023-09-12 10:56:17 +01:00