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
/
Framework
/
Interfaces
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement terrain merging in TerrainChannel.
Robert Adams
2014-02-02
2
-1
/
+4
*
Overload INPCModule.CreateNPC() to allow agentID to be specified. Note: this ...
dahlia
2014-02-01
1
-0
/
+26
*
Merge branch 'master' into varregion
Robert Adams
2014-01-21
1
-0
/
+7
|
\
|
*
Clean up orphaned json stores. This can happen when an object is
Mic Bowman
2014-01-20
1
-0
/
+7
*
|
varregion: add --noterrain and --noparcel to 'load oar'.
Robert Adams
2014-01-19
1
-18
/
+8
*
|
varregion: add --displacement parameter to 'load oar'.
Robert Adams
2014-01-19
2
-2
/
+5
*
|
Merge branch 'master' into varregion
Robert Adams
2014-01-19
2
-111
/
+20
|
\
\
|
|
/
|
*
minor: reinsert some method doc back into IEntityTransferModule
Justin Clark-Casey (justincc)
2014-01-17
1
-0
/
+20
|
*
Merge branch 'justincc-master'
Justin Clark-Casey (justincc)
2014-01-16
1
-111
/
+0
|
|
\
|
|
*
Remove old IInterRegionComms and references. This hasn't been used since 200...
Justin Clark-Casey (justincc)
2014-01-16
1
-111
/
+0
|
*
|
varregion: Add region size to teleport event messages (EnableSimulator,
Robert Adams
2014-01-04
1
-4
/
+5
*
|
|
Add J2K decoder routine that converts directly to an image.
Robert Adams
2014-01-19
1
-1
/
+9
*
|
|
varregion: Add region size to teleport event messages (EnableSimulator,
Robert Adams
2014-01-03
1
-4
/
+5
*
|
|
varregion: add lots of DEBUG level log messages. Especially for teleport.
Robert Adams
2013-12-24
1
-2
/
+1
*
|
|
Merge branch 'master' into varregion
Robert Adams
2013-12-17
3
-24
/
+54
|
\
\
\
|
|
/
/
|
*
|
Replace proprietary file header with BSD one
Melanie
2013-12-11
1
-6
/
+27
|
*
|
Add missing files *blush*
Melanie
2013-12-11
1
-0
/
+19
|
*
|
Committing the Avination Scene Presence and related texture code
Melanie
2013-12-11
1
-2
/
+4
|
*
|
This is the Avination Entity Transfer Module. Surprisingly, it still compiles
Melanie
2013-12-11
1
-22
/
+10
|
|
/
*
|
varregion: add ITerrainChannel.GetHeightAtXYZ() for eventual mesh terrain.
Robert Adams
2013-11-28
1
-0
/
+2
*
|
varregion: push TerrainData implementation up and down the database storage s...
Robert Adams
2013-11-01
2
-0
/
+18
*
|
Merge branch 'master' into varregion
Robert Adams
2013-10-16
2
-4
/
+11
|
\
\
|
|
/
|
*
Fixed rezzing coalesced objects from a prim's inventory
Oren Hurvitz
2013-10-15
1
-4
/
+6
|
*
Made terrain uploads thread-safe
Oren Hurvitz
2013-10-15
1
-0
/
+5
*
|
varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...
Robert Adams
2013-10-07
2
-24
/
+8
*
|
varregion: serious rework of TerrainChannel:
Robert Adams
2013-09-28
2
-22
/
+28
*
|
Remove time based terrain storage in SQLite so revision number can be used
Robert Adams
2013-09-28
1
-0
/
+21
|
/
*
Experimental comment to eneralize the handling of Linden caps when the
Mic Bowman
2013-07-31
1
-0
/
+48
*
Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that ...
Diva Canto
2013-07-28
1
-0
/
+2
*
Several major improvements to group (V2) chat. Specifically: handle join/drop...
Diva Canto
2013-07-27
1
-1
/
+1
*
Improvements to the ServiceThrottleModule: added a category and an itemid to ...
Diva Canto
2013-07-16
1
-1
/
+9
*
Added IServiceThrottleModule.cs
Diva Canto
2013-07-16
1
-0
/
+11
*
Implement llSetSoundQueueing().
Justin Clark-Casey (justincc)
2013-05-22
1
-1
/
+7
*
Step 2: commit the IEstateModuleInterface changes needed
Melanie
2013-05-07
1
-1
/
+2
*
Step one of estate settings sharing - port the Avination Estate module (compl...
Melanie
2013-05-07
1
-1
/
+1
*
Adding the dynamic menu module which allows registering new menu options in c...
Melanie
2013-04-25
1
-0
/
+57
*
Fix bug where outstanding llHTTPRequests for scripts were not being aborted w...
Justin Clark-Casey (justincc)
2013-04-04
1
-1
/
+7
*
Added missing functionality (mainly custom headers) to llHTTPRequest.
Kevin Cozens
2013-03-29
1
-0
/
+3
*
Stop attempts to update/add existing attachments in user inventory when telep...
Justin Clark-Casey (justincc)
2013-03-28
1
-2
/
+4
*
If the viewer has already rezzed any attachments itself, then ignore the simu...
Justin Clark-Casey (justincc)
2013-03-28
1
-0
/
+4
*
Merge branch 'master' into newmultiattach
Melanie
2013-03-18
1
-1
/
+13
|
\
|
*
Per discussions with justincc... split the JsonStore type
Mic Bowman
2013-03-05
1
-1
/
+13
*
|
Multiattach, part 1
Melanie
2013-03-18
1
-1
/
+1
|
/
*
Add regression test for llRequestUrl()
Justin Clark-Casey (justincc)
2013-02-26
1
-0
/
+11
*
Fix the JsonStore path set problem justincc found earlier today and
Mic Bowman
2013-02-19
1
-1
/
+0
*
Rename new JsonScript functions JsonPathType() -> JsonGetPathType() and JsonA...
Justin Clark-Casey (justincc)
2013-02-14
1
-2
/
+2
*
Add an event and some logic to allow customizing Simulator Features by avatar
Melanie
2013-02-14
1
-1
/
+5
*
Adds a couple requested functions to the JsonStore script
Mic Bowman
2013-02-13
1
-0
/
+15
*
Plumb the path from the client to the extra physics params and back
Melanie
2013-02-07
1
-0
/
+2
*
Enables script access to the per object dynamic attributes through the JsonStore
Mic Bowman
2013-02-06
1
-0
/
+1
[next]