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

2135 commits

Author SHA1 Message Date
Graham Nelson 000c4f928d Further on Extensions page 2023-07-04 21:49:18 +01:00
Graham Nelson d6e8609db1 Fixes for remaining issues arising from PR#106 2023-07-04 18:37:04 +01:00
Graham Nelson e817a25254 Merge branch 'master' of https://github.com/ganelson/inform 2023-07-04 17:05:04 +01:00
Graham Nelson 5a80fc6f10
Merge pull request #108 from curiousdannii/startup-rules
Fix remaining runtime test errors
2023-07-04 17:04:56 +01:00
Graham Nelson e026f39c2c Further on new Extensions page 2023-07-04 17:04:07 +01:00
Dannii Willis 0bdf5a3417 Fix whitespace issues
Fix RelDynamicPointer: the player variable was being set after dynamic relations were created
2023-07-04 21:48:04 +10:00
Graham Nelson efbe2d2116 Merge branch 'master' of https://github.com/ganelson/inform 2023-07-04 08:24:31 +01:00
Graham Nelson 6074ba799d Starting work on new Extensions in-app page 2023-07-04 08:23:27 +01:00
Graham Nelson ef1c7996ec
Merge pull request #107 from curiousdannii/startup-rules
Startup rules
2023-07-04 08:22:30 +01:00
Dannii Willis cc399bf808 Fix the ordering of some startup rules 2023-07-04 12:42:50 +10:00
Dannii Willis 39eedebb6b PLATFORM_SPECIFIC_STARTUP_R must return false so the other rules will run 2023-07-04 11:33:28 +10:00
Graham Nelson f9414445a7
Merge pull request #96 from curiousdannii/startup-rules
IE-0022: Startup rules
2023-07-03 18:59:46 +01:00
Dannii Willis 6b23e667ac Rename FINAL_CODE_STARTUP_R to PLATFORM_SPECIFIC_STARTUP_R 2023-07-03 18:43:40 +10:00
Dannii Willis b6ac2a7e4e The activity basis bug is now fixed! 2023-07-03 18:29:11 +10:00
Dannii Willis d034424655 And update the WWI docs for the starting the virtual machine activity. 2023-07-03 18:29:11 +10:00
Dannii Willis aa7c11eb0f IE-0022: Tidy and reoganise the startup sequence (https://github.com/ganelson/inform-evolution/pull/22) 2023-07-03 18:29:11 +10:00
Graham Nelson d96e3477b8 Fixed issue with documentation symbols for activities 2023-07-03 08:57:40 +01:00
Graham Nelson d8012a286a Tidied up after merge of PR#53 2023-07-03 07:37:29 +01:00
Graham Nelson 19ad547050
Merge pull request #53 from zedlopez/static_idx
initial commit maintaining match_idx vars
2023-07-03 07:31:59 +01:00
Zed Lopez fd7f51b373
Merge branch 'ganelson:master' into static_idx 2023-07-02 14:05:30 -07:00
Zed Lopez a3f455f2cb finalizing tests 2023-07-02 14:01:37 -07:00
Graham Nelson 413124a37c Fixed "X is an activity on nothing" bug 2023-07-02 21:57:24 +01:00
Graham Nelson 8e2cff7ad1 Reverted quotation mark change which had been applied by PR#106 2023-07-02 20:44:18 +01:00
Zed Lopez 5ac954db3f syncing from upstream 2023-07-02 12:40:31 -07:00
Zed Lopez 61058e80e7 patch for edge case; revised docs 2023-07-02 12:39:00 -07:00
Graham Nelson eafe4e7dae
Merge pull request #106 from DavidKinder/master
Switch to latest Glulxe and use its built-in RNG
2023-07-02 20:30:07 +01:00
Graham Nelson 305b079449 Minor overlooked change 2023-07-02 20:24:13 +01:00
David Kinder 2e4829bd68 Update ideal test results due to change in random number generator in Glulxe 2023-07-01 05:56:09 +01:00
David Kinder 0a764d4ab6 Build Glulxe with built-in RNG, fix purging executables on Windows 2023-07-01 05:50:25 +01:00
David Kinder cc1aabf3b5 Build Glulxe with built-in random number generator 2023-07-01 05:44:12 +01:00
David Kinder 78d965daf3 Use double quotes for test option passed to Glulxe interpreter 2023-07-01 05:43:50 +01:00
David Kinder 5e30ca40f7 Update to latest Glulxe from Zarf's repository 2023-07-01 05:41:43 +01:00
Graham Nelson 70d739c3e4 Made more forgiving on escaped backslashes 2023-06-28 18:37:13 +01:00
Zed Lopez 9f944ee425 finalizing match index 2023-06-26 12:27:27 -07:00
Graham Nelson b4221937d7 Minor fix to recover better from name clash error 2023-06-26 16:57:18 +01:00
Zed Lopez 13fdb2a15f syncing master 2023-06-26 08:24:42 -07:00
Zed Lopez 598daef768 fixes to phrases, kit 2023-06-26 08:22:14 -07:00
Zed Lopez 7d32f143a6 more tests, improved docs 2023-06-26 08:20:24 -07:00
Graham Nelson aa99aaaa27 Hex and binary enumeration values in Neptune files 2023-06-26 10:21:09 +01:00
Graham Nelson 811a6f944f Small bug fix for uninitialised action parsing data 2023-06-26 09:51:44 +01:00
Graham Nelson 7569de20a8 Rewrite of kind constructor support code in runtime module 2023-06-26 09:13:25 +01:00
Graham Nelson 25e625eaf3 Updated weave 2023-06-24 12:07:43 +01:00
Graham Nelson 41964775e1 Completed noncontiguous enumerations 2023-06-24 12:06:10 +01:00
Graham Nelson a9350acc83 Further on enumerations 2023-06-24 00:29:35 +01:00
Graham Nelson d5d2ab2f73 Make refinements to allow for new Mac app developer feature 2023-06-22 22:29:33 +01:00
Graham Nelson a2e0cc98bb Further work on enumerations 2023-06-22 09:22:19 +01:00
Graham Nelson a93da24ee7 Further work on nonstandard enumerations 2023-06-21 18:01:50 +01:00
Graham Nelson 9f01aa6337 Merge branch 'master' of https://github.com/ganelson/inform 2023-06-21 09:28:30 +01:00
Graham Nelson 782007a34e Further progress on kit enumerations 2023-06-21 09:28:02 +01:00
David Kinder f01799966f
Merge pull request #104 from DavidKinder/master
Better avoidance of warnings from printing stack frame pointer
2023-06-15 13:41:48 +01:00