MantisBT - Zandronum
View Issue Details
0001526Zandronum[All Projects] Suggestionpublic2013-09-29 19:502018-09-30 22:57
Dusk 
Dusk 
normalminorunable to reproduce
closedfixed 
 
2.02.0 
0001526: Project cleanup: medal.cpp/.h
Removed code duplication, use FStrings over char arrays, corrected whitespace and suppressed gcc warnings.

'http://pastebin.com/LcEr1x6U [^]'
No tags attached.
Issue History
2013-09-29 19:50DuskNew Issue
2013-09-29 19:51DuskAssigned To => Dusk
2013-09-29 19:51DuskStatusnew => needs review
2013-09-29 20:21DuskView Statusprivate => public
2013-10-05 15:35Torr SamahoNote Added: 0007317
2013-10-13 09:24DuskNote Added: 0007391
2013-10-13 09:46Torr SamahoNote Added: 0007393
2013-10-13 11:06Torr SamahoNote Added: 0007394
2013-10-13 13:21Torr SamahoStatusneeds review => needs testing
2015-05-26 00:45DuskStatusneeds testing => resolved
2015-05-26 00:45DuskResolutionopen => fixed
2015-05-26 00:45DuskFixed in Version => 2.0
2015-05-26 00:45DuskTarget Version => 2.0
2018-09-30 22:57Blzut3Statusresolved => closed

Notes
(0007317)
Torr Samaho   
2013-10-05 15:35   
The patch looks fine. Since it doesn't fix any bugs, but is solely intended to improve the code quality, I suggest to add this to 2.0.
(0007391)
Dusk   
2013-10-13 09:24   
Why to 2.0? If it's pushed to 1.3 we'll get less differences in medal.cpp and any bugfixes to the file in 1.3 would possibly cause less conflicts when merging to 2.0.
(0007393)
Torr Samaho   
2013-10-13 09:46   
As far I can tell, your cleanup is not intended to fix any issues with the behavior of the code, but is solely meant to increase the quality and future maintainability of the code. Changing proven code always risks introducing new issues (I have witnessed unexpected issues popping up with code rewrites often enough) and without getting something tangible in return (like a bug fix or new feature) I'd prefer not to risk 1.3's stability.
(0007394)
Torr Samaho   
2013-10-13 11:06   
Pulled and rebased.