HomeWildfire Games

Display which player(s) are OOS when it happens. Also fix some encoding issues…

Description

Display which player(s) are OOS when it happens. Also fix some encoding issues with file paths.

Patch by elexis, fixes #3293.

Details

Committed
ItmsAug 30 2015, 7:47 PM
Parents
rP16962: Fix the OOS reported by elexis in #3335, and clean some whitespace and style.
Branches
Unknown
Tags
Unknown

Event Timeline

elexis added a subscriber: elexis.May 29 2017, 1:49 AM
elexis added inline comments.
/ps/trunk/source/network/NetTurnManager.cpp
262

This line didn't compile on windows and was reverted by rP16965.

From 2015-08-30-QuakeNet-#0ad-dev.log:

< Itms> apparently it's because Path::String is a wstring

This compiles cleanly on my unix platform:

std::stringstream foo;
foo << L" bar";

but apparently it may not do so well on windows.