mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Merged from revision: 6824
Map Editor Fixes/Improvements (by Buggler) - Better UI feedback after last item deleted from item stack in editor item mode - Improved editor room number increment code. 'Shift + LMB' when drawing room numbers will reuse same room number on next input - externalized hardcoded button tooltip text in editor tile selection window git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6825 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+10
-2
@@ -626,7 +626,7 @@ STR16 iEditorBuildingsToolbarText[] =
|
||||
L"Dodaj/zastąp dach budynku nowym płaskim dachem.",
|
||||
L"kopiuj budynek",
|
||||
L"Przesuń budynek",
|
||||
L"Rysuj numer pomieszczenia",
|
||||
L"Rysuj numer pomieszczenia\n(Hold |S|h|i|f|t to reuse room number)", // TODO.Translate
|
||||
L"Usuń numer pomieszczenia",
|
||||
|
||||
L"Przełącz tryb wymazywania (|E)",
|
||||
@@ -713,7 +713,7 @@ STR16 iEditorTaskbarInternalText[]=
|
||||
L"Opcje",
|
||||
L"|./|,: Cycle 'width: xx' dimensions\n|P|g |U|p/|P|g |D|n: Previous/Next tile for selected object(s)/in smart method", //Terrain fasthelp text // TODO.Translate
|
||||
L"|./|,: Cycle 'width: xx' dimensions\n|P|g |U|p/|P|g |D|n: Previous/Next tile for selected object(s)/in smart method", //Buildings fasthelp text // TODO.Translate
|
||||
L"|C|t|r|l+|/: Place new item under mouse cursor\n|/: Place same item under mouse cursor", //Items fasthelp text // TODO.Translate
|
||||
L"|S|p|a|c|e: Select next item\n \n|C|t|r|l+|/: Place new item under mouse cursor\n|/: Place same item under mouse cursor", //Items fasthelp text // TODO.Translate
|
||||
L"|1-|9: Set waypoints\n|C|t|r|l+|C/|C|t|r|l+|V: Copy/Paste merc", //Mercs fasthelp text // TODO.Translate
|
||||
L"|C|t|r|l+|G: Go to grid no\n \n|I: Toggle overhead map\n|J: Toggle draw high ground\n|K: Toggle high ground markers\n|S|h|i|f|t+|L: Toggle map edge points\n|S|h|i|f|t+|T: Toggle treetops\n|U: Toggle world raise\n \n|./|,: Cycle 'width: xx' dimensions", //Map Info fasthelp text // TODO.Translate
|
||||
L"|C|t|r|l+|N: Create new map\n \n|F|5: Show Summary Info/Country Map\n|F|1|0: Remove all lights\n|F|1|1: Reverse schedules\n|F|1|2: Clear schedules\n \n|S|h|i|f|t+|R: Toggle random placement based on quantity of selected object(s)", //Options fasthelp text // TODO.Translate
|
||||
@@ -1504,6 +1504,14 @@ STR16 pDisplaySelectionWindowGraphicalInformationText[] =
|
||||
L"Plik: %S, podindeks: %d (%d, %S)",
|
||||
L"Zestaw: %s",
|
||||
};
|
||||
// TODO.Translate
|
||||
STR16 pDisplaySelectionWindowButtonText[] =
|
||||
{
|
||||
L"Accept selections (|E|n|t|e|r)",
|
||||
L"Cancel selections (|E|s|c)\nClear selections (|S|p|a|c|e)",
|
||||
L"Scroll window up (|U|p)",
|
||||
L"Scroll window down (|D|o|w|n)",
|
||||
};
|
||||
|
||||
//Cursor Modes.cpp
|
||||
STR16 wszSelType[6] = {
|
||||
|
||||
Reference in New Issue
Block a user