Commit Graph

28 Commits (2531378d0b41fb947abe614c12415b4caf8a2919)

Author SHA1 Message Date
uramer 2531378d0b make getEffectDuration to look for a specific effect 5 years ago
David Cernat 36ac2d9de4 [Client] Set packetOrigin for all ObjectList packets sent 6 years ago
David Cernat 76731f5def [Client] Don't remove SummonKeys with actorIds of -1
This prevents summon duplication caused by a SummonKey sometimes being deleted immediately after being created, before the server can send back an ObjectSpawn packet spawning a creature that can be attached to the SummonKey.
6 years ago
David Cernat a236ffc4be Merge pull request #456 from OpenMW/master while resolving conflicts
# Conflicts:
#	.travis.yml
#	README.md
#	apps/openmw/mwgui/quickkeysmenu.cpp
#	apps/openmw/mwmechanics/actors.cpp
#	apps/openmw/mwmechanics/combat.cpp
6 years ago
David Cernat 958b220835 [General] Send summon duration to server in ObjectSpawn packets 6 years ago
Andrei Kortunov fed10e87aa Store integer actor ID in AI packages (bug #4036) 6 years ago
David Cernat 78234f9071 [General] Rename Event into ObjectList & WorldObject into BaseObject 6 years ago
David Cernat 4468e6ec4a Merge pull request #280 from OpenMW/master while resolving conflicts
# Conflicts:
#	.gitignore
#	apps/openmw/mwmechanics/actors.hpp
#	apps/openmw/mwmechanics/mechanicsmanagerimp.cpp
7 years ago
Andrei Kortunov 641a6cd842 Added a delay before summoned creature corpse despawning 7 years ago
David Cernat 8c785fb22c [Client] Send ObjectDelete packets when summoned creatures despawn 7 years ago
David Cernat f4cdedd8cb [General] Synchronize summoned creatures 7 years ago
scrawl 7e02bb7348 Preload summoned creature models before the spell is cast 7 years ago
Allofich b1be3596dc Cleanup of #include statements 8 years ago
scrawl 4acfe1a7e4 Move cleanupSummonedCreature to the mechanics manager (Bug #3439) 8 years ago
scrawl 910ad76e29 Remove spell effects when a summoned creature expires (Bug #3439) 8 years ago
scrawl b7e45b046d When a summoned creature dies, wait for its death animation to complete before removing it (Bug #3439) 8 years ago
scrawl 7485abe5c3 Use safePlaceObject for summoned creature spawning 8 years ago
scrawl 11f00e3aa9 Rename safePlaceObject to placeObject 8 years ago
scrawl b2add6470b Missing include fix 9 years ago
scrawl 1c8244276d Exception handling improvements (Bug #3090) 9 years ago
scrawl 4bb3cbf0fb Remove last remains of Ogre 9 years ago
scrawl b70383d127 Remove last remains of Ogre math 9 years ago
scrawl fd50be0fb8 Restore various gameplay 9 years ago
scrawl 68f93294da Port EffectManager 9 years ago
scrawl 4e69e7cc0f OpenMW compiles and runs w/o render window 9 years ago
cc9cii efdee19477 Suppress warning about the lack of virtual destructor. 9 years ago
scrawl 378e91545d Fix Tribunal/BM summon effects not working 9 years ago
scrawl f267497c03 Allow separate summoned creature instances for each spell ID (Fixes #2194) 10 years ago