delverengine icon indicating copy to clipboard operation
delverengine copied to clipboard

Editor control issues

Open jmickle66666666 opened this issue 6 years ago • 3 comments

A bunch of little features/bugs that I may take a look at adding

  • [x] Right click menu on a surface should let me select a texture for the surface
  • [ ] Right click on a surface then moving the camera should prevent the right-click menu from opening when you let go
  • [x] Escape doesn't close the right-click menu
  • [x] Camera Y rotation should be clamped, so you can't end up upside down
  • [ ] Sometimes the camera flips upside down in one frame, I need to look into reproducible steps for this

jmickle66666666 avatar Dec 13 '18 00:12 jmickle66666666

I'm super glad you are tackling this! ❤️

joshuaskelly avatar Dec 13 '18 00:12 joshuaskelly

Regarding the second point. That is not happening anymore, I guess. Not sure when it was fixed, though.

right-click-up

PythooonUser avatar Sep 22 '20 19:09 PythooonUser

Regarding the second point. That is not happening anymore, I guess. Not sure when it was fixed, though.

The logic behind this, I found, is a half-second timer. Looks like in the GIF you do exceed this threshold. If you do release fast enough then it might still be the case.

evrimoztamur avatar Sep 25 '20 10:09 evrimoztamur