1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 06:09:42 +00:00
openmw/files
elsid 1a12c453d6
Support different agent collision shape type for pathfinding
Actors may have different collision shapes. Currently there are axis-aligned
bounding boxes and rotating bounding boxes. With AABB it's required to use
bounding cylinder for navmesh agent to avoid providing paths where actor can't
pass. But for rotating bounding boxes cylinder with diameter equal to the front
face width should be used to not reduce of available paths. For example rats
have rotating bounding box as collision shape because of the difference between
front and side faces width.

* Add agent bounds to navmesh tile db cache key. This is required to distinguish
  tiles for agents with different bounds.
* Increase navmesh version because navmesh tile db cache key and data has changed.
* Move navmesh version to the code to avoid misconfiguration by users.
* Fix all places where wrong half extents were used for pathfinding.
2022-06-21 12:57:32 +02:00
..
data Disable all the non-vanilla Lua camera settings by default 2022-06-13 18:23:46 +03:00
launcher Fix libpng warning about incorrect profile 2019-05-18 17:57:16 +04:00
lua_api Lua API for Repair records 2022-06-06 16:24:54 +00:00
mac Adding CFBundleIdentifier to OpenMW's Info.plist file for Macs 2018-06-12 22:18:06 -05:00
mygui Increase the size of the settings menu; reduce the size of Lua settings "number" in order to make camera settings look good with the default size of the settings menu. 2022-06-12 00:09:13 +02:00
opencs Source svg file used to generate OpenMW-CS icons. 2021-07-30 12:14:21 +00:00
shaders Better fog 2022-06-21 02:21:20 +02:00
ui Remove from settings.cfg camera settings that are controlled from Lua 2022-06-12 00:06:39 +02:00
windows fix win32 app manifest copy-paste error 2018-11-11 21:46:15 +01:00
wizard Implement #3983 - Add page to the wizard with links to buy morrowind 2021-04-08 20:57:50 +00:00
CMakeLists.txt Merge files/builtin_scripts and files/vfs into one dir 2022-05-26 01:47:38 +02:00
gamecontrollerdb.txt Update SDL controller mappings from upstream 2019-04-04 22:28:55 +03:00
openmw-cs.cfg changed name of openmw-cs user settings file 2015-12-15 14:51:25 +01:00
openmw.appdata.xml Return to CC0-licensed appdata metadata 2021-04-03 13:41:41 +02:00
openmw.bmp Some improvments for windows builds and installer 2012-04-19 14:58:27 +02:00
openmw.cfg Add fallbacks for the moons. 2022-04-20 12:02:22 +00:00
openmw.cfg.local Add fallbacks for the moons. 2022-04-20 12:02:22 +00:00
org.openmw.cs.desktop add launchable type; rename files to be conform to freedesktop.org and debian standards 2020-03-27 08:12:06 +01:00
org.openmw.launcher.desktop add launchable type; rename files to be conform to freedesktop.org and debian standards 2020-03-27 08:12:06 +01:00
settings-default.cfg Support different agent collision shape type for pathfinding 2022-06-21 12:57:32 +02:00
version.in Move OpenMW version information to a textfile instead of compiling it in 2015-07-18 03:09:04 +02:00