David Cernat
|
b64f379949
|
Merge pull request #286 from OpenMW/master while resolving conflicts
# Conflicts:
# CMakeLists.txt
# apps/openmw/mwmechanics/actors.hpp
|
7 years ago |
Andrei Kortunov
|
0d7279ea2a
|
Fixes a regression with bound weapons equipping (bug #4050)
|
7 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
|
6f22d819c5
|
Do not allow to switch weapon to probe or lockpick during attack
|
7 years ago |
scrawl
|
dc53573de4
|
Merge pull request #1405 from akortunov/stancechangefixes
Do not allow player to change weapon/spell during attack or spellcast
|
7 years ago |
Andrei Kortunov
|
fb45995a41
|
Do not allow player to change weapon/spell during attack or spellcasting (bug #2445)
|
7 years ago |
scrawl
|
2611377081
|
Merge pull request #1350 from akortunov/deathanimationfix
Do not allow to loot fighting actors during death animation (bug #3528)
|
7 years ago |
Andrei Kortunov
|
7c80ddc9de
|
Owned crosshair improvements (bug #2789)
|
7 years ago |
Andrei Kortunov
|
3f159960b7
|
Restored pickpocket and werewolf check
|
8 years ago |
Andrei Kortunov
|
dd919b9f2c
|
Do not allow to loot fighting actors during death animation (bug #3528)
|
8 years ago |
Koncord
|
6222c20e82
|
[Client] Convert MechanicsHelper to namespace
|
8 years ago |
David Cernat
|
c6aee3b780
|
[Client] Fix build by changing boost::shared_ptr into std::shared_ptr
|
8 years ago |
David Cernat
|
fa3baac0f3
|
Merge pull request #228 from OpenMW/master while resolving conflicts
# Conflicts:
# .travis.yml
# CMakeLists.txt
# apps/openmw/main.cpp
|
8 years ago |
scrawl
|
dd3f612e88
|
Merge pull request #1316 from akortunov/doorfix
Doors usage improvements
|
8 years ago |
Andrei Kortunov
|
cab51d26cc
|
Doors: small key search optimizations
|
8 years ago |
Bret Curtis
|
d48b829b45
|
replace and purge boost::lexical_cast
|
8 years ago |
Bret Curtis
|
d785344fad
|
purge all instances of <boost/shared_ptr.hpp>, clean up unused headers
|
8 years ago |
Ewan Higgs
|
38a2de3c51
|
convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis
|
8 years ago |
David Cernat
|
1c6e359fe9
|
[Client] Set and clear hitAttemptActorId for DedicatedPlayers
This allows a DedicatedPlayer's follower NPCs to target enemies attacking the DedicatedPlayer.
|
8 years ago |
David Cernat
|
20a72ec807
|
[Client] Send ObjectTrap packets when disarming traps with keys & probes
|
8 years ago |
David Cernat
|
b1264cca92
|
[Client] Send ObjectLock whenever using spells or keys to unlock objects
|
8 years ago |
David Cernat
|
34f0a5e076
|
[Client] Disable leveled creatures from their class instead of scene.cpp
|
8 years ago |
David Cernat
|
4d81455020
|
[General] Rework and simplify death reasons so they work with NPCs
|
8 years ago |
David Cernat
|
809b4d78ba
|
[Client] Split off DedicatedPlayer and PlayerList into different files
|
8 years ago |
David Cernat
|
ea7c3f2dc7
|
[Client] Make tes3mp combat code work with Creatures, not just NPCs
|
8 years ago |
David Cernat
|
2e8714afaa
|
[Client] Rethink and restructure tes3mp combat code so it works for NPCs
|
8 years ago |
David Cernat
|
014ff7a059
|
[Client] Replace usage of Networking::isDedicatedPlayer()
|
8 years ago |
David Cernat
|
07c2d4251e
|
[Client] Add and use mwmp::PlayerList::isDedicatedPlayer()
|
8 years ago |
David Cernat
|
0aaf68c994
|
[Client] Rename mwmp::Players into mwmp::PlayerList for clarity
|
8 years ago |
David Cernat
|
a650683bae
|
[General] Add and use Target struct in mwmp::Attack
|
8 years ago |
David Cernat
|
9882ceedf3
|
[General] Remove attackerGuid from mwmp::Attack because it is redundant
|
8 years ago |
David Cernat
|
caf5428532
|
[General] Rename mwmp::Attack vars in preparation for Actor support
|
8 years ago |
David Cernat
|
2565816b22
|
[Client] Delimit and clarify combat changes made by tes3mp
Additionally, revert unneeded small changes to the formatting of OpenMW code
|
8 years ago |
David Cernat
|
678edffb5a
|
[Client] Rename updateDynamicStats() into updateStatsDynamic()
|
8 years ago |
David Cernat
|
bf17464074
|
Merge pull request #198 from OpenMW/master
Add OpenMW commits up to 14 Apr 2017
|
8 years ago |
scrawl
|
f63b1e81cd
|
Merge pull request #1228 from akortunov/master
Options to show hidden weapon parameters
|
8 years ago |
David Cernat
|
c6cd0a2953
|
Merge pull request #196 from OpenMW/master while resolving conflicts
# Conflicts:
# apps/openmw/mwmechanics/spellcasting.cpp
|
8 years ago |
Andrei Kortunov
|
506cc47c9d
|
Add option to show reach and attack speed for melee weapons
|
8 years ago |
Andrei Kortunov
|
14b59e0e4b
|
Vanilla-like tgm (fixes #3798)
|
8 years ago |
David Cernat
|
c10dd1b002
|
Merge pull request #188 from OpenMW/master
Add OpenMW commits up to 24 Mar 2017
|
8 years ago |
Allofich
|
5282556ae0
|
Show names on combat actors when RMB GUI is active
Fixes (#3797)
|
8 years ago |
Andrei Kortunov
|
1286754fb3
|
Add a new option to show arrow damage (feature #2923)
|
8 years ago |
David Cernat
|
a2ef39c655
|
Merge pull request #178 from OpenMW/master
Add OpenMW commits up to 2 Mar 2017
|
8 years ago |
scrawl
|
1692b7f38e
|
Merge pull request #1209 from dhustkoder/master
Added ConstContainerStoreIterator (Task #3092)
|
8 years ago |
Rafael Moura
|
18a4b64f1a
|
Porting more ContainerStoreIterator usage to const version #2
|
8 years ago |
Rafael Moura
|
05cc69f6f1
|
Porting more ContainerStoreIterator usage to const version
|
8 years ago |
David Cernat
|
a1988ac6ef
|
Merge pull request #161 from OpenMW/master
Add OpenMW commits up to 21 Feb 2017
|
8 years ago |
scrawl
|
22482b7eec
|
Don't use xmesh.nif over mesh.nif for classes that don't make use of the separated keyframes
|
8 years ago |
Rafael Moura
|
9963601484
|
Porting code to ConstContainerStoreIterator #1
|
8 years ago |
Rafael Moura
|
ecbde7b11e
|
Added ConstContainerStoreIterator
using base template for ContainerStoreIterators
less template arguments for ContainerStoreIteratorBase
|
8 years ago |