2025-11-29 16:08 CET

spring: develop 69aad98c Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
Eshed Eshed develop 2016-08-02 15:49:28 develop 88c0dbd2
Changeset Fix lua math.rad desync

in lmathlib RADIANS_PER_DEGREE & PI are double precision values, which lead to different results on VS and gcc.
Replaced other occurences of M_PI in code.
mod - rts/Rendering/FarTextureHandler.cpp Diff ] File ]
mod - rts/Sim/Objects/SolidObject.cpp Diff ] File ]
mod - rts/System/FastMath.h Diff ] File ]
mod - rts/lib/lua/src/lmathlib.cpp Diff ] File ]