#1 Añadido por Fyrosfreddy 7 años hace
---
#2 Añadido por Lopyrech 7 años hace
#3 Añadido por Karu 7 años hace
Newer compiler might produce different machine code, but the behaviour of the code is still the same, whether it's compiled with a 1990-era compiler or a 2017-one, thankfully. There is no such thing as tooling changing the monster spawn.
#4 Añadido por Fyrosfreddy 7 años hace
Editado 3 veces | Última edición por Fyrosfreddy (7 años hace)
#5 Añadido por Lopyrech 7 años hace
LopyrechNewer compiler might produce different machine code, but the behaviour of the code is still the same, whether it's compiled with a 1990-era compiler or a 2017-one, thankfully. There is no such thing as tooling changing the monster spawn.32bit app has access to 387 fpmath, but 64bit apps are using sse emulation. Compiler switches again modify sse behaviour.So 32bit gives different results than 64bit and 64bit gives different results based compiler switches. Its not like 2+2 = 3 all of the sudden, but ryzom does not use integer part much from those expressions.Thats why weather is full integer math (hash) now.
#6 Añadido por Fyrosfreddy 7 años hace
Editado 2 veces | Última edición por Fyrosfreddy (7 años hace)
#7 Añadido por Yubina 7 años hace
#8 Añadido por Bitttymacod 7 años hace
powered by ryzom-api