Merged from revision: 7757

Multiplayer Bugfix: Reverted the "endless interrupt bugfix" for the pure client, because it was not working correctly, and the server could not press ALT + E to give the turn back to the client, if stuck.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7758 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2015-02-28 12:54:15 +00:00
parent 8bfb14e90a
commit deba6d7ac0
11 changed files with 141 additions and 62 deletions
+1 -1
View File
@@ -6949,7 +6949,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"转回即时模式。",
+1 -1
View File
@@ -6953,7 +6953,7 @@ STR16 MPClientMessage[] =
L"'%s' (client %d - '%S') was killed by '%s' (client %d - '%S')",
L"Kicked client #%d - '%S'",
// 30
L"Start a new turn for the selected client. #1: %S, #2: %S, #3: %S, #4: %S",
L"Start a new turn for the selected client. #1: <Cancel>, #2: %S, #3: %S, #4: %S",
L"Starting turn for client #%d",
L"Requesting for realtime...",
L"Switched back to realtime.",
+1 -1
View File
@@ -6947,7 +6947,7 @@ STR16 MPClientMessage[] =
L"'%s' (client %d - '%S') was killed by '%s' (client %d - '%S').",
L"Kicked client #%d - '%S'.",
// 30
L"Start a new turn for the selected client. #1: %S, #2: %S, #3: %S, #4: %S",
L"Start a new turn for the selected client. #1: <Cancel>, #2: %S, #3: %S, #4: %S",
L"Starting turn for client #%d.",
L"Requesting for realtime...",
L"Switched back to realtime.",
+1 -1
View File
@@ -6951,7 +6951,7 @@ STR16 MPClientMessage[] =
L"'%s' (client %d - '%S') a été tué par '%s' (client %d - '%S')",
L"Client kické #%d - '%S'",
// 30
L"Début de manche pour les numéros de clients : #1 - '%S' | #2 - '%S' | #3 - '%S' | #4 - '%S'",
L"Début de manche pour les numéros de clients : #1: <Annuler>, #2: %S, #3: %S, #4: %S",
L"Début de manche pour le client #%d",
L"Requête pour le realtime...",
L"Commutation en mode realtime.",
+1 -1
View File
@@ -6778,7 +6778,7 @@ STR16 MPClientMessage[] =
L"'%s' (Client #%d - '%S') wurde getötet von '%s' (Client #%d - '%S')",
L"Werfe Client #%d - '%S' aus dem Spiel.",
// 30
L"Starte neuen Spielzug für gewählten Client. #1: %S, #2: %S, #3: %S, #4: %S",
L"Starte neuen Spielzug für gewählten Client. #1: <Abbrechen>, #2: %S, #3: %S, #4: %S",
L"Starte Spielzug für Client #%d",
L"Anfrage auf Echtzeit-Modus...",
L"In Echtzeit-Modus gewechselt.",
+1 -1
View File
@@ -6949,7 +6949,7 @@ STR16 MPClientMessage[] =
L"'%s' (client %d - '%S') was killed by '%s' (client %d - '%S')",
L"Kicked client #%d - '%S'",
// 30
L"Start a new turn for the selected client. #1: %S, #2: %S, #3: %S, #4: %S",
L"Start a new turn for the selected client. #1: <Cancel>, #2: %S, #3: %S, #4: %S",
L"Starting turn for client #%d",
L"Requesting for realtime...",
L"Switched back to realtime.",
+1 -1
View File
@@ -6961,7 +6961,7 @@ STR16 MPClientMessage[] =
L"'%s' (klient %d - '%S') zabity przez '%s' (client %d - '%S')",
L"Wyrzucono #%d - '%S'",
// 30
L"Zacząć turę dla klientów. #1: %S, #2: %S, #3: %S, #4: %S",
L"Zacząć turę dla klientów. #1: <Anulować>, #2: %S, #3: %S, #4: %S",
L"Początek tury dla #%d",
L"Żądanie trybu realtime…",
L"Zmieniono w tryb realtime.",
+1 -1
View File
@@ -6945,7 +6945,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"Переход в режим реального времени.",