Vadim Grigoruk

Results 236 comments of Vadim Grigoruk

Personally, I'd like to release a new version when the scripts start working as shared libs, I'm working hard on this right now here #2257 and I'm very close to...

just tested, all is ok could you pls recheck?

Touch controls were designed for use on mobile devices, and I didn't think we'd be able to use them on the web. But if you say it works, then of...

I think it will be better if we add this feature to the options menu.

I reproduced it with the following errors: ![image](https://github.com/nesbox/TIC-80/assets/1101448/21e40052-50d5-412b-afba-f819ee26119a) Will try to fix, thanks.

Try to disable all the other scripts except Lua by calling the command ``` cmake -DBUILD_WITH_LUA=ON -DBUILD_WITH_FENNEL=OFF -DBUILD_WITH_JANET=OFF -DBUILD_WITH_JS=OFF -DBUILD_WITH_MOON=OFF -DBUILD_WITH_MRUBY=OFF -DBUILD_WITH_PYTHON=OFF -DBUILD_WITH_SCHEME=OFF -DBUILD_WITH_SQUIRREL=OFF -DBUILD_WITH_WASM=OFF -DBUILD_WITH_WREN=OFF .. --fresh ``` and...

I think I know the reason, I switched to a new domain name registrar a while ago, I think I forgot to enable the http protocol, now it only works...

It's difficult to understand the problem without the code. Do you have a link to the fork?

As I remember previously it was a problem with `clock()` function 0cd38fd3044fb856be1c9a9db4fc2e1191c696e9

Could pls someone test it with the disabled lines in `src/system/sdl/main.c` ![image](https://github.com/nesbox/TIC-80/assets/1101448/24e1f129-b820-4890-a2d2-22355d7ec9dc)