Kamron Batman
48f1fe3384
fix: Moves codegen to its own repo ( #918 )
...
- [X] Replace serialization generator with nuget
- [X] Replace schema migration with dotnet bool
- [X] Add ability to run migrations in VS/Rider using a project build
2022-02-12 17:58:42 -08:00
Stefano Merotta
01a41732f1
fix: Fixes missing EJ houses in catalog ( #925 )
2022-02-04 09:33:12 -08:00
Kamron Batman
6fef622715
fix: Fixes en-us forced pricing culture throwing when bulding in VS ( #921 )
...
* fix: Fixes en-us forced pricing culture throwing when bulding in VS
* Fixes value
2022-01-30 14:02:46 -08:00
Kamron Batman
cf5cc247db
fix: Fixes server access NPE error ( #919 )
2022-01-16 22:53:48 -08:00
Kamron Batman
1989488638
fix: Fixes server access for owners ( #916 )
...
* Removes new password on reset option.
* Fixes a bug with the feature that would allow an exploit.
2022-01-10 23:32:12 -08:00
Kamron Batman
fc51b60cc1
fix: Adds server access with protected accounts ( #915 )
...
Adds a configuration file to specify protected accounts:
_Distribution/Configuration/server-access.json_
```json
{
"newPasswordOnReset": false,
"protectedAccounts": ["admin"]
}
```
Protected accounts are unbanned and reset to `AccessLevel.Owner` upon login.
The option `newPasswordOnReset` will create a new password for a protected account if it needs to be reset. The password is a random GUID and logged to the console.
_**Note:**_ If your player character was accidentally modified, simply make a new character to fix the old one.
2022-01-10 23:14:55 -08:00
Stefano Merotta
51169ddbb0
Refactored map selector benchmarks ( #914 )
2022-01-07 22:42:37 -08:00
Kamron Batman
2f13dfebed
docs: Fixes edit uri for docs ( #913 )
2022-01-03 22:16:56 -08:00
Kamron Batman
24c683870d
docs: Updates markdown docs ( #912 )
2022-01-03 22:10:29 -08:00
Kamron Batman
08df0307e5
docs: Adds workflow dispatch
2022-01-03 19:08:50 -08:00
Kamron Batman
573ddfa27b
docs: Updates installation docs for the main site. ( #911 )
2022-01-03 19:05:28 -08:00
Kamron Batman
4fd8b4d307
fix: Fixes crash from bad input in TC ( #909 )
2022-01-03 14:22:58 -08:00
Kamron Batman
ba378fc5f2
fix: Adds Ubuntu 14 and Linux Mint 17/18/19 support specifically ( #908 )
2022-01-03 14:19:39 -08:00
Kamron Batman
752407d6f4
fix: Fixes guild roster crash ( #906 )
2021-12-29 10:18:27 -08:00
Kamron Batman
c1134c526f
fix: Fixes sorting ( #905 )
2021-12-29 10:10:53 -08:00
Kamron Batman
529fd90005
chore: Cleanup enchanted sextant ( #904 )
2021-12-28 19:00:16 -08:00
Kamron Batman
284c3d0f34
fix: Removes LINQ from Map.cs ( #834 )
...
* Removes LINQ from Map
* Removes broken GetObjectsInRange with items/mobile flags.
2021-12-28 14:32:45 -08:00
Kamron Batman
5019ce9694
fix: Fixes timer migrations not compiling ( #902 )
2021-12-28 13:48:48 -08:00
Kamron Batman
d0aa6320f7
feat: Adds instahit option ( #901 )
...
Enable instahit by adding the setting `"melee.enableInstaHit": "True"` to modernuo.json
2021-12-28 02:42:36 -08:00
Kamron Batman
79dc9fa0f7
fix: Fixes snooping staff ( #900 )
...
* Not allowed to snoop staff
* Staff that snoop won't broadcast messages
* Benchmarks RNG for double vs fixed int
2021-12-28 02:09:25 -08:00
Kamron Batman
dc6caf5766
fix: Fixes setting staff access ( #899 )
2021-12-27 19:38:03 -08:00
Kamron Batman
93f09ba831
fix: Fixes account gold settings ( #898 )
2021-12-27 17:17:45 -08:00
Kamron Batman
a87aab19d0
fix: Fixes setting body hue for resetstaffdress ( #897 )
2021-12-27 01:45:13 -08:00
Kamron Batman
48232829ad
fix: Reset body hue and facial hair ( #896 )
2021-12-27 01:41:35 -08:00
Kamron Batman
58190674f9
feat: Adds StaffAccess and ResetStaffDress commands ( #895 )
2021-12-27 01:27:15 -08:00
Kamron Batman
a264f2a34e
readme: Fixes Fedora on README ( #894 )
2021-12-26 00:43:04 -08:00
Kamron Batman
3cba8c43f8
fix: Removes from literals ( #893 )
2021-12-24 15:56:07 -08:00
Kamron Batman
63e1b02d93
chore: Cleans up pattern checks. ( #892 )
2021-12-24 15:53:59 -08:00
Kamron Batman
171df32257
fix: Fixes first/second scrolls crashing ( #891 )
...
* Fixes first/second circle scrolls crashing
* Consolidates some resistance logic
* Removes unnecessary multiple lookups for items on layer
2021-12-24 15:26:12 -08:00
Kamron Batman
f634ee2748
fix: Changes spells so they register during configuration ( #889 )
2021-12-19 19:58:59 -08:00
Kamron Batman
b125146b27
fix: Adds BitArray support with codegen ( #888 )
...
* Adds a custom BitArray class with the following added features:
* ctor for creating BitArray against read only span
* ctor for creating BitArray against BinaryReader
* CopyTo to copy a BitArray to a Span
* Adds BitArray to UO Primitive serialization so it can be codegenned.
2021-12-13 09:31:02 -08:00
Kamron Batman
61e2177011
fix: Fixes damage bonus and makes it easier to read ( #885 )
2021-12-11 09:58:24 -08:00
Kamron Batman
aba3473030
fix: Fixes divide by zero in poison spell ( #883 )
2021-12-09 11:57:55 -08:00
Kamron Batman
16f65e59c6
fix: Fixes VS builds by reverting back to nstd20 ( #882 )
2021-12-07 10:20:30 -08:00
Kamron Batman
ef5aee87f3
fix: Adds back generic timer delay call ( #880 )
2021-12-05 22:55:24 -08:00
Kamron Batman
3258947897
fix: Fixes codege of hashsets ( #879 )
2021-12-05 21:23:08 -08:00
Kamron Batman
4f9714818d
fix: Fixes skill requirements and cleans up magery spells ( #870 )
...
* Preps damage stacking for mysticism, necromancy fixes, and spellweaving
* Removes extra LINQ allocations
* Fixes skill requirements for magery spells.
2021-12-05 09:40:57 -08:00
Kamron Batman
1cf7b6c056
fix: Fixes badly formatted files ( #878 )
2021-12-05 08:56:09 -08:00
Kamron Batman
b3c153eae3
fix: Removes Debian 9 support, Adds Windows 11 ( #877 )
2021-12-05 00:13:47 -08:00
Kamron Batman
a103b2af2d
fix: Updates README ( #876 )
2021-12-05 00:02:32 -08:00
Kamron Batman
b67d57d806
fix: Adds Debian 11 and fixes Fedora 34 support ( #875 )
...
* Adds Debian 11 support
* Fixes Fedora 34 support
* Updates CentOS8 support
2021-12-04 23:40:38 -08:00
Kamron Batman
7da6cec27e
fix: Bumps source generator to netstandard2.1 ( #874 )
2021-12-04 11:58:59 -08:00
Kamron Batman
08baf3c35d
fix: Fixes explosion potions ( #873 )
...
* Fixes the users list not being cleared out
* Removes the LINQ allocations
2021-12-04 11:31:52 -08:00
Kamron Batman
12255fd7a8
fix: Adds back pre-pub-21 para blow ( #872 )
2021-12-02 11:49:36 -08:00
Kamron Batman
d1f4632012
fix: Fixes targeting range ( #871 )
2021-12-02 09:35:52 -08:00
Kamron Batman
bea20f36a0
fix: Fixes targeting checks ( #869 )
...
* Adds CanTarget for more granular overrides of specific targeting restrictions
* Updates spell targeting
* Fixes targeting checks
2021-12-01 08:15:16 -08:00
Kamron Batman
09a3bc9754
fix: Fixes winner determination ( #868 )
2021-11-30 08:19:44 -08:00
Kamron Batman
aff2f15a6c
fix: Fixes guild deserialization ( #867 )
...
* Fixes guilds being marked as deleted because the leader hasn't been deserialized yet.
* Fixes LastSerialization issue.
2021-11-28 20:54:16 -08:00
Kamron Batman
1ac803e778
fix: Adds better client verification ( #853 )
...
* Adds MinRequired and MaxRequired settings
* Removes god client detection
* Streamlines the kick messaging
* Fixes detecting client version on mac/linux
2021-11-27 10:06:39 -08:00
Kamron Batman
fcc91cbd99
fix (workflow): Adds manual release for github actions ( #863 )
2021-11-22 13:29:17 -08:00