Jonathan Coates

Results 393 comments of Jonathan Coates

I've rebased on top of master, and re-run prettier. Not 100% sure I got this right - running prettier locally reported a lot of additional issues that CI doesn't complain...

I think I'm going to close this. There's definite improvements we could make to the UI (see # #1169), but I'm fine with the current system of using offhand pocket...

Sadly this is unlikely to happen (see #530 and [this forum post](http://www.computercraft.info/forums2/index.php?/topic/29067-)). The TLDR is that Dan doesn't own the rights to CCEdu (as it was developed for Teacher Gaming)...

Given that it's been four years since CC was open sourced, I think that's unlikely to happen by itself. Be the change you want to see in the world!

Sponge changed their handling of fake players, which means CC's previous approach to this no longer works. #518 should fix that, but it hasn't been merged into the main mod...

Self promotion warning, but if you're on 1.12 or later, you may want to switch to [CC: Tweaked](https://www.curseforge.com/minecraft/mc-mods/cc-tweaked/) which at least fixes the thread-usage issue. The program looks a bit...

Ahh, if you're on 1.6.4 then I'm afraid you're probably out of luck. We only have source code available for the 1.8.9 versions (and later), so recompiling isn't an option...

@jamierocks I've deliberately avoided that in order to reduce noise and make it clear what changes this PR makes. It should be trivial to delete the LuaJ sources at a...

> +1. How much code will this break? If I've done my job correctly, none. Several servers use Cobalt already, and haven't experienced any issues. It is a fork of...

No code using the public API should break (`IPeripheral`, `ILuaObject`, etc...). To be accessing the Lua VM you'd have to be using all sorts of reflection trickery - [Dan has...