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

2309 commits

Author SHA1 Message Date
Graham Nelson 3e52231387 Voluntary/involuntary beats 2024-01-01 11:47:08 +00:00
Graham Nelson 7a3b86cf67 Fixed ambiguity about first speaker of a beat with required attendees 2023-12-31 22:51:27 +00:00
Graham Nelson 1920ab4987 Fixed crash on certain performance style syntaxes 2023-12-31 22:21:47 +00:00
Graham Nelson 7f15b1c32c Fixed timing issue when making director active when play begins 2023-12-31 21:43:53 +00:00
Graham Nelson 2f399ce790 Fixed bug to do with "any ..." dialogue beats 2023-12-31 16:03:12 +00:00
Graham Nelson 4d7bcc7a87 Fixed issues with dialogue choices 2023-12-31 14:57:40 +00:00
Graham Nelson 453854e298 Enabled global variables (and similar) as identities of dialogue speakers 2023-12-31 12:49:15 +00:00
Graham Nelson 83c92b0181 Removed excessive debugging log output 2023-12-31 10:37:19 +00:00
Graham Nelson 5d91f9b3d1 Minor bug fix 2023-12-31 09:02:13 +00:00
David Kinder 06cfa98854
Merge pull request #133 from DavidKinder/master
Update Glulxe to 0.6.1
2023-10-12 19:38:24 +01:00
David Kinder 542ca97dc7 Update Glulxe to 0.6.1 2023-10-11 09:06:48 +01:00
David Kinder 74b212fde9
Merge pull request #132 from DavidKinder/master
Make assimilation_point an inter_bookmark instance, rather than a pointer, to avoid pointers to stack objects
2023-10-09 19:01:44 +01:00
David Kinder eabc31edfb Make assimilation_point an inter_bookmark instance, rather than a pointer, to avoid pointers to stack objects 2023-10-09 11:56:24 +01:00
Graham Nelson d5975a9332 Added modernise button to Extensions index page 2023-10-01 22:21:10 +01:00
Graham Nelson a6abdb2c75 Updated test cases to reflect recent CSS changes 2023-10-01 13:03:25 +01:00
Graham Nelson 58fcc925ed
Merge pull request #131 from DavidKinder/master
Copy Delia files in forceintegration
2023-09-30 15:33:07 +01:00
Graham Nelson 5a1f5fc0f4 Updated main Delia test recipe to avoid rm calls on Windows 2023-09-30 15:28:16 +01:00
David Kinder 02440b4b9e Copy Delia files in forceintegration 2023-09-30 15:05:29 +01:00
Graham Nelson 1fafb42868 Reglazed various broken windows 2023-09-29 21:55:46 +01:00
Graham Nelson 8e97864354 Tidying up HTML generation 2023-09-28 23:33:24 +01:00
Graham Nelson dc58fc8138 Refactored to minimise platform variance in CSS 2023-09-27 22:41:19 +01:00
Graham Nelson 8ca381d1cc Added Delia integration to makefile 2023-09-26 21:55:16 +01:00
Graham Nelson ec790a7c50 Links for extension example testing 2023-09-26 18:43:19 +01:00
Graham Nelson 60cf181e8f Testing for rsync failure when installing directory extensions 2023-09-25 22:21:03 +01:00
Graham Nelson e7e412a220 Merge branch 'master' of https://github.com/ganelson/inform 2023-09-25 18:42:16 +01:00
Graham Nelson 02b84ca8d9 Preparatory work for in-app testing 2023-09-25 18:40:53 +01:00
David Kinder ee6631239b
Merge pull request #130 from DavidKinder/master
Adjust Windows CSS to remove MacOS fonts and fixed font size
2023-09-22 09:23:21 +01:00
David Kinder f9b8318b3d Adjust Windows CSS to remove MacOS fonts and fixed font size 2023-09-22 09:22:43 +01:00
Graham Nelson af93c8be08 Images in extension documentation 2023-09-21 23:37:35 +01:00
Graham Nelson ebc55aac22 Implementation of IE-0033 2023-09-20 23:00:43 +01:00
Graham Nelson 25378d8d5d Merge branch 'master' of https://github.com/ganelson/inform 2023-09-16 20:09:44 +01:00
Graham Nelson 20a4c28b1b Small update to DialogueKit needed by new Unicode-friendly parser 2023-09-16 20:08:45 +01:00
Graham Nelson 518ddcdf1b
Merge pull request #129 from ptomato/linux-improvements
Linux improvements
2023-09-12 10:56:17 +01:00
Graham Nelson a721e7ab48 Further enhancements 2023-09-12 10:51:37 +01:00
Graham Nelson 0f37410f01 Divided layout into sitemap and contents 2023-09-10 23:46:39 +01:00
Philip Chimento 58d7abb9af Fix mistakes in Blurb language description
"data" has a "type" parameter to indicate the format, here it was
mistakenly named "format". Also fix a nearby typo.
2023-09-10 11:31:58 -07:00
Philip Chimento 6d8bc4a94c Fix misleading indentation
Clang flags this formatting as misleading because it looks like the
'break' is part of the clause of the if-statement.
2023-09-10 11:31:58 -07:00
Philip Chimento 81bc47af7c Fix title-casing in examples test names
On a case-sensitive file system, the names of the examples need to have
the same casing as their transcripts.
2023-09-10 11:31:58 -07:00
David Kinder 6881b0f449
Merge pull request #128 from DavidKinder/unicode
Move to 32-bit character strings
2023-09-10 13:21:39 +01:00
David Kinder 8170d08801 Merge branch 'master' into unicode 2023-09-10 13:11:12 +01:00
David Kinder 34337d1faf Update one L"" string to U"" missed on last merge 2023-09-10 11:45:35 +01:00
Graham Nelson 8524f9373c Continued work towards removal of indoc 2023-09-10 10:56:14 +01:00
David Kinder 2edd7ec93d Merge branch 'master' into unicode 2023-09-10 06:42:19 +01:00
Graham Nelson ac626ad8af More on documentation indexing 2023-09-09 15:23:44 +01:00
David Kinder a51c8c60c0
Merge branch 'ganelson:master' into unicode 2023-09-07 06:38:59 +01:00
Graham Nelson c140b1527d Improvements to extension documentation rendering and indexing 2023-09-06 23:40:30 +01:00
David Kinder 30c1f60e3c Inform is now written in C11, not C99 2023-09-06 13:34:13 +01:00
David Kinder 81a92aef9f Use CH32EOF as EOF marker, allows fewer casts. Also put generated C code back to using wchar_t 2023-09-06 13:19:32 +01:00
David Kinder bde03297ac
Merge branch 'ganelson:master' into unicode 2023-09-06 09:16:55 +01:00
Graham Nelson 89b5273f21 Kit RTP constants using forward-slashed paths even on Windows 2023-09-05 23:38:51 +01:00