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:
Ralph Sennhauser
2024-12-10 11:29:34 +01:00
parent 38a0a0cf2e
commit ead62bba78
44 changed files with 59 additions and 59 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ unsigned long CStr::ToULong() const
/**
* libc++ and libstd++ differ on how they handle string-to-number parsing for floating-points numbers.
* See https://trac.wildfiregames.com/ticket/2780#comment:4 for details.
* See https://gitea.wildfiregames.com/0ad/0ad/issues/2780#comment:4 for details.
* To prevent this, only consider [0-9.-+], replace the others in-place with a neutral character.
*/
CStr ParseableAsNumber(CStr cleaned_copy)