DarkRadiant: master e51d4190

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 23.12.2025 14:04 master 4a32c274
Changeset Reduce exceptions during test execution

Introduce a new tryConvertToDouble helper function which (like the
existing tryConvertToFloat) does not use exceptions. This is used in the
Argument::tryNumberConversion method instead of std::stoi.
mod - include/icommandsystem.h Diff File
mod - libs/string/convert.h Diff File
mod - test/Basic.cpp Diff File
mod - test/Particles.cpp Diff File
mod - test/RadiantTest.h Diff File