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
/
CoreModules
/
Framework
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added necessary code to drop inventory on hg friends using the profile window...
Diva Canto
2011-05-24
2
-7
/
+43
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2011-05-21
1
-2
/
+1
|
\
|
*
Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...
Justin Clark-Casey (justincc)
2011-05-21
1
-1
/
+0
|
*
rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...
Justin Clark-Casey (justincc)
2011-05-21
1
-1
/
+1
*
|
HG Friends working to some extent: friendships offered and accepted correctly...
Diva Canto
2011-05-19
1
-0
/
+2
|
/
*
Remove a spammy debug I left in. Disable TP cancel button at the point
Melanie
2011-05-08
1
-1
/
+2
*
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
Melanie
2011-05-08
2
-8
/
+17
|
\
|
*
Mantis #5472
Diva Canto
2011-05-08
1
-6
/
+15
|
*
Change command help text for "show capabilities" to "show caps", as this is t...
Justin Clark-Casey (justincc)
2011-05-06
1
-2
/
+2
*
|
Enable compressed (gzip) fatpack transfers.
Melanie
2011-05-08
1
-0
/
+1
|
/
*
Merge branch 'master' into caps
Diva Canto
2011-05-04
2
-1
/
+6
|
\
|
*
Put the previous state back in the attachments in case the agent transfer fails.
Diva Canto
2011-05-04
1
-0
/
+4
|
*
Fixes mantis #5461.
Diva Canto
2011-05-04
1
-1
/
+2
*
|
Changed the defaults, so that it behaves exactly is it has been behaving (no ...
Diva Canto
2011-05-02
1
-0
/
+2
*
|
Broke down Caps.cs into a generic Caps object that simply registers/unregiste...
Diva Canto
2011-05-01
1
-30
/
+20
*
|
Move CapabilitiesModule back to CoreModules. This one belongs there.
Diva Canto
2011-05-01
1
-0
/
+257
*
|
First stab at cleaning up Caps. Compiles. Untested.
Diva Canto
2011-04-30
2
-1118
/
+0
|
/
*
Remove the scripts of the attachments in the departing region and recreate th...
Diva Canto
2011-04-29
1
-2
/
+10
*
Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...
Diva Canto
2011-04-28
2
-29
/
+37
*
refactor: split out the code which actually copies a particular bundle to inv...
Justin Clark-Casey (justincc)
2011-04-18
1
-106
/
+115
*
refactor: rename DeleteToInventory() to CopyToInventory()
Justin Clark-Casey (justincc)
2011-04-18
1
-1
/
+1
*
Fix bug where objects were being coalesced in the wrong positions.
Justin Clark-Casey (justincc)
2011-04-18
1
-2
/
+2
*
Provide a configuration setting to control whether multiple taken objects are...
Justin Clark-Casey (justincc)
2011-04-18
2
-15
/
+47
*
Fixes mantis #5431 -- coalesced objects in HG-enabled regions. Needs more tes...
Diva Canto
2011-04-15
2
-25
/
+12
*
refactor: separate out code that adds permissions
Justin Clark-Casey (justincc)
2011-04-15
1
-42
/
+59
*
minor: remove a small amount of code duplication
Justin Clark-Casey (justincc)
2011-04-15
1
-4
/
+3
*
refactor: split out some rez code into a separate CreateItemForObject() method
Justin Clark-Casey (justincc)
2011-04-15
1
-143
/
+159
*
get rid of all traces of the now used mock service infrastructure
Justin Clark-Casey (justincc)
2011-04-15
1
-1
/
+1
*
simplify TestRezObject()
Justin Clark-Casey (justincc)
2011-04-14
1
-17
/
+1
*
Make scene object parts created by the test utils unit sized.
Justin Clark-Casey (justincc)
2011-04-14
1
-3
/
+1
*
simplify coalesced object tests by using existing scene object set up utils
Justin Clark-Casey (justincc)
2011-04-14
1
-34
/
+6
*
Use common coalesced serialization code for both tests and the InventoryAcces...
Justin Clark-Casey (justincc)
2011-04-13
1
-54
/
+13
*
Adjust the quanterions used in the rez coalsced object tests to get sensible ...
Justin Clark-Casey (justincc)
2011-04-13
1
-4
/
+12
*
refactor: move code to obtain the coalescence size and object offsets into Co...
Justin Clark-Casey (justincc)
2011-04-13
1
-1
/
+1
*
Fix bug where rezzing coalesced objects would give all objects the same name ...
Justin Clark-Casey (justincc)
2011-04-13
2
-7
/
+11
*
Add coalesced scene objects class and serializer. This is currently only use...
Justin Clark-Casey (justincc)
2011-04-13
2
-5
/
+93
*
factor out some test code into the SetUp()
Justin Clark-Casey (justincc)
2011-04-13
1
-14
/
+15
*
Add a regression test for rezzing a single object into a scene from user inve...
Justin Clark-Casey (justincc)
2011-04-13
1
-0
/
+133
*
refactor: simplify bRayEndIsIntersection boolean set from RayEndIsIntersectio...
Justin Clark-Casey (justincc)
2011-04-12
1
-14
/
+1
*
Fix (add) ability to rez objects by dragging them out of another prim's inven...
Justin Clark-Casey (justincc)
2011-04-12
1
-0
/
+4
*
Implement rezzing coalesced objects
Melanie
2011-04-03
1
-11
/
+0
*
Implement rezzing coalesced objects
Melanie
2011-04-03
1
-105
/
+172
*
Implement taking of coalesced objects.
Melanie
2011-04-03
1
-196
/
+263
*
A stab at making CHANGED_OWNER work
Melanie
2011-04-01
1
-17
/
+7
*
Add log messages on teleport failure to better pin down the cause.
Justin Clark-Casey (justincc)
2011-03-09
1
-3
/
+9
*
Fix a few little things
Melanie
2011-02-27
1
-0
/
+3
*
Forces the owner of a rezzed object to be the "rezzer" of the
Mic Bowman
2011-02-22
1
-0
/
+2
*
Parameterizes the view distance used to compute and manage
Mic Bowman
2011-02-22
2
-13
/
+28
*
Change the QUERYACCESS method to eliminate spurious access denied messages
Melanie
2011-02-16
1
-5
/
+5
*
Improved error message on TP failure
Diva Canto
2011-02-12
1
-1
/
+1
[next]