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

2287 commits

Author SHA1 Message Date
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
Graham Nelson da9fb27be5 Experimental Unicode-handling change 2023-05-16 08:11:55 +01:00
Andrew Plotkin 9bd8e2c780 Put $DICT_CHAR_SIZE=4 in a glulx-only section so we don't need to
faff around with Target Virtual Machines.w.
2023-05-16 00:55:47 -04:00
Andrew Plotkin 853016078b The rest of Punctuation Removal. 2023-05-15 21:35:27 -04:00
Andrew Plotkin d926dc77e5 Start updating Punctuation Removal. 2023-05-15 21:23:17 -04:00
Zed Lopez 084d5fe5be reblessing changed example output 2023-05-15 15:04:36 -07:00
Zed Lopez 5a817c8550 revisions 2023-05-15 14:06:42 -07:00
Graham Nelson 33c10204bc Unicode character size storage changes for IE-0005 2023-05-15 22:04:46 +01:00
Andrew Plotkin 34f18c3e29 EnglishLanguageKit interb files (derived from Language.i6t I guess). 2023-05-14 21:14:27 -04:00
Andrew Plotkin 775927381f The "i.again" fix wasn't right. 2023-05-14 20:57:40 -04:00
Andrew Plotkin 2d152f59a4 Adjust TestKeyboardPrimitive(). 2023-05-14 20:48:14 -04:00
Andrew Plotkin 7d0c64aae2 Typo in SpliceSnippet(). 2023-05-14 20:01:50 -04:00
Andrew Plotkin 7508f15c0d TIME_TOKEN(). 2023-05-14 19:47:15 -04:00
Graham Nelson 76293cccfd Updated notes 2023-05-14 22:08:09 +01:00
Graham Nelson 0038a2e46f Fix for Jira bug I7-2242 2023-05-14 22:06:17 +01:00
Andrew Plotkin 5bf3fa8e6a FLOAT_TOKEN() and FloatParse(). 2023-05-14 11:41:56 -04:00
Andrew Plotkin 62ef207ae7 DECIMAL_TOKEN(). 2023-05-14 10:50:53 -04:00
Andrew Plotkin 9d76c5f75b PrintSnippet() wasn't right. 2023-05-14 10:37:59 -04:00
Andrew Plotkin 0ba5c918af Updated DA_Topic(). 2023-05-14 10:31:53 -04:00
Andrew Plotkin 88f971ff1a Adjust TEXT_TY_ROGPRI(). 2023-05-14 01:54:08 -04:00