mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Added: Ctrl+Shift+E now fill LBE items in sector with other items and places them in vehicles first.
Added: Right-Click on remove attachments button on sector inventory screen will not empty LBE items in sector Changed: SLAY_STAYS_FOREVER disables Slay's hourly chance to leave when unattended Added: SLAY_HOURLY_CHANCE_TO_LEAVE setting to Ja2_Options.ini Fixed: a bunch of array index out of bounds bugs Fixed: a bunch of typos in if contitions Fixed: BuildListFile() function loading items from index 1 instead 0 Added translation: Polish text for some map inventory screen items Added translation: English texts for new functionality for other language files Cleaned up some old TODOs git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8404 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -4323,7 +4323,7 @@ STR16 pMapScreenInvenButtonHelpText[] =
|
||||
L"合并堆叠同类的物品", // HEADROCK HAM 5: Stack and Merge
|
||||
L"|鼠|标|左|击: 将子弹分类装入弹箱 \n|鼠|标|右|击: 将子弹分类装入纸盒 ", //L"|L|e|f|t |C|l|i|c|k: 将子弹分类装入弹箱\n|R|i|g|h|t |C|l|i|c|k: 将子弹分类装入纸盒", HEADROCK HAM 5: Sort ammo
|
||||
// 6 - 10
|
||||
L"移除所有物品的附件", // HEADROCK HAM 5: Separate Attachments
|
||||
L"|鼠|标|左|击: 移除所有物品的附件\n|鼠|标|右|击: empty LBE in sector", // HEADROCK HAM 5: Separate Attachments
|
||||
L"退出所有武器的子弹", //HEADROCK HAM 5: Eject Ammo
|
||||
L"|鼠|标|左|击: 显示全部物品 \n|鼠|标|右|击: 隐藏全部物品 ", // HEADROCK HAM 5: Filter Button
|
||||
L"|鼠|标|左|击: 切换显示武器 \n|鼠|标|右|击: 只显示武器 ", // HEADROCK HAM 5: Filter Button
|
||||
@@ -8637,6 +8637,13 @@ STR16 gzMapInventorySortingMessage[] =
|
||||
L"已完成 移除所有物品上的附件 在区域 %c%d.",
|
||||
L"已完成 退出所有武器里的子弹 在区域 %c%d.",
|
||||
L"已完成 合并后堆叠了所有物品 在区域 %c%d.",
|
||||
// Bob: new strings for emptying LBE items
|
||||
L"Finished emptying LBE items in sector %c%d.",
|
||||
L"Dropped %i item(s) from %s", // Bunch of stuff removed from LBE item %s
|
||||
L"No droppable items in %s!", // LBE item %s had a LBENode assigned but it contained no items (error!)
|
||||
L"%s is now empty.", // LBE item %s contained stuff and was emptied
|
||||
L"Cannot empty %s!", // Removed everything we could from LBE item %s but it's still not marked as empty (error!)
|
||||
L"%s contents lost!", // LBE item %s not marked as empty but LBENode not found (error!!!)
|
||||
};
|
||||
|
||||
STR16 gzMapInventoryFilterOptions[] =
|
||||
|
||||
Reference in New Issue
Block a user