0ad/source/ps/XML
Ykkrosh a265a441fd # Fixed string handling for Windows/Linux compatibility.
* vsnprintf2: Made compatible between GCC and MSVC - it now always
null-terminates the buffer, and returns -1 on overflow. Fixes #158.
Added tests.
 * MeshManager: Use shared_ptr.expired() instead of checking for
bad_weak_ptr exception.
 * Xeromyces: Added tests for GetXMBPath, because it does unusual things
in sscanf which MSVC's /analyze complains about.
 * ConfigDB, ScriptGlue: Replaced some asserts with return-on-failure,
to avoid invalid array accesses when continuing after the assert (as
complained about by /analyze).
 * CStr: Removed "using namespace std". Added tests for handling of
invalid UTF-8.

This was SVN commit r4625.
2006-11-07 21:03:13 +00:00
..
tests # Fixed string handling for Windows/Linux compatibility. 2006-11-07 21:03:13 +00:00
XercesErrorHandler.cpp Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
XercesErrorHandler.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
Xeromyces.cpp # Fixed string handling for Windows/Linux compatibility. 2006-11-07 21:03:13 +00:00
Xeromyces.h # Fixed string handling for Windows/Linux compatibility. 2006-11-07 21:03:13 +00:00
XeroXMB.cpp Actor Viewer: Added controls for wireframe, background colour, move-when-walking. Reduced CPU usage when 'playing' things with no animation. 2006-09-26 01:44:20 +00:00
XeroXMB.h Fixed file properties - removed svn:executable and svn:keywords (left over from CVS conversion?) from all files; set svn:eol-style=native for *.cpp, *.h (and fixed files with inconsistent line endings) 2006-04-23 23:14:18 +00:00
XML.h Fixed warnings/errors/leaks related to Xerces update 2006-09-04 20:59:21 +00:00
XMLUtils.cpp # SwEng (reduce full recompiles by splitting up master error header) 2006-09-22 13:19:40 +00:00
XMLWriter.cpp Fixed editor brokenness. 2006-06-11 07:03:59 +00:00
XMLWriter.h # housekeeping 2006-07-20 14:37:58 +00:00