Vadim Grigoruk

Results 250 comments of Vadim Grigoruk

I disabled vsync by default for html export 6718e82ed0b2fdafca5d853475c2fc1795f54a37

... and let's make TIC workable on a high refresh rate monitor in the next version.

Unfortunately, I don't have a way to fix this without a high-frequency monitor, I'll try experimenting with it when I find a >60hz monitor.

Fixed problem with selection, also added a background to the inactive zone (in other words, removed the infinity of the map in the editor). ![video5](https://user-images.githubusercontent.com/1101448/160120284-e859f85f-a642-42ee-80ed-8dc8d568e840.gif)

The map looping was very buggy and I decided to remove it to make it easier to fix the issue with the selection. Of course we restore the looping if...

I temporary reverted map loopping f9e2a247956e123708810d91ff3addd0943d1a0d Let's fix selection issue in the next version

I received a message from the Google Play reviewers some time ago ![image](https://user-images.githubusercontent.com/1101448/161385967-31d8f05a-fd5b-4da9-9157-ae7089725096.png) I'll try to fix it with the upcoming release.

Hi, At the moment it is possible only with a `pmem()`, I do not see any other variants, also, we have about 12K reserved [RAM ](https://github.com/nesbox/TIC-80/wiki/ram) for the future, and...

Yes, in theory you could even write your data to the sprites area for example and then use `sync()` to copy that data to the cart :)

It exports fine if you use `Jxy` between frames, we only have to find a solution on how to export with `Jxy` in one frame.