Kamron Batman
513e54f70e
Clean up: Bugs, LINQ, constructors, default values, and null checks ( #18 )
2019-03-11 14:29:59 -07:00
Kamron Batman
916d404c51
Fixes dictionary uses ( #7 )
2018-11-02 08:16:42 -07:00
Kamron Batman
dcf64091b1
Modernization Fixes & Updates to Default Values ( #3 )
2018-10-28 00:33:16 -07:00
Kamron Batman
f93c3b992e
Fixes bad expressions, bad bool checks in loops, a few null pointer exceptions, and optimizes constructors.
2018-09-15 23:16:45 -07:00
Kamron Batman
970fd563b2
Fixes code according to modern code style. Fixes a few expression bugs.
2018-09-15 09:58:51 -07:00
Kamron Batman
ff26dfa375
Fixes implicit ternary expressions
2018-09-14 14:56:48 -07:00
Kamron Batman
c85b0a740c
Removes redundant delegate type declarations
2018-09-14 14:32:04 -07:00
Kamron Batman
22ab83ea9e
Replaces types with built-in types.
2018-09-14 13:22:16 -07:00
Kamron Batman
fee83ce560
Fixes implicit array initializers
2018-09-14 13:14:20 -07:00
Kamron Batman
83dcf536d8
Removes implicit this.
2018-09-14 12:56:58 -07:00
Kamron Batman
04b4cfe75b
Removes implicit types
2018-09-14 08:48:39 -07:00
Kamron Batman
3f0a72a62f
Removes unused namespaces
2018-09-14 08:41:38 -07:00
Kamron Batman
03dd5f1926
Fixes casting checks
2018-08-19 01:38:55 +08:00
VitaNex
7af0579875
+ RunUO 2.7 with initial TOL expansion support.
2016-01-27 02:59:11 +00:00
Ravenwolfe
06fa2ab343
Found issue with XMLserialization using local time to serialize instead of UTC. Changed to be consistent with rest of project.
2014-04-13 22:03:06 -05:00
Mark Sturgill
ad5c172687
mono should not need these fixes anymore
2013-10-30 12:11:45 -07:00
Mark Sturgill
e67faba4d8
RunUO 2.4 will be the latest release supporting the 2.0 .NET Framework.
...
Framework_4_0 preprocessors have been removed. ScriptCompiler will set Framework_4_0 as legacy.
2013-10-30 11:28:34 -07:00
Mark Sturgill
b3831721d9
proper nextdouble
...
direct randombool
thread safe parallelized timer changes
2013-10-13 19:27:25 -07:00
Mark Sturgill
ec3b7c8758
Aggressive rewrite of core random number generation.
...
Add Random.cs to VS project.
2013-10-05 04:41:02 -07:00
Mark Sturgill
f0086865b4
thread safe random methods
2013-10-04 02:33:15 -07:00
eos@runuo.com
858e86d45b
- Added High Seas expansion to the expansions list.
...
- Changed the default expansion to HS.
- Changed meer monsters to all be FightMode.Evil.
- Added refuse trades option (client 7.0.30.0+).
- Added item insurance menu.
- Updated context menus to support new clilocs.
- Added item properties to gumps.
- Reverting items not decaying on spawners, needs to be configurable.
- Added AUO features to FeatureProtection.
- Tweaked third party authentication to not trigger the character password gump in the client.
2013-06-02 13:12:09 +00:00
eos
35fbffdb51
ML quest system; first SVN release.
...
Secondary changes:
- Region fixes, mainly for New Haven.
- Recipe system changes.
- Enabled ML craftables.
- Dyeing/cutting restrictions for quest items.
- Moved IsInvulnerable from BaseVendor to BaseCreature.
- Moved RandomBrightHue to Utility.
- Items no longer decay when attached to a spawner.
- Quest item hue is now faked through packets, instead of overriding Hue.
- Re-enabled item drag effects for SA clients.
- Fixed AssignRandomFacialHair bug in Utility.
- Added random hue comments to Utility.
2013-02-03 01:05:17 +00:00
eos
11f84a33cd
- Removed the ASCII 0x7F control character from safe character lists.
...
- Added the TraceLockdown command.
- Fixed a missing conflicting layer check for FishingPole.
- Controlled and summoned creatures are no longer affected by the confusion blast potion effect.
2012-09-08 23:42:45 +00:00
mark
4bcde77cc2
revert forced 4.0 migration -- many users are still dependent on 2.0
2012-03-07 13:47:33 +00:00
asayre
b13718ca01
Isolated the problem with .NET 4.0 to the networking code changes; no reason to disallow support for .NET 4.0, and restoring default .NET FX 4.0 support
2012-03-05 11:38:02 +00:00
mark
558fcf495a
Framework_4_0 preprocessor is necessary for legacy compatibility.
2012-01-03 00:36:52 +00:00
asayre
26899493c0
Serialization support for DateTimeOffset.
2012-01-02 13:32:58 +00:00
mark
d444b9ba5c
2010-12-06 06:45:45 +00:00
asayre
a90eb17e96
tabification
2010-10-18 04:56:28 +00:00
mark
b3e8ec0a08
massive branch sync
2010-04-25 06:09:43 +00:00
mark
d903852b37
2009-02-21 21:58:45 +00:00
mark
7c85db34de
branch sync
2007-09-08 07:31:38 +00:00
krrios
e15ed963d8
updated a few places to use NetState.Address rather than Socket.RemoteEndPoint.Address
...
added Utility.Intern(IPAddress) and implemented where appropriate
2007-04-25 00:42:47 +00:00
asayre
75e8798c18
CIDR's actually working would be nice. That's what I get for assuming the output from a different func would be correct.
...
When banning checked accounts, it should only tag and comment the checked ones, not all of them in the list.
Optimizing firewall.
2007-02-10 08:21:13 +00:00
mark
965275cb19
fix typos
2006-06-21 22:41:20 +00:00
mark
f3d56091b6
2006-06-15 04:28:39 +00:00
mark
47711d616e
2006-06-15 04:14:30 +00:00