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

2156 commits

Author SHA1 Message Date
Graham Nelson fe9aa9e32d Simplified extensions page 2023-07-09 11:14:58 +01:00
Graham Nelson d40a4eef14 Merge branch 'master' of https://github.com/ganelson/inform 2023-07-08 23:37:55 +01:00
Graham Nelson 5c20b92ae8 Improved inbuild -inspect output 2023-07-08 23:37:28 +01:00
David Kinder 08b6f97799
Merge pull request #112 from DavidKinder/master
Switch Windows build to MSYS2 MINGW64
2023-07-08 15:56:01 +01:00
David Kinder 25ea669dd6 Use $(EXEEXTENSION) when deleting executables 2023-07-08 14:34:32 +01:00
David Kinder 28b05a822f Add *.exe to .gitignore 2023-07-08 14:33:20 +01:00
David Kinder f21a596a8b Switch Windows build to MSYS2 MINGW64 2023-07-08 13:33:59 +01:00
Graham Nelson e14c21e835 A little experimental work on literal notations 2023-07-07 09:57:45 +01:00
Graham Nelson 2f8330823e New abstract object kind in Basic Inform 2023-07-06 18:58:52 +01:00
Graham Nelson af300e0d28
Merge pull request #111 from awlck/patch-1
Fix for I7-2282
2023-07-06 17:52:19 +01:00
Adrian Welcker ff474b7ee6
Fix for I7-2282
Fix dangling pointer issue.
2023-07-06 15:44:50 +02:00
Graham Nelson cd5b7213bf Tweak to make object-kind looping constants visible to the linker 2023-07-06 09:16:51 +01:00
Graham Nelson ad2c648098 Fix for Jira bug I7-2366 2023-07-05 23:11:15 +01:00
Graham Nelson 7da48d361a
Merge pull request #110 from curiousdannii/fixenums
Fix kit enumerated kinds to allow for consecutive values
2023-07-05 22:08:48 +01:00
Graham Nelson 118210da10
Merge pull request #109 from zedlopez/since_scene_began_fix
Since scene began fix
2023-07-05 22:03:55 +01:00
Graham Nelson ddbfb22eec Updated notes 2023-07-05 18:37:52 +01:00
Graham Nelson 8da3a9f58f More on Extensions page 2023-07-05 09:52:32 +01:00
Dannii Willis 8dbf385d21 Fix kit enumerated kinds to allow for consecutive values 2023-07-05 14:10:50 +10:00
Zed Lopez 7804c61616 adding test 2023-07-04 16:19:07 -07:00
Zed Lopez a33f2a84d7 merging latest master 2023-07-04 15:05:49 -07:00
Zed Lopez 75ce6cb466 initial commit 2023-07-04 15:04:22 -07:00
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