borb

Results 28 comments of borb

if you really want to implement this change, could you at least make the old functionality available as an option? Otherwise i'm stuck with old versions of TIC-80 as I...

i've done some narrowing down on this issue: streaming the build 0.90-1723 does not result in a crash, but streaming 1.0-1735 does. Does anyone know which git commits these builds...

@nesbox tested! your hunch was right - streaming tic80-1.1-pro.exe didn't crash it when running it from the command line with the `--soft` option.

For my 160Hz screen laptop, the game usually runs at normal speed, but sometimes it locks itself into a fast mode for a duration of few seconds to a few...

@Alia-Traces you're right - it must be some kind of a catch-up mechanism that is related to real time. My laptop was just in sleep mode overnight with TIC-80 on...

had some help from friend and created a PR that fixes non-emscripten builds - at least on my laptop! @Alia-Traces if you can, please try the fix with your multi-screen...

yeah good call as if was fixed in d23ffe1daebf33780f6b8f7bc6d7c83c2716af0c.

the behaviour indeed can be a bit erratic: for *some* computers, i've had to add the following line to my `main.lua` for require to work: `package.path = package.path..";C:/path/to/your/directory/?.lua"` It adds...

I totally understand the breaking-out-of-sandbox concern. I gotta say, however, that disabling require would devastate my current TIC-80 workflow...

it would be nice if the default palette of the game was applied to the console as well, at least in the built version!