Merged revision(s) 6965 from branches/ja2_source_official_2014:

- [CTRL] + [i] in tactical calls a dialogue for sector inventory manipulations (by Sevenfm)
- [CTRL] + [c] in tactical calls a dialogue for cover/trap display modes (by Sevenfm)
- changed min value for SCOPE_RANGE_MULTIPLIER from 0.5 to 0.1 (by Sevenfm)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6966 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2014-02-22 19:32:13 +00:00
parent 71d85d8bb5
commit 916bf88b9d
14 changed files with 1015 additions and 158 deletions
+75
View File
@@ -8431,4 +8431,79 @@ STR16 szCampaignHistoryWebpageString[]=
L"Day",
};
STR16 szTacticalInventoryDialogString[]=
{
L"Inventory Manipulations",
L"NVG",
L"Reload All",
L"",
L"",
L"Sort",
L"Merge",
L"Separate",
L"Organize",
L"Crates",
L"Boxes",
L"Drop B/P",
L"Pickup B/P",
L"",
L"",
L"",
L"",
};
STR16 szTacticalCoverDialogString[]=
{
L"Cover Display Mode",
L"Off",
L"Enemy",
L"Merc",
L"",
L"",
L"",
L"",
L"",
L"Traps",
L"Network",
L"Detector",
L"",
L"Net A",
L"Net B",
L"Net C",
L"Net D",
};
STR16 szTacticalCoverDialogPrintString[]=
{
L"Turning off cover/traps display",
L"Showing danger zones",
L"Showing merc view",
L"",
L"",
L"",
L"",
L"",
L"Display trap network",
L"Display trap network colouring",
L"Display nearby traps",
L"",
L"Display trap network A",
L"Display trap network B",
L"Display trap network C",
L"Display trap network D",
};
#endif //ENGLISH