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

2085 commits

Author SHA1 Message Date
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
David Kinder d4c9916fb6 When printing stack frame address, first cast to uint_ptr and then unsigned integer to avoid warnings 2023-06-15 13:39:31 +01:00
David Kinder a50e31acd6
Merge pull request #103 from DavidKinder/master
Correct issues noted from compiling with clang 16 on Windows
2023-06-15 09:16:42 +01:00
David Kinder 82f3c3e85f Remove logging pointers as integers, as there is no guarantee that they are the same size 2023-06-15 09:15:33 +01:00
David Kinder 892e759532 Log stack frame address as an int, this may truncate the address but is better than passing the wrong size parameter 2023-06-15 09:14:19 +01:00
David Kinder f74c35f48e Avoid cast to function prototype without arguments 2023-06-15 09:13:16 +01:00
David Kinder c998c4bd9b time_t might not be the same size as an int, so log ctime(&time_t) instead 2023-06-15 09:12:31 +01:00
Graham Nelson 2951e60e98 Merge branch 'master' of https://github.com/ganelson/inform 2023-06-14 19:44:09 +01:00
Graham Nelson c9f160f0fe Removed one platform dependency from BasicInformKit 2023-06-14 19:43:39 +01:00
David Kinder 96f7a74275
Merge pull request #102 from DavidKinder/master
bool is a type in C23, so do not use as an argument name
2023-06-14 13:14:44 +01:00
David Kinder 849222d38c bool is a type in C23, so do not use as an argument name 2023-06-14 11:49:30 +01:00
Graham Nelson 2f6fcd37ce Laying some foundations for kit-defined enumerations 2023-06-14 08:46:05 +01:00
Graham Nelson bd96c13aab Bumped some extension version numbers 2023-06-12 23:16:00 +01:00
Graham Nelson 2d800f0de9 Updated notes 2023-06-12 21:31:31 +01:00
Graham Nelson af2531f4b2 Fix for Jira bug I7-2265 2023-06-12 21:29:58 +01:00
Graham Nelson 8d34310585 Updated notes 2023-06-12 21:14:27 +01:00
Graham Nelson 11e1f756c1 Fix for Jira bug I7-2142 2023-06-12 21:12:13 +01:00
Graham Nelson 6a4eaf6439
Merge pull request #100 from curiousdannii/master-1
Add an EditorConfig file
2023-06-12 10:36:09 +01:00
Graham Nelson 7ef78af260
Merge pull request #101 from zedlopez/concealment_tests
Concealment tests
2023-06-12 10:31:57 +01:00
Graham Nelson 9fa1ad6993 Refactored code-provenance Inter instructions 2023-06-12 10:03:15 +01:00
Graham Nelson c4d12a8b15 Filled foolish omission 2023-06-12 08:50:35 +01:00
Zed Lopez 03fe4bccc4 initial commit concealment tests 2023-06-11 10:21:06 -07:00
Graham Nelson d7d1d09277 Removal of BasicInformExtrasKit 2023-06-11 14:34:38 +01:00
Graham Nelson 93f871711b Further pruning of BasicInformExtrasKit 2023-06-11 11:43:28 +01:00
Dannii Willis 1c16d3f1e0
Add an EditorConfig file. See https://editorconfig.org 2023-06-11 11:33:02 +10:00
Graham Nelson 4d4353f983 Consolidation of kit support for activities 2023-06-10 23:52:27 +01:00
Graham Nelson 3b5f77d067 Merge branch 'master' of https://github.com/ganelson/inform 2023-06-10 09:36:55 +01:00
Graham Nelson 5a6469c072 Removed Glulx- and Zmachine-only sections of BasicInformKit 2023-06-10 09:36:17 +01:00
Graham Nelson 7212335745
Merge pull request #90 from zedlopez/no_automatic_plural_synonyms
No automatic plural synonyms
2023-06-10 07:41:46 +01:00
Graham Nelson e802307073 Minor adjustment 2023-06-10 07:40:20 +01:00
Graham Nelson 109df1dfa2 Further kit refactoring 2023-06-09 11:15:21 +01:00
Graham Nelson fbfbf6f8d6 Further redistribution of work between kits 2023-06-08 23:41:37 +01:00
Graham Nelson c9953cd7c1 Moved Glulx undo functions into Architecture32Kit 2023-06-08 21:55:41 +01:00
Graham Nelson bbf0849314 Further refactoring 2023-06-08 19:57:05 +01:00
Graham Nelson fc608e7428 Minor refactoring 2023-06-07 23:15:23 +01:00
Graham Nelson f2749f0087 Enter Architecture16Kit and Architecture32Kit 2023-06-07 22:26:16 +01:00
Graham Nelson 042c9f7c2e Implemented -deprecated-external and basic support for warnings in Inform 2023-06-07 09:55:36 +01:00
Graham Nelson b2c6b5f5ac Updated test case results 2023-06-07 07:44:09 +01:00
Zed Lopez 2b92e635ab updating no automatic plural synonyms for new use option scheme 2023-06-05 06:59:05 -07:00
Graham Nelson 7cd3c7b5f0
Merge pull request #99 from zedlopez/example_tweaks
consistent names between examples and recipe book; making Clark2 standalone
2023-06-05 11:21:00 +01:00
Graham Nelson e8278a5697 Minor tidying-up after ORIGSOURCE_IST changes 2023-06-05 11:12:24 +01:00
Graham Nelson 8e4b0d14c7
Merge pull request #97 from erkyrath/origsource
Origsource directive
2023-06-05 09:32:33 +01:00
Zed Lopez 9608d429a5 fix to compilation settings 2023-06-04 22:03:25 -07:00
Zed Lopez 49640bcf32 merging master 2023-06-04 21:30:16 -07:00