Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upItems dropped using "'D'rop to adjacent tile" and the arrow keys are randomly placed one tile clockwise #23542
Comments
BorkBorkGoesTheCode
changed the title
Items dropped using "'D'rop to adjacent tile" are randomly offset one tile
Items dropped using "'D'rop to adjacent tile" and the arrow keys are randomly offset one tile
Apr 19, 2018
BorkBorkGoesTheCode
changed the title
Items dropped using "'D'rop to adjacent tile" and the arrow keys are randomly offset one tile
Items dropped using "'D'rop to adjacent tile" and the arrow keys are randomly placed one tile clockwise
Apr 19, 2018
This comment has been minimized.
This comment has been minimized.
|
Might be connected to the change that enabled diagonal movement using shift+arrow keys. |
ZhilkinSerg
added
<Bug>
Info / User Interface
(S2 - Confirmed)
labels
Apr 19, 2018
This comment has been minimized.
This comment has been minimized.
|
Can you please disable option Will you still have same issue when dropping items? |
This comment has been minimized.
This comment has been minimized.
|
Disabling diagonal movement setting stops the issue. |
Night-Pryanik
added
Controls / Input
and removed
Info / User Interface
labels
Apr 26, 2018
This comment has been minimized.
This comment has been minimized.
If you do this as quickly as possible, it's very likely that you still hold the shift key down (which is probably required to enter the uppercase 'D'). And that means the game receives (rightfully!) an input of SHIFT+direction key. Please change the "drop item to adjacent tile" to be some key that does not require the shift key to be hold down (and enable "Diagonal movement with cursor keys and modifiers" again) and test again. If the problem does not persist, or can be recreated by other, the issue will be closed. |
BorkBorkGoesTheCode
closed this
May 28, 2018
This comment has been minimized.
This comment has been minimized.
|
Reassigning the drop key to lowercase d makes the issue stop. |
BorkBorkGoesTheCode commentedApr 19, 2018
Game version:
0.C-27430
OS:
Windows 10 tiles
Expected behavior
Objects are dropped onto an adjacent square of the player's choice whenever the player drops items using the "Drop" command.
Actual behavior
Items are randomly dropped one square clockwise from the chosen drop tile when the player selects a tile using the arrow keys. The chance of this happening increases if the player quickly types the commands.
Steps to reproduce the behavior
Drop an item using the "'D'rop item to adjacent tile" command using the arrow keys as quickly as possible.