Commit Graph

20750 Commits (4e27fdefdbf157836af8811c328c5feed4d9deda)
 

Author SHA1 Message Date
elsid b477775e16
Use callback to iterate over chunks 6 years ago
elsid db5638bf6d
Add global recast allocator to allocate temp buffers on stack 6 years ago
Bret Curtis d3633bbada
Merge pull request #2019 from akortunov/warnfix
Attempt to fix MSVC2015 C4503 warnings
6 years ago
Andrei Kortunov a387c6b910 Fix MSVC2015 C4503 warning 6 years ago
Stanislaw Halik b099981c91 fix CI msvc build outside git bash
It was only by accident that git bash worked for CI basing on the
"real_pwd()" expression. Replace the dubious replacement pattern with
"cygpath", which is present on git bash, Cygwin, and msys2 alike. In
particular git bash uses msys2 internally.

I was able to confirm a working build under msys2 with a wrapper for
MSVC invocation via the Ninja generator.
6 years ago
Andrei Kortunov f88d5e808c Rewrite media decoder to use FFMpeg 3.2+ API (task #4686) 6 years ago
Bret Curtis 261bbded00
Merge pull request #2016 from elsid/navmesh_update_change_type
Use new change type for update object
6 years ago
Bret Curtis 97af3f3b60
Merge pull request #2015 from elsid/fix_navmesh_cache_size_limit
Fix navmesh cache size limit
6 years ago
elsid 41319eb2bf
Use new change type for update object
To perform jobs for updated animated objects and doors with lowest
priority.
6 years ago
elsid b77684a135
Add TODOs 6 years ago
elsid 2ba026e2b2
Limit navmesh cache size by data size + key size 6 years ago
Bret Curtis 851c2f55cd
Merge pull request #2014 from akortunov/actorpaths
Improve toggleactorspaths console command
6 years ago
Andrei Kortunov 829faf7b2c Improve toggleactorspaths console command 6 years ago
AnyOldName3 3c25e7b93d
Merge pull request #2010 from AnyOldName3/windows-debug-build-fix
Include missing Windows header before calling Windows-specific functions and switch CMake compile definitions to the new style.
6 years ago
AnyOldName3 719c9f0766 Remove compile definition which inadvertently broke other compile definitons 6 years ago
AnyOldName3 e2ddb39591 Remove incorrect comment 6 years ago
AnyOldName3 a5afae71e6 Remove unwanted compile definition. 6 years ago
Bret Curtis 4814e35802
Merge pull request #2012 from Capostrophic/pathfinding
AI packages cleanup
6 years ago
Capostrophic 1de9674c81 AI package cleanup 6 years ago
Bret Curtis 782aa3e584
Merge pull request #2011 from elsid/fix_misc_guarded_msvc2015_crash
Use explicit default ctors call
6 years ago
elsid 264ea99af6 Use explicit default ctors call
Special change for MSVC2015.
6 years ago
AnyOldName3 a6d3210a9c Include missing Windows header before calling Windows-specific functions 6 years ago
Bret Curtis 5f5773f7df
Merge pull request #2009 from elsid/pathfinder_update_tolerance
Use default tolerance to drop last point from path
6 years ago
Bret Curtis 9c3b4b6324
Merge pull request #2008 from Capostrophic/pathfinding
Fix isWithinMaxRange function in AiTravel [0.45.0 regression]
6 years ago
elsid c52db75545 Use default tolerance to drop last point from path
Fixes AiEscort. Before actor tried to reach target with 0 tolerance.
Back to logic like it was before 4fe764c3a5 and bbd82a743 commits.
6 years ago
Capostrophic a4eff1c871 Fix isWithinMaxRange function 6 years ago
AnyOldName3 540e93e983
Merge pull request #2007 from OpenMW/remove-findrecastnavigation.cmake
Remove FindRecastNavigation.cmake
6 years ago
AnyOldName3 8acbdf70b7
Remove FindRecastNavigation.cmake 6 years ago
Bret Curtis c1a3eec456 Merge branch 'elsid-extern_recastnavigation' into 'master'
Elsid extern recastnavigation

See merge request OpenMW/openmw!45
6 years ago
elsid 70b5160bf1 Add files with recastnavigation current commit hash and url to clone 6 years ago
elsid 4c82470933 Do not build recastnavigation tests 6 years ago
elsid bc59a3c455 Build recastnavigation static libraries 6 years ago
elsid 792a0585c0 Add recastnavigation as subdirectory 6 years ago
Bret Curtis af3c605b0c
Merge pull request #2004 from AnyOldName3/vsboostfix
Ensure different Boost versions get different names
6 years ago
AnyOldName3 afd700dab9 Ensure different Boost versions get different names 6 years ago
AnyOldName3 0208cb8616
Merge pull request #2001 from AnyOldName3/enable-osg-logging
Allow OSG objects to be sent to the debug log.
6 years ago
AnyOldName3 6bbc1cb308
Remove outdated include 6 years ago
AnyOldName3 93843d024c Remove another duplicate operator<< 6 years ago
AnyOldName3 4489f23005 Remove recastnavigation conflicts 6 years ago
Bret Curtis 341c6d571d
Merge pull request #2002 from akortunov/warningfix
Fix Clang warnings
6 years ago
Andrei Kortunov a615076c61 Add default return value 6 years ago
Andrei Kortunov f1eb702851 Mark virtual methods in the mechanicsmanagerimp.hpp as overrides 6 years ago
AnyOldName3 90986df81c Allow OSG objects to be sent to the debug log. 6 years ago
Bret Curtis 3c8bb9cf73 Merge branch 'changelog' into 'master'
Update CHANGELOG.md

See merge request OpenMW/openmw!44
6 years ago
Bret Curtis d1eb7a52a0 Update CHANGELOG.md 6 years ago
Bret Curtis d6c674660a
Merge pull request #1633 from elsid/pathfinder_detour
Use recastnavigation for pathfinding (#2229)
6 years ago
Marc Zinnschlag 854d85cb47 Merged merge request !42 6 years ago
Bret Curtis cbbe69f3f2 additional cleanups for non-essential fallbacks 6 years ago
Bret Curtis 3c53fe16e9
Merge pull request #1986 from akortunov/rootfix
[Regression] Handle RootCollisionNode exactly as in original engine
6 years ago
Bret Curtis 9b83a2345b remove unnecessary fallbacks 6 years ago