scrawl
|
3732979eec
|
Revert "Merge pull request #993 from mrcheko/pathfinding"
This reverts commit 5190275b37 , reversing
changes made to d7845012bf .
|
9 years ago |
scrawl
|
30b549124e
|
Fix use-after-free
|
9 years ago |
Allofich
|
d617651307
|
Don't allow re-casting of bound equipment spells
|
9 years ago |
Allofich
|
4b9aff7a03
|
Glowupdater fix when using shaders
|
9 years ago |
Allofich
|
9b2cb2fb8c
|
Cleanups
|
9 years ago |
Allofich
|
775162ccdf
|
Rewrite spell glow implementation
|
9 years ago |
Allofich
|
35c14bb9bb
|
Minor rewrite, make "open" spells play glow effect
|
9 years ago |
Allofich
|
e132b52a69
|
Handle spell glows within updatecallback
|
9 years ago |
Allofich
|
3841a8fb40
|
Make non-actors glow when they cast spells
|
9 years ago |
Allofich
|
dca7b4beb7
|
Make non-actors also play spell casting sounds
|
9 years ago |
scrawl
|
5190275b37
|
Merge pull request #993 from mrcheko/pathfinding
Pathfinding unification
|
9 years ago |
mrcheko
|
e2cd87fcc7
|
fix veritcal aiming
|
9 years ago |
MiroslavR
|
b65f379b7f
|
Save scripted animation state (Fixes #1931, #2150, #3393)
|
9 years ago |
mrcheko
|
293a0f768c
|
use real distance to target to determinate 'ready to attack' state
|
9 years ago |
mrcheko
|
203804ff15
|
fix AiPackage repeating
|
9 years ago |
mrcheko
|
59a1a6d117
|
checkWayIsClear: remove PATHFIND_CAUTION_DIST check
|
9 years ago |
mrcheko
|
b4e94e2aae
|
Merge remote-tracking branch 'upstream/master' into pathfinding
# Conflicts:
# apps/openmw/mwmechanics/aipackage.cpp
# apps/openmw/mwmechanics/aipackage.hpp
|
9 years ago |
mrcheko
|
8d4f0660ce
|
fix hardcoded melee attack ranges
|
9 years ago |
Allofich
|
c57d177f1c
|
Trim unneeded code
|
9 years ago |
mrcheko
|
05794505c8
|
travis build fix
|
9 years ago |
Allofich
|
cabe038a97
|
Make lockpick and probe sounds 3d positional
|
9 years ago |
mrcheko
|
f57858b750
|
Merge remote-tracking branch 'upstream/master' into pathfinding
# Conflicts:
# apps/openmw/mwmechanics/aiactivate.cpp
|
9 years ago |
MiroslavR
|
b0fcad4cb8
|
Don't stack effects for scrolls of the same type (Fixes #3466)
|
9 years ago |
MiroslavR
|
75a66ced20
|
Fix actors lacking turning animations while in first person mode
|
9 years ago |
mrcheko
|
d2fe6fe857
|
Merge remote-tracking branch 'refs/remotes/origin/master' into pathfinding
# Conflicts:
# apps/openmw/mwmechanics/aiactivate.cpp
# apps/openmw/mwmechanics/aicombat.cpp
# apps/openmw/mwmechanics/aicombat.hpp
# apps/openmw/mwmechanics/aifollow.cpp
# apps/openmw/mwmechanics/aipackage.cpp
# apps/openmw/mwmechanics/aipackage.hpp
# apps/openmw/mwmechanics/aiwander.cpp
# apps/openmw/mwmechanics/aiwander.hpp
|
9 years ago |
MiroslavR
|
dc0bc5b68c
|
Implement Face instruction (Feature #1424)
|
9 years ago |
scrawl
|
6f376bd499
|
Merge pull request #983 from Allofich/telekinesis
Don't allow telekinesis on actors or teleport doors
|
9 years ago |
MiroslavR
|
80f2ae0ca7
|
Apply magic effects while waiting/sleeping
|
9 years ago |
mrcheko
|
0793e4a80e
|
refactor pathfinding code in AiWander: use AiPackage::pathTo, reuse AiPackage::ObstacleCheck
|
9 years ago |
Allofich
|
199607423b
|
Use iMaxActivateDist for AI actors that use Activate packages
|
9 years ago |
MiroslavR
|
c8b61cb234
|
Cache magic effects in MWMechanics::Spells
|
9 years ago |
MiroslavR
|
700dde116e
|
Show remnant corprus effects in magic window
|
9 years ago |
MiroslavR
|
54f52f7bae
|
Implement effect removal for abilities (Fixes #3455)
|
9 years ago |
Allofich
|
2290346296
|
Fix timing of some magicka calculations
|
9 years ago |
scrawl
|
fc293aa048
|
Merge pull request #978 from Allofich/fatigue
Fix update of fatigue display
|
9 years ago |
Allofich
|
1602eb3de8
|
Fix so that keepPlayerAlive() will not run twice
|
9 years ago |
Allofich
|
19a20a6871
|
Fix update of fatigue display
|
9 years ago |
MiroslavR
|
dfc62c99b4
|
Show correct class image in level-up dialog (Fixes #3443)
|
9 years ago |
Allofich
|
dc468dd139
|
Fix magicka and fatigue calculations from fortifying attributes
|
9 years ago |
Allofich
|
5d3aebd04b
|
Update disposition check between persuasion attempts
|
9 years ago |
terrorfisch
|
be25e2ba75
|
Make NPCs use both hands in weaponless combat.
|
9 years ago |
Allofich
|
b1be3596dc
|
Cleanup of #include statements
|
9 years ago |
Allofich
|
4a38fb8650
|
Use namespace block in aiactivate
|
9 years ago |
scrawl
|
3ce63c3f6e
|
Merge pull request #967 from Allofich/AIPackageFixes
AI package cleanups
|
9 years ago |
Allofich
|
c2b51112f2
|
AI package cleanups
|
9 years ago |
scrawl
|
693d3cea4a
|
Float to surface fix
|
9 years ago |
scrawl
|
b5cb11ff07
|
Split refreshCurrentAnims into multiple functions
|
9 years ago |
scrawl
|
372f2e2f18
|
Merge pull request #962 from Allofich/AIPackageFixes
Duration fixes for Follow and Escort
|
9 years ago |
Allofich
|
3bebbab78e
|
Duration fixes for Follow and Escort
|
9 years ago |
scrawl
|
3ec4ee6290
|
Make a copy of map key to work around it being invalidated (Fixes #3329)
|
9 years ago |