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

2247 commits

Author SHA1 Message Date
Graham Nelson b2c6b5f5ac Updated test case results 2023-06-07 07:44:09 +01:00
Zed Lopez 2b92e635ab updating no automatic plural synonyms for new use option scheme 2023-06-05 06:59:05 -07:00
Graham Nelson 7cd3c7b5f0
Merge pull request #99 from zedlopez/example_tweaks
consistent names between examples and recipe book; making Clark2 standalone
2023-06-05 11:21:00 +01:00
Graham Nelson e8278a5697 Minor tidying-up after ORIGSOURCE_IST changes 2023-06-05 11:12:24 +01:00
Graham Nelson 8e4b0d14c7
Merge pull request #97 from erkyrath/origsource
Origsource directive
2023-06-05 09:32:33 +01:00
Zed Lopez 9608d429a5 fix to compilation settings 2023-06-04 22:03:25 -07:00
Zed Lopez 49640bcf32 merging master 2023-06-04 21:30:16 -07:00
Zed Lopez 145138c0e0 consistent names between examples and recipe book; making Clark2 standalone 2023-06-04 21:03:40 -07:00
Graham Nelson c1367fa63f
Merge pull request #91 from zedlopez/deactivate_clarification
Deactivate clarification
2023-06-04 23:12:41 +01:00
Graham Nelson 17edb20f74
Merge pull request #98 from erkyrath/utf-8-fix
UTF-8 fix for high range, plus test case
2023-06-04 21:56:19 +01:00
Andrew Plotkin 33c5d8cc09 Merge branch 'master' into utf-8-fix 2023-06-04 12:38:34 -04:00
Andrew Plotkin 06b859bcbc Another Unicode test. 2023-06-04 12:34:33 -04:00
Graham Nelson c32cc7a02d Added dictionary resolution use option 2023-06-04 11:19:34 +01:00
Andrew Plotkin 2e67ba6087 Full UTF-8 handling for C Miniglk. 2023-06-03 22:57:33 -04:00
Andrew Plotkin 90c88f43d9 Build the DialogueKit interb files too, I guess. 2023-06-03 09:48:38 -04:00
Andrew Plotkin 2cb89f11da Update EnglishLanguageKit .interb files. 2023-06-03 09:44:37 -04:00
Andrew Plotkin 861681d870 Merge branch 'master' into origsource 2023-06-03 09:43:15 -04:00
Graham Nelson 839d94e423
Merge pull request #95 from erkyrath/unicode-parser
IE-0019: Unicode parser
2023-06-03 09:16:56 +01:00
Graham Nelson e5f4a75bc0 Rewrite of the Pink or Blue test case 2023-06-02 10:13:22 +01:00
Graham Nelson 407631d031
Merge pull request #94 from zedlopez/smash_the_gender_binary
Smash the gender binary
2023-06-02 09:26:21 +01:00
Graham Nelson e153707ebe Updating test suite and notes 2023-06-02 09:03:36 +01:00
Graham Nelson 89fbb6c6ec
Merge pull request #89 from zedlopez/concealment
Concealment
2023-06-02 07:56:55 +01:00
Graham Nelson 7f56170afe
Merge pull request #93 from zedlopez/list_of_values_in_wi
commit of list of values patch for wi
2023-06-02 07:51:00 +01:00
Graham Nelson 3035ff4403 Updated web 2023-06-01 22:27:26 +01:00
Graham Nelson 203cc39e33 Further work on inbuild verbosity 2023-06-01 22:24:00 +01:00
Andrew Plotkin 2c0b478cd0 Inter output now has some #OrigSource lines. 2023-05-29 11:36:43 -04:00
Andrew Plotkin 0af34cce65 An Inter error message changed. 2023-05-29 11:34:07 -04:00
Andrew Plotkin bf2d76763b Drop in #OrigSource for the redefinition of OC__Cl(). 2023-05-29 11:14:41 -04:00
Andrew Plotkin 987b5f4736 Update comment. 2023-05-29 10:38:53 -04:00
Graham Nelson 5b3a34c942
Merge pull request #92 from zedlopez/contravariant
fixing stray right-angle-bracket
2023-05-29 08:53:01 +01:00
Andrew Plotkin ecdccb16e1 Inter version bump. 2023-05-28 20:36:18 -04:00
Andrew Plotkin 7e693b08ed Inter now has origsource nodes. 2023-05-28 20:34:08 -04:00
Andrew Plotkin f9653c2377 Use Str::len() instead of peeking at the pointer. 2023-05-28 20:30:57 -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 35f5af0f7a Use the proper idiom for checking Provenance validity. 2023-05-27 22:26:50 -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 c1d88136f2 Merge branch 'master' into origsource 2023-05-27 09:44:00 -04:00
Andrew Plotkin 40a90581f9 *Really* revert change. 2023-05-27 09:42:13 -04:00
Andrew Plotkin 338dfccd02 Reverse temp change. 2023-05-27 09:41:50 -04:00
Andrew Plotkin 6f0abf7d62 Comment. 2023-05-27 09:20:15 -04:00
Andrew Plotkin 4426ac0f6e Correct parsing of #OrigSource inside a function. 2023-05-27 09:17:57 -04:00
Andrew Plotkin 65865563cd Don't write the second argument of #OrigSource if it wasn't set.
(Or is zero.)
2023-05-27 09:11:30 -04:00
Graham Nelson 28d28618e9 Added -verbose to inbuild 2023-05-27 08:19:48 +03:00
Andrew Plotkin 9e5a9af370 Start working through #origsource in kit code. 2023-05-26 20:08:07 -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
Andrew Plotkin dd5ff2a7b2 Comment. 2023-05-25 12:53:48 -04:00
Andrew Plotkin 63fce0f1a7 Optimize the case of OrigSource with no arguments. 2023-05-25 12:52:36 -04:00