Andrei Kortunov
|
24863f620b
|
RotateWorld: rotate around world axis (bug #4426)
|
2018-05-30 16:35:52 +04:00 |
|
scrawl
|
cfdf99f601
|
Revert "Merged pull request #1573"
This reverts commit 7324bd368f , reversing
changes made to 810e4416f6 .
|
2018-05-26 11:39:30 +00:00 |
|
scrawl
|
99ffaafe30
|
Revert "Merge pull request #1701 from akortunov/standfix"
This reverts commit da47fc79f5 , reversing
changes made to 7324bd368f .
|
2018-05-26 11:35:48 +00:00 |
|
Bret Curtis
|
da47fc79f5
|
Merge pull request #1701 from akortunov/standfix
Do not apply queue movement for standing actors
|
2018-05-23 22:35:08 +02:00 |
|
Andrei Kortunov
|
3636cf2015
|
Do not apply queue movement for standing actors
|
2018-05-05 22:41:26 +04:00 |
|
Andrei Kortunov
|
22fb1f3403
|
Play spellcasting effects from objects
|
2018-04-30 17:12:06 +04:00 |
|
scrawl
|
c02920bcd1
|
Merge pull request #1634
Conflicts:
apps/openmw/mwworld/worldimp.hpp
|
2018-03-20 22:48:20 +00:00 |
|
Andrei Kortunov
|
53ef345680
|
Update magic effect particles after building new animation (bug #2254)
|
2018-03-19 10:43:22 +04:00 |
|
Andrei Kortunov
|
a0a30cdbf5
|
AI: hide torches during bad weather (bug #4334)
|
2018-03-19 08:03:53 +04:00 |
|
MiroslavR
|
f15de6d3ca
|
ESS-Importer: Convert magic projectiles (Closes #2320)
|
2017-09-20 18:58:56 +02:00 |
|
scrawl
|
a629d48df6
|
Update the facedObject after the camera is updated
|
2017-07-19 13:05:51 +02:00 |
|
Andrei Kortunov
|
3190f28710
|
Spell priority: make AI do not cast target spells under water
|
2017-06-09 10:23:46 +04:00 |
|
scrawl
|
57b585570a
|
Preload magic effect visuals of the player's selected weapon/spell
|
2017-02-15 21:01:25 +01:00 |
|
Allofich
|
6b53541571
|
Prevent AI actors from hitting unintended targets
(Fixes #3254)
|
2017-02-12 19:51:19 +09:00 |
|
scrawl
|
066aa2e60e
|
Always run preloadCommonAssets even when the menu is skipped
Move to before the content files are loaded so we can do preloading in parallel with content file loading
|
2017-02-09 03:16:36 +01:00 |
|
scrawl
|
34deb6e7b1
|
Add 'showSceneGraph' command to export the scene or a particular object to .osgt for debugging purposes
|
2017-02-01 06:00:14 +01:00 |
|
NeveHanter
|
811e9ad9f3
|
Fixed bug https://bugs.openmw.org/issues/3617 by allowing touch and target enchantments from ranged weapons and their projectiles to explode even when colliding with non-activable objects, terrain, water slab or when shoot underwater.
Also allowed projectiles to fly through the dead bodies as in vanilla.
|
2017-01-15 09:49:25 +01:00 |
|
scrawl
|
16a913c549
|
Add emission of water ripple particles for water-walking actors (Fixes #3608)
|
2016-11-20 18:47:12 +01:00 |
|
MiroslavR
|
5e46121046
|
Implement fleeing AI (Closes #1118)
|
2016-11-16 20:15:25 +01:00 |
|
Allofich
|
df03b32205
|
Coverity fixes
|
2016-10-05 23:32:26 +09:00 |
|
Allofich
|
f8270f6bd5
|
Consolidations and cleanup for multi-effect spells
|
2016-09-05 05:30:51 +09:00 |
|
Allofich
|
37f07f7435
|
Combine into one multi-effect magic projectile
|
2016-09-04 22:35:29 +09:00 |
|
Allofich
|
10842462c7
|
Send lists of models and sounds to launchMagicBolt
|
2016-09-04 17:42:27 +09:00 |
|
Allofich
|
a6216d883f
|
Don't allow casting Water Walking in deep water
|
2016-08-31 04:37:50 +09:00 |
|
Allofich
|
4e54338ce0
|
Implement and use getDistanceToFacedObject()
|
2016-07-08 23:28:49 +09:00 |
|
Austin Salgat
|
84179c262f
|
Update manual wandering to prevent actor from leaving/entering water
Water creatures will stay in the water, while land creatures will stay on land when wandering.
|
2016-04-16 16:39:13 -05:00 |
|
scrawl
|
5bd8ef247d
|
Do not adjust the player position when loading a savegame (Fixes #2089)
|
2016-03-24 17:18:08 +01:00 |
|
scrawl
|
6df71f6250
|
Factor out safePlaceObject function
|
2016-02-29 17:19:22 +01:00 |
|
scrawl
|
11f00e3aa9
|
Rename safePlaceObject to placeObject
|
2016-02-29 17:05:18 +01:00 |
|
scrawl
|
c3ef387208
|
Vanilla-compatible creature/NPC respawning (Fixes #2369, Fixes #2467)
|
2016-02-27 12:53:07 +01:00 |
|
scrawl
|
383524c688
|
Run physics in fixed timesteps, use the remainder to interpolate between current and previous state
Based on http://gafferongames.com/game-physics/fix-your-timestep/
|
2016-02-13 03:03:34 +01:00 |
|
scrawl
|
1cda2bf796
|
Preload sky & water from the main menu
|
2016-02-09 01:28:13 +01:00 |
|
scrawl
|
300379617e
|
Accept a const CellStore in findInteriorPositionInWorldSpace
|
2016-02-05 01:19:45 +01:00 |
|
scrawl
|
41ebf62fb1
|
Accept a const CellStore in getNorthVector
|
2016-02-05 01:19:45 +01:00 |
|
scrawl
|
41c571d4f4
|
Merge branch 'master' of https://github.com/OpenMW/openmw into lighting
Conflicts:
apps/opencs/view/render/instancemode.cpp
|
2016-01-15 15:46:10 +01:00 |
|
scrawl
|
4e6a60672d
|
When a spell explodes on an actor do not apply it to that actor twice (Fixes #3142)
|
2016-01-12 00:40:09 +01:00 |
|
scrawl
|
6546c05428
|
Move Fallback map to components/
|
2016-01-11 23:10:16 +01:00 |
|
scrawl
|
4f8f166f69
|
Fix GetPcInJail to work as in the original engine
|
2016-01-11 22:57:25 +01:00 |
|
scrawl
|
f052c05018
|
Move werewolf functions from World to MechanicsManager
|
2015-12-26 18:23:13 +01:00 |
|
scrawl
|
29d0f448b4
|
Add const version of World::getAnimation
|
2015-12-19 16:15:45 +01:00 |
|
scrawl
|
a0fb31e3b1
|
Accept a ConstPtr in getLOS
|
2015-12-18 18:03:47 +01:00 |
|
scrawl
|
029d467ea5
|
Accept a ConstPtr in getItemsOwnedBy, getContainersOwnedBy
|
2015-12-18 18:00:18 +01:00 |
|
scrawl
|
388aed1748
|
Accept a ConstPtr in findContainer, collision script functions, getUnderwater functions
|
2015-12-18 17:56:48 +01:00 |
|
scrawl
|
c9ca5bc946
|
Accept a ConstPtr in placeObject
|
2015-12-18 17:42:59 +01:00 |
|
scrawl
|
6c505ca06f
|
Accept a ConstPtr in getHitContact
|
2015-12-18 17:38:21 +01:00 |
|
scrawl
|
0796f49c17
|
Accept a ConstPtr in various physics getters
|
2015-12-18 17:36:14 +01:00 |
|
scrawl
|
553132cb51
|
Accept a ConstPtr in launchProjectile
|
2015-12-18 17:13:54 +01:00 |
|
scrawl
|
271fcb80c6
|
Remove container scripts before deleting container
|
2015-12-14 02:57:55 +01:00 |
|
Chris Robinson
|
808f701013
|
Use the actor's Head position for Say streams
|
2015-12-10 17:48:45 -08:00 |
|
scrawl
|
3453353091
|
AiCombat distance check takes into account collision box (Fixes #1699)
|
2015-11-18 19:00:43 +01:00 |
|