diff --git a/html/changelog.html b/html/changelog.html index 9b1f5a5bef7..023142d10c3 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -54,6 +54,34 @@ Stuff which is in development and not yet visible to players or just code relate (ie. code improvements for expandability, etc.) should not be listed here. They should be listed in the changelog upon commit tho. Thanks. --> +21 October 2011, Tuesday: + + 18 October 2011, Tuesday:
  • Errorage updated: diff --git a/interface/skin.dmf b/interface/skin.dmf index 3fef802d076..d0b3fe43707 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -4,20 +4,20 @@ macro "macro" command = ".center" is-disabled = false elem - name = "NORTHEAST+REP" - command = ".northeast" + name = "NORTHEAST" + command = "swap-hand" is-disabled = false elem - name = "SOUTHEAST+REP" - command = ".southeast" + name = "SOUTHEAST" + command = "drop-item" is-disabled = false elem - name = "SOUTHWEST+REP" - command = ".southwest" + name = "SOUTHWEST" + command = "attack-self" is-disabled = false elem - name = "NORTHWEST+REP" - command = ".northwest" + name = "NORTHWEST" + command = "toggle-throw-mode" is-disabled = false elem name = "CTRL+WEST" @@ -67,6 +67,42 @@ macro "macro" name = "CTRL+W" command = "attack-self" is-disabled = false + elem + name = "NUMPAD1+REP" + command = ".southwest" + is-disabled = false + elem + name = "NUMPAD2+REP" + command = ".south" + is-disabled = false + elem + name = "NUMPAD3+REP" + command = ".southeast" + is-disabled = false + elem + name = "NUMPAD4+REP" + command = ".west" + is-disabled = false + elem + name = "NUMPAD5+REP" + command = ".center" + is-disabled = false + elem + name = "NUMPAD6+REP" + command = ".east" + is-disabled = false + elem + name = "NUMPAD7+REP" + command = ".northwest" + is-disabled = false + elem + name = "NUMPAD8+REP" + command = ".north" + is-disabled = false + elem + name = "NUMPAD9+REP" + command = ".northeast" + is-disabled = false elem name = "MULTIPLY" command = "swap-hand"