David Cernat
fb3514c8c3
Merge remote-tracking branch 'nalal/patch-1' into 0.7.1
5 years ago
David Cernat
491ccf21c5
Merge branch '0.7.1-build-fixes' into 0.7.1
...
# Conflicts:
# components/CMakeLists.txt
5 years ago
David Cernat
abd18745df
[General] Include ScriptLocalFloat as part of ClientScriptLocal
5 years ago
David Cernat
b97fa7553c
[Client] Remove variable redeclarations
5 years ago
David Cernat
4841c1ad4c
[General] Rename ScriptLocalShort into ClientScriptLocal
5 years ago
David Cernat
dae76b91ee
[CI] Assign execution permission to Linux .sh file again
5 years ago
David Cernat
f0f76516d8
Add OpenMW commits up to 4 Feb 2020
...
# Conflicts:
# .travis.yml
# CI/before_script.linux.sh
5 years ago
Roman Siromakha
d5cee5aea9
Merge pull request #2687 from akortunov/wander
...
Re-work wandering outside of initial cell
5 years ago
Bret Curtis
d07cec9a38
Merge pull request #2689 from Capostrophic/nifver4000
...
Some more minor NIF support fixes
5 years ago
Capostrophic
0479311c25
Correct declarations of utility methods
5 years ago
Capostrophic
e363d5df21
Some more minor NIF support fixes
5 years ago
Andrei Kortunov
1db51a9e08
Re-work wandering outside of initial cell (bug #5261 , bug #5262 )
5 years ago
Alexei Dobrohotov
9b21249a9e
Merge pull request #2685 from OpenMW/revert-2683-gravity
...
Revert "Don't apply 1.6 magic value to NiGravity decay factor (#5266 )"
5 years ago
Alexei Dobrohotov
234fdfefb7
Revert "Don't apply 1.6 magic value to NiGravity decay factor ( #5266 )"
5 years ago
Andrei Kortunov
10129252c8
Merge pull request #2683 from Capostrophic/gravity
...
Don't apply 1.6 magic value to NiGravity decay factor (#5266 )
5 years ago
Capostrophic
dcafe719a5
Don't apply 1.6 magic value to NiGravity decay factor ( #5266 )
5 years ago
Alexei Dobrohotov
2652b10b9c
Merge pull request #2681 from akortunov/hello
...
Do not interrupt greeting update when Hello = 0 or actor starts to swim
5 years ago
Andrei Kortunov
edd81e297f
Merge pull request #2680 from elsid/fix_aiwander_disabled_navigator
...
Fallback to straight path when navmesh and pathgrind are not available
5 years ago
Andrei Kortunov
1522883fdd
Do not interrupt greeting update when Hello = 0 or actor starts to swim (bug #5248 )
5 years ago
elsid
f7caeefddb
Fallback to straight path when navmesh and pathgrind are not available
5 years ago
Andrei Kortunov
92ea66bb21
Merge pull request #2679 from elsid/fix_aiwander_start
...
Fix start position for AiWander random point selection (bug #5262 )
5 years ago
elsid
8e0b638145
Fix start position for AiWander random point selection
5 years ago
Bret Curtis
7dfbeff049
Merge pull request #2677 from unelsson/fixcsrotation
...
Editor: Convert radians to degrees when rotating objects
5 years ago
Bret Curtis
44a85795cf
Merge pull request #2669 from Capostrophic/wnam
...
Generate WNAM subrecord upon saving terrain instead of upon editing it
5 years ago
Bret Curtis
631f1733bf
Merge pull request #2675 from elsid/ccache
...
ccache fixes
5 years ago
Nelsson Huotari
032513ae18
Convert radians to degrees
5 years ago
elsid
c690f2d43d
Disable coverage for travis CI
5 years ago
elsid
0147b0e398
Print ccache stats
5 years ago
elsid
3cdff837c8
Use default ccache settings
5 years ago
David Cernat
271dc3df87
[General] Rename unused ObjectCollision into ObjectSound
5 years ago
David Cernat
fcebd9f4ae
[General] Rename unused ActorInteraction into ActorSpellsActive
5 years ago
Andrei Kortunov
e1e49832c7
Merge pull request #2670 from elsid/fix_aiwander_stuck
...
Fix AiWander stuck (bug #5237 )
5 years ago
David Cernat
a1142a8fb5
[General] Renamed unused PlayerActiveSkills into PlayerSpellsActive
5 years ago
David Cernat
038c5b8231
[Client] Rename ObjectList's addObject() into addBaseObject()
5 years ago
David Cernat
296c04af71
[Client] Combine ObjectList's getBaseObject() and getObjectFromPtr()
5 years ago
David Cernat
975797c09b
[General] Implement ObjectRestock packet
...
Restocking object containers via trading now requires the server to send back an ObjectRestock packet before it can happen.
The unused packet ID ID_SCRIPT_GLOBAL_FLOAT has been replaced with ID_OBJECT_RESTOCK.
5 years ago
David Cernat
59a38164ea
[Client] Add generic objects to ObjectList using addObjectGeneric()
5 years ago
David Cernat
989188c171
[Client] Remove ObjectList's confusing addObjectDelete() function
5 years ago
elsid
1e106013a0
Use navmesh to find wander destination outside pathgrid for ground based actors
...
Use dtNavMeshQuery::findRandomPointAroundCircle from recastnavigation
5 years ago
elsid
e323e6e7e6
Consider moved distance in direction to destination for obstacle check
...
Assume actor is stuck when it's not able to move in the destination
direction with maximum speed. Approach to check moved distance from the
previous point doesn't work good for slow and big actors. When they face
obstacle they're trying to move along with oscillation so check is
passing but they don't get any closer to the destination.
5 years ago
Bret Curtis
3e4cedb7a8
Merge pull request #2668 from Capostrophic/target
...
Make GetTarget return 1 during actor greeting (bug #5255 )
5 years ago
David Cernat
27b9357478
[Client] Send Container packets when buying or selling items at merchant
5 years ago
David Cernat
a378b254f8
[Client] Include necessary headers in ContainerItemModel
5 years ago
David Cernat
8b14c007f3
[Client] Send ObjectDelete for purchased objects removed from world
5 years ago
Capostrophic
a2c674bb2e
Make GetTarget return 1 during actor greeting (bug #5255 )
5 years ago
Koncord
02668cd45d
Add accidentally forgotten files to build
5 years ago
David Cernat
f563b7c5ed
Merge pull request #541 from testman42/patch-4
...
It's current year
5 years ago
Testman
09cb990c28
It's current year
...
inb4 Current Year Fallacy
5 years ago
David Cernat
8e5859b466
[General] Add RESTOCK to enum of Container subactions
5 years ago
David Cernat
32b5529e18
[Client] Use check with clearer logic in ObjectList::editContainers()
5 years ago