• R/O
  • SSH
  • HTTPS

junnethack: Commit


Commit MetaInfo

Revisión368 (tree)
Tiempo2011-01-16 23:28:07
Autorso-miya

Log Message

UnNetHack SVN版rev.721を適用した。
'X' toggles twoweaponing, explore mode is on alt-x resp. #xplore
'X'で二刀流に切り替え、探索モードは alt-x すなわち #xplore で行う

Cambiar Resumen

Diferencia incremental

--- junnethack/trunk/src/cmd.c (revision 367)
+++ junnethack/trunk/src/cmd.c (revision 368)
@@ -2259,7 +2259,8 @@
22592259 {'W', FALSE, dowear, NULL},
22602260 {M('w'), FALSE, dowipe, NULL},
22612261 {'x', FALSE, doswapweapon, NULL},
2262- {'X', TRUE, enter_explore_mode, NULL},
2262+ {'X', FALSE, dotwoweapon, NULL},
2263+ {M('x'), TRUE, enter_explore_mode, NULL},
22632264 /* 'y', 'Y' : go nw */
22642265 {'z', FALSE, dozap, NULL},
22652266 {'Z', TRUE, docast, NULL},
@@ -2338,6 +2339,7 @@
23382339 {"version", "list compile time options for this version of UnNetHack",
23392340 doextversion, TRUE},
23402341 {"wipe", "wipe off your face", dowipe, FALSE},
2342+ {"xplore", "enter the explore mode", enter_explore_mode, TRUE},
23412343 {"?", "get this list of extended commands", doextlist, TRUE},
23422344 #else /*JP*/
23432345 {"adjust", "持ち物一覧の調整", doorganize, TRUE},
@@ -2373,6 +2375,7 @@
23732375 {"version", "コンパイル時のオプションを表示する",
23742376 doextversion, TRUE},
23752377 {"wipe", "顔を拭う", dowipe, FALSE},
2378+ {"xplore", "探検モードに入る", enter_explore_mode, TRUE},
23762379 {"?", "この拡張コマンド一覧を表示する", doextlist, TRUE},
23772380 #endif /*JP*/
23782381 #if defined(WIZARD)
--- junnethack/trunk/ChangeLog (revision 367)
+++ junnethack/trunk/ChangeLog (revision 368)
@@ -2,6 +2,10 @@
22 * changing color of monster with config line:
33 MONSTERCOLOR=acid blob:lightcyan
44 * Fixed crashes when attacking long worms on flipped levels
5+
6+ * user interface improvements:
7+ - 'X' toggles twoweaponing, explore mode is on alt-x resp. #xplore
8+
59 * vanilla bug fixes:
610 - C343-198
711
Show on old repository browser