1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-15 21:43:07 +00:00
openmw/components/nifogre
dteviot 3f28634d1f consolidate random number logic
Note, I suspect Rng::rollClosedProbability() is not needed.  The only difference between it and rollProbability() is that one time in 37k (on Windows), it will give an output of 1.0.
On some versions of Linux, the value of 1.0 will occur about 1 time in 4 billion.
2015-03-15 14:07:47 +13:00
..
controller.hpp
material.cpp Implement drawMode of NiStencilProperty (Feature #1057) 2014-12-03 18:28:35 +01:00
material.hpp Implement drawMode of NiStencilProperty (Feature #1057) 2014-12-03 18:28:35 +01:00
mesh.cpp Change dynamic_cast to static_cast to make coverity happy 2015-01-12 23:29:58 +01:00
mesh.hpp fixed warning C4099: 2015-03-06 21:36:42 +13:00
ogrenifloader.cpp fixed MSVC 2013 warning C4800 2015-03-06 23:19:57 +13:00
ogrenifloader.hpp Add setting for showing MRK nodes to NIF loaders 2015-01-13 17:29:25 +01:00
particles.cpp consolidate random number logic 2015-03-15 14:07:47 +13:00
particles.hpp
skeleton.cpp
skeleton.hpp