1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-28 20:15:32 +00:00
openmw-tes3mp/components/openmw-mp/Packets/Worldstate
David Cernat 3acfbad55d [General] Implement ClientScriptSettings packet, part 1
For starters, the new packet can set which client scripts have all of their variables synchronized between players. The previous hardcoded list of IDs for synchronized scripts has been removed.
2019-09-09 10:28:35 +03:00
..
PacketCellCreate.cpp [General] Use placeholder packet ID for unused CellCreate packet 2019-09-09 10:22:20 +03:00
PacketCellCreate.hpp [General] Turn CellCreate into a Worldstate packet 2018-07-14 23:51:49 +03:00
PacketCellReset.cpp [General] Rename CellReplace packet into CellReset 2019-03-22 21:33:34 +02:00
PacketCellReset.hpp [General] Rename CellReplace packet into CellReset 2019-03-22 21:33:34 +02:00
PacketClientScriptSettings.cpp [General] Implement ClientScriptSettings packet, part 1 2019-09-09 10:28:35 +03:00
PacketClientScriptSettings.hpp [General] Implement ClientScriptSettings packet, part 1 2019-09-09 10:28:35 +03:00
PacketRecordDynamic.cpp [General] Rename Log class into TimedLog 2019-08-19 21:39:33 +03:00
PacketRecordDynamic.hpp [General] Implement RecordDynamic packet, part 1 2018-07-30 10:56:26 +03:00
PacketWorldCollisionOverride.cpp [General] Make WorldCollisionOverride also work with specific refIds 2018-06-28 04:53:00 +03:00
PacketWorldCollisionOverride.hpp [General] Add placeholder for WorldCollisionOverride packet 2018-05-25 07:09:32 +03:00
PacketWorldMap.cpp [General] Rename Log class into TimedLog 2019-08-19 21:39:33 +03:00
PacketWorldMap.hpp [General] Turn PlayerMap into WorldMap, now a Worldstate packet 2018-06-07 12:51:45 +03:00
PacketWorldRegionAuthority.cpp [General] Turn PlayerRegionAuthority into WorldRegionAuthority 2018-07-17 09:21:13 +03:00
PacketWorldRegionAuthority.hpp [General] Turn PlayerRegionAuthority into WorldRegionAuthority 2018-07-17 09:21:13 +03:00
PacketWorldTime.cpp [General] Use Time struct for time in BaseWorldstate 2018-07-26 19:01:27 +03:00
PacketWorldTime.hpp [General] Rename GameTime packet into WorldTime 2018-05-23 00:41:29 +03:00
PacketWorldWeather.cpp [General] Reimplement weather synchronization to allow soft transitions 2018-07-21 05:20:26 +03:00
PacketWorldWeather.hpp [General] Turn GameWeather into WorldWeather, now a WorldstatePacket 2018-07-16 02:20:43 +03:00
WorldstatePacket.cpp [General] Add and implement new Worldstate packet type 2018-05-18 06:40:28 +03:00
WorldstatePacket.hpp [General] Add and implement new Worldstate packet type 2018-05-18 06:40:28 +03:00