mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
- Changed the encoding for ALL language texfiles to UTF 8
o Now we can also build FUNCTIONAL Polish version with VS 2005 instead of only building with VS 2008/VS 2010 - Multiplayer fixes and improvements o Increased MP version to v1.9 o Added and info output text when the AI interrupts the pure client, that the game could hang and the server should press ALT + E o Disabled the possibility, that the server could always give himself the turn with ALT + E. Now when pressing '1' on the dialog instead of giving the server the turn, the dialog closes without any action o Disabled the possibility, that the server could kick himself from the game when pressing ALT + K and then selecting '1'. The '1' button now cancels the dialog without doing any action. o Disabled the possibility, that the server could kick a client in the strategy screen o When client gets kicked from tactical, the game automatically switches to spectator mode for the kicked client o Disabled Encyclopedia and Briefing room links from the laptop git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4692 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -6061,7 +6061,7 @@ STR16 MPClientMessage[] =
|
||||
L"'%s' (客户端 %d - '%S') 已被 '%s' (客户端 %d - '%S' 杀死)",
|
||||
L"踢出客户端 #%d - '%S'",
|
||||
// 30
|
||||
L"开始排序客户端号: #1 - '%S' | #2 - '%S' | #3 - '%S' | #4 - '%S'",
|
||||
L"开始排序客户端号. #1: <取消>, #2: %S, #3: %S, #4: %S",
|
||||
L"开始客户端 #%d",
|
||||
L"请求即时模式...",
|
||||
L"转回即时模式。",
|
||||
@@ -6113,12 +6113,13 @@ STR16 MPClientMessage[] =
|
||||
L"%s's bomb was disarmed by &s",
|
||||
L"You loose, what a shame", // All over red rover
|
||||
L"Spectator mode disabled",
|
||||
L"Choose client number to kick:",
|
||||
L"Choose client to kick from game. #1: <Cancel>, #2: %S, #3: %S, #4: %S",
|
||||
// 75
|
||||
L"Team #%d is wiped out.",
|
||||
L"Client failed to start. Terminating.",
|
||||
L"Client disconnected and shutdown.",
|
||||
L"Client is not running.",
|
||||
L"INFO: If the game is stuck (the opponents progress bar is not moving), notify the server to press ALT + E to give the turn back to you!", // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 gszMPEdgesText[] =
|
||||
|
||||
Reference in New Issue
Block a user