1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-21 06:09:40 +00:00
openmw-tes3mp/apps/openmw
fredzio f031a191b8 Some actors are supposed to spawn on a static object that belong to an adjacent cell.
Since actors can be active in 3x3 grid around the player, we need to
first load all statics in a 5x5 grid around the player.

Split load and unloading in 2 phases. Add an mInactiveCells set into the
scene, which contains all cells inside the aforementioned 5x5 grid.
These cells contains only heightfields and physics objects of static
class.
2021-01-24 14:11:10 +01:00
..
mwbase mResourceSystem initialization reorder 2021-01-12 19:58:46 +01:00
mwclass Some actors are supposed to spawn on a static object that belong to an adjacent cell. 2021-01-24 14:11:10 +01:00
mwdialogue Merge pull request #3018 from akortunov/emplace 2020-11-01 01:58:56 +03:00
mwgui Avoid possible memory leak in the mInterMessageBoxe field 2021-01-09 14:43:00 +04:00
mwinput Move screenshots handling to the separate class 2021-01-09 10:44:33 +04:00
mwmechanics Use convexSweepTest for projectile movement to solve any 2021-01-21 20:36:33 +01:00
mwphysics Some actors are supposed to spawn on a static object that belong to an adjacent cell. 2021-01-24 14:11:10 +01:00
mwrender Use ShaderVisitor to skip translucent framebuffer specific stuff 2021-01-20 23:37:19 +00:00
mwscript Show mesh origin 2020-12-29 21:45:59 +01:00
mwsound Remove redundant SoundManager::lookupSound and loadSound 2021-01-09 14:11:49 +01:00
mwstate Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
mwworld Some actors are supposed to spawn on a static object that belong to an adjacent cell. 2021-01-24 14:11:10 +01:00
android_main.cpp android: Switch to C++ 2019-04-28 18:21:31 -04:00
CMakeLists.txt Merge branch 'projectile_physics' into 'master' 2021-01-21 23:33:22 +00:00
doc.hpp Fixed more spelling mistakes 2016-12-15 13:09:40 +01:00
engine.cpp Merge branch 'no_bonus_points' into 'master' 2021-01-11 21:21:47 +00:00
engine.hpp Add stats for all updates 2020-06-30 22:00:23 +02:00
main.cpp Split long osg log messages into lines. 2021-01-08 23:21:39 +01:00