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

62 commits

Author SHA1 Message Date
Graham Nelson 3ea9ce725f Second attempt to reconcile links 2022-04-28 17:37:28 +01:00
Graham Nelson e3ca7dd3c1 Possible fix for navigation link issue between inform and inweb/intest 2022-04-28 17:20:06 +01:00
Graham Nelson 99c7394e81 Modernised inform.mkscript 2022-04-25 16:44:43 +01:00
Graham Nelson a1aa7642e9 Documented and rounded out some debugging features 2022-04-18 15:46:46 +01:00
Graham Nelson e3d88b37cf Fixed Glulx-only bug in which a newline could be printed before a window had been opened, crashing very strict Glk implementations 2022-04-09 10:16:11 +01:00
Graham Nelson cba72a3537 Improved source website 2022-04-04 18:31:44 +01:00
Graham Nelson d1f5dc4304 Further reduction in annotation use 2022-03-20 13:41:13 +00:00
Graham Nelson f3c4f9140a Eliminated the two verb annotations 2022-03-17 22:50:28 +00:00
Graham Nelson 1b6a7babf4 New __extent annotation for arrays initialised to zero entries 2022-03-03 11:05:03 +00:00
Graham Nelson 652af138a8 Much systematic renaming 2022-03-01 00:41:22 +00:00
Graham Nelson c17d5ba65a Reduced memory overhead for annotations 2022-02-05 12:27:28 +00:00
Graham Nelson 59a873d14b Removed external scope for symbols 2022-02-04 00:55:12 +00:00
Graham Nelson 8b40b2a135 Completed final 2021-11-11 23:32:10 +00:00
Graham Nelson d7db94a1e4 Added stylist and glk_implementation to C 2021-11-08 23:27:21 +00:00
Graham Nelson 3b4747329a Tidied up C objects model 2021-11-08 00:03:20 +00:00
Graham Nelson e5d4211714 Moved built-in functions to be opcodes, not veneer symbols 2021-11-05 23:12:14 +00:00
Graham Nelson 8dcd03e0de Started tidying functions 2021-11-02 23:34:24 +00:00
Graham Nelson 5d7fa48d97 Completed C literals 2021-11-01 20:02:30 +00:00
Graham Nelson 58d1996036 Moved dictionary word literals to Vanilla 2021-11-01 00:07:47 +00:00
Graham Nelson b246e007fc Tidied up C arithmetic 2021-10-31 10:38:25 +00:00
Graham Nelson 984909302b Improved @gestalt in C 2021-10-31 00:24:50 +01:00
Graham Nelson 429c76430f Further C assembly improvements 2021-10-30 13:04:16 +01:00
Graham Nelson ad76073090 Completed C memory model 2021-10-28 23:38:32 +01:00
Graham Nelson a69fe713a9 Improvements to memory model 2021-10-25 23:59:20 +01:00
Graham Nelson 05478d28e4 Further C work 2021-10-25 10:22:54 +01:00
Graham Nelson 838d43bec4 Tidied C further 2021-10-25 00:03:03 +01:00
Graham Nelson bfa356137f Began tidying up C generator 2021-10-23 23:54:35 +01:00
Graham Nelson 0492727e4f Finished simplifying generator model for objects 2021-10-13 23:11:42 +01:00
Graham Nelson 044cecf0f4 Explicated and simplified I6 generator 2021-10-11 01:11:20 +01:00
Graham Nelson e504c06fc9 Considerably tidied up vanilla 2021-10-10 14:53:42 +01:00
Graham Nelson 42bb9a5486 Pushed kind tables down into final generators 2021-10-05 23:54:01 +01:00
Graham Nelson 6c75736f1b Removed value_range pseudoproperty 2021-10-03 17:24:39 +01:00
Graham Nelson d968cd7fec Finally pushing attribute/property distinction down the stack 2021-10-02 23:52:18 +01:00
Graham Nelson e81b4326f5 Beginning work on vanilla object model 2021-09-27 09:21:13 +01:00
Graham Nelson 4ed53b0789 Removed segment choices from vanilla 2021-09-26 15:35:01 +01:00
Graham Nelson eb305369c4 Further vanilla refactoring 2021-09-26 11:01:13 +01:00
Graham Nelson 728a7e6dc0 Gradual vanilla refactoring 2021-09-25 18:21:49 +01:00
Graham Nelson 8d581df05a Further simplification of final module 2021-09-23 23:48:56 +01:00
Graham Nelson d240f7078f Tidying the final module 2021-09-22 17:28:55 +01:00
Graham Nelson 06bbeba416 Began untangling code generation 2021-09-21 22:34:09 +01:00
Graham Nelson 55f766b918 Renamed I7 runtime type 2021-09-20 23:26:22 +01:00
Graham Nelson da9151f1f5 Documenting and tidying up C 2021-09-13 23:38:46 +01:00
Graham Nelson 40a6d193c3 First attempts at hybrid C-Inform programming 2021-09-09 23:06:55 +01:00
Graham Nelson 6761e556bf Got C undo/restore working 2021-09-08 23:26:09 +01:00
Graham Nelson 4535a8711a Made global variables part of C execution state 2021-09-08 09:17:50 +01:00
Graham Nelson 4d4dd4e402 Progress towards a clearer state of C execution 2021-09-07 23:28:19 +01:00
Graham Nelson 84df463ee4 Began better abstraction of C library 2021-09-06 23:12:33 +01:00
Graham Nelson 6d8630bf67 Further progress 2021-09-05 09:35:10 +01:00
Graham Nelson 9f29a341e8 Added C support for release and serial number 2021-09-02 13:36:29 +01:00
Graham Nelson 100bc64ae3 Embryonic C grammar table 2021-08-31 13:09:34 +01:00