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

2406 commits

Author SHA1 Message Date
Graham Nelson 988fbd1f63
Merge pull request #147 from zedlopez/whitespace_homogenizer
Whitespace homogenizer
2024-05-05 23:34:54 +01:00
Graham Nelson fd2fb4e7b9 Many many ideal test transcripts revised to accommodate the new RNG from PR#150 2024-05-05 23:28:43 +01:00
Graham Nelson 01afeb303b
Merge pull request #150 from curiousdannii/mitigate-random
Partially mitigate the flaw in Glulx interpreter RNGs
2024-05-05 23:05:14 +01:00
Graham Nelson 254a1cb7a5
Merge pull request #151 from curiousdannii/neptune-out-of-order
Allow for Neptune enums to defined out of numerical order
2024-05-05 23:02:48 +01:00
Graham Nelson bf51ed44ff Fix for Jira bug I7-2372 2024-05-04 13:50:35 +01:00
Graham Nelson 57a1cf6f40 Tweaks to comply better with extension MIT, MIT-0, CC0 and Unlicense terms 2024-05-04 12:33:55 +01:00
Dannii Willis 550b9b49e0 Ensure that all non-specified values are higher than specified ones 2024-05-04 13:20:38 +10:00
Dannii Willis efcbd8d43a Allow for Neptune enums to defined out of numerical order 2024-05-04 13:11:22 +10:00
Dannii Willis 71e5b394d2 Partially mitigate the flaw in Glulx interpreter RNGs 2024-05-03 11:27:35 +10:00
Graham Nelson 7d21367324 IE-0036 completed 2024-05-02 23:31:53 +01:00
Graham Nelson dc839857d0 Most of IE-0036 2024-05-01 23:40:00 +01:00
Graham Nelson 0a760f4e3b Enabled JSON metadata to contain licence declaration 2024-04-29 23:19:36 +01:00
Graham Nelson 28c50813a8 Tidying up 2024-04-29 09:23:13 +01:00
Zed Lopez fd05125ade had been skipping first entry in UnicodeWhitespace ; assign chr to avoid multiple lookups 2024-04-27 16:31:55 -07:00
Graham Nelson beff2bc9de Tentative splitting of time and duration 2024-04-28 00:09:02 +01:00
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