0ad/source/tools/atlas
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
..
AtlasFrontends # Atlas: Updated Atlas DLL with fixed manifest. Double-click resizable panels to reset to default size. Moved player selection into extremely ugly drop-down list. Fixed culling when changing visible window's aspect ratio. Added manifest to VS2003 builds, to enable XP themes. 2006-04-25 05:10:47 +00:00
AtlasObject # Integrated Actor Viewer and Actor Editor tools 2006-09-22 17:43:00 +00:00
AtlasUI # Fixed string handling for Windows/Linux compatibility. 2006-11-07 21:03:13 +00:00
DatafileIO Fixed warnings/errors/leaks related to Xerces update 2006-09-04 20:59:21 +00:00
GameInterface Avoid some warnings on GCC 2006-11-07 13:28:03 +00:00