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
/
Examples
/
SimpleModule
/
MyNpcCharacter.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-01-12
* Separate starting a client thread into a separate Start() method (which mat...
Justin Clarke Casey
1
-0
/
+4
2009-01-09
Finish dwell sending, adding the forgotten method body.
Melanie Thielker
1
-1
/
+6
2009-01-03
Plumb the remaining dwell packets
Melanie Thielker
1
-0
/
+5
2008-12-25
Plumb the profile reply packets for picks, classifieds and notes
Melanie Thielker
1
-0
/
+17
2008-12-23
Plumb in EventNotification* and EventGodDelete
Melanie Thielker
1
-0
/
+4
2008-12-23
Plumb in the 4 missing classified events and the 3 packet methods
Melanie Thielker
1
-0
/
+13
2008-12-21
* Re-implement packet tracking in IClientAPI so we can see what's going on in...
Teravus Ovares
1
-0
/
+1
2008-12-14
Plumb the TP-Sending packets
Melanie Thielker
1
-0
/
+2
2008-12-12
Add missing scene reference. Fixes a NRE. SimpleModule now works again (sort ...
Homer Horwitz
1
-1
/
+2
2008-12-12
Replace the throwing of a NonImplementedException in MyNpcCharacter, so that
Homer Horwitz
1
-1
/
+1
2008-12-04
* Put in the code necessary to allow inventory transfer of whole folders (and...
Justin Clarke Casey
1
-0
/
+3
2008-11-27
Thank you kindly, Nlin for a patch that:
Charles Krinke
1
-0
/
+10
2008-11-22
First stage group permissions plumbing
Melanie Thielker
1
-0
/
+5
2008-11-19
Mantis#2638. Thank you kindly, Sacha Magne for a patch that:
Charles Krinke
1
-0
/
+1
2008-11-16
Remove a redundant parameter
Melanie Thielker
1
-1
/
+1
2008-11-14
* Implements terrain raw upload. You can now upload your .raw terrain files ...
Teravus Ovares
1
-0
/
+2
2008-11-14
More groups plumbing
Melanie Thielker
1
-0
/
+12
2008-11-11
Prevent pieces from other people's HUDs from displaying at the center of
Melanie Thielker
1
-2
/
+3
2008-11-10
* Commit allows downloading of the .raw terrain from the estate tools.
Teravus Ovares
1
-0
/
+5
2008-11-09
Reintroduce transactionID to the parameter list for SendInstantMessage.
Melanie Thielker
1
-1
/
+1
2008-11-08
* Added IClientIM to IClientCore interfaces
Adam Frisby
1
-6
/
+5
2008-11-01
Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,
Homer Horwitz
1
-0
/
+4
2008-10-29
* Check in (disabled) results of not persisting avatar textures but rather se...
Justin Clarke Casey
1
-1
/
+5
2008-10-26
Committing a small fix for EventData along with more plumbing work
Melanie Thielker
1
-1
/
+1
2008-10-25
A few more bots to yesterday's plumbing: change instant message method
Melanie Thielker
1
-1
/
+1
2008-10-24
Plumb some more
Melanie Thielker
1
-0
/
+4
2008-10-21
Pare the groups module down to basics. Adjust dependent files so that a
Melanie Thielker
1
-1
/
+1
2008-10-19
Added calling cards. Fixes Mantis#2409 and part of #1515.
Homer Horwitz
1
-0
/
+16
2008-10-18
Megapatch. :) Fix skull attachment editing. Streamline Object terse updates.
Melanie Thielker
1
-7
/
+2
2008-10-15
* refactor: Remove OutPacket from the IClientAPI
Justin Clarke Casey
1
-8
/
+7
2008-10-15
* refactor: move viewer effect packet into LLClientView
Justin Clarke Casey
1
-0
/
+4
2008-10-15
* refactor: move code concerned with creating a subsequent image packet to LL...
Justin Clarke Casey
1
-0
/
+4
2008-10-15
* refactor: rename SendImagePart to SendImageFirstPart since this is more des...
Justin Clarke Casey
1
-1
/
+1
2008-10-14
* minor: change m_debug to m_debugPacketLevel since that's what it is
Justin Clarke Casey
1
-1
/
+1
2008-10-14
* refactor: rename SendKiPrimitive to SendKillObject since this appears more ...
Justin Clarke Casey
1
-1
/
+1
2008-10-12
Add EventInfoRequest and EventInfoReply packets.
Homer Horwitz
1
-1
/
+5
2008-10-11
Plumb the remaining search packets and replies.
Melanie Thielker
1
-7
/
+36
2008-10-10
added a list of SurfaceTouchEventArgs to the IClientAPI.OnGrab event, for the...
MW
1
-1
/
+1
2008-10-10
A bit more estate fudging
Melanie Thielker
1
-1
/
+1
2008-10-06
* Stop the sim stats reporter reusing the same SimStatsPacket for all clients
Justin Clarke Casey
1
-1
/
+1
2008-10-06
Implement Parcel -> ForceOwnerToMe god mode packet
Melanie Thielker
1
-0
/
+1
2008-10-06
Implements ObjectOwner god mode packet (Set Owner To Me admin option)
Melanie Thielker
1
-0
/
+1
2008-10-06
* Green dots on the mainmap for avatar.
Teravus Ovares
1
-0
/
+6
2008-10-05
Plumb in the DirPlacesReply packet
Melanie Thielker
1
-0
/
+4
2008-10-04
Plumb packet DirPlacesQuery for search module
Melanie Thielker
1
-0
/
+2
2008-10-04
Add "Drop" functionality to pie menu
Melanie Thielker
1
-0
/
+1
2008-10-03
This changeset changes the way chat from client is routed:
Dr Scofield
1
-3
/
+3
2008-10-03
Mantis #1360
Melanie Thielker
1
-2
/
+3
2008-10-01
- Added SendScriptTeleportRequest to IClientView and classes implementing it.
Homer Horwitz
1
-0
/
+4
2008-09-28
Mantis#296. Thank you kindly, Idb for a patch that resolves:
Charles Krinke
1
-0
/
+1
[next]