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.
2018-11-03 20:19:44 +01:00
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.
2018-11-02 23:57:44 +00:00
AnyOldName3
719c9f0766
Remove compile definition which inadvertently broke other compile definitons
2018-11-02 18:39:46 +00:00
AnyOldName3
e2ddb39591
Remove incorrect comment
2018-11-02 17:30:54 +00:00
AnyOldName3
a5afae71e6
Remove unwanted compile definition.
2018-11-02 17:18:10 +00:00
Bret Curtis
4814e35802
Merge pull request #2012 from Capostrophic/pathfinding
...
AI packages cleanup
2018-11-02 14:25:41 +01:00
Capostrophic
1de9674c81
AI package cleanup
2018-11-02 14:58:30 +03:00
Bret Curtis
782aa3e584
Merge pull request #2011 from elsid/fix_misc_guarded_msvc2015_crash
...
Use explicit default ctors call
2018-11-02 10:29:38 +01:00
elsid
264ea99af6
Use explicit default ctors call
...
Special change for MSVC2015.
2018-11-02 10:35:57 +03:00
AnyOldName3
a6d3210a9c
Include missing Windows header before calling Windows-specific functions
2018-11-02 01:05:39 +00:00
Bret Curtis
5f5773f7df
Merge pull request #2009 from elsid/pathfinder_update_tolerance
...
Use default tolerance to drop last point from path
2018-11-02 00:21:08 +01:00
Bret Curtis
9c3b4b6324
Merge pull request #2008 from Capostrophic/pathfinding
...
Fix isWithinMaxRange function in AiTravel [0.45.0 regression]
2018-11-02 00:08:53 +01:00
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.
2018-11-02 01:12:41 +03:00
Capostrophic
a4eff1c871
Fix isWithinMaxRange function
2018-11-02 00:22:37 +03:00
AnyOldName3
540e93e983
Merge pull request #2007 from OpenMW/remove-findrecastnavigation.cmake
...
Remove FindRecastNavigation.cmake
2018-11-01 18:53:16 +00:00
AnyOldName3
8acbdf70b7
Remove FindRecastNavigation.cmake
2018-11-01 18:52:50 +00:00
Bret Curtis
c1a3eec456
Merge branch 'elsid-extern_recastnavigation' into 'master'
...
Elsid extern recastnavigation
See merge request OpenMW/openmw!45
2018-11-01 16:06:51 +00:00
elsid
70b5160bf1
Add files with recastnavigation current commit hash and url to clone
2018-11-01 17:01:22 +01:00
elsid
4c82470933
Do not build recastnavigation tests
2018-11-01 17:01:22 +01:00
elsid
bc59a3c455
Build recastnavigation static libraries
2018-11-01 17:01:22 +01:00
elsid
792a0585c0
Add recastnavigation as subdirectory
2018-11-01 17:01:22 +01:00
Bret Curtis
af3c605b0c
Merge pull request #2004 from AnyOldName3/vsboostfix
...
Ensure different Boost versions get different names
2018-11-01 11:35:42 +01:00
AnyOldName3
afd700dab9
Ensure different Boost versions get different names
2018-10-31 23:38:10 +00:00
AnyOldName3
0208cb8616
Merge pull request #2001 from AnyOldName3/enable-osg-logging
...
Allow OSG objects to be sent to the debug log.
2018-10-31 22:14:36 +00:00
AnyOldName3
6bbc1cb308
Remove outdated include
2018-10-31 19:32:52 +00:00
AnyOldName3
93843d024c
Remove another duplicate operator<<
2018-10-31 16:26:53 +00:00
AnyOldName3
4489f23005
Remove recastnavigation conflicts
2018-10-31 15:15:01 +00:00
Bret Curtis
341c6d571d
Merge pull request #2002 from akortunov/warningfix
...
Fix Clang warnings
2018-10-31 08:26:50 +01:00
Andrei Kortunov
a615076c61
Add default return value
2018-10-31 10:18:29 +04:00
Andrei Kortunov
f1eb702851
Mark virtual methods in the mechanicsmanagerimp.hpp as overrides
2018-10-31 10:09:32 +04:00
AnyOldName3
90986df81c
Allow OSG objects to be sent to the debug log.
2018-10-30 22:15:32 +00:00
Bret Curtis
3c8bb9cf73
Merge branch 'changelog' into 'master'
...
Update CHANGELOG.md
See merge request OpenMW/openmw!44
2018-10-30 20:52:30 +00:00
Bret Curtis
d1eb7a52a0
Update CHANGELOG.md
2018-10-30 20:49:59 +00:00
Bret Curtis
d6c674660a
Merge pull request #1633 from elsid/pathfinder_detour
...
Use recastnavigation for pathfinding (#2229 )
2018-10-30 20:44:13 +01:00
Marc Zinnschlag
854d85cb47
Merged merge request !42
2018-10-30 17:05:15 +01:00
Bret Curtis
cbbe69f3f2
additional cleanups for non-essential fallbacks
2018-10-30 12:17:10 +01:00
Bret Curtis
3c53fe16e9
Merge pull request #1986 from akortunov/rootfix
...
[Regression] Handle RootCollisionNode exactly as in original engine
2018-10-29 22:47:04 +01:00
Bret Curtis
9b83a2345b
remove unnecessary fallbacks
2018-10-29 20:54:21 +01:00
Bret Curtis
e65f254f7f
Merge pull request #1999 from akortunov/resurrect
...
[Regression] Make sure we reset current weapon animation when resurrect actor
2018-10-29 20:43:54 +01:00
Bret Curtis
82e8829112
Merge branch 'update-gitlab-deps' into 'master'
...
Update to new packages
See merge request OpenMW/openmw!43
2018-10-29 18:51:09 +00:00
Andrei Kortunov
f98fc8d7b4
Make sure we reset current weapon animation when resurrect actor (addition to bug #2626 )
2018-10-29 22:47:04 +04:00
Bret Curtis
23d273b1d7
Follow the redirects
2018-10-29 17:43:08 +00:00
Bret Curtis
cc1fd8c92e
Use https://http.kali.org/pool/main/m/mygui/ instead since debian doesn't keep old packages.
2018-10-29 17:35:04 +00:00
Bret Curtis
e45c0c8f59
Update to new packages
2018-10-29 16:28:24 +00:00
Bret Curtis
988914725a
wip 1
...
wip2
add more Level_UP and QA text
the rest of the questions
2018-10-29 17:03:49 +01:00
Marc Zinnschlag
a5efe0d596
Merged pull request #1998
2018-10-29 10:02:52 +01:00
Capostrophic
434b1fd0e3
Use Shift-C and Shift-V keybindings for View and Preview (feature #2845 )
2018-10-29 01:53:49 +03:00
Bret Curtis
7f2baa9373
Merge pull request #1995 from Capostrophic/icons
...
Add icons for record context menu actions (feature #4506 )
2018-10-28 22:22:42 +01:00
Bret Curtis
6f8a15afb0
Merge pull request #1996 from Capostrophic/cleanup
...
Clean up redundant getClass() calls in classes
2018-10-28 19:39:39 +01:00
Bret Curtis
580119d9b0
Merge pull request #1997 from Capostrophic/thrown
...
Use the real thrown weapon damage in tooltips and AI (feature #4697 )
2018-10-28 19:37:35 +01:00