Kamron Batman
83dcf536d8
Removes implicit this.
2018-09-14 12:56:58 -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
Kamron Batman
632e8b4757
Upgrades code style - First batch ( #22 )
2018-08-14 06:16:50 +08: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
d2c670f5c3
Implement Core.TickCount
...
Convert movement, actions (lift/use), combat, and spells to use Core.TickCount and avoid DateTime caveats (performance, system time dependency, etc)
Refactor DateTime.Now to DateTime.UtcNow
Add LOS check for Iron Maiden addon
2013-10-06 03:21:18 -07: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
e336c2920c
DynamicSaveStrategy will now properly check Item.OnDecay()
2012-03-07 08:19:14 +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
2401b86b24
Unused properties removed to handle warnings (Warn lvl 4, Treat Errors as warnings please & thankyou)
...
BaseCreature & PlayerMobile set to partial classes for easier extensibility.
Prevent Item from stacking with itself
Updated Bounds.bin with latest values. ItemBounds will now correctly size itself to the TileData.
Compiler directives for .NET 4.0 no longer needed - .NET 4.0 is now supported by default to take advantage of the new Socket Events and Parallelization improvements.
2012-01-02 10:24:08 +00:00
asayre
b4f01e6b2a
SVN Property correction
2010-12-23 11:36:25 +00:00
asayre
67af95cf0b
Fix for RunUO Crash if Performance tab on Admin gump is open within first 100seconds of server running.
...
Completion of the DynamicSaveStrategy. Background saves are now safe; triggered only by the autoSave or command [BackgroundSave ([BGSave)
2010-12-20 03:34:25 +00:00
asayre
a85aac256f
Fix for SkillInfo array size
...
Correct SaveMetric usage
2010-12-18 21:56:42 +00:00
asayre
0caf1846d5
Preprocessor directive for .NET 4.0: Framework_4_0. (Removed the 3.5 directive as it wasn't a new framework runtime anyways)
...
Implemented working Parallel Save strategy based on the TPL: DynamicSaveStrategy.
2010-12-18 11:00:57 +00:00