MantisBT - Zandronum
View Issue Details
0002284Zandronum[All Projects] Bugpublic2015-06-06 21:012018-09-30 22:13
unknownna 
Dusk 
lowtextalways
closedfixed 
2.0 
3.03.0 
0002284: Redundant "winlimit hit." message in (team)possession mode when pointlimit is hit
See attached screenshot.
1. zandronum +possession 1 +sv_nomonsters 1 +map map01 +sv_possessioncountdowntime 1 +sv_possessionholdtime 1 +pointlimit 1
2. "addbot" in the console.
3. Pick up the hellstone.
No tags attached.
png Screenshot_Doom_20150606_225451_02.png (41,686) 2015-06-06 21:01
/tracker/file_download.php?file_id=1523&type=bug
png
Issue History
2015-06-06 21:01unknownnaNew Issue
2015-06-06 21:01unknownnaFile Added: Screenshot_Doom_20150606_225451_02.png
2015-12-13 03:21DuskNote Added: 0013979
2015-12-13 03:21DuskAssigned To => Dusk
2015-12-13 03:21DuskStatusnew => needs review
2015-12-20 11:29Torr SamahoNote Added: 0013996
2015-12-20 11:29Torr SamahoStatusneeds review => needs testing
2016-01-03 18:35cobaltTarget Version => 3.0
2016-01-03 18:35cobaltSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=8387#r8387
2016-01-03 18:35cobaltNote Added: 0014039
2016-01-14 00:22Ru5tK1ngNote Added: 0014085
2016-01-14 19:38DuskStatusneeds testing => resolved
2016-01-14 19:38DuskFixed in Version => 3.0
2016-01-14 19:38DuskResolutionopen => fixed
2018-09-30 22:13Blzut3Statusresolved => closed

Notes
(0013979)
Dusk   
2015-12-13 03:21   
'https://bitbucket.org/Torr_Samaho/zandronum/pull-requests/45 [^]'
(0013996)
Torr Samaho   
2015-12-20 11:29   
I added your patch.
(0014039)
cobalt   
2016-01-03 18:35   
Issue addressed by commit be48d7ed867d: Removed the "winlimit hit"-message when the map changes in possession (fixes 2284)
Committed by Teemu Piippo [Dusk] on Sunday 13 December 2015 05:20:37

Changes in files:

 docs/zandronum-history.txt | 1 +
 src/g_game.cpp | 4 ----
 2 files changed, 1 insertions(+), 4 deletions(-)

(0014085)
Ru5tK1ng   
2016-01-14 00:22   
Using r160102-1355, winlimit hit was no longer displayed and in place was point limit hit for both team and non-team possession.