- Recommit Kaiden's class item cap fix r1790 (lost during meager of Big Maps Project code) & other related variables from INT16 to INT32; increased the class item limit in mapeditor (by Buggler)

- Map Editor: Items - Hotkeys (by Buggler)
o Hotkeys ',': Left Scroll
o Hotkeys '.': Right Scroll
o ('Shift': Jump 1 page; 'Ctrl': Jump 10 pages; 'Ctrl + Shift': Jump to first/last page)
- Changed saveloadscreen previous/next hotkey to ','/'.' due to interference with input_box navigation using arrow keys (by Buggler)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5877 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2013-02-27 19:06:52 +00:00
parent dfc17ea9c6
commit 834aa1eb13
15 changed files with 242 additions and 63 deletions
+8 -5
View File
@@ -317,6 +317,7 @@ STR16 BoxFilter[] =
STR16 iEditorItemStatsButtonsText[] =
{
L"Delete",
L"Delete item (|D|e|l)",
};
STR16 FaceDirs[8] =
@@ -354,11 +355,11 @@ STR16 iEditorMercsToolbarText[] =
L"Schedule mode",
L"Schedule mode",
L"DELETE",
L"Delete currently selected merc (DEL).",
L"Delete currently selected merc (|D|e|l)",
L"NEXT", //20
L"Find next merc (SPACE).",
L"Find next merc (|S|p|a|c|e)",
L"Toggle priority existance",
L"Toggle whether or not placement has/naccess to all doors.",
L"Toggle whether or not placement has/naccess to all doors",
//Orders
L"STATIONARY",
@@ -463,7 +464,9 @@ STR16 iEditorItemsToolbarText[] =
L"E3",
L"Triggers",
L"Keys",
L"Rnd",
L"Rnd", //10
L"Previous (|,)", // previous page
L"Next (|.)", // next page
};
STR16 iEditorMapInfoToolbarText[] =
@@ -491,7 +494,7 @@ STR16 iEditorOptionsToolbarText[]=
L"Load map",
L"Select tileset",
L"Leave Editor mode",
L"Exit game.",
L"Exit game",
L"Create radar map",
L"When checked, the map will be saved in original JA2 map format.\nThis option is only valid on 'normal' size maps that do not reference grid numbers (e.g: exit grids) > 25600.",
L"When checked and you load a map, the map will be enlarged automatically depending on the selected Rows and Cols.",