Commit graph

3158 commits

Author SHA1 Message Date
asayre
fc9e4d2be1 Fix Sparklies in UOTD Client. ie, fix due to Client not sending uo:td in client version 2007-01-02 08:46:15 +00:00
asayre
ed73ebfa3e 2007-01-01 08:10:55 +00:00
asayre
d32e879c49 Detection of client version for restriction 2007-01-01 08:09:18 +00:00
mark
fe4c9e4f73 misc fixies 2006-12-29 05:21:07 +00:00
mark
1df688e912 last of the non generics for custom houses 2006-12-29 04:37:28 +00:00
mark
455fa28f48 Lots of little stuff..
Generics
Misc tweaks/fixes
2006-12-28 19:32:01 +00:00
asayre
8da138d6ed Correct support for current ClientVersion 2006-12-20 07:21:01 +00:00
asayre
02502429ea Display of ban status on firewall menu in admin gump 2006-12-15 06:59:57 +00:00
mark
5ed9a40e88 fix lockdown bug 2006-12-13 21:03:01 +00:00
mark
3da4aa9efa Buffer allocation optimizations in PacketWriter
Misc string cleanup
2006-12-13 18:28:37 +00:00
asayre
b7ea90d3af Fix to hued addons with moving crates
Partial revert, discussed w/Krrios of rev 88
2006-12-13 08:51:57 +00:00
mark
b7bf6146c8 AddGump fixes, thanks Carmina 2006-12-12 19:33:57 +00:00
mark
88658b58e2 String patch, thanks Carmina 2006-12-12 19:22:43 +00:00
asayre
332effd18f Comments when banning 2006-12-06 03:18:44 +00:00
asayre
ab5659d0e5 Bugfix with leaving Alliances
Generics
2006-11-28 08:20:23 +00:00
asayre
3e4c1994f2 Fixes to 'all guard me'
Shurikens/FukiyaDarts use now unhides you
2006-11-25 00:50:53 +00:00
mark
e7f2db2559 oops 2006-11-23 05:29:21 +00:00
mark
cc0cf2e01f fix client crashing with non terminated packed gump layout 2006-11-23 05:27:42 +00:00
asayre
c6d88e4bd8 2006-11-16 07:21:08 +00:00
zippy
f74af73c5a Kenko's Serado fix. (http://runuo.com/forums/showthread.php?t=75889)
Sotho Tal Ker's BaseHat treasure fix (http://runuo.com/forums/showthread.php?t=76341).
Thanks to Carmina for submitting the patches.
2006-11-14 02:43:42 +00:00
zippy
a2be513b24 Fix for annoying warning, from Carmina. 2006-11-09 03:07:38 +00:00
zippy
d26a6fc177 Added warning in case of auto backup failure. 2006-11-09 00:38:36 +00:00
zippy
40fd597c79 Actually, I like this change better. 2006-11-08 20:18:07 +00:00
zippy
e331bf15f0 Fix for integer overflow causing crash (http://www.runuo.com/forums/showthread.php?p=599228). 2006-11-08 20:10:14 +00:00
zippy
a8c7e51e6d Fix to allow items to be lifted from Camp chests (courtesy of Carmina). 2006-11-05 21:22:03 +00:00
asayre
5ac86057d9 2006-10-29 21:15:24 +00:00
asayre
12dfaf017c Typo in Race
Documentation Generic happiness, courtesy of Courageous
2006-10-29 20:06:25 +00:00
asayre
1f2ffdc2e8 Partial DocGen fix, Courtesy of Courageous
Component updates per OSI
2006-10-26 05:21:32 +00:00
asayre
cdda8cd854 Bird fix, null map mobiles fixed 2006-10-26 04:28:35 +00:00
mark
b2ab540a59 reverted commit 81
fixed updatetotal on held items
2006-10-26 04:04:41 +00:00
asayre
87966abb3f 2006-10-05 06:04:38 +00:00
asayre
27a3e68588 2006-09-23 05:04:08 +00:00
krrios
ab636feb59 Compression restructure 2006-09-23 03:25:29 +00:00
krrios
93f6301be8 Item.ProcessDelta update to efficiently send property list hashes
Overriding SendInfoTo(NetState) is now obsolete; instead, override SendInfoTo(NetState, bool) or GetWorldPacketFor(NetState)
2006-09-22 03:04:00 +00:00
krrios
51eb9e2676 Item.ProcessDelta update to efficiently send property list hashes
Overriding SendInfoTo(NetState) is now obsolete; instead, override SendInfoTo(NetState, bool) or GetWorldPacketFor(NetState)
2006-09-22 02:52:43 +00:00
mark
9f84d30c40 advanced logging for special cases 2006-09-22 02:48:22 +00:00
asayre
235ce238cd some stupidity fixes, some other stuffs 2006-09-02 23:58:47 +00:00
asayre
71e80d5949 2006-08-30 03:24:57 +00:00
mark
4386cbac99 math.max -> math.min for determining max weight in nested containers, thanks volturno 2006-08-28 20:52:13 +00:00
krrios
b9a6e8acfe Removed obsolete method in SendQueue 2006-08-27 20:41:31 +00:00
krrios
51345e02a0 Faction.ClearSkillLoss now returns true or false indicating if the player was actually under skill loss
Refactored some gump methods to account for the respective core changes
2006-08-27 20:39:11 +00:00
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