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

2391 commits

Author SHA1 Message Date
Zed Lopez bc2e9a57e7 when character is 0x20, wastefully reassign it in preference to wastefully binarysearching 2024-04-27 15:39:28 -07:00
Zed Lopez c75b1c7bfe binarysearch to find whether thing is whitespace in unicode 2024-04-27 15:15:28 -07:00
Zed Lopez a67199b025 Merge branch 'master' into whitespace_homogenizer 2024-04-27 14:39:14 -07:00
Graham Nelson 47472c0319 Neptune-defined arithmetic 2024-04-27 13:12:51 +01:00
Graham Nelson 2958d7ae19 Refactored compilation of arithmetic operations 2024-04-26 01:01:32 +01:00
Graham Nelson ec38eb8d2f Improvements to how extensions can create kinds 2024-04-24 23:01:07 +01:00
Graham Nelson 623fbb916e Added one kind-value pair function 2024-04-22 09:37:42 +01:00
Graham Nelson 61534b38cc Reform of pointer-value kind support and Neptune 2024-04-22 00:28:32 +01:00
Zed Lopez 85c4ecfece binarysearch 2024-04-20 17:23:25 -07:00
Graham Nelson 7ba1243d99 Updating docs 2024-04-18 23:38:46 +01:00
Graham Nelson 832678bff7 Clarification of pointer-value kinds support code 2024-04-18 23:37:18 +01:00
Graham Nelson 19ab732223 Further drafting on the Kits chapter 2024-04-18 23:36:59 +01:00
Graham Nelson 9c7ccf6f1e Further drafting on kits 2024-04-16 23:53:34 +01:00
Graham Nelson 76ad21db13 Further WWI redrafting 2024-04-15 23:43:54 +01:00
Graham Nelson 2fa1defd6d Expanded extension documentation 2024-04-13 14:05:47 +01:00
Zed Lopez 2d061a0f2c break inner loop if char under consideration < current place in whitespace array 2024-04-12 09:42:05 -07:00
Zed Lopez 21916814e8 nuking chars < 32 for z-machine 2024-04-12 09:00:10 -07:00
Zed Lopez 16c4e4327c check by range 2024-04-12 00:25:00 -07:00
Zed Lopez 2a8f8fcc51 now with z-machine support 2024-04-11 17:52:15 -07:00
Zed Lopez 7724807637 convert all unicode whitespace in user input to space (0x20) 2024-04-11 15:45:51 -07:00
Graham Nelson 0726b2cbf1 Moved implications from Extensions chapter to Kinds chapter 2024-04-09 18:44:05 +01:00
Graham Nelson da863513d0 Documented IE-0026 in a new chapter on Advanced Notation 2024-04-09 16:36:47 +01:00
Graham Nelson 8df93ad484 Updated docs 2024-04-08 22:39:30 +01:00
Graham Nelson 85d24c891e Fix for Jira bug I7-2293 2024-04-08 22:38:02 +01:00
Graham Nelson 2f51b6ef66 Documented number bases portion of IE-0026 2024-04-08 00:12:29 +01:00
Graham Nelson d774ce8693 Documented IE-0031 (banish) and tidied up testing command sections 2024-04-07 16:15:55 +01:00
Graham Nelson b5d752a5c9 Some indexing 2024-04-07 15:05:39 +01:00
Graham Nelson ed5b884ae0 Documented IE-0021 on no automatic plural synonyms 2024-04-07 14:55:53 +01:00
Graham Nelson c83451bde1 Further emoji example 2024-04-07 14:45:08 +01:00
Graham Nelson 3f4c675291 Minor change to cover IE-0019 2024-04-07 14:33:22 +01:00
Graham Nelson 1c3ad9f35d Updated docs 2024-04-07 13:16:12 +01:00
Graham Nelson 5e44d82c21 Completed plumbing-in of IE-0010 on concepts 2024-04-07 13:00:23 +01:00
Graham Nelson 5c4cde9683 Removed brief section on translates into Unicode in light of IE-0005 2024-04-07 11:33:24 +01:00
Graham Nelson 95bea0a77a Added Source control, git and GitHub section to cover IE-0002 2024-04-07 11:29:29 +01:00
Graham Nelson 70d7057aab Corrected indentation 2024-04-07 10:34:30 +01:00
Graham Nelson cb497ae3d0 Minor make change to accommodate Windows and Linux 2024-04-07 10:31:45 +01:00
Graham Nelson beb8817e5d
Merge pull request #140 from neroden/fix-control-character-input-bug-more
Allow Unicode control characters to be printed with "say" under Glulx…
2024-04-05 11:31:00 +01:00
Graham Nelson 30f09905c7 Corrected ideal transcripts in light of PR#138 2024-04-05 11:29:59 +01:00
Graham Nelson efc18df91a
Merge pull request #138 from neroden/fix-remove-bug
Fix Jira Bug I7-2460
2024-04-05 10:07:50 +01:00
Graham Nelson ee26051d01
Merge pull request #139 from neroden/stack-patch
Fix Jira bug I7-2021
2024-04-05 10:03:08 +01:00
Graham Nelson 563c0d1a11 Miscellaneous HTML generation infelicities fixed 2024-04-04 23:25:29 +01:00
Graham Nelson 3860f9ed1c Minor tidy-up 2024-04-04 21:53:22 +01:00
Graham Nelson 6df6574fe0
Merge pull request #125 from zedlopez/undressing_in_the_abstract
make abstraction strip worn flag
2024-04-04 21:50:43 +01:00
Graham Nelson c32877b5c4
Merge pull request #136 from stuartlangridge/patch-2
Dublin Core, not Durham Core
2024-04-04 19:07:30 +01:00
Graham Nelson c8511d8e34 Converted documentation and examples to Markdown and removed indoc from build process 2024-04-03 22:06:16 +01:00
Graham Nelson 6b08fa1427 Updated pending notes 2024-04-03 21:06:40 +01:00
Graham Nelson 6b118ad089 Fix for Jira bug I7-2311 2024-04-03 12:32:58 +01:00
Graham Nelson 223e13be6d Fix for Jira bug I7-2473 2024-04-03 12:17:52 +01:00
Graham Nelson 981571bfe8 Added audible/inaudible adjectives 2024-04-02 08:40:34 +01:00
Graham Nelson ae9bbcd634 Fix for Jira bug I7-2480 2024-04-02 08:39:26 +01:00