This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-24 19:05:34 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
421730d972dca49ffd16b7dccd800b51ba5c20ac
opensim
/
OpenSim
/
Region
/
ClientStack
History
Teravus Ovares
421730d972
* Used thomas' patch m884 as an example to make HUD attachments work. While I didn't use the patch directly, I did use the following from the patch to convert the uint value into the byte: (byte)((m_attachmentPoint % 16) * 16 + (m_attachmentPoint / 16))
2008-04-25 09:47:21 +00:00
..
ClientStackNetworkHandler.cs
Formatting cleanup.
2008-03-18 05:16:43 +00:00
ClientView.cs
* Used thomas' patch m884 as an example to make HUD attachments work. While I didn't use the patch directly, I did use the following from the patch to convert the uint value into the byte: (byte)((m_attachmentPoint % 16) * 16 + (m_attachmentPoint / 16))
2008-04-25 09:47:21 +00:00
PacketQueue.cs
* Lowered the default throttle settings. They were way too high at 1.5MB/s!
2008-04-05 11:06:28 +00:00
PacketServer.cs
* Optimised using statements and namespace references across entire project (this took a while to run).
2008-04-21 07:09:17 +00:00
PacketThrottle.cs
Formatting cleanup.
2008-03-18 05:16:43 +00:00
QueItem.cs
Formatting cleanup.
2008-03-18 05:16:43 +00:00
RegionApplicationBase.cs
From: Dr Scofield <hud@zurich.ibm.com>
2008-04-21 12:42:56 +00:00
UDPServer.cs
* Optimised using statements and namespace references across entire project (this took a while to run).
2008-04-21 07:09:17 +00:00