1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-10-14 02:56:48 +00:00
openmw-tes3mp/components/openmw-mp/Packets/Player
2019-11-29 12:52:47 +02:00
..
PacketChatMessage.cpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketChatMessage.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketDisconnect.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketGameSettings.cpp [General] Implement setting of enforced client log level in GameSettings 2018-03-11 04:50:59 +02:00
PacketGameSettings.hpp
PacketGUIBoxes.cpp [General] Make sure data in guiMessageBox is compressed 2018-07-05 02:56:32 +03:00
PacketGUIBoxes.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketLoaded.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerActiveSkills.cpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerActiveSkills.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
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] Use compression for string values used in Attack packets 2019-11-29 11:19:24 +02:00
PacketPlayerAttack.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerAttribute.cpp [General] Reduce packets size and add integrity checks 2018-07-03 18:41:03 +08:00
PacketPlayerAttribute.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerBaseInfo.cpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerBaseInfo.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerBehavior.cpp
PacketPlayerBehavior.hpp
PacketPlayerBook.cpp [General] Modernize packet style for PlayerBook 2019-10-23 02:02:27 +03:00
PacketPlayerBook.hpp
PacketPlayerBounty.cpp
PacketPlayerBounty.hpp
PacketPlayerCast.cpp [General] Split up Attack packets into Attack and Cast ones 2019-08-25 09:35:23 +03:00
PacketPlayerCast.hpp [General] Split up Attack packets into Attack and Cast ones 2019-08-25 09:35:23 +03:00
PacketPlayerCellChange.cpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerCellChange.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerCellState.cpp [General] Modernize packet style for PlayerCellState 2019-10-23 17:46:21 +03:00
PacketPlayerCellState.hpp
PacketPlayerCharGen.cpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerCharGen.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerClass.cpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerClass.hpp [General] Replace deathReason in death packets with a killer variable 2018-07-05 22:24:51 +03:00
PacketPlayerDeath.cpp [General] Synchronize death animations for players 2019-11-29 12:52:47 +02:00
PacketPlayerDeath.hpp [General] Replace deathReason in death packets with a killer variable 2018-07-05 22:24:51 +03:00
PacketPlayerEquipment.cpp [General] Compress item refIds in PlayerEquipment packets 2018-07-28 01:50:44 +03:00
PacketPlayerEquipment.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerFaction.cpp [General] Modernize packet style for PlayerFaction 2019-10-26 11:42:40 +03:00
PacketPlayerFaction.hpp
PacketPlayerInput.cpp [General] Turn PlayerInteraction into PlayerInput 2018-07-15 00:36:07 +03:00
PacketPlayerInput.hpp [General] Turn PlayerInteraction into PlayerInput 2018-07-15 00:36:07 +03:00
PacketPlayerInventory.cpp [General] Modernize packet style for PlayerInventory 2019-10-26 14:01:08 +03:00
PacketPlayerInventory.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerItemUse.cpp [General] Use PlayerItemUse packets when using items through quick keys 2019-08-16 05:50:07 +03:00
PacketPlayerItemUse.hpp [General] Implement PlayerItemUse packet 2018-08-09 18:25:20 +03:00
PacketPlayerJail.cpp [General] Rename Log class into TimedLog 2019-08-19 21:39:33 +03:00
PacketPlayerJail.hpp
PacketPlayerJournal.cpp [General] Modernize packet style for PlayerJournal 2019-10-21 07:01:36 +03:00
PacketPlayerJournal.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
PacketPlayerPlaceholder.cpp [General] Turn WorldKillCount into a Worldstate packet 2019-10-08 11:09:08 +03:00
PacketPlayerPlaceholder.hpp [General] Turn WorldKillCount into a Worldstate packet 2019-10-08 11:09:08 +03:00
PacketPlayerPosition.cpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerPosition.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerQuickKeys.cpp [General] Modernize packet style for PlayerQuickKeys 2019-10-21 16:55:21 +03:00
PacketPlayerQuickKeys.hpp
PacketPlayerRegionAuthority.cpp [General] Turn PlayerRegionAuthority into WorldRegionAuthority 2018-07-17 09:21:13 +03:00
PacketPlayerReputation.cpp
PacketPlayerReputation.hpp
PacketPlayerRest.cpp
PacketPlayerRest.hpp
PacketPlayerResurrect.cpp [General] Rename Log class into TimedLog 2019-08-19 21:39:33 +03:00
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 [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerSpeech.cpp
PacketPlayerSpeech.hpp
PacketPlayerSpellbook.cpp [General] Modernize packet style for PlayerSpellbook 2019-10-24 19:27:37 +03:00
PacketPlayerSpellbook.hpp
PacketPlayerStatsDynamic.cpp [General] Reduce packets size and add integrity checks 2018-07-03 18:41:03 +08:00
PacketPlayerStatsDynamic.hpp [General] Remove "created by" stamps added by IntelliJ 2019-08-26 12:33:28 +03:00
PacketPlayerTopic.cpp [General] Modernize packet style for PlayerTopic 2019-10-23 01:24:13 +03:00
PacketPlayerTopic.hpp
PlayerPacket.cpp
PlayerPacket.hpp