Alexei Dobrohotov
|
ed364a1e29
|
Merge pull request #2476 from akortunov/arrows
Use magic glow for enchanted arrows
|
2019-08-07 17:32:38 +03:00 |
|
Andrei Kortunov
|
b7c214b1bc
|
Do not use a separate GlowUpdater for every arrow in quiver
|
2019-08-07 12:58:18 +04:00 |
|
Andrei Kortunov
|
8557346fbd
|
Use glow for enchanted arrows (feature #5122)
|
2019-08-07 12:58:14 +04:00 |
|
unknown
|
2a53f6bc3e
|
Merge branch 'master' of https://github.com/OpenMW/openmw into script-respawn
|
2019-08-07 10:56:21 +02:00 |
|
Andrei Kortunov
|
1eed511b4e
|
Use enchanted glow for pulled arrows
|
2019-08-07 09:45:10 +04:00 |
|
Andrei Kortunov
|
4c92f0c4e1
|
Move getEnchantmentColor() from Animation to Class
|
2019-08-07 08:51:46 +04:00 |
|
unknown
|
6baa5da6c9
|
Fix scripts not executing on respawn
|
2019-08-06 21:30:21 +02:00 |
|
Andrei Kortunov
|
06ba80e19b
|
Merge pull request #2469 from Capostrophic/instant
Apply instant effects of permanent spells in AddSpell immediately (bug #5055)
|
2019-08-06 07:57:18 +04:00 |
|
Andrei Kortunov
|
ad8b10c8db
|
Merge pull request #2464 from Capostrophic/enchant
Ignore on-strike enchanted projectile charge (#5104)
|
2019-08-05 11:32:16 +04:00 |
|
capostrophic
|
6928adcee1
|
Prevent front() and operator[] from causing undefined behavior
|
2019-08-04 14:47:33 +03:00 |
|
Alexei Dobrohotov
|
4d4a21ff09
|
Merge pull request #2460 from Capostrophic/swim
Don't force-trace down swimming actors (bug #5089)
|
2019-08-03 23:23:12 +03:00 |
|
Alexei Dobrohotov
|
b3fe85fb6d
|
Merge pull request #2324 from elsid/aiwander_navmesh
Use navmesh for AiWander
|
2019-08-03 23:11:18 +03:00 |
|
Alex Rice
|
e7ae7a8ca6
|
Allow user controller bindings
|
2019-08-03 19:55:58 +00:00 |
|
elsid
|
6c46d929c2
|
Build path to first pathgrid node by navmesh
|
2019-08-03 16:10:55 +02:00 |
|
elsid
|
f684c90932
|
Make angular velocity depending on actor speed
To avoid moving in circles for actors with high speed.
|
2019-08-03 16:06:04 +02:00 |
|
capostrophic
|
82ac99ec56
|
Apply instant FX in AddSpell immediately (bug #5055)
|
2019-08-02 21:26:47 +03:00 |
|
capostrophic
|
e9c71a3808
|
Ignore on-strike enchanted projectile charge (#5104)
|
2019-08-02 18:15:27 +03:00 |
|
capostrophic
|
ff133bd740
|
Don't clamp final actor fight rating to 0 (bug #5105)
Fix werewolf aggro distance
|
2019-08-02 18:11:48 +03:00 |
|
elsid
|
4ad04a28f9
|
Reset path after AiTravel is fast forwarded
Otherwise actor will keep going to the first path point that may be
unreachable.
|
2019-08-01 15:13:03 +02:00 |
|
Artem Nykolenko
|
610e87cb24
|
Fix Non-swimming enemies entering water if player is water walking (bug #5099)
|
2019-08-01 10:02:35 +00:00 |
|
Andrei Kortunov
|
264a769827
|
Merge pull request #2466 from Capostrophic/doll
[Regression] Avoid confusing inventory doll with player in non-uniform scaling
|
2019-08-01 13:10:40 +04:00 |
|
Alexei Dobrohotov
|
1a2f51ef6f
|
Merge pull request #2415 from Assumeru/unix-console
Unix console hotkeys
|
2019-07-31 21:34:09 +03:00 |
|
capostrophic
|
dcbe76d888
|
[Regression] Avoid confusing inventory doll with player
|
2019-07-31 17:34:32 +03:00 |
|
capostrophic
|
6fe429c4e8
|
Don't force-trace down swimming actors (bug #5089)
|
2019-07-31 00:45:54 +03:00 |
|
Alexei Dobrohotov
|
facbb2e0db
|
[Regression] Make sure unloaded objects can be opened
|
2019-07-20 00:12:05 +03:00 |
|
Andrei Kortunov
|
69277b52d0
|
Merge pull request #2451 from Capostrophic/sounds
Fix combat sound inconsistencies (bugs #5092, #5093)
|
2019-07-19 08:03:33 +04:00 |
|
Artem Nykolenko
|
d996b565a5
|
Improve character window resizing (bug #4276)
|
2019-07-17 00:44:36 -04:00 |
|
Alexei Dobrohotov
|
29ebfe709e
|
Play 'Hand To Hand Hit' only for fatigue damage (bug #5093)
|
2019-07-14 23:56:38 +03:00 |
|
Alexei Dobrohotov
|
65ee420ab9
|
Only play on-strike failure sound on the player (bug #5092)
|
2019-07-14 23:42:42 +03:00 |
|
Alexei Dobrohotov
|
366906ac51
|
Fix paralyzed actors' death animations
|
2019-07-12 12:31:10 +03:00 |
|
jeremy
|
962462c1c5
|
Removed unnecessary calls to stopSound3D
playSound3D (the one taking a ptr) already stops the sound if it's playing.
|
2019-07-04 22:54:39 +02:00 |
|
jeremy
|
c8c06ceee9
|
Fixed SoundManager::stopSound when output is not initialized (bug #4600 probably)
|
2019-07-04 22:48:33 +02:00 |
|
Evil Eye
|
cb4664b31b
|
Remove arrow key behaviour as it's in MyGUI now
|
2019-07-03 22:38:07 +02:00 |
|
Evil Eye
|
405c556ce9
|
Merge branch 'master' of https://github.com/OpenMW/openmw into unix-console
|
2019-07-03 21:58:06 +02:00 |
|
Justin Ivany
|
643f259cbf
|
Adding option for cursor speed when using gamepad
|
2019-07-02 11:19:10 +00:00 |
|
Justin Ivany
|
49f2615d2b
|
Fix scrolling with controller on gui
|
2019-07-01 17:32:20 -03:00 |
|
Alexei Dobrohotov
|
9dfee1dfe2
|
Fix invisibility/chameleon alpha (thanks Hrnchamd)
|
2019-06-30 16:13:11 +03:00 |
|
Alexei Dobrohotov
|
19dc01232c
|
Fix CenterOnCell target rotation
|
2019-06-30 16:03:24 +03:00 |
|
Capostrophic
|
b8afe14206
|
Disallow paralyzed actors to greet the player (bug #5074)
|
2019-06-29 13:31:36 +03:00 |
|
Andrei Kortunov
|
633b8e26ad
|
Merge pull request #2436 from Capostrophic/enchanting
Correct cast style behavior when there's no item picked (bug #5075)
|
2019-06-29 13:01:13 +04:00 |
|
Capostrophic
|
cbb22f0f63
|
Correct cast style behavior when there's no object (bug #5075)
|
2019-06-28 15:52:37 +03:00 |
|
Capostrophic
|
453068cc7d
|
Disallow actors to start combat with themselves (bug #3550)
Allow creatures to play initial attack dialogue
Don't add combat package to dead actors
|
2019-06-27 19:50:54 +03:00 |
|
Alexei Dobrohotov
|
3cbe4ab85d
|
Fix idlestorm blend mask (bugs #4240, #5071)
|
2019-06-22 23:05:20 +03:00 |
|
Andrei Kortunov
|
b9a1e4d796
|
Merge pull request #2425 from Capostrophic/esm
Signedness fixes
|
2019-06-21 10:01:10 +04:00 |
|
Capostrophic
|
df89c6b6ce
|
Make unarmed creature attacks affect shield condition again (bug #5069)
|
2019-06-20 20:45:52 +03:00 |
|
Capostrophic
|
3aa65273c5
|
Signedness fixes
|
2019-06-18 14:47:10 +03:00 |
|
Alexander Perepechko
|
19b0b056e5
|
Remove spell FX and VFX after playing the death animation (bug #5060)
|
2019-06-13 21:42:25 +00:00 |
|
Andrei Kortunov
|
dcf03f6785
|
Merge pull request #2416 from Capostrophic/cast
Make Player->Cast select the spell instead (bug #5056)
|
2019-06-10 09:39:23 +04:00 |
|
Andrei Kortunov
|
a62b6910ba
|
Merge pull request #2411 from Capostrophic/fader
Make sure fade operations properly end (bug #4639)
|
2019-06-10 08:58:26 +04:00 |
|
Capostrophic
|
56539fee4f
|
Partially revert "Get rid of redundant setKeyFocusWidget() method"
|
2019-06-09 02:12:44 +03:00 |
|