ModernUO/Projects/UOContent/Items/Skill Items
Kamron Batman 936000ecf7
feat: Adds SerializedCommandProperty (#1249)
## Breaking Change
* Removes `SerializableFieldAttrAttribute` in favor of `SerializedPropertyAttr`.

## Important Change
* Adds `SerializedCommandProperty`

Example:
```cs
    [InvalidateProperties]
    [SerializableField(0)]
    [SerializedCommandProperty(AccessLevel.GameMaster)]
    private Mobile _completedBy;
```
2022-11-14 18:24:33 -08:00
..
Blacksmith Items/Misc fix(core): Fixes several serialization issues (#355) 2020-12-23 07:11:41 -08:00
Camping fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
Carpenter Items fix: Fixes localization corner cases with OPL (#1050) 2022-06-12 21:17:42 -07:00
Fishing SpecialFishingNet: fixes indexing bug (#1132) 2022-07-26 09:50:07 -07:00
Harvest Tools fix: Fixes localization corner cases with OPL (#1050) 2022-06-12 21:17:42 -07:00
Lumberjack feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
Magical fix: Adds FindItemOnLayer generic (#1223) 2022-11-01 00:49:20 -07:00
Misc feat: Adds TextDefinition serialization support. (#1217) 2022-10-30 01:42:48 -07:00
Musical Instruments feat: Adds magical barrier and ebolt counter ability (#1182) 2022-10-02 20:48:53 -07:00
Ninjitsu fix: Fix direction change speed hack (#1194) 2022-10-16 20:17:18 -07:00
Specialized feat(core): Makes spanwriter resizable (#376) 2020-12-31 19:57:02 -08:00
Tailor Items feat: Adds SerializedCommandProperty (#1249) 2022-11-14 18:24:33 -08:00
Thief fix: Fix direction change speed hack (#1194) 2022-10-16 20:17:18 -07:00
Tinkering chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
Tools fix: Fixes ignoring mobs, champions, party crash, slayer rarity, boat speedhack, etc (#1222) 2022-10-31 22:16:50 -07:00