1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 23:49:55 +00:00
openmw-tes3mp/apps/openmw-mp/processors/player
David Cernat 8df08c7d10 [General] Implement PlayerItemUse packet
Players can no longer unilaterally use items on themselves in their inventory. When they try to use an item, they send a PlayerItemUse packet to the server with the item's details. A serverside script can then check the item and either send the packet back to make the item use go through or drop it.
2018-08-09 18:25:20 +03:00
..
ProcessorChatMsg.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorGUIMessageBox.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerAnimFlags.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerAnimPlay.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerAttack.hpp [General] Add placeholders for new packet types 2018-01-29 22:32:51 +02:00
ProcessorPlayerAttribute.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerBook.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerBounty.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerCellChange.hpp [General] Fix information exchange for players sharing a cell 2018-04-26 21:56:14 +03:00
ProcessorPlayerCellState.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerCharClass.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerCharGen.hpp [General] Rework CharGen slightly for clarity purposes 2018-04-19 13:25:29 +03:00
ProcessorPlayerDeath.hpp [General] Replace deathReason in death packets with a killer variable 2018-07-05 22:24:51 +03:00
ProcessorPlayerDisposition.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerEquipment.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerFaction.hpp [General] Disable automatic sync for PlayerJournal and PlayerFaction 2017-07-08 12:27:48 +03:00
ProcessorPlayerInput.hpp [General] Turn PlayerInteraction into PlayerInput 2018-07-15 00:36:07 +03:00
ProcessorPlayerInventory.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerItemUse.hpp [General] Implement PlayerItemUse packet 2018-08-09 18:25:20 +03:00
ProcessorPlayerJournal.hpp [General] Disable automatic sync for PlayerJournal and PlayerFaction 2017-07-08 12:27:48 +03:00
ProcessorPlayerLevel.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerMiscellaneous.hpp [General] Add placeholders for new packet types 2018-01-29 22:32:51 +02:00
ProcessorPlayerPosition.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerQuickKeys.hpp [General] Add and implement PlayerQuickKeys packet 2017-10-25 07:21:00 +03:00
ProcessorPlayerReputation.hpp [General] Add placeholders for new packet types 2018-01-29 22:32:51 +02:00
ProcessorPlayerRest.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerResurrect.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerShapeshift.hpp [General] Add & implement PlayerShapeshift packet for werewolf states 2017-07-15 09:02:19 +03:00
ProcessorPlayerSkill.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerSpeech.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerSpellbook.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerStatsDynamic.hpp [Server] Move Base processors and Initializer to processors subdirectory 2017-07-04 01:13:10 +08:00
ProcessorPlayerTopic.hpp [Server] Don't automatically share PlayerTopic packets between players 2017-10-23 19:39:35 +03:00
ProcessorWorldKillCount.hpp [General] Rename PlayerKillCount into WorldKillCount 2018-07-15 05:34:59 +03:00