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

2156 commits

Author SHA1 Message Date
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
Andrew Plotkin 0632deb783 Comments. 2023-05-25 12:05:23 -04:00
Andrew Plotkin 70f4b854c4 Rename ORIGSOURCE_MTID to PLACE_ORIGSOURCE_MTID, which reads a little better. 2023-05-25 11:56:30 -04:00
Andrew Plotkin 9cb1194e46 Remove temporary comment code. 2023-05-25 11:43:17 -04:00
Andrew Plotkin 865c511c46 Inter version change, rebuild the .interb files. 2023-05-25 11:11:53 -04:00
Andrew Plotkin be564fa747 Merge branch 'master' into origsource 2023-05-25 11:06:06 -04:00
Andrew Plotkin b901f9c391 Guess we're bumping the Inter version. 2023-05-25 11:02:32 -04:00
Andrew Plotkin fd927245cd Clean up OrigSource at the end of a function. 2023-05-24 18:38:27 -04:00
Andrew Plotkin e3c519c23e OrigSource directives for I6. 2023-05-24 18:30:25 -04:00
Andrew Plotkin e2d7e25045 Plumbing for the OrigSource construct. 2023-05-24 17:36:02 -04:00
Andrew Plotkin cde27e8068 Probably too much work to generate Origsource directives. 2023-05-24 16:44:25 -04:00
Graham Nelson 004ceabc16 Added versions to "I've also read..." console messages 2023-05-24 10:17:49 +03:00
Graham Nelson 77d75b0efa More generous parsing of extension titling lines 2023-05-24 09:46:02 +03:00
Graham Nelson c2fabbe505 Policing spurious or missing project directory contents 2023-05-23 23:33:29 +03:00
Graham Nelson 4389daa6be Better extension header checking and -recursive option in inbuild 2023-05-23 18:50:12 +03:00
Andrew Plotkin 6cdcea243c We don't have to define DICT_WORD_SIZE here. 2023-05-22 12:23:03 -04:00
Andrew Plotkin 0940333a8d Silent int-conversation warning from clang. 2023-05-22 11:10:41 -04:00
Andrew Plotkin a20372d867 The Cyrillic case works with an inweb patch. 2023-05-20 13:29:10 -04:00
Andrew Plotkin 21da019ecb Add another unit to the units test. 2023-05-19 14:05:51 -04:00
Andrew Plotkin 8d54fc8086 Another test case. 2023-05-19 13:30:34 -04:00
Andrew Plotkin eb1f1d0b13 Add an OOPS test. 2023-05-19 13:09:39 -04:00
Andrew Plotkin 911ca96c47 Update version number of Punctuation Removal! 2023-05-19 10:54:27 -04:00
Andrew Plotkin cf2f33ac18 Mark glk_buffer_to_title_case_uni() as TODO. 2023-05-19 01:12:00 -04:00
Andrew Plotkin 897551612e Fix dict word printing. 2023-05-19 00:50:05 -04:00
Andrew Plotkin 340f299c8d Implementation of i7_glk_put_buffer_uni(). 2023-05-19 00:10:59 -04:00
Andrew Plotkin f8c2c7249e Build inform7_clib.[ch]. 2023-05-18 23:51:04 -04:00
Andrew Plotkin f9ef41585f Generate the dictionary in DICT_CHAR_SIZE=4 form. 2023-05-18 23:50:34 -04:00
Andrew Plotkin 4bf6bc5403 Wrote the glk functions, but they don't work yet. 2023-05-18 16:58:07 -04:00
Andrew Plotkin 89cf0a5715 Try implementing glk_request_line_event_uni(). 2023-05-18 16:40:39 -04:00
Andrew Plotkin 8342b454a8 Comment. 2023-05-17 15:25:00 -04:00
Andrew Plotkin 2a544c8c99 A third Unicode test. 2023-05-17 15:24:34 -04:00
Andrew Plotkin c756ab6d28 Might as well have a group. 2023-05-17 14:39:41 -04:00
Andrew Plotkin b6ffb2f7f4 Another test. 2023-05-17 14:36:40 -04:00
Andrew Plotkin 029add1f8d Test case for Unicode parsing. 2023-05-17 14:25:14 -04:00
Andrew Plotkin 0509a17744 Fix bugs in "test me" on Glulx. 2023-05-17 13:41:19 -04:00
Andrew Plotkin a25f96f585 Unit parsing now uses -> and --> appropriately. 2023-05-17 09:42:12 -04:00
Andrew Plotkin 6870a35662 Merge branch 'master' into unicode-parser 2023-05-16 23:50:36 -04:00
Andrew Plotkin c2f8a9038b Bug in preposition-gluing. 2023-05-16 23:16:19 -04:00
Andrew Plotkin 4de2f6e73f Fix the printing routines in BasicInformExtrasKit to match Printing.i6t. 2023-05-16 13:52:53 -04:00
Andrew Plotkin ec0ddf8d57 Update comment. 2023-05-16 10:18:00 -04:00
Andrew Plotkin ddce9d68fd Fix comments and #dict_par values. 2023-05-16 10:11:38 -04:00
Graham Nelson e5c33024f6 More filtering of I6 memory settings 2023-05-16 08:58:36 +01:00