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
/
Environment
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* Slightly increase ScenePresences locking where it's technically required in...
Justin Clarke Casey
2009-01-07
1
-17
/
+25
*
* refactor: Remove MakeHttpRequest wrapper method from Scene in favour of a d...
Justin Clarke Casey
2009-01-07
1
-18
/
+0
*
* prune and regrade log messages relating to client login and logout
Justin Clarke Casey
2009-01-06
11
-154
/
+73
*
* Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with term...
Justin Clarke Casey
2009-01-06
3
-6
/
+5
*
* Move common string aggregation for caps seed path to a method in CapsUtil
Justin Clarke Casey
2009-01-06
3
-10
/
+18
*
* minor: Move GetRandomCapsPath() to a CapsUtil class
Justin Clarke Casey
2009-01-06
3
-21
/
+18
*
* Remove unused CAPSService
Justin Clarke Casey
2009-01-06
1
-1
/
+1
*
* Added three new events to SceneGraph:
Adam Frisby
2009-01-06
1
-3
/
+20
*
* refactor: Remove the need to separately pass in the http listener to the sc...
Justin Clarke Casey
2009-01-06
3
-10
/
+9
*
* refactor: call AddHttpHandler() directly via CommsManager
Justin Clarke Casey
2009-01-06
4
-19
/
+5
*
* refactor: call AddStreamHandler() directly via CommsManager
Justin Clarke Casey
2009-01-06
3
-28
/
+16
*
* refactor: call AddLLSDHandler directly via CommsManager
Justin Clarke Casey
2009-01-06
4
-15
/
+8
*
* refactor: drop AddXmlRpcHandler() from scene in favour of call via CommsMan...
Justin Clarke Casey
2009-01-06
4
-16
/
+14
*
* Mjnor: Clarified comment to ensure that people are aware of how to end the ...
Teravus Ovares
2009-01-06
1
-1
/
+9
*
* Kill an endless loop in the Instant Message delivery system
Teravus Ovares
2009-01-06
1
-0
/
+8
*
* Added a way for the sim stats reporter to say to the scene that the stats a...
Teravus Ovares
2009-01-06
3
-4
/
+46
*
Use correct name for friendship offer. Fixes Mantis #2959.
Homer Horwitz
2009-01-05
1
-0
/
+2
*
* minor: remove some mono compiler warnings
Justin Clarke Casey
2009-01-05
1
-5
/
+3
*
* Centralize references to the well known blank texture 5748decc-f629-461c-9a...
Justin Clarke Casey
2009-01-05
1
-2
/
+1
*
* Simplify test code by always setting up mock 'in memory' user and inventory...
Justin Clarke Casey
2009-01-05
1
-3
/
+0
*
* Check in login service tests beachhead
Justin Clarke Casey
2009-01-05
1
-1
/
+0
*
* Fixes a small bug where load-oar fails due to whitespace in region name.
Sean Dague
2009-01-05
1
-3
/
+3
*
Connect dewww request packets to the land module to makle dwell work
Melanie Thielker
2009-01-03
1
-0
/
+13
*
Plumb the remaining dwell packets
Melanie Thielker
2009-01-03
1
-0
/
+5
*
This may fix the home jump problem.
diva
2009-01-03
1
-1
/
+2
*
Extra check to avoid client crashes on HG home teleports.
diva
2009-01-03
1
-12
/
+18
*
Another interregion comms change that will not work well with previous versio...
diva
2009-01-03
5
-9
/
+188
*
* Updates the sim stats module. Cleans out some of the rot.
Teravus Ovares
2009-01-03
3
-42
/
+60
*
Split agent updates into two messages: full update and position+camera update...
diva
2009-01-03
7
-46
/
+200
*
* Move EventQueueGetModule to the EventQueue namespace
Justin Clarke Casey
2009-01-02
1
-1
/
+2
*
* refactor: move event queue module code to its own folder
Justin Clarke Casey
2009-01-02
2
-0
/
+0
*
Allow some values that are set in OpenSim.ini to be set from region config
Melanie Thielker
2009-01-02
1
-0
/
+20
*
Use only one (static) (de-)serializer for (de-)serializing SOPs.
Homer Horwitz
2009-01-02
2
-6
/
+27
*
* Adding some recognizable and search-able test to some WriteLine(e.ToString(...
Teravus Ovares
2009-01-02
2
-5
/
+5
*
Major changes in interregion communications. This breaks compatibility with o...
diva
2009-01-01
7
-74
/
+330
*
Beginning of true REST style for interregion comms, SendChildAgentUpdate only...
diva
2008-12-31
1
-7
/
+92
*
Folded HG regionhandle lookup into the normal RESTInterregionComms, to avoid ...
diva
2008-12-31
2
-87
/
+4
*
Added a SendChildAgentDataUpdate call on Teleports, so that the agent at the ...
diva
2008-12-31
3
-42
/
+110
*
* Remove mono compiler warnings
Justin Clarke Casey
2008-12-30
3
-12
/
+7
*
* Implement saving of region settings in OAR files
Justin Clarke Casey
2008-12-30
9
-20
/
+379
*
Making the default choice for InterregionComms work, and removing an unnecess...
diva
2008-12-30
3
-4
/
+9
*
Update svn properties, minor formatting cleanup.
Jeff Ames
2008-12-30
8
-576
/
+576
*
Changing the default Comms module to be RESTComms, in case none is specified ...
diva
2008-12-29
3
-3
/
+3
*
Final part for implementing SendChildAgentDataUpdate with modules. This is th...
diva
2008-12-29
3
-32
/
+60
*
This is a beefy commit containing the communication modules that implement Se...
diva
2008-12-29
3
-0
/
+522
*
Minor change in HGSceneCommunicationService, making one field public readonly...
diva
2008-12-29
1
-1
/
+1
*
Merged the InterregionData that Melanie had placed there onto the existing Ch...
diva
2008-12-29
1
-42
/
+47
*
First commit in a series of commits for Interregion REST comms. This one simp...
diva
2008-12-29
1
-111
/
+0
*
Revamp the return logic to close a privilege escalation loophole.
Melanie Thielker
2008-12-28
1
-46
/
+143
*
Demonstration code for modular comms. No user functionality
Melanie Thielker
2008-12-28
2
-4
/
+37
[prev]
[next]