Hi,
I've begun looking in detail at areas of the fs2_open code where I can improve performance. As a basic test, please find the attached and included below patch.
Yes, I know it's rather mundane, but I just wanted to ensure later patches are in the right format and to try the process of getting patches included in trunk.
Index: code/inetfile/chttpget.cpp
===================================================================
--- code/inetfile/chttpget.cpp (revision 4568)
+++ code/inetfile/chttpget.cpp (working copy)
@@ -238,7 +238,7 @@
return;
}
- uint arg = 1;
+// uint arg = 1;
// ioctlsocket( m_DataSock, FIONBIO, &arg );
char *pURL = URL;
I'm primarily a Mac coder, so that will be where coming patches will focus.
[attachment deleted by ninja]