From b2a55766d1d1696c80bad39f8651e8029a6a0d77 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 2 Jun 2010 19:39:28 +0200 Subject: fixed shotbug (#80) --- src/game/client/components/controls.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/game/client/components/controls.cpp b/src/game/client/components/controls.cpp index 0b4918b2..7b3f4716 100644 --- a/src/game/client/components/controls.cpp +++ b/src/game/client/components/controls.cpp @@ -19,7 +19,10 @@ void CControls::OnReset() { m_LastData.m_Direction = 0; m_LastData.m_Hook = 0; - m_LastData.m_Fire = 0; + // simulate releasing the fire button + if((m_LastData.m_Fire&1) != 0) + m_LastData.m_Fire++; + m_LastData.m_Fire &= INPUT_STATE_MASK; m_LastData.m_Jump = 0; m_InputData = m_LastData; -- cgit 1.4.1 From 25408a102bc4f48af62f67d69566195778b94359 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 2 Jun 2010 20:27:53 +0200 Subject: added fix for portuguese translation by slinack --- data/languages/portuguese.txt | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/data/languages/portuguese.txt b/data/languages/portuguese.txt index 3f811a6d..64bf7e6c 100644 --- a/data/languages/portuguese.txt +++ b/data/languages/portuguese.txt @@ -23,7 +23,7 @@ Are you sure that you want to quit? == Você tem certeza que deseja sair? As this is the first time you have launched the game, please enter your nickname below. It is recommended that you check your settings so you adjust them to your preferences before joining a server. -== Como esta é a primeira vez que você abriu o jogo, por favor, entre com seu apelido abaixo. É recomendado que você cheque suas configurações e então ajuste elaspara suas preferências antes de entrar em um servidor. +== Como esta é a primeira vez que você abriu o jogo, por favor, entre com seu apelido abaixo. É recomendado que você cheque suas configurações e então ajuste elas para suas preferências antes de entrar em um servidor. Blue team == Time azul @@ -113,7 +113,7 @@ Fire == Atirar Force vote -== Forçar votação +== Forçar Fullscreen == Tela cheia @@ -167,13 +167,13 @@ Internet == Internet Join blue -== Entre no az. +== Azul Join game == Entre no jogo Join red -== Entre no verm. +== Vermelho Jump == Pular @@ -218,7 +218,7 @@ Movement == Movimento Mute when not active -== Silenciar quando não ativo +== Silenciar quando inativo Name == Nome @@ -260,13 +260,13 @@ Pistol == Pistola Play -== Jogar +== Assistir Player == Jogador Players -== Jogador +== Jogadores Prev. weapon == Arma anterior @@ -320,7 +320,7 @@ Score board == Placar Score limit -== Pontuação máxima +== Placar máx. Scoreboard == Placar @@ -343,6 +343,9 @@ Settings Shotgun == Espingarda +Show chat +== Mostrar conversa + Show name plates == Mostrar apelidos @@ -389,7 +392,7 @@ The server is running a non-standard tuning on a pure game type. == O servidor está rodando uma modificação não padrão em um tipo de jogo puro. Time limit -== Limite de tempo +== Tempo máx. Try again == Tente novamente @@ -435,8 +438,6 @@ Your skin ##### needs translation #### -Show chat -== Show chat ##### old translations #### -- cgit 1.4.1 From 7a1953e60b58544144986d30cb30acfab6e0d465 Mon Sep 17 00:00:00 2001 From: oy Date: Wed, 2 Jun 2010 20:50:48 +0200 Subject: added fix for editor quad editing by ghost91 Closes #18 --- src/game/editor/ed_editor.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/game/editor/ed_editor.cpp b/src/game/editor/ed_editor.cpp index b2b3e1ca..387ce104 100644 --- a/src/game/editor/ed_editor.cpp +++ b/src/game/editor/ed_editor.cpp @@ -1029,6 +1029,14 @@ void CEditor::DoQuadPoint(CQuad *q, int QuadIndex, int v) s_Operation = OP_CONTEXT_MENU; m_SelectedQuad = QuadIndex; UI()->SetActiveItem(pId); + if(!(m_SelectedPoints&(1<KeyPressed(KEY_LSHIFT) || Input()->KeyPressed(KEY_RSHIFT)) + m_SelectedPoints |= 1<