1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-11-27 07:34:31 +00:00
openmw-tes3mp/apps/openmw/mwrender
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
..
.gitignore
activatoranimation.cpp
activatoranimation.hpp
actors.cpp
actors.hpp
animation.cpp fixing MSVC 2013 warning C4244: & C4305 2015-03-08 13:07:29 +13:00
animation.hpp
camera.cpp
camera.hpp
cell.hpp
characterpreview.cpp fixing MSVC 2013 warning C4244: & C4305 2015-03-08 13:07:29 +13:00
characterpreview.hpp
creatureanimation.cpp Crash fix for creatures with no skeleton base (Fixes #2419) 2015-03-02 15:19:57 +01:00
creatureanimation.hpp
debugging.cpp fixing MSVC 2013 warning C4244: & C4305 2015-03-08 18:11:54 +13:00
debugging.hpp
effectmanager.cpp
effectmanager.hpp
globalmap.cpp fixing MSVC 2013 warning C4244: & C4305 2015-03-08 13:07:29 +13:00
globalmap.hpp fixed warning C4099: 2015-03-06 21:36:42 +13:00
localmap.cpp fixing MSVC 2013 warning C4244: & C4305 2015-03-08 13:07:29 +13:00
localmap.hpp fixed warning C4099: 2015-03-06 21:36:42 +13:00
npcanimation.cpp consolidate random number logic 2015-03-15 14:07:47 +13:00
npcanimation.hpp
objects.cpp fixing MSVC 2013 warning C4244: & C4305 2015-03-08 17:42:07 +13:00
objects.hpp
occlusionquery.cpp
occlusionquery.hpp
refraction.cpp fixing MSVC 2013 warning C4244: & C4305 2015-03-08 13:07:29 +13:00
refraction.hpp
renderconst.hpp Fix ripples for D3D - added simpler effect (Fixes #1649) 2015-02-09 19:30:11 +01:00
renderinginterface.hpp
renderingmanager.cpp Get rid of "player" string checks (Fixes #2216) 2015-03-11 23:07:39 +01:00
renderingmanager.hpp Fix argument name for setSunDirection. 2015-02-06 22:26:58 -06:00
ripplesimulation.cpp fixing MSVC 2013 warning C4244: & C4305 2015-03-08 13:07:29 +13:00
ripplesimulation.hpp Fix ripples for D3D - added simpler effect (Fixes #1649) 2015-02-09 19:30:11 +01:00
shadows.cpp fixing MSVC 2013 warning C4244: & C4305 2015-03-08 13:07:29 +13:00
shadows.hpp
sky.cpp consolidate random number logic 2015-03-15 14:07:47 +13:00
sky.hpp Fix argument name for setSunDirection. 2015-02-06 22:26:58 -06:00
terrainstorage.cpp fixing MSVC 2013 warning C4244: & C4305 2015-03-08 13:07:29 +13:00
terrainstorage.hpp
water.cpp fixing MSVC 2013 warning C4244: & C4305 2015-03-08 13:07:29 +13:00
water.hpp fixing MSVC 2013 warning C4244: & C4305 2015-03-08 13:07:29 +13:00
weaponanimation.cpp Fix code duplication 2015-01-31 22:40:43 +01:00
weaponanimation.hpp