There are 2 annyoing bugs. (the latter is more annoying). Cant undo when in blank save (when not saved yet). Also when the writing language is changed to cyrylic, pressing buttons do things, like toggling newtonian gravity etc.
Thx for reading
well, happened with this save id:2317266. I updated the save but when i came back to it, it was the same. Did this multiple times. However when i came back now, 2-3 hours after the re-save, it was updated. I dont know how much time it took to actually update though.
Graphics api lagging when user holding mouse button. In snapshot <136 everything is smoothly, but in snapshots >=136 graphics api lagging. I dont know is it visible on video: https://www.youtube.com/watch?v=jafZuNrXMWM&feature=youtu.be
Code to reproduce:
local function test()
graphics.fillRect(tpt.mousex, tpt.mousey, 200, 200)
end
tpt.register_step(test)
Have you changed something about the mac version in the snapshot to imporve performance?
I'm asing because when I download the current version from the main download link, I only get 5-10 FPS and tons of lag. However, running the snapshot version I easily get 60- no lag at all.
I'm wondering if there's just something going wrong on my end, or what's going on.