PortingNotes_1.4.4.9.md
Check why we alter DrawData.useDestinationRectangle https://github.com/tModLoader/tModLoader/commit/e38affeb6a121090555377c74eeed78c40280627
//unknown justification for preventing odd window sizes. Causes excessive device resets. - ChickenBones
//width &= 0x7FFFFFFE;
//height &= 0x7FFFFFFE;
sItem.useStyle == 13 and sItem.useStyle == 5? Do we still want this now that NetMessage.SendData(13 is sent as well?+ // Added by TML. #ItemTimeOnAllClients
+ if (whoAmI != Main.myPlayer)
+ return;
ModTile.ChestDrop and DresserDrop code/patches are atrocious.GrantPrefixBenefits is only called if Item.accessory is true. This applies in mod accessory slots too now.ModWaterStyle now requires an additional texture, _Slope. See ExampleWaterStyle for details.Item.ResetPrefix. This sets prefix to 0 and then refreshes the item. Make sure any custom fields set by custom prefixes are not serialized independently.ItemSlot.LeftClick