index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
ClientStack
/
ClientView.ProcessPackets.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
merged ClientView into a non partial class. Will
Sean Dague
2007-11-28
1
-1173
/
+0
*
some variable renames to help me read the throttle code
Sean Dague
2007-11-27
1
-7
/
+7
*
* Added a way for the Region master user to kick individual users from their ...
Teravus Ovares
2007-11-24
1
-5
/
+12
*
* Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the...
Teravus Ovares
2007-11-24
1
-17
/
+5
*
* Added a nice 'The Region is going down.' message to the user when the sim o...
Teravus Ovares
2007-11-24
1
-0
/
+41
*
* Quelled a Log format exception in the logging routines.
Teravus Ovares
2007-11-22
1
-3
/
+8
*
Created a client driven packet throttler. The sim now respects the client's ...
Teravus Ovares
2007-11-22
1
-13
/
+234
*
* Added code to capture the draw distance setting from the client.
Teravus Ovares
2007-11-22
1
-1
/
+2
*
* Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...
Teravus Ovares
2007-11-18
1
-7
/
+7
*
first stab at implementation of CopyInventoryItem
Jeff Ames
2007-11-18
1
-0
/
+10
*
Added handler for MapNameRequest - OnMapNameRequest
Dalien Talbot
2007-11-18
1
-0
/
+9
*
* fixed goofy documentation error
Teravus Ovares
2007-11-17
1
-1
/
+1
*
* Added decoding of the AgentThrottleBlock of the AgentThrottle packet. It's...
Teravus Ovares
2007-11-17
1
-0
/
+55
*
* Implemented the little friendly pop tooltip messages that appear when you h...
Teravus Ovares
2007-11-15
1
-0
/
+28
*
* Copied objects are now owned by the object copier (Next Owner) (however nex...
Teravus Ovares
2007-11-14
1
-1
/
+2
*
* Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...
Teravus Ovares
2007-11-13
1
-1
/
+10
*
first pass on unlinking of objects. From Jay Clarke (IBM)
Sean Dague
2007-11-13
1
-2
/
+22
*
* Implemented Walk Vs Run in ODE. Also helps make the walk look smoother.
Teravus Ovares
2007-11-12
1
-0
/
+7
*
enable typing animation for chat, maybe
Jeff Ames
2007-11-12
1
-5
/
+1
*
added verbose output of unhandled packets from the viewer
Jeff Ames
2007-11-12
1
-6
/
+8
*
fixed non-ASCII chat and IM
Jeff Ames
2007-11-08
1
-3
/
+3
*
* Substituted som 'GenericCall' with Action<>
lbsa71
2007-11-05
1
-1
/
+1
*
* Diuerse beavtificatems
lbsa71
2007-11-01
1
-2
/
+2
*
Thank you, Melanie for solving: When receiving an ObjectAdd packet, the Rotat...
Charles Krinke
2007-11-01
1
-1
/
+1
*
fixed filenames in log messages
Jeff Ames
2007-10-31
1
-1
/
+1
*
Step one on the long march towards grid based inventory. Introduction of an I...
Tleiades Hax
2007-10-30
1
-1
/
+1
*
temporary fix for sitting collisions in ODE
Jeff Ames
2007-10-30
1
-3
/
+2
*
* Optimized usings
lbsa71
2007-10-30
1
-110
/
+160
*
as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...
MW
2007-10-29
1
-3
/
+1
*
Started the process of cleaning up AssetCache and moving most of the code int...
MW
2007-10-29
1
-2
/
+12
*
Added preliminary support for sitting on prims
Jeff Ames
2007-10-28
1
-0
/
+16
*
* Major structural change: Begun converting Events to use (caller, args) synt...
Adam Frisby
2007-10-19
1
-1
/
+11
*
Possible fix for: Remoting exceptions with adjacent non-running sims.
Tleiades Hax
2007-10-18
1
-1
/
+1
*
Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei...
lbsa71
2007-09-27
1
-2
/
+3
*
* Tleiades grid mode inventory (#444) - thanx Tleiades!
lbsa71
2007-09-27
1
-3
/
+2
*
* Some more presence refactoring
lbsa71
2007-09-20
1
-1
/
+1
*
* Added AddToPhysicalScene and RemoveFromPhysicalScene and added to MakeAvata...
lbsa71
2007-09-19
1
-11
/
+8
*
* Moved SendLogoutPacket back to IClientAPI.
lbsa71
2007-09-18
1
-0
/
+12
*
* Handlerized ViewerEffect
lbsa71
2007-09-18
1
-13
/
+0
*
* Replaced usage of ClientView with IClientAPI
lbsa71
2007-09-18
1
-5
/
+6
*
* Merged ClientViewBase into ClientView for great justice
lbsa71
2007-09-18
1
-1
/
+1
*
* Wired up chat so that channel goes into OnChatFromViewer. However:
lbsa71
2007-09-14
1
-1
/
+4
*
Added CLI "debug packet 0..255" to enable the in/out packet dumps with variou...
Dalien Talbot
2007-09-13
1
-7
/
+0
*
mass update of urls in source code to new website
Sean Dague
2007-09-10
1
-1
/
+1
*
hooked up sdague new sqlite asset database provider to the old asset system. ...
MW
2007-09-10
1
-1
/
+3
*
Added some place holder classes for various modules.
MW
2007-08-30
1
-2
/
+4
*
Various small changes (some likely to be removed again soon)
MW
2007-08-29
1
-1
/
+2
*
Another attempt to fix the image sending bug (next week, I intend to rewrite ...
MW
2007-08-26
1
-2
/
+3
*
Added OnRemoveScript(uint localID, LLUUID itemID) event , trigged when a scri...
MW
2007-08-22
1
-0
/
+7
*
Made SceneObjectGroup.GetChildPrim() public, for now so that script engine ca...
MW
2007-08-22
1
-0
/
+10
[next]