Paul Chote
Paul Chote
My different pitest branches were trying out various experiments - some that worked, others that didn't, and one that depends on external hardware - and really aren't suitable for others...
OpenRA runs reasonably well on the new Raspberry Pi 4 - out of the box (current bleed with no custom changes) a RA skirmish game at 1024 x 768 held...
OpenGL 2.1 is no longer supported, so that won’t be possible sorry.
The general [Linux build instructions](https://github.com/OpenRA/OpenRA/blob/bleed/INSTALL.md#linux) should just work on the Pi 4 - I make sure that this remains functional whenever we change something that might affect it.
Can someone please provide a testcase? All the lua errors I create are caught by our lua plumbing, not the sandbox, so the stacktraces don't change.
After some more digging, something seems to be broken here. Sandboxing seems to be disabled (or at least something in the way exceptions are logged has changed) even in the...
The original request in #8438 was to bypass `scriptwrapper.lua` completely. While i'm not sure whether the suggestion that this can be done through eluant is correct, I agree that we...
Please take the time to understand the review comments before trying to implement them 😕 * `isSandboxed` can be set from `ExecuteScript` (I mentioned this specifically), there is no need...
Ping @penev92 for a rereview.
Does https://github.com/Mailaender/OpenRA/pull/64 count as a review?