Kamron Batman
513e54f70e
Clean up: Bugs, LINQ, constructors, default values, and null checks ( #18 )
2019-03-11 14:29:59 -07:00
Kamron Batman
55136d8842
Merges bug fixes and cleanup with master ( #17 )
2019-03-03 15:50:57 -08: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
a48ebb3a5f
Fixes FindItemsByType and FindItemByType and new override of IsLockedDown and IsSecure by renaming their methods.
2018-09-15 15:50:35 -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
eeabc3d0e8
Removes redundant returns
2018-09-14 15:40:02 -07:00
Kamron Batman
06fa31a7bf
Changes properties to use automatic property initializers
2018-09-14 15:23:29 -07:00
Kamron Batman
f0a48ad431
Removes default value initializers
2018-09-14 15:13:14 -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
3c9842ee5a
Fixes null propogation
2018-09-14 13:49:23 -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
7d3a0ca265
Fixes string interpolation
2018-09-14 13:07:43 -07:00
Kamron Batman
42d0b6271f
Fixes sequential checks
2018-09-14 13:00:41 -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
33f5e77a24
Fixes body expression style.
2018-09-14 08:46:14 -07:00
Kamron Batman
3f0a72a62f
Removes unused namespaces
2018-09-14 08:41:38 -07:00
Kamron Batman
d6c0bf2d4c
Sets a default parameter for OnHit. More casting cleanup.
2018-09-09 08:54:10 -07:00
Kamron Batman
aba9452161
More cast conversion fixes
2018-09-06 18:07:42 -07:00
Kamron Batman
6ef32ce910
Fixes unavailable syntax for Mono.
2018-09-03 09:34:36 -07:00
Kamron Batman
f674ec2be0
Adds more formatting
2018-08-19 21:28:24 +08:00
Kamron Batman
03dd5f1926
Fixes casting checks
2018-08-19 01:38:55 +08:00
Kamron Batman
6987d0c18e
Replaces corpse name ( #23 )
2018-08-14 23:50:00 +08:00
Kamron Batman
632e8b4757
Upgrades code style - First batch ( #22 )
2018-08-14 06:16:50 +08:00
Kamron Batman
8ee42c8ea2
Add DefaultName property to Mobiles & Items ( #18 )
2018-08-09 17:18:41 -07:00
Kamron Batman
b06f5bf60d
Adds better type support for pooled enumerables. Refactors code. ( #16 )
2018-08-09 14:08:34 -07:00
Kamron Batman
d8ed7c1da9
Changes to new Gold Ledger system ( #3 )
...
Changes new gold system to use separate gold/platinum with DivRem instead of relying on doubles.
2018-02-20 22:47:16 -08:00
Kamron Batman
20ae1b3989
Fixes lots more spelling errors ( #5 )
...
* Renames constructable to constructible
* Fixes project references.
* Fixes BaseEquippableLight file name
* Replaces payed with paid.
* Fixes various other spelling errors
2018-02-20 16:01:41 -08:00
VitaNex
7af0579875
+ RunUO 2.7 with initial TOL expansion support.
2016-01-27 02:59:11 +00:00
Mark Sturgill
12826da7c4
remove ParentEntity and RootParentEntity
...
Parent and RootParent are now IEntity properties
refactor object arguments to IEntity for parent related methods
branch and version bump to 2.6
2014-02-15 13:21:28 -07:00
Mark Sturgill
1d2d51b1de
change communication crystals to always return true for HandlesOnSpeech
...
we will be making some changes to the way child items that handle speech events are processed
2014-02-14 21:41:24 -07:00
Mark Sturgill
436e8f054a
add Deleted property to IEntity
...
cleanup Map.GetObjectsInRange
additional hashtable -> dictionary conversions
generic timer impl for EffectController
2013-11-02 10:52:08 -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@runuo.com
9289f2ce86
make corpses private containers
2013-09-06 03:51:48 +00:00
mark@runuo.com
5e2fb90a53
corpse packet fixes
2013-09-06 02:29:52 +00:00
eos@runuo.com
030ad1db5b
- Fixed Bola item drop bug for Core.SE.
...
- Added 'dead only' and 'no ethereals in pack' to ConditionTeleporter.
- Fixed tournaments discarding leftover participants for participant numbers greater than 2.
- Added support for the extended status packet.
- Fixed items not being placeable on tiles occupied by hidden staff mobiles.
2013-08-20 16:17:01 +00:00
mark@runuo.com
f61af43f94
misc branch sync
2013-05-09 21:51:37 +00:00
mark@runuo.com
9cfd9a6165
clean up line endings and formatting
2013-03-14 17:52:42 +00:00
xavier
3f98fd7591
proper expansion check for instanced corpses.
2013-02-14 20:05:01 +00:00
xavier
661e2b3cda
2013-02-10 01:07:28 +00:00
xavier
91273d85d6
discard Spawner setter. various fixes to dismount, pets, bolas, specials, spells...
2013-02-09 23:57:01 +00:00
xavier
f95f655c39
...
2013-02-03 01:22:10 +00:00
xavier
87d72ad3e9
reverting incomplete bola.cs for push to shard.
2013-02-03 01:13:02 +00:00
xavier
bb13ac113f
bola mount fix.
2013-01-20 02:17:31 +00:00
xavier
2120f4fb5b
Fixes to bola: thrower+target dismount time is equal, Core.ML is 10s, 4 sec delay from throw to hit victim, dismount info moved to playermobile rather than mount, to prevent exploit.
2013-01-12 23:56:40 +00:00
xavier
55519d49dc
its AcidElemental, not ToxicElemental
2013-01-03 13:41:03 +00:00