1
0
forked from 0ad/0ad
0ad/source/tools/atlas/AtlasUI
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
..
ActorEditor Added 'float' flag to actors - fixes #153. 2006-09-28 02:05:56 +00:00
ActorViewer # Actor Viewer tool: added controls to toggle shadows, ground and polygon counts. 2006-09-28 20:41:12 +00:00
ArchiveViewer Fixed editor brokenness. 2006-06-11 07:03:59 +00:00
ColourTester Fixed editor brokenness. 2006-06-11 07:03:59 +00:00
CustomControls Added 'float' flag to actors - fixes #153. 2006-09-28 02:05:56 +00:00
FileConverter Fixed editor brokenness. 2006-06-11 07:03:59 +00:00
General # Improved actor-viewer tool (more viewing controls, support for random actor variations) 2006-09-27 16:54:23 +00:00
Misc # Fixed string handling for Windows/Linux compatibility. 2006-11-07 21:03:13 +00:00
ScenarioEditor As per request: media player. 2006-09-28 22:34:27 +00:00
TODO.txt Atlas: Incomplete object (entity+actor) placement code. +/- keys for zooming. 2005-12-02 07:37:57 +00:00