ModernUO/Server/Network
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
..
BufferPool.cs 2006-06-15 04:28:39 +00:00
ByteQueue.cs 2006-06-15 04:28:39 +00:00
Compression.cs 2006-06-15 04:28:39 +00:00
EncodedPacketHandler.cs 2006-06-15 04:28:39 +00:00
EncodedReader.cs 2006-06-15 04:28:39 +00:00
Listener.cs main loop and timer efficiency 2006-06-19 17:28:24 +00:00
MessagePump.cs main loop and timer efficiency 2006-06-19 17:28:24 +00:00
NetState.cs Added Gump.OnServerClose -> called instead of Gump.OnResponse from Mobile.CloseGump and Mobile.CloseAllGumps 2006-08-27 20:35:58 +00:00
PacketHandler.cs 2006-06-15 04:28:39 +00:00
PacketHandlers.cs Added Gump.OnServerClose -> called instead of Gump.OnResponse from Mobile.CloseGump and Mobile.CloseAllGumps 2006-08-27 20:35:58 +00:00
PacketProfile.cs 2006-06-15 04:28:39 +00:00
PacketReader.cs 2006-06-15 04:28:39 +00:00
Packets.cs Reverted packet lifespan changes due to scalability implications 2006-06-19 04:03:51 +00:00
PacketWriter.cs 2006-06-15 04:28:39 +00:00
SendQueue.cs Added Gump.OnServerClose -> called instead of Gump.OnResponse from Mobile.CloseGump and Mobile.CloseAllGumps 2006-08-27 20:35:58 +00:00