Zandronum Chat on our Discord Server Get the latest version: 3.1
Source Code

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001143Zandronum[All Projects] Bugpublic2012-10-25 06:142018-09-30 20:16
Reporterunknownna 
Assigned ToWatermelon 
PrioritylowSeveritytextReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version1.0 
Target VersionFixed in Version1.1 
Summary0001143: "=== SKULLTAG | SERVER ===" displayed in server console
DescriptionAttached screenshot. Shouldn't it be Zandronum?
Steps To Reproduce1. zandronum -host
Attached Filespng file icon screenshot.png [^] (13,638 bytes) 2012-10-25 06:14

- Relationships
parent of 0001399closedTorr Samaho 2 occurencies of S K U L L T A G in the code. 

-  Notes
User avatar (0006399)
Watermelon (developer)
2013-06-08 19:07

I thought this was fixed but apparently not.
I just did a quick fix here:'https://bitbucket.org/Water_Melon/wbuild/commits/05f0d13ea7649cae55c7cc11e9d4ff0b64543ffd [^]'

It could be changed to anything really.
User avatar (0006401)
Dusk (developer)
2013-06-08 21:09
edited on: 2013-07-12 16:13

Maybe something like this to make it use the GAMENAME macro and keep it more faithful to the original?


FString itemtext = "=== ", capsname = GAMENAME;
capsname.ToUpper( );

for ( ULONG i = 0; i < capsname.Len( ); ++i )
{
    itemtext += capsname[i];
    itemtext += " ";
}

itemtext += "| S E R V E R ===";
SetDlgItemText( hDlg, IDC_CONSOLEBOX, itemtext.GetChars( ));


Or would it be a bit overkill? :P

User avatar (0006632)
Torr Samaho (administrator)
2013-07-14 19:14

I think that's a bit overkill ;), but using GAMENAME is a good point.
User avatar (0006633)
Torr Samaho (administrator)
2013-07-14 19:26

Since this is a tiny issue, I went ahead and made a simple fix using GAMENAME that slightly changes the style of the message (that was inconsistent with all other messages anyway).

Issue Community Support
This issue is already marked as resolved.
If you feel that is not the case, please reopen it and explain why.
Supporters: No one explicitly supports this issue yet.
Opponents: No one explicitly opposes this issue yet.

- Issue History
Date Modified Username Field Change
2012-10-25 06:14 unknownna New Issue
2012-10-25 06:14 unknownna File Added: screenshot.png
2012-10-25 06:15 unknownna Status new => confirmed
2013-06-08 19:07 Watermelon Note Added: 0006399
2013-06-08 19:07 Watermelon Assigned To => Watermelon
2013-06-08 19:07 Watermelon Status confirmed => needs review
2013-06-08 21:09 Dusk Note Added: 0006401
2013-07-12 15:57 Dusk Note View State: 0006401: public
2013-07-12 15:58 Dusk Note Edited: 0006401 View Revisions
2013-07-12 16:12 Dusk Note Edited: 0006401 View Revisions
2013-07-12 16:13 Dusk Note Edited: 0006401 View Revisions
2013-07-12 16:13 Dusk Note Edited: 0006401 View Revisions
2013-07-14 19:14 Torr Samaho Note Added: 0006632
2013-07-14 19:26 Torr Samaho Note Added: 0006633
2013-07-14 19:27 Torr Samaho Status needs review => resolved
2013-07-14 19:27 Torr Samaho Fixed in Version => 1.1
2013-07-15 13:15 Dusk Relationship added parent of 0001399
2015-03-22 18:01 Edward-san Resolution open => fixed
2018-09-30 20:16 Blzut3 Status resolved => closed






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker