Alexey Gulev

Results 350 comments of Alexey Gulev
trafficstars

Could you pls try to reproduce it using 1.6.4.?

@vbif1 A lot of fixes were made in 1.6.4-1.7.0 in this area. could you pls take a look if it's still an issue for you using the latest version of...

Additional info wasn't provided. I'm closing it for now. Feel free to reopen if you'll be able to reproduce it using new version of Defold.

> @AGulev What was your use case for that previous change? Was it only for printing from scripts? Then I suggest we move that change there. I explained it here...

on video, it looks like it scales to DPI==1 for some reason

Some potentially related JavaFX fixes: - https://github.com/openjdk/jfx/commit/5c3e83293eaf364d7288cd1e609d89c4b20bd91e - https://github.com/openjdk/jfx/commit/a17a71458def91d206844b7d64e185af75a3c6e0 - https://github.com/openjdk/jfx/commit/8fef6a3315efed579a431d580aae143da236e7b2 - https://github.com/openjdk/jfx/commit/8fef6a3315efed579a431d580aae143da236e7b2 maybe @vlaaad will be able to take a look or at least create a build for tests...

@alcorrius could you pls take a look how this version of the editor works for you? https://d.defold.com/archive/editor-dev/071e1f56843c2779c7b713d6ede6739e12d818d5/editor-dev/editor2/Defold-x86_64-linux.zip

Could you please specify which specific Linux settings you are missing?

>We should still consider deleting the EGLContext (and thus freeing resources) in onStop, even if the context is not bound. If the context is bound, it may be best to...

Sometimes OS unload resources when it's not enough memory and application just restarts, but I think that it's possible in some cases we have an ANR or crash Here is...