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
f6d5689dee
Quick optimization to aggregate for Gold Ledger
2018-02-21 20:36:21 -08: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
1030bb7675
Upgrades spawners to have parameters/properties and optimized timers ( #6 )
...
Upgrades spawners to have:
- [X] Parameter support
- [X] Property support
- [X] Optimized timers
- [X] Support for Proximity Spawners
- [X] Probabilities
2018-02-20 22:33:25 -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
Kamron Batman
ca4e99c179
Renames overriden to overridden
2018-02-20 11:18:23 -08:00
Kamron Batman
9a4aeaba0d
Renames trapable to trappable. ( #4 )
2018-02-20 11:08:02 -08:00
Kamron Batman
bb8f09752f
Renames equiped to equipped. ( #1 )
2018-02-19 21:51:13 -08:00
Pedro Pardal
7df658cd00
Basic support for mysticism spells, scrolls, inscription craftables, mystic reagents, 6 new spells
2017-03-21 17:31:08 +01:00
Hjornskar
bec702d97d
Update Banker.cs
...
Corrections to OnSpeech in Banker to utilize the TOL changes with "withdraw" and "balance" keywords. Bankers do not respond to "check" keyword in TOL.
2016-06-28 12:23:38 -04:00
Dragon Slayer
980e5415e5
Added Couple fixes to BaseVendor
...
Animal Will not follow no more Per Uo Accurate when bought from a npc.
Changed the msgs you get from text to clilco Per UO Accurate when buying
items.
2016-03-31 23:48:29 -05:00
VitaNex
7af0579875
+ RunUO 2.7 with initial TOL expansion support.
2016-01-27 02:59:11 +00:00
Mark Sturgill
7bffaa645d
change serverlist public ip address autodetection url
...
fixed base OnSubItemAdded being hidden in playermobile
2014-02-15 15:05:54 -07:00
Mark Sturgill
2f005966f9
move stuckmenu methods from core mobile to PlayerMobile
...
take advantage of IEntity/Parent refactor in a few trivial places
2014-02-15 13:52:03 -07: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
0eeb0c0c31
generic conversions
2013-11-02 21:40:42 -07:00
Mark Sturgill
fa1df8eae5
more gargoyle additions from servuo
2013-11-02 16:21:12 -07:00
Mark Sturgill
142f71c258
additional ientity.deleted impl
2013-11-02 11:06:47 -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
28744d486e
misc generic conversions
2013-10-23 09:54:06 -07:00
Mark Sturgill
0e5292d84d
backoff parallelization
2013-10-19 17:08:31 -07:00
Mark Sturgill
ae8ded4a16
7.0.33.1 support
...
thread-safety
2013-10-17 01:48:04 -07:00
Mark Sturgill
88488bc616
generic pooled enumerators
...
guild event bcp
2013-10-15 21:15:59 -07:00
Mark Sturgill
855b6463ca
tilematrix thread-safety
...
main waithandle timeout removed
basecreature typo
2013-10-13 22:12:18 -07:00
Mark Sturgill
2cac2c55d2
loyalty parallelization
2013-10-12 14:10:54 -07:00
Mark Sturgill
131c41aa9a
additional network level parallelization
...
ai target acquisition parallelization
better pooled enumerator thread safety
2013-10-11 20:09:04 -07:00
Mark Sturgill
d2e02ecda4
more net 4.0 parallelization
2013-10-11 03:58:28 -07:00
Mark Sturgill
ddcc4e7a20
parallel delta queue processing
...
thread safe packet construction, compilation, compression, gump compilation, sending, coalescing, and many other fixes
TODO: delta queue recursion fixups, ipooledenumerable fixups/generics
2013-10-11 00:01:05 -07:00
Mark Sturgill
7b6cf66b87
rework Core.TickCount
2013-10-07 00:22:11 -07:00
Mark Sturgill
b3535985d7
BaseCreature/AI Core.TickCount
2013-10-06 18:57:37 -07:00
Mark Sturgill
be920e0c31
Core.TickCount for some AI actions
...
Correction in NewAsyncSockets
2013-10-06 17:21:40 -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 Sturgill
28e0a2fcbd
misc formatting/whitespace
2013-09-25 23:58:54 -07:00
Mark Sturgill
a5ec9fd519
Revert "ethereal chimera and ethereal boura definitions"
...
This reverts commit c4a490ece7 .
dupe and no longer applicable
2013-09-12 22:41:09 -07:00
Mark Sturgill
c4a490ece7
ethereal chimera and ethereal boura definitions
2013-09-12 20:58:45 -07:00
mark@runuo.com
2a9b547f7b
just misc merge cleanups
2013-09-04 23:07:39 +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
eos@runuo.com
621f69d6ef
Fixed null ref in BaseFamiliar.
2013-06-16 02:46:19 +00:00
eos@runuo.com
1cfac83311
- Removed invisible items from the item insurance menu.
...
- Changed the new context menu packet to only be used when necessary, until assistants are patched.
- Added a setting for disabling target ID validation for debugging purposes. (It is still enabled by default.)
2013-06-16 01:24:45 +00:00
eos@runuo.com
ec8520f4e0
- Added 7.0.30.0 protocol changes, for extended status packet use.
...
- Changed refuse trades option to only show in appropriate clients.
- Disabled item insurance on mount items.
2013-06-08 23:18:21 +00:00
eos@runuo.com
2067f181e1
- Corrected typo in CoM faction signup stone location.
...
- Removed duplicate code for talisman killer bonuses. (It's handled in BaseWeapon.OnHit)
- Changed Mobile.Account visibility to GM+ (to match ClientGump).
- Removed staff logout delay.
2013-06-07 01:04:35 +00: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@runuo.com
10a21d850d
Cleaned up some more LF line endings.
2013-03-21 22:14:31 +00:00
mark@runuo.com
9cfd9a6165
clean up line endings and formatting
2013-03-14 17:52:42 +00:00
xavier@runuo.com
8690feea0a
ai acquisition revision
2013-03-11 14:47:15 +00:00
eos
71a9e054de
- Modified the quest system to allow non-BaseCreature quest givers, now requires IQuestGiver.
...
- Added base quest giver items, both timed and untimed.
- Added BatteredBucket and Lost and Found quest.
- Moved quester 'friendly names' to a class attribute. If left unspecified, the type name is used.
- Misc quest corrections.
- The bag of sending will now reject nontransferable items.
- Fixed quest items generating error messages when StackWith was attempted on them. (StackWith is not supposed to produce feedback.)
- Quest items can now be dropped onto the player's backpack.
2013-02-24 00:31:44 +00:00
xavier
0fcd5821a5
tweaks to champs. adjustable spawn count, added proper special to interred grizzle, bumped miasma's skill.
2013-02-16 22:59:41 +00:00