Joseph Humfrey
Joseph Humfrey
Thanks, fixed!
Thanks @ringlas! Have added the "Content added before a choice point" bullet to the main post.
Some improvements in https://github.com/inkle/ink/commits/story-changes-recovery branch will be merged into master soon. It currently attempts to improve all points above except "Knot/function parameters changed", which is harder since we need more...
I’d definitely be up for changing the “byte code” JSON format so that we can keep both perfectly aligned. It would be a breaking change of course, but it’s probably...
Oh I see, that’s pretty elegant, I like that.
Yeah we’d definitely have to bump the version anyway. So it probably makes sense to make the format the best version of itself, compromise-free as much as possible. Though it’s...
I'm in full support of this! However, aren't there 2 problems...? - In general, large quantities of changes to the C# codebase come in sudden flurries. We decide we need...
I think `as` isn't the same as it is in C# though - I'm pretty sure it's a simple type assertion like `yourThing` for people who don't like angle brackets?...
I agree, speaking from inkle experience with giving new specific names to everything, I’d suggest `inklecatejs` or `inkjs-Compiler` for clarity, and `inklecatejs` is my favourite.
Note: I'd be very happy to use a simple-as-possible custom PRNG in C# to make ports simpler. (But prob wouldn't have time to implement it myself, but might be happy...