janwas
9662666403
more string drudgery
...
- sprintf, snprintf -> sprintf_s (ensures 0-termination of result)
- use %s instead of %hs with sprintf_s to avoid GCC warnings
- convert h_mgr's to_string to unicode
This was SVN commit r7170.
2009-11-06 10:59:10 +00:00
janwas
77d2c67ada
misc. string fixes
...
convert remaining %s to %hs or %ls
use WPRINTF_ARGS on unicode printf functions
fix: __func__ can't be widened via preprocessor (-> revert to char*)
convert remaining external_[directory|file_string to string()
Util: don't mix fwprintf and fprintf
Formation: fix dangling pointer (storing result of c_str())
This was SVN commit r7164.
2009-11-04 15:29:28 +00:00
janwas
8a52113e60
huge cleanup and conversion of most string handling (especially paths) to unicode
...
please note: format strings must be %hs for char* arguments and %ls for
wchar_t*
This was SVN commit r7161.
2009-11-03 21:46:35 +00:00
Ykkrosh
6f9eaf769c
Fix some more 64-bit warnings
...
This was SVN commit r7151.
2009-10-05 15:33:38 +00:00
Ykkrosh
cd6a926c14
Fix #293 (Lots of printf format string errors), based on patch from Cygal
...
This was SVN commit r7113.
2009-08-14 18:42:39 +00:00
Ykkrosh
c9fa7f13d9
Add GPL header
...
This was SVN commit r6830.
2009-04-18 17:00:33 +00:00
Ykkrosh
5bd6cc0f02
Fix some no-newline-at-end-of-file warnings
...
This was SVN commit r6819.
2009-04-13 17:45:43 +00:00
Ykkrosh
1e3cd00c72
Set svn:eol-style=native
...
This was SVN commit r6816.
2009-04-11 17:00:39 +00:00
Matei
f6ac13c15a
Networking fixes - it now more or less works over ENet!
...
This was SVN commit r6216.
2008-07-12 19:08:38 +00:00
janwas
3c411dd174
large batch of Dehydra static code analysis fixes
...
(mostly passing arguments by const reference and checking LibError
return codes)
This was SVN commit r6214.
2008-07-12 10:45:11 +00:00
Matei
2109f4eb0e
Merged in Dacian's network changes.
...
This was SVN commit r6187.
2008-07-03 06:29:22 +00:00
Ykkrosh
d790210c11
Fixes for ENet compilation
...
This was SVN commit r6146.
2008-06-28 20:19:13 +00:00
janwas
8529e2b14f
dacian's network files were not yet completely in SVN. added the remaining files, removed obsolete ones
...
This was SVN commit r6105.
2008-06-25 20:34:23 +00:00