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

1985 commits

Author SHA1 Message Date
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
Graham Nelson 5b3a34c942
Merge pull request #92 from zedlopez/contravariant
fixing stray right-angle-bracket
2023-05-29 08:53:01 +01:00
Graham Nelson 28d28618e9 Added -verbose to inbuild 2023-05-27 08:19:48 +03: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
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