turning off zoom cancels a shift-drag

  • KitchenParty
    5th Jul 2016 Member 0 Permalink

    before, if you wanted to drag a straight line (shift-drag), and you wanted to zoom in as well you would hold zoom and position your cursor and then drag after canceling.

    an example of this is if you wanted a straight line from one corner to the other, but the zoom was blocking your way so you would start dragging but it cancels when you stop zoom which is really annoying as i havent played in a while and i always used to do this.

    i hope that was explained well, i dont know how to show this

  • jacob1
    6th Jul 2016 Developer 0 Permalink
    I exactly understand what you mean. I can see why this might be useful too.

    Before 91.0 came out, I spent 1-2 weeks working on the drawing code. We realized while working on TPTMP that the code was extremely inconsistent and buggy. Some of the drawing code was terrible and didn't make any sense. Most of the bugs weren't easy to notice at 60fps, but it was doing a lot of weird things like drawing lines twice, drawing back to a point you already went to, and others. Then when you considered line handling, zoom handling, and stamp handling, it was a mess. There were some bugs that let you keep a shift-drag cursor while not pressing on the mouse.

    At first I tried to make it useful, allowing you to place and remove a zoom window while creating lines (this was something I intentionally tested and tried to keep in). I also tried allowing doing other things like placing stamps at the same time. But in the end it was easiest and more consistent to just have some zoom and stamp actions cancel every other action / not be allowed while doing other actions.

    I'm usually able to be pretty accurate, by placing a zoom window beforehand on one side. Hopefully you can make it work.
    Edited once by jacob1. Last: 6th Jul 2016
  • KitchenParty
    6th Jul 2016 Member 0 Permalink

    @jacob1!293313i

     ok thanks for replying, is there anywhere i can get the previous version of tpt that had this feature?

  • jacob2
    6th Jul 2016 Member 0 Permalink
    Well you could ... https://powdertoy.co.uk/Download/Build.html?ID=322

    But I would figure out if you can do what you want in the current version too
    Edited once by jacob2. Last: 7th Jul 2016
  • KitchenParty
    7th Jul 2016 Member 0 Permalink
  • Alexwall
    8th Jul 2016 Member 0 Permalink

    When this was in it was complained about, now thats it's gone it's complained about

  • jacob1
    8th Jul 2016 Developer 0 Permalink
    @ajloveslily (View Post)
    You might be thinking of the other bug where lines would continue outside of the zoom window and create a massive line across your screen. That was a separate fix.