From b957c0976b2dc010b4b56d04d4d2dd83d1e93330 Mon Sep 17 00:00:00 2001 From: tgstation-server Date: Tue, 5 Dec 2017 01:15:16 -0800 Subject: [PATCH] Automatic changelog generation for PR #32751 [ci skip] --- html/changelogs/AutoChangeLog-pr-32751.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-32751.yml diff --git a/html/changelogs/AutoChangeLog-pr-32751.yml b/html/changelogs/AutoChangeLog-pr-32751.yml new file mode 100644 index 00000000000..11557c42d48 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-32751.yml @@ -0,0 +1,8 @@ +author: "MrPerson & ninjanomnom" +delete-after: True +changes: + - refactor: "Completely changed how keyboard input is read." + - rscadd: "Holding two directions at the same time will now move you diagonally. This works with the arrow keys, wasd, and the numpad." + - tweak: "Moving diagonally takes twice as long as moving a cardinal direction." + - bugfix: "You can use control to turn using wasd and the numpad instead of just the arrow keys." + - rscdel: "Some old non-hotkey mode behaviors, especially in relation to chatbox interaction, can't be kept with the new system. Of key note: You can't type while walking. This is due to limitations of byond and the work necessary to overcome it is better done as another overhaul allowing custom controls."