Commit graph

67 commits

Author SHA1 Message Date
krrios
6095f152cf Added Gump.OnServerClose -> called instead of Gump.OnResponse from Mobile.CloseGump and Mobile.CloseAllGumps
NetState properties Gumps, HuePickers, and Menus are now exposed as IEnumerable
Deprecated Mobile.CloseGump( Type, int ), Mobile.CloseGump( Type, int, bool )
Deprecated Mobile.CloseAllGumps( bool )
Deprecated Mobile.HasGump( Type, bool )
Mobile FindGump, CloseGump, and HasGump methods now support type inheritance
Refactored SendQueue to provide a more concise implementation
2006-08-27 20:35:58 +00:00
krrios
ab373c4084 Added shorthand for GumpTextEntryLimited
Renamed TextEntryLimited to GumpTextEntryLimited
2006-08-27 19:36:26 +00:00
krrios
b90db4065e Formatting 2006-08-27 16:51:46 +00:00
asayre
3d3c880b43 Fixes 2006-08-23 04:36:58 +00:00
asayre
4b017be1c5 2006-08-20 01:30:56 +00:00
asayre
ce54fe8635 Bug fix for :
skillcaps and things that exceed it
Possible threading issue
Addition of Generic FindItemsByType  - List<T> findItemsByType<T>()
Change to make polymorph not have a timer and instead a toggle skill
KiAttack no longer works with ranged weapons
Poison strike speed and damage changed
Necro spells now affected by FC
Must have atleast 50 weapon skill if no shield equipped to use Evasion
Stalking bonus capped at 10 + skill/10
Stalking bonus now Clears
Bugfix w/Guilds
Crashguard Exception message moved closer to the top of the file.
Character creation of Pallys and necros using advanced skills now gives skill items 
Honor no longer works on Players
Pre-ML area HitArea attacks nolonger require LoS
Serialization fix for BladeOfTheRighteous
RidingSwipe now has paralyzation immunity as with NerveStrike and ParaBlow
AnkhEast renamed to AnkhNorth
LeggingsOfBane no longer have 510 HP
ElvenWashBasinEastAddon Fixed
AnsellaGryen won't be renamed each time the server Restarts
DiseasedCats are properly named
Localization fixes in DefBlacksmithy
BearMasks/DearMAsks and things that extend from them now can be repaired
2006-08-19 23:24:47 +00:00
mark
c3eb5cebc6 fix yucky addtopack crash 2006-08-15 21:50:46 +00:00
zippy
408b194b4e Fixed issue #76 - thanks snicker. 2006-08-15 20:34:05 +00:00
asayre
b69228c599 bugfix 2006-08-15 19:26:11 +00:00
asayre
a80a905e95 2006-08-15 08:01:10 +00:00
asayre
c26e081c58 bug fixes
pets can no longer be renamed while in jail
2006-08-14 07:41:26 +00:00
asayre
8150706a3c 2006-07-16 19:49:58 +00:00
asayre
a9c90da627 2006-07-12 06:28:56 +00:00
asayre
1a241e17f1 Addition of Racial Harvest bonuses, Elven nightsight, and rename of OreInfo.cs to ResourceInfo.cs 2006-06-29 04:24:26 +00:00
mark
51ef5111f6 ugly formatting 2006-06-26 22:34:02 +00:00
mark
fe9b200706 fuck up 2006-06-26 01:49:23 +00:00
mark
071898373e generics, cleanups 2006-06-24 19:53:26 +00:00
mark
6fcfced3fa more fun stuff 2006-06-24 18:35:37 +00:00
mark
90c2233e4c generic town criers, misc generics, region cleanups, container generic, yadda yadda 2006-06-24 17:56:49 +00:00
mark
03adafb13e typo 2006-06-22 04:07:33 +00:00
mark
bf4704ce1d restart arguments passed correctly in all situations 2006-06-22 02:40:48 +00:00
mark
d0faf02150 chop fixed, staff placements were not getting added to h.Addons 2006-06-22 02:31:32 +00:00
mark
31167c984f missing () 2006-06-22 02:21:32 +00:00
mark
79027e9632 working on addon chop fix 2006-06-22 02:19:40 +00:00
mark
3c560838ea addon deed fix 2006-06-22 02:11:46 +00:00
mark
5c64e18f9c some more generics, working on addon chop fix 2006-06-22 02:09:38 +00:00
mark
965275cb19 fix typos 2006-06-21 22:41:20 +00:00
mark
ff033f445e basehouse generics 2006-06-21 21:22:44 +00:00
mark
ef97e49eb2 begin basehouse generics 2006-06-21 21:20:25 +00:00
asayre
c5027649a1 Generic-y goodness. Or hatred. You choose. 2006-06-21 08:02:49 +00:00
mark
8737c38c85 stupid errors 2006-06-21 01:50:46 +00:00
mark
0db89cdb67 generic comparer 2006-06-21 01:35:52 +00:00
mark
eace5256eb some stupid mistakes :P 2006-06-21 01:31:02 +00:00
mark
28979ea3e5 quest decoration fix 2006-06-21 00:44:19 +00:00
mark
4cfc1fe38b oops.. svn keywords! 2006-06-21 00:16:04 +00:00
mark
271677c53f header fix 2006-06-21 00:15:36 +00:00
mark
f08efd8cfa initial commit 2006-06-21 00:14:57 +00:00
mark
bd856bc8d7 typo 2006-06-21 00:01:13 +00:00
mark
f9c2f5b04e misc generics, tweaks, OCD changes, yadda yadda 2006-06-20 21:33:28 +00:00
mark
5f07f81fe1 main loop and timer efficiency 2006-06-19 17:28:24 +00:00
asayre
0889404d83 HelpInfo genericized & added to stock RunUO with modifications to Docs to reduce code duplication 2006-06-19 08:33:54 +00:00
asayre
27ad37a7c9 -HaltOnWarning added 2006-06-19 05:51:44 +00:00
krrios
d5b7c10e32 Reverted packet lifespan changes due to scalability implications 2006-06-19 04:03:51 +00:00
krrios
9dd4c1d37b Made NetState.Send virtual.
Lifespan of Packet.UnderlyingStream extended until Packet.Release (previously was freed in Packet.Compile).
2006-06-18 20:10:09 +00:00
mark
e9b696064f fix for dupe addition to recipes 2006-06-18 17:53:33 +00:00
mark
bf6f1dc812 playermobile.cs formatting issue 2006-06-18 17:38:43 +00:00
mark
197867a825 faction reset 2006-06-18 16:17:45 +00:00
mark
cc74e0d786 fix broken metrics 2006-06-18 16:07:39 +00:00
asayre
c89964aed6 -nocache option added
BaseCreatures skillcap increased to accommodate skills over 100
Cliloc fix
2006-06-18 05:17:31 +00:00
krrios
720c1caaa3 Added CommandProperty attribute to BaseMulti.ItemID 2006-06-16 22:39:07 +00:00