Tags: tylerjwatson/Multiplicity
Tags
Multiplicity 1.2.7 (#9) * Fix typos & capitalize Terraria * Updated PacketTypes.cs, added CrystalInvasionStart packet * Added CrystalInvasionWipeAll packet * Added MinionAttackTargetUpdate packet * Added CrystalInvasionSendWaitTime packet * Added PlayerHurtV2 packet * Added PlayerDeathV2 packet * PlayerHurt/Death are now read properly * Added the 'FromCustomReason' property to player death packets, corrected CrystalInvasionWipeAll packet name, added 1.3.4 packets to the deserializerMap * Applied proper formatting to some documents * PlayerHurtV2 and PlayerDeathV2 packets are now properly writtenToStream, prevented shadowing of the _length field in PlayerHurtV2 and PlayerDeathV2 classes * Add NetModule support (#8) Currently only two NetModules exist, NetLiquidModule and NetTextModule. These have been added to the LoadNetModule packet and are automatically deserialized when this packet is received. * update appveyor
Multiplicity v1.2.6. This release is an amalgamation of coontibutions from the following people: ProfessorXZ <[email protected]> (10): Updated PacketTypes.cs, added CrystalInvasionStart packet Added CrystalInvasionWipeAll packet Added MinionAttackTargetUpdate packet Added CrystalInvasionSendWaitTime packet Added PlayerHurtV2 packet Added PlayerDeathV2 packet PlayerHurt/Death are now read properly Added the 'FromCustomReason' property to player death packets, corrected CrystalInvasionWipeAll packet name, added 1.3.4 packets to the deserializerMap Applied proper formatting to some documents PlayerHurtV2 and PlayerDeathV2 packets are now properly writtenToStream, prevented shadowing of the _length field in PlayerHurtV2 and PlayerDeathV2 classes Josh Harris <[email protected]> (2): Merge pull request #5 from nicatronTg/patch-2 Merge pull request #7 from ProfessorXZ/general-devel Lucas Nicodemus <[email protected]> (1): Fix typos & capitalize Terraria