MantisBT - Doomseeker
View Issue Details
0000916Doomseeker[All Projects] Bugpublic2012-07-12 19:562018-09-29 14:48
Zalewa 
Blzut3 
normalmajoralways
closedfixed 
0.8.1 Beta 
0.9 Beta0.9 Beta 
0000916: Custom parameters in create server dialog cannot be separated by spacebar
Each line of text in the custom parameters are is sent to the executable as a single parameter. Therefore +sv_something 1 is treated as a single arg. This is invalid. The proper behavior should be that '+sv_something' is one arg and '1' is the second one.

Separating parameters by enter works properly.
No tags attached.
Issue History
2012-07-12 19:56ZalewaNew Issue
2012-07-12 19:56ZalewaStatusnew => assigned
2012-07-12 19:56ZalewaAssigned To => Zalewa
2012-07-12 19:56ZalewaAssigned ToZalewa =>
2012-07-12 19:57ZalewaAssigned To => Zalewa
2012-07-12 19:57ZalewaStatusassigned => new
2012-07-12 19:57ZalewaAssigned ToZalewa =>
2012-07-12 21:43Blzut3Note Added: 0003954
2012-07-12 21:43Blzut3Assigned To => Blzut3
2012-07-12 21:43Blzut3Statusnew => feedback
2012-07-14 10:58ZalewaNote Added: 0003964
2012-07-14 10:58ZalewaStatusfeedback => assigned
2012-07-14 10:58ZalewaStatusassigned => resolved
2012-07-14 10:58ZalewaFixed in Version => 0.9 Beta
2012-07-14 10:58ZalewaResolutionopen => fixed
2018-09-29 14:48WubTheCaptainStatusresolved => closed

Notes
(0003954)
Blzut3   
2012-07-12 21:43   
See if my latest change is acceptable. I upgraded the scanner to that in ECWolf/ACC++ so it can now do "unquoted strings" which I think we can use to split arguments.
(0003964)
Zalewa   
2012-07-14 10:58   
Looks good.