1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-10-15 01:56:42 +00:00
openmw-tes3mp/components/openmw-mp/Packets/Player
David Cernat c075496748 [General] Replace deathReason in death packets with a killer variable
Add serverside script functions for determining the killers of both players and actors.

Use unsigned ints for script functions returning an object or actor's refNumIndex or mpNum.

Remove updateDeadState() from LocalPlayer and make its code part of updateStatsDynamic() for simplicity.
2018-07-05 22:24:51 +03:00
..
PacketCellCreate.cpp
PacketCellCreate.hpp
PacketChatMessage.cpp
PacketChatMessage.hpp
PacketDisconnect.hpp
PacketGameSettings.cpp
PacketGameSettings.hpp
PacketGameWeather.cpp
PacketGameWeather.hpp
PacketGUIBoxes.cpp [General] Make sure data in guiMessageBox is compressed 2018-07-05 02:56:32 +03:00
PacketGUIBoxes.hpp
PacketHandshake.cpp [General] Add integrity checks to Handshake packet 2018-07-03 18:41:03 +08:00
PacketHandshake.hpp [General] Add integrity checks to Handshake packet 2018-07-03 18:41:03 +08:00
PacketLoaded.hpp
PacketPlayerActiveSkills.cpp [General] Change "unsigned long" to uint32_t for cross platform compatibility 2018-07-03 03:04:41 +08:00
PacketPlayerActiveSkills.hpp
PacketPlayerAnimFlags.cpp [General] Turn PlayerMap into WorldMap, now a Worldstate packet 2018-06-07 12:51:45 +03:00
PacketPlayerAnimFlags.hpp [General] Turn PlayerMap into WorldMap, now a Worldstate packet 2018-06-07 12:51:45 +03:00
PacketPlayerAnimPlay.cpp
PacketPlayerAnimPlay.hpp
PacketPlayerAttack.cpp [General] Replace deathReason in death packets with a killer variable 2018-07-05 22:24:51 +03:00
PacketPlayerAttack.hpp
PacketPlayerAttribute.cpp [General] Reduce packets size and add integrity checks 2018-07-03 18:41:03 +08:00
PacketPlayerAttribute.hpp
PacketPlayerBaseInfo.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketPlayerBaseInfo.hpp
PacketPlayerBehavior.cpp
PacketPlayerBehavior.hpp
PacketPlayerBook.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketPlayerBook.hpp
PacketPlayerBounty.cpp
PacketPlayerBounty.hpp
PacketPlayerCellChange.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketPlayerCellChange.hpp
PacketPlayerCellState.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketPlayerCellState.hpp
PacketPlayerCharGen.cpp
PacketPlayerCharGen.hpp
PacketPlayerClass.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketPlayerClass.hpp [General] Replace deathReason in death packets with a killer variable 2018-07-05 22:24:51 +03:00
PacketPlayerDeath.cpp [General] Replace deathReason in death packets with a killer variable 2018-07-05 22:24:51 +03:00
PacketPlayerDeath.hpp [General] Replace deathReason in death packets with a killer variable 2018-07-05 22:24:51 +03:00
PacketPlayerEquipment.cpp [General] Fix information exchange for players sharing a cell 2018-04-26 21:56:14 +03:00
PacketPlayerEquipment.hpp [General] Fix information exchange for players sharing a cell 2018-04-26 21:56:14 +03:00
PacketPlayerFaction.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketPlayerFaction.hpp
PacketPlayerInteraction.cpp
PacketPlayerInteraction.hpp
PacketPlayerInventory.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketPlayerInventory.hpp
PacketPlayerJail.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketPlayerJail.hpp
PacketPlayerJournal.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketPlayerJournal.hpp
PacketPlayerKillCount.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketPlayerKillCount.hpp
PacketPlayerLevel.cpp [General] Rework PlayerSkill packets so they are of minimal size 2018-04-19 15:18:38 +03:00
PacketPlayerLevel.hpp
PacketPlayerMiscellaneous.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketPlayerMiscellaneous.hpp
PacketPlayerMomentum.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketPlayerMomentum.hpp
PacketPlayerPosition.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketPlayerPosition.hpp
PacketPlayerQuickKeys.cpp
PacketPlayerQuickKeys.hpp
PacketPlayerRegionAuthority.cpp
PacketPlayerRegionAuthority.hpp
PacketPlayerReputation.cpp
PacketPlayerReputation.hpp
PacketPlayerRest.cpp
PacketPlayerRest.hpp
PacketPlayerResurrect.cpp
PacketPlayerResurrect.hpp
PacketPlayerShapeshift.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketPlayerShapeshift.hpp
PacketPlayerSkill.cpp [General] Reduce packets size and add integrity checks 2018-07-03 18:41:03 +08:00
PacketPlayerSkill.hpp
PacketPlayerSpeech.cpp
PacketPlayerSpeech.hpp
PacketPlayerSpellbook.cpp [General] Change effectCount type to unsigned 2018-07-03 03:32:46 +08:00
PacketPlayerSpellbook.hpp
PacketPlayerStatsDynamic.cpp [General] Reduce packets size and add integrity checks 2018-07-03 18:41:03 +08:00
PacketPlayerStatsDynamic.hpp
PacketPlayerTopic.cpp [General] Fix clang-tidy warning 2018-07-03 02:50:21 +08:00
PacketPlayerTopic.hpp
PlayerPacket.cpp
PlayerPacket.hpp