openmw-tes3coop/apps/openmw/mwmp/processors
David Cernat f80f3bd484 [Client] Make it possible to reply to requests about specific containers
Previously, a Container packet with a REQUEST action always made the client respond with the contents of all the containers in that cell.

The previous behavior now only happens for requests that have no WorldObjects attached, while requests that have WorldObjects attached get a reply with the contents of those specific containers.
2018-04-01 10:00:39 +03:00
..
actor [General] Add placeholders for new packet types 2018-01-29 22:32:51 +02:00
player [General] Implement setting of enforced client log level in GameSettings 2018-03-11 04:50:59 +02:00
world [Client] Make it possible to reply to requests about specific containers 2018-04-01 10:00:39 +03:00
ActorProcessor.cpp [Client] Use the correct guid for a received WorldEvent or ActorList 2018-03-21 06:08:04 +02:00
ActorProcessor.hpp [General] Move AddProcessor to BasePacketProcessor 2017-06-30 20:09:05 +08:00
BaseClientPacketProcessor.cpp [Client] Reorder files 2017-06-07 00:06:10 +08:00
BaseClientPacketProcessor.hpp [General] Move AddProcessor to BasePacketProcessor 2017-06-30 20:09:05 +08:00
PlayerProcessor.cpp [General] Move AddProcessor to BasePacketProcessor 2017-06-30 20:09:05 +08:00
PlayerProcessor.hpp [General] Move AddProcessor to BasePacketProcessor 2017-06-30 20:09:05 +08:00
ProcessorInitializer.cpp [General] Add placeholders for new packet types, part 2 2018-01-30 16:01:33 +02:00
ProcessorInitializer.hpp [Client] Reorder files 2017-06-07 00:06:10 +08:00
WorldProcessor.cpp [Client] Use the correct guid for a received WorldEvent or ActorList 2018-03-21 06:08:04 +02:00
WorldProcessor.hpp [General] Move AddProcessor to BasePacketProcessor 2017-06-30 20:09:05 +08:00