Kamron Batman
910e06767b
fix: Optimizes TextDefinition to eliminate allocations. Removes TextDefinition ctor. ( #1221 )
...
### BREAKING CHANGE ###
The constructor for `TextDefinition` has been removed. Instead use `TextDefinition.Of()` or cast the integer/string to TextDefinition.
2022-10-30 16:53:23 -07:00
Kamron Batman
c6c644c966
fix: Fixes crafting so it doesn't create items before world load. ( #1110 )
2022-07-02 02:18:28 -07:00
Kamron Batman
a9f7f2b7e9
fix: Fixes LearnAllRecipes ( #1104 )
2022-07-01 11:11:37 -07:00
Kamron Batman
d7786ce586
fix: Fixes TextDefinition and optimizes CraftItem ( #930 )
2022-02-12 22:42:50 -08:00
Kamron Batman
63e1b02d93
chore: Cleans up pattern checks. ( #892 )
2021-12-24 15:53:59 -08:00
Kamron Batman
2253a2332c
fix: Fixes ML containers and addons ( #804 )
...
* Fixes some ML addons so they are containers
* Adds some missing ML artifacts
* Fixes carpentry gump crafting entries
2021-09-26 18:54:33 -07:00
Kamron Batman
679e8100f4
cleanup: Fixes bugs and cleans up code ( #660 )
2021-07-19 20:49:59 -07:00
Kamron Batman
b921c38879
fix(core): Removes some uses of Linq ( #421 )
...
- [X] Removes some uses of linq
- [X] Creates struct based enumerator for Skills
- [X] Creates a struct based enumerator for TypeCache
- [X] Changes HarvestDefinition to an init array instead of List
- [X] Changes HeritageTokenGump Response from List to Array
2021-01-18 21:05:11 -08:00
Kamron Batman
764d303543
chore: Code cleanup ( #399 )
...
- [X] Code cleanup
2021-01-10 09:14:03 -08:00
Kamron Batman
13e2693b59
Cleans up comments for localization ( #260 )
2020-09-20 12:48:10 -07:00
Kamron Batman
4d6e584b6c
Removes literal variables ( #257 )
2020-09-18 18:41:26 -07:00
Kamron Batman
8149620b0c
Fixes brace style ( #248 )
2020-09-13 21:49:46 -07:00
Kamron Batman
ad3775c4d7
Formats UO Content ( #201 )
2020-08-27 18:30:38 -07:00
Kamron Batman
d2f7e08de4
Fixes spelling for a new items ( #162 )
2020-06-12 12:50:38 -07:00
Kamron Batman
8ec166bcd0
Adds assemblies config, fixes crash bugs. ( #134 )
2020-05-09 12:55:56 -07:00