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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fixed: EventQueueGet and other caps were being wrongly deregistered. Also Cap...
Diva Canto
2011-05-02
1
-1
/
+0
*
|
Works!
Diva Canto
2011-05-02
1
-1
/
+1
*
|
Broke down Caps.cs into a generic Caps object that simply registers/unregiste...
Diva Canto
2011-05-01
2
-32
/
+22
*
|
Move CapabilitiesModule back to CoreModules. This one belongs there.
Diva Canto
2011-05-01
1
-0
/
+257
*
|
Merge branch 'master' into caps
Diva Canto
2011-05-01
1
-2
/
+2
|
\
\
|
|
/
|
*
Check for RegionID instead of RegionHandle. Other minor tweaks
Diva Canto
2011-04-30
1
-2
/
+2
*
|
Nope, that didn't feel right. Moving all those modules to Linden space.
Diva Canto
2011-04-30
6
-1887
/
+0
*
|
Moved several cap-based-service-providing modules from where they were into a...
Diva Canto
2011-04-30
6
-6
/
+6
*
|
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
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2011-04-28
1
-4
/
+5
|
\
|
*
Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim.
Justin Clark-Casey (justincc)
2011-04-28
1
-4
/
+5
*
|
Fatpack message on agent transfers: 1 message only (UpdateAgent) containing t...
Diva Canto
2011-04-28
5
-40
/
+52
|
/
*
Made things consistent between LocalInventoryServiceConnector and RemoteXInve...
Diva Canto
2011-04-25
2
-11
/
+32
*
Added MaxAgents configuration option to RegionConfig.ini allowing region host...
E. Allen Soard
2011-04-23
1
-1
/
+4
*
some mesh config asthetics
BlueWall
2011-04-21
2
-2
/
+2
*
Move mesh on/off swtich from [Startup] to [Mesh] in anticipation of future co...
Justin Clark-Casey (justincc)
2011-04-18
3
-8
/
+12
*
bump default IAR version to 0.2 and 1.1 for the --profile version.
Justin Clark-Casey (justincc)
2011-04-18
1
-2
/
+2
*
bump oar version number to 0.6.
Justin Clark-Casey (justincc)
2011-04-18
1
-1
/
+1
*
Add regression test to check that OARs start with the control file.
Justin Clark-Casey (justincc)
2011-04-18
3
-9
/
+21
*
add test to ensure that an IAR starts with the control file
Justin Clark-Casey (justincc)
2011-04-18
2
-11
/
+39
*
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
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Justin Clark-Casey (justincc)
2011-04-15
2
-3
/
+21
|
\
|
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
BlueWall
2011-04-14
5
-11
/
+11
|
|
\
|
*
|
Add ColladaMesh switch
BlueWall
2011-04-14
2
-3
/
+21
*
|
|
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
5
-11
/
+11
|
/
*
extend TestLoadCoalesecedItem() to check loaded object ids and positions
Justin Clark-Casey (justincc)
2011-04-15
1
-1
/
+7
*
Make all the objects in a coalescence reappears after being loaded from an IA...
Justin Clark-Casey (justincc)
2011-04-15
4
-26
/
+49
*
implement stub TestLoadCoalesecedItem(). Doesn't do what it's meant to do yet.
Justin Clark-Casey (justincc)
2011-04-14
2
-4
/
+48
*
simplify InventoryArchiveTestCase setup
Justin Clark-Casey (justincc)
2011-04-14
1
-18
/
+2
*
simplify TestSaveItemToIarV0_1()
Justin Clark-Casey (justincc)
2011-04-14
1
-18
/
+2
*
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
2
-0
/
+137
*
Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...
Diva Canto
2011-04-12
11
-12
/
+2
*
Implemented terrain save-tile command. Does the opposite of load-tile. For no...
Diva Canto
2011-04-12
7
-0
/
+132
[prev]
[next]