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