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

187 commits

Author SHA1 Message Date
Graham Nelson ec38eb8d2f Improvements to how extensions can create kinds 2024-04-24 23:01:07 +01:00
Graham Nelson 61534b38cc Reform of pointer-value kind support and Neptune 2024-04-22 00:28:32 +01:00
Graham Nelson 832678bff7 Clarification of pointer-value kinds support code 2024-04-18 23:37:18 +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
David Kinder bde03297ac
Merge branch 'ganelson:master' into unicode 2023-09-06 09:16:55 +01:00
Graham Nelson 9a84b68a74 Completed core Inform work on IE-0032 2023-09-05 10:12:54 +01:00
David Kinder 521e590618 First attempt at moving from wchar_t wide strings to 32-bit strings 2023-09-05 08:36:51 +01:00
Graham Nelson e14c21e835 A little experimental work on literal notations 2023-07-07 09:57:45 +01:00
Adrian Welcker ff474b7ee6
Fix for I7-2282
Fix dangling pointer issue.
2023-07-06 15:44:50 +02:00
Graham Nelson 7569de20a8 Rewrite of kind constructor support code in runtime module 2023-06-26 09:13:25 +01:00
Graham Nelson 41964775e1 Completed noncontiguous enumerations 2023-06-24 12:06:10 +01:00
Graham Nelson a9350acc83 Further on enumerations 2023-06-24 00:29:35 +01:00
Graham Nelson a93da24ee7 Further work on nonstandard enumerations 2023-06-21 18:01:50 +01:00
Graham Nelson 9fa1ad6993 Refactored code-provenance Inter instructions 2023-06-12 10:03:15 +01:00
Graham Nelson d7d1d09277 Removal of BasicInformExtrasKit 2023-06-11 14:34:38 +01:00
Graham Nelson 93f871711b Further pruning of BasicInformExtrasKit 2023-06-11 11:43:28 +01:00
Graham Nelson 4d4353f983 Consolidation of kit support for activities 2023-06-10 23:52:27 +01:00
Graham Nelson e8278a5697 Minor tidying-up after ORIGSOURCE_IST changes 2023-06-05 11:12:24 +01:00
Andrew Plotkin 987b5f4736 Update comment. 2023-05-29 10:38:53 -04:00
Andrew Plotkin 468a68dcd0 It's ...level, eloc. 2023-05-28 20:09:27 -04:00
Andrew Plotkin e19f50c47a OrigSourceInstruction::new_from_provenance(). 2023-05-28 20:00:45 -04:00
Andrew Plotkin 42532de477 Null OrigSource at the end. 2023-05-28 18:57:34 -04:00
Andrew Plotkin 8b418768a0 Generate #Origsource for kit-compiled functions. 2023-05-28 18:50:39 -04:00
Andrew Plotkin c0aae6022f Maintain a text_provenence in Compile Blocks and Lines, and when
creating an OrigSourceInstruction. (As opposed to a source_location.)
2023-05-27 22:23:38 -04:00
Andrew Plotkin 6f0abf7d62 Comment. 2023-05-27 09:20:15 -04:00
Andrew Plotkin 40259e3e7a Start parsing #Origsource in the I6-to-Inter stage. Not yet useful. 2023-05-26 10:20:26 -04:00
Graham Nelson da9fb27be5 Experimental Unicode-handling change 2023-05-16 08:11:55 +01:00
Graham Nelson 3c9a25a58a Deprecation of old use option syntax 2023-05-03 22:41:04 +01:00
Graham Nelson 95e613cd6a Implemented IE-0018 2023-05-02 19:07:44 +01:00
Graham Nelson b382906e39 Further improvements to I6 syntax error reporting 2023-04-29 23:36:11 +01:00
Graham Nelson 568429d61c More accurate I6 error location 2023-04-28 11:18:56 +01:00
Graham Nelson 8aa902ce50 More on schema error reporting 2023-04-26 23:11:43 +01:00
Graham Nelson 8d92831249 Improved error reporting on kit and insertion code 2023-04-25 10:37:50 +01:00
Graham Nelson 4d97b499cf Fix for Jira bug I7-2335 2023-04-23 23:15:44 +01:00
Graham Nelson 4fb6e57b86 Fix for Jira bug I7-2297 2023-04-23 21:16:45 +01:00
Graham Nelson cc08b7cdec Making a start on IE-0015 world model enforcement 2023-01-16 22:45:50 +00:00
Graham Nelson cbe7012fb6 Fix for Jira bug I7-2264 2023-01-05 09:36:39 +00:00
Graham Nelson b5c35fb98e Fix for Jira bug I7-2235 2023-01-04 23:09:20 +00:00
Graham Nelson 24988c7383 Further prerequisites for IE-0004 2022-11-03 22:56:50 +00:00
Graham Nelson 69135575f6 Implemented +replacing(keeping) 2022-10-23 13:20:55 +01:00
Graham Nelson baa615c76f Slightly clarified namespaces 2022-10-13 23:15:49 +01:00
Graham Nelson 2083e65b6e Experimental work on +namespace 2022-10-12 23:53:21 +01:00
Graham Nelson ad81cf2e48 Implemented +private annotation 2022-10-10 23:38:11 +01:00
Graham Nelson a1e6b9e7ab Implemented +replacing for non-functions 2022-10-10 09:50:20 +01:00
Graham Nelson 839aec2a7f Implemented IE-0006 2022-10-09 23:26:03 +01:00
Graham Nelson 9762ea5dde Improved DialogueKit 2022-09-30 23:59:26 +01:00
Graham Nelson c970317683 IE-0009 now implemented in draft form 2022-09-26 00:22:54 +01:00
Graham Nelson 257bf9cab6 Various missing dialogue features added 2022-09-24 18:00:01 +01:00
Graham Nelson 148ee6866e Active mode for dialogue director 2022-09-21 09:33:49 +01:00
Graham Nelson 9d20af9ca9 Dialogue beginning to be performed 2022-09-19 23:31:44 +01:00