simtr / PowderToypp

This repository has been moved to https://github.com/FacialTurd/The-Powder-Toy
https://github.com/FacialTurd/The-Powder-Toy
GNU General Public License v3.0
20 stars 12 forks source link

zoom window bugs #175

Closed jacob1 closed 12 years ago

jacob1 commented 12 years ago

Some things don't work correctly with the zoom window. Signs can't be moved inside of them. Also, line snapping doesn't work correctly, it won't snap to the right coords when starting/ending in it (second glitch found by tomastarkie in the forums).

simtr commented 12 years ago

The sign edit window doesn't use the zoom. I cannot replicate the issue with line snapping

jacob1 commented 12 years ago

For the sign thing, they can be placed inside the window, but then when you hit move, it can't be moved in it. For the line snapping, start the line from inside the zoom window, and then move your mouse outside of it. It shows that the line will be drawn diagonally, but when it is actually drawn the line isn't snapped and goes in the wrong direction, not even close to what you did. The starting coordinate is right (inside the window), but the ending coordinate isn't.

simtr commented 12 years ago

The window you see isn't actually there - it's just part of the background (previous opened window. i.e the main game window), the sign Window doesn't attach to the renderer and redraw everything, it just draws the signs onto the absolute screen position. I can see what you mean about the line tool now, I'm working on it.