AnyOldName3
079be5d485
Remove annoying warning
2020-06-15 16:37:47 +01:00
AnyOldName3
761558f612
Remove test data
...
A dummy command was used to check the script would fail if a command was missing.
Not being a real command, it always made the script fail as a command was missing.
2020-06-15 16:36:30 +01:00
AnyOldName3
5bffa7453f
Merge branch 'fix-msvc-buildtools' into 'master'
...
Fix the build script not detecting Visual Studio Build Tools installation
See merge request OpenMW/openmw!224
2020-06-15 14:23:52 +00:00
Bret Curtis
0d1b7fd3f0
Merge pull request #2908 from Capostrophic/uvsets
...
Remove 63 UV set limit
2020-06-15 07:54:51 +02:00
apommel
4b831f99da
Allow vswhere to detect build tools installations
2020-06-15 10:13:22 +09:00
Capostrophic
6f94848dec
Remove 63 UV set limit (now 65535)
2020-06-14 23:02:03 +03:00
Alexei Dobrohotov
9dff13a94c
Merge branch 'AnyOldName3-master-patch-15901' into 'master'
...
Fix ifs for ACTIVATE_MSVC
Closes #5460
See merge request OpenMW/openmw!220
2020-06-14 19:50:15 +00:00
Alexei Dobrohotov
09537ed312
Merge branch 'master' into 'AnyOldName3-master-patch-15901'
...
# Conflicts:
# CI/before_script.msvc.sh
2020-06-14 19:47:01 +00:00
Alexei Dobrohotov
8d80747929
Merge branch 'AnyOldName3-master-patch-84976' into 'master'
...
Add success message to Windows prebuild script
Closes #5458
See merge request OpenMW/openmw!221
2020-06-14 18:41:04 +00:00
Bret Curtis
3f489b3774
Merge pull request #2907 from elsid/navmesh_area_cost
...
Use actors stats to define navmesh area cost
2020-06-13 10:43:01 +02:00
elsid
b095ca6c86
Use actor speed to define area cost for pathfinding
2020-06-13 02:24:52 +02:00
elsid
374b85a00d
Add Class methods to get walk, run, swim speed
2020-06-13 02:24:51 +02:00
elsid
439588d10e
Remove unused mOffMeshConnectionIds
2020-06-13 02:24:51 +02:00
elsid
a35497de0c
Remove redundant runSpeed as always equal to walkSpeed
2020-06-13 02:24:45 +02:00
AnyOldName3
0d2129ca13
Add success message to Windows prebuild script
2020-06-12 22:50:06 +00:00
AnyOldName3
13c4e4b2a9
Fix ifs for ACTIVATE_MSVC
2020-06-12 22:35:38 +00:00
Bret Curtis
87dba1fcfc
Merge pull request #2906 from elsid/navmesh_pathgrid
...
Add pathgrid to navmesh
2020-06-12 23:26:45 +02:00
elsid
d863267d5c
Do not fallback to direct path without pathgrid
...
Assume this might happen only due buildPath call when navmesh can't
provide path.
2020-06-12 21:46:10 +02:00
elsid
c4cd3b2c4f
Add pathgrid to navmesh as off mesh connection
2020-06-12 21:04:02 +02:00
elsid
095a45c714
Remove unused PathgridGraph::mIsExterior
2020-06-11 21:43:51 +02:00
Bret Curtis
e6231f67e6
Merge pull request #2904 from Capostrophic/sound
...
Revert the changes for "bug" #4551
2020-06-11 00:39:07 +02:00
Capostrophic
4a2fd1e140
Revert the changes for "bug" #4551
2020-06-11 00:06:37 +03:00
Bret Curtis
bfe3f13c90
Merge pull request #2903 from akortunov/refactoring
...
Use more C++11 in tools code
2020-06-10 16:28:33 +02:00
Andrei Kortunov
0d66369efb
Use overrides, when needed
2020-06-10 12:58:15 +04:00
Andrei Kortunov
aacb569acb
Use more C++11 in tools code
2020-06-10 10:30:37 +04:00
Andrei Kortunov
e2a4493fc0
Merge pull request #2902 from Capostrophic/shaders
...
Don't deliberately do redundant assignments in shaders
2020-06-10 08:18:15 +04:00
Capostrophic
91514aed5d
Don't deliberately do redundant assignments
2020-06-09 22:08:43 +03:00
Chris Djali
720700e957
Merge pull request #2901 from Capostrophic/shaders
...
Minor shader fixes
2020-06-09 17:16:49 +01:00
Capostrophic
1c50d25853
Minor shader fixes
...
Don't initialize uniform bool to false explicitly
Attempt not to calculate specular lighting if the material specular color is black
2020-06-09 15:27:38 +03:00
Roman Siromakha
048713d9b1
Merge pull request #2900 from akortunov/defs
...
Use FourCC to declare all ESM record names
2020-06-09 10:46:40 +02:00
Andrei Kortunov
d997842f8d
Use FourCC to declare all ESM record names
2020-06-09 10:07:37 +04:00
AnyOldName3
be22e80d33
Merge branch 'always-say-what-to-do' into 'master'
...
Print MSVC activation info in verbose mode, too.
See merge request OpenMW/openmw!212
2020-06-08 21:42:28 +00:00
Bret Curtis
6bc04507ef
Merge pull request #2715 from akortunov/cleanup
...
Remove custom data for disposed actors
2020-06-08 12:29:28 +02:00
Bret Curtis
946cf859db
Merge pull request #2892 from Capostrophic/automove
...
Don't save to or read automove state from saved games (#5452 )
2020-06-08 11:45:04 +02:00
Bret Curtis
cd97d0c61c
Merge branch 'master' into automove
2020-06-08 11:42:05 +02:00
Andrei Kortunov
3741355dca
Merge pull request #2898 from akortunov/master
...
Update active spells during rest
2020-06-08 13:30:16 +04:00
Andrei Kortunov
0c3b12c40f
Merge pull request #2893 from Capostrophic/projectile
...
Clean up magic bolts casted by actors that are gone (bug #5451 )
2020-06-08 13:26:58 +04:00
Bret Curtis
857f4bd232
Merge pull request #2896 from akortunov/rendermanager
...
Add a FogManager
2020-06-08 11:20:51 +02:00
Bret Curtis
d23bbe755c
Merge pull request #2897 from foobar13372/patch-1
...
Update CHANGELOG.md
2020-06-08 11:10:05 +02:00
Andrei Kortunov
3dd4023e8d
Update active spells during rest
2020-06-08 11:29:38 +04:00
Roman Siromakha
27a113167c
Merge pull request #2890 from akortunov/position
...
Do not store object position, if it is the same as in CellRef
2020-06-08 01:12:47 +02:00
Alexei Dobrohotov
d5d385fe9e
Merge pull request #2891 from elsid/ai_packages_options
...
Replace AiPackage virtual methods by options
2020-06-08 02:06:38 +03:00
Alexei Dobrohotov
3f0cf65335
Merge pull request #2895 from elsid/esm_objectstate_final
...
Add final for derived and overriden from ESM::ObjectsState
2020-06-08 02:02:57 +03:00
Andrei Kortunov
4afc332a0c
Add a FogManager
2020-06-07 15:51:03 +04:00
foobar13372
5d17a4c66e
Update CHANGELOG.md
...
Correctly name change (was probably a copy paste error)
2020-06-07 10:10:33 +02:00
Andrei Kortunov
52d27dee5c
Merge pull request #2894 from Capostrophic/disable
...
Ignore bogus string arguments for Disable/Enable again
2020-06-07 10:15:12 +04:00
Andrei Kortunov
75e7a3e8b1
Do not store object position, if it is the same as in CellRef
2020-06-07 09:25:46 +04:00
elsid
5209f5ff6d
Mark all derived classes from ESM::ObjectsState and overriden functions as final
2020-06-06 23:00:53 +02:00
Capostrophic
e02b66cdf4
Ignore bogus string arguments for Disable/Enable again
2020-06-06 20:04:09 +03:00
Capostrophic
456f0f9f44
Clean up magic bolts of actors that are gone ( #5451 )
2020-06-06 19:11:22 +03:00