Kamron Batman
f2fdc0321c
fix: Localizes specialized books, codegens instruments ( #1352 )
2023-02-25 10:56:05 -08:00
Kamron Batman
ac7c3522f4
fix: Updates .NET 7 SDK to 7.0.201 for CI/CD ( #1351 )
2023-02-25 00:57:18 -08:00
Kamron Batman
42012538bc
fix: Fixes crafter deserialize, cleans up bandages, and codegens misc items ( #1350 )
2023-02-25 00:54:12 -08:00
Kamron Batman
22376cfc20
Adds Chia to sponsors page
2023-02-24 19:16:27 -08:00
Kamron Batman
10b26741c7
fix: Codegens spellbooks ( #1349 )
2023-02-24 19:04:21 -08:00
Kamron Batman
8e49fb4da4
fix: Codegens scrolls ( #1348 )
2023-02-24 18:17:29 -08:00
Kamron Batman
8c4aaeeda6
fix: Codegens potions and fixes a few minor bugs ( #1347 )
2023-02-24 18:06:59 -08:00
Kamron Batman
42bcf3c95a
fix: Fixes stack overflow from death explosion ( #1346 )
2023-02-24 16:05:16 -08:00
Kamron Batman
95e55e994f
fix: Fixes young healing each other ( #1345 )
2023-02-21 18:15:57 -08:00
Kamron Batman
5fd0e94b7d
fix: Fixes negative numbers in commands ( #1343 )
2023-02-17 00:34:24 -08:00
Kamron Batman
8a0b6c9731
fix: Deletes unsupported WebStatus ( #1341 )
2023-02-15 19:57:58 -08:00
Kamron Batman
65c196a8ae
fix: Fixes Point2D ctor ( #1340 )
2023-02-13 23:28:23 -08:00
Kamron Batman
f24c6a08dd
fix: Fixes string interpolation in value string builder ( #1339 )
2023-02-13 23:09:50 -08:00
Marcelo Paez Sequeira
b46544d752
fix: Moves the rest of the Incoming packets ( #1338 )
2023-02-10 22:59:36 -08:00
Marcelo Paez Sequeira
a8d8db8f59
fix: Moves accounting, entity, 0xBF, and house packets to UOContent project ( #1337 )
2023-02-09 18:42:57 -08:00
Kamron Batman
3cf6db73f0
fix: Fixes provocation for pre-pub 16 ( #1335 )
2023-02-07 23:33:45 -08:00
Kamron Batman
44c69620a6
fix: Tidy up socket dispose. ( #1334 )
2023-02-07 21:22:04 -08:00
Kamron Batman
14ef1ab7e5
fix: Do not double fetch root parent ( #1333 )
2023-02-05 12:09:08 -08:00
Kamron Batman
9bb0dbf1ac
fix: Fixes LOS house bug with large items in a container ( #1332 )
2023-02-05 12:04:52 -08:00
Kamron Batman
2db7513059
fix: Fixes smithy tool craft NPE ( #1331 )
2023-02-04 09:38:36 -08:00
Kamron Batman
df29fca0c2
fix: Fixes plant issue with old client ( #1330 )
2023-02-04 09:33:07 -08:00
Kamron Batman
0b4c73a8dd
fix: Fixes infinite loop in PlantItem GetProperties ( #1329 )
2023-02-04 09:11:33 -08:00
Kamron Batman
a0d5f132b4
fix: Fixes identation in docs note ( #1328 )
2023-02-02 19:40:15 -08:00
Kamron Batman
1d376029dc
docs: Updates serialization docs ( #1327 )
2023-02-02 19:37:18 -08:00
Kamron Batman
8b3a2f9f5f
fix: Cleans up create guild gump ( #1326 )
2023-01-31 23:51:01 -08:00
Kamron Batman
b11ca29987
fix: Fixes text helpers ( #1325 )
2023-01-31 23:41:36 -08:00
Kamron Batman
982058c224
fix: Fixes weapon proc on 0 damage ( #1324 )
...
Weapons should not proc their abilities on 0 damage given.
2023-01-28 10:39:19 -08:00
Kamron Batman
4707666890
feat: Moves antimacro to a configuration ( #1323 )
...
### Summary
- [X] Moves antimacro to `Distribution/Configuration/antimacro.json`.
- [X] Disables antimacro by default.
2023-01-23 21:51:05 -08:00
Kamron Batman
4f67b1174f
fix: Some computers are missing timezones apparently ( #1322 )
...
Some windows servers are not updated properly. Specifically Windows 10/2016 and older that is missing the September 2020 rollup will throw an error:
See [here](https://support.microsoft.com/en-us/topic/dst-changes-in-windows-for-yukon-canada-september-8-2020-ae74d7b8-82ed-1d35-e131-fb0796b73b10 ) for information about this update and how to get it.
2023-01-21 19:12:53 -08:00
Kamron Batman
68bd9529f9
Adds hue support to StaticTile ( #1321 )
...
### Summary
Fixes missing properties while reading static tiles.
### Screenshots
<img width="463" alt="Screenshot 2023-01-21 093050" src="https://user-images.githubusercontent.com/3953314/213879788-05d2ad7c-c197-4690-9f5b-660bded416cc.png ">
Closes #1320
2023-01-21 11:19:11 -08:00
Kamron Batman
b18dfcbb63
fix: Simplifies ore stack logic ( #1319 )
2023-01-03 18:07:42 -08:00
Kamron Batman
f47560e56c
fix: Stops invisibility timer on successful hide ( #1318 )
2023-01-01 10:11:51 -08:00
Kamron Batman
3f400fc965
docs: Adds tzdata to README ( #1317 )
2022-12-30 15:32:54 -08:00
Kamron Batman
33aa257344
fix: Fixes missing codegen for ShipWright ( #1316 )
2022-12-30 10:48:42 -08:00
Kamron Batman
40c6ed2cb7
fix: Adds codegen migration for Forest Ostard and Acid ( #1315 )
2022-12-30 09:43:52 -08:00
Kamron Batman
a465c06ddf
fix: Fixes forest ostard codegen ( #1314 )
2022-12-30 09:39:51 -08:00
Kamron Batman
6bdbf8ce56
fix: Removes AfterDeserialization for some monsters ( #1313 )
2022-12-28 09:50:33 -08:00
Kamron Batman
7591d687cd
chore: Fixes release ( #1312 )
2022-12-27 16:59:17 -08:00
Kamron Batman
e8396d25ec
fix: Fixes ValueStringBuilder infinite loop ( #1311 )
2022-12-27 16:56:59 -08:00
Kamron Batman
e855ca1e61
fix: Removes PoolOfAcid ( #1310 )
...
## BREAKING CHANGES
You will receive a deserialization error saying cannot find type PoolOfAcid. This is ok, just hit yes to delete all.
2022-12-22 13:20:34 -08:00
Arutosio
801f139568
fix: Changes on Vendor>NPC to use code generation ( #1308 )
2022-12-22 12:40:26 -08:00
Kamron Batman
94199f1186
fix: Adds migration checks to CICD, updates dependencies, adds Fedora 37, alpine 3.17 support ( #1309 )
...
- [X] Automatically collapses migration files in github PRs.
- [X] CI/CD now checks to see if migrations are missing or modified.
- [X] Updates dependencies
- [X] Adds Fedora 37, Alpine 3.17 support
2022-12-22 12:12:47 -08:00
Arutosio
75d8a5147c
fix: Changes on Vendors>NPC>Guildmasters to use code generation ( #1307 )
2022-12-21 20:35:18 -08:00
Arutosio
6eebf358da
fix: Changes on Animals to use code generation ( #1306 )
2022-12-20 23:31:44 -08:00
Kamron Batman
7a1d5131c8
fix: Smooths out throwing explosion potions ( #1303 )
...
* Fix: The potion explodes on the user if it is thrown with not enough time. Instead, the timer is stopped, and the potion explodes instantly at the target location.
* Fix: When the potion appears based on how far you throw it.
* Fix: Fixes total timer amount of time.
2022-12-19 14:44:07 -08:00
Kamron Batman
d172b5f742
docs: Fixes README build badge
2022-12-18 11:50:31 -08:00
Arutosio
8a9c6dc882
fix: Changes on Monsters to use code generation ( #1304 )
2022-12-17 19:40:04 -08:00
Kamron Batman
c266294e31
fix: Fixes Point3D.Parse ( #1305 )
2022-12-17 17:06:12 -08:00
Kamron Batman
43d33759df
fix: Fixes travel restriction messages ( #1302 )
2022-12-13 16:47:04 -08:00
Arutosio
b03e2efdd6
fix: Changes magic humanoid monsters to use code gen ( #1301 )
2022-12-13 16:13:38 -08:00