Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2019-01-29 00:00:00Z and 2019-01-30 00:00:00Z
GitHub
BOT
2019-01-29 07:58:09Z
sepulzera
[teeworlds/teeworlds] Issue opened: #2004 swap teams does not swap teamscore
See
https://github.com/teeworlds/teeworlds/blob/4ae94d4745a3d8b6a45c5d129382ef3604c29722/src/game/server/gamecontext.cpp#L437-L449
The method CGameContext::SwapTeams() will swap the teams, but not the teamscore. Swapping the teams can be triggered by:
command
swap_teams
end of match with
sv_match_swap
some mod (my very own case)
Swapping the teams should swap the teamscore, too.
GitHub
BOT
2019-01-29 08:05:46Z
sepulzera
[teeworlds/teeworlds] Issue opened: #2005 LTS and LMS handle UpdateDeadSpecMode differently
LTS and LMS are both survival gametypes. OnCharacterDeath, LMS calls UpdateDeadSpecMode:
https://github.com/teeworlds/teeworlds/blob/4ae94d4745a3d8b6a45c5d129382ef3604c29722/src/game/server/gamemodes/lms.cpp#L17-L25
However, LTS does not. I think that the code of LMS is redundant, as it is done in their parents IGameController::OnCharacterDeath:
https://github.com/teeworlds/teeworlds/blob/4ae94d4745a3d8b6a45c5d129382ef3604c29722/src/game/server/gamecontroller.cpp#L236-L241
GitHub
BOT
2019-01-29 20:29:08Z
oy
[teeworlds/teeworlds] Pull request closed: #2002 check if whisper message has a valid target
20:29
oy
[teeworlds:master] 3 new commits
e8afe5d
check if whisper message has a valid target - nheir
042f2bb
filter whisper target id like other chat messages - nheir
4c686e7
Merge pull request #2002 from nheir/fix_whisper - oy
20:30
oy
[teeworlds/teeworlds] Issue closed: #1830 whisper system
Exported 5 message(s)