Evil Eye
921a4c7bca
Fix inverted logic
2022-05-25 16:49:03 +02:00
psi29a
a14285bff5
Merge branch 'light_tweaks' into 'master'
...
[Postprocessing] Tweaks to light collection
See merge request OpenMW/openmw!1928
2022-05-25 07:51:17 +00:00
cody glassman
30a64ee82a
move to world space, fix bug with uniform size updates
2022-05-24 22:30:25 -07:00
elsid
85c79d382c
Enable collisions for actor before adjusting position
...
Otherwise adjustPosition does not call traceDown and actor appears flying for
the first physics simulation.
2022-05-24 23:30:57 +02:00
elsid
617cd4ceb6
Make sure physics simulation does not reset flags for nonprocessed actors
...
Actor::getOnGround and Actor::getOnSlope is used to initialize ActorFrameData.
After a physics simulation the result is copied back. But when actor is outside
processing range, Actor::mInternalCollisionMode is false and physics simulation
does not recalculate OnGround and OnSlope flags. So the flags are always set to
false that makes actor play landing animation when they exit and then enter
actors processing range.
2022-05-24 23:25:35 +02:00
AnyOldName3
59e7f61205
Merge branch 'deboost' into 'master'
...
Remove boost::filesystem from a couple of files
See merge request OpenMW/openmw!1917
2022-05-24 21:18:22 +00:00
jvoisin
6feb92a9bf
Remove boost::filesystem from a couple of files
2022-05-24 21:18:21 +00:00
Petr Mikheev
a786b30c2c
Merge branch 'renderers' into 'master'
...
Renderers
See merge request OpenMW/openmw!1895
2022-05-24 19:11:14 +00:00
uramer
e591f856fb
Renderers
2022-05-24 19:11:13 +00:00
elsid
e1110f5151
Merge branch 'noboost_bulletojbecttool' into 'master'
...
Remove some unused includes from bulletobjecttool
See merge request OpenMW/openmw!1912
2022-05-24 19:10:25 +00:00
Evil Eye
ec6ba3deeb
Merge branch 'fix_cs_typos' into 'master'
...
Correct CS typo
Closes #6704
See merge request OpenMW/openmw!1920
2022-05-24 18:33:23 +00:00
elsid
639bdd5801
Use free function instead of virtual MWBase::World::positionToIndex
...
The virtual function does the same thing.
* Change return type to osg::Vec2i to avoid dependency on ESM3.
* Rename to positionToCellIndex to make it clear what is the index.
2022-05-24 19:31:23 +02:00
Evil Eye
aa027c2c3f
Merge branch 'fix_navmeshtool_typo' into 'master'
...
Fix typo in navmeshtool log message
See merge request OpenMW/openmw!1921
2022-05-24 17:30:41 +00:00
elsid
92a64b0bbd
Fix typo in navmeshtool log message
2022-05-24 19:28:48 +02:00
Michał Plichta
5ee5e8f2f7
Correct CS typo described in #6704
2022-05-24 19:24:39 +02:00
psi29a
499e688289
Merge branch 'fix_navigator_tests' into 'master'
...
Increase precision error for navigator tests (#6770 )
Closes #6770
See merge request OpenMW/openmw!1909
2022-05-24 17:19:43 +00:00
Petr Mikheev
7edd28c1a4
Merge branch 'addlockpickbinds' into 'master'
...
Lua API for Lockpick and Probe records
See merge request OpenMW/openmw!1892
2022-05-24 11:48:13 +00:00
Kindi
1b37d5d2ad
Lua API for Lockpick and Probe records
2022-05-24 11:48:13 +00:00
psi29a
09757d0b87
Merge branch 'noboost_essimporter' into 'master'
...
Remove boost::filesystem from essimporter
See merge request OpenMW/openmw!1913
2022-05-24 07:57:37 +00:00
psi29a
0299529067
Merge branch 'remove_boost_' into 'master'
...
Remove dependency on boost::filesystem in bsatool and niftest CMakeLists.txt
See merge request OpenMW/openmw!1915
2022-05-24 07:56:19 +00:00
psi29a
a737b05d84
Merge branch 'faster_toLower' into 'master'
...
Improve the speed of toLower
See merge request OpenMW/openmw!1889
2022-05-24 07:53:01 +00:00
psi29a
14b9abbcbf
Merge branch 'no_resize' into 'master'
...
[Postprocessing] Don't resize user defined samplers to power of 2
See merge request OpenMW/openmw!1918
2022-05-24 07:50:27 +00:00
psi29a
4c4ee1ccda
Merge branch 'noboost_navmeshtool' into 'master'
...
Remove boost::filesystem from navmashtool
See merge request OpenMW/openmw!1916
2022-05-24 07:19:31 +00:00
glassmancody.info
ee6e60005b
remove log spam on failures
2022-05-23 21:27:32 -07:00
glassmancody.info
a987b01717
don't resize user defined samplers to power of 2
2022-05-23 19:44:39 -07:00
jvoisin
7df5e7f62a
Merge branch 'l10n_validate' into 'master'
...
Validate l10n context name
See merge request OpenMW/openmw!1910
2022-05-23 20:19:55 +00:00
jvoisin
0554afeb67
Remove boost::filesystem from navmashtool
2022-05-23 21:55:06 +02:00
jvoisin
34ae6e8221
Remove dependency on boost::filesystem in bsatool and niftest CMakeLists.txt
2022-05-23 21:52:22 +02:00
jvoisin
8a63bc0def
Remove boost::filesystem from essimporter
2022-05-23 21:50:48 +02:00
jvoisin
6f5025e6fd
Remove some unused includes from bulletobjecttool
2022-05-23 21:35:07 +02:00
jvoisin
998f1c960e
Improve the speed of toLower
...
This significantly improves the speed of my fuzzer,
by something like 15%.
2022-05-23 21:24:17 +02:00
psi29a
7950ea1f54
Merge branch 'un-undocument' into 'master'
...
Fix formatting so that docs can render correctly
See merge request OpenMW/openmw!1911
2022-05-23 18:17:37 +00:00
Hristos N. Triantafillou
4188bb4e33
Fix formatting so that docs can render correctly
2022-05-23 13:01:02 -05:00
Petr Mikheev
a4b23aad05
Validate l10n context name
2022-05-23 19:25:30 +02:00
elsid
87073e26f2
Increase precision error for navigator tests
2022-05-23 17:18:00 +02:00
psi29a
14aec3791c
Merge branch 'navmesh_db_limit_warning' into 'master'
...
Log more information when navmeshtool fails on not enough space
See merge request OpenMW/openmw!1908
2022-05-23 12:28:57 +00:00
elsid
5b592e09e6
Log more information when navmeshtool fails on not enough space
2022-05-23 13:01:30 +02:00
psi29a
e5fbe5c0bc
Merge branch 'lua_fixes' into 'master'
...
[Lua] Postprocessing updates
See merge request OpenMW/openmw!1897
2022-05-23 06:27:17 +00:00
cody glassman
6093cb5f2c
postprocessing lua api extensions
2022-05-22 18:53:38 -07:00
AnyOldName3
02cfb7e258
Merge branch 'fix_explore_music' into 'master'
...
Fix playing explore music after loading the game from main menu (#6769 )
Closes #6769
See merge request OpenMW/openmw!1907
2022-05-23 00:35:46 +00:00
elsid
6db4b78dcb
Fix playing explore music after loading the game from main menu
2022-05-23 01:08:53 +02:00
psi29a
e3f891c0b0
Merge branch 'fix_boost' into 'master'
...
Fix build with lld linker
See merge request OpenMW/openmw!1903
2022-05-22 20:53:57 +00:00
psi29a
f17d7fc00b
Merge branch 'string_view' into 'master'
...
Make getStringLiteral return a string_view
See merge request OpenMW/openmw!1896
2022-05-22 20:50:04 +00:00
psi29a
392606441d
Merge branch 'remove_boost_fs_bsatool' into 'master'
...
Remove boost::filesystem from bsatool
See merge request OpenMW/openmw!1905
2022-05-22 20:47:27 +00:00
psi29a
19fa42ce5a
Merge branch 'remove_boost_niftest' into 'master'
...
Remove boost::filesystem from niftest
See merge request OpenMW/openmw!1906
2022-05-22 20:46:11 +00:00
jvoisin
472af7c164
Remove boost::filesystem from niftest
2022-05-22 18:56:14 +02:00
jvoisin
fb732d74a2
Remove boost::filesystem from bsatool
2022-05-22 18:53:10 +02:00
elsid
ea295a2ac3
Fix build with lld linker
...
Boost.Filesystem started to depend on Boost.Atomic on 1.77.0 version but lld
can't find library on its own:
libboost_atomic.so.1.79.0 => not found
2022-05-22 15:27:48 +02:00
psi29a
8dd3e53a30
Merge branch 'string_view' into 'master'
...
Move a couple of files from `const std::string&` to `std::string_view`
See merge request OpenMW/openmw!1901
2022-05-22 10:45:35 +00:00
psi29a
d2a9334f39
Merge branch 'mechanics_actors_list' into 'master'
...
Use std::list to store mechanics actors
See merge request OpenMW/openmw!1893
2022-05-22 10:41:46 +00:00