mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Update trac links with gitea links
This replaces all links pointing to trac with their corresponding links to gitea. Also replace http with https while at it. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
@@ -211,7 +211,7 @@ void CBoundingBoxAligned::IntersectFrustumConservative(const CFrustum& frustum)
|
||||
{
|
||||
// if this bound is empty, then the result must be empty (we should not attempt to intersect with
|
||||
// a brush, may cause crashes due to the numeric representation of empty bounds -- see
|
||||
// http://trac.wildfiregames.com/ticket/1027)
|
||||
// https://gitea.wildfiregames.com/0ad/0ad/issues/1027)
|
||||
if (IsEmpty())
|
||||
return;
|
||||
|
||||
|
||||
@@ -189,7 +189,7 @@ public:
|
||||
}
|
||||
|
||||
// Verify that transforming a flat AABB to an OBB does not produce NaN basis vectors in the
|
||||
// resulting OBB (see http://trac.wildfiregames.com/ticket/1121)
|
||||
// resulting OBB (see https://gitea.wildfiregames.com/0ad/0ad/issues/1121)
|
||||
void test_degenerate_aabb_to_obb_transform()
|
||||
{
|
||||
// create a flat AABB, transform it with some matrix (can even be the identity matrix),
|
||||
|
||||
Reference in New Issue
Block a user