index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
CoreModules
/
World
/
Estate
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls to
Dan Lake
2011-11-03
1
-5
/
+5
*
Added new ForEachRootScenePresence to Scene since almost every delegate passe...
Dan Lake
2011-10-27
1
-8
/
+5
*
comment out some recent terrain texture logging
Justin Clark-Casey (justincc)
2011-09-12
1
-4
/
+4
*
Save the default terrain texture UUIDs for a new region instead of leaving th...
Justin Clark-Casey (justincc)
2011-09-09
1
-0
/
+5
*
Remove pointless cluttering SOP.ParentGroup != null checks.
Justin Clark-Casey (justincc)
2011-09-01
1
-28
/
+22
*
Added MaxAgents configuration option to RegionConfig.ini allowing region host...
E. Allen Soard
2011-04-23
1
-1
/
+4
*
Add a regression test for rezzing a single object into a scene from user inve...
Justin Clark-Casey (justincc)
2011-04-13
1
-0
/
+4
*
Make the "All Estates" option work from the client (this makes chosen changes...
Justin Clark-Casey (justincc)
2011-04-05
1
-4
/
+145
*
Hack in a crude temporary "estate show" command
Justin Clark-Casey (justincc)
2011-02-12
2
-21
/
+93
*
refactor: split out estate management commands into separate class
Justin Clark-Casey (justincc)
2011-02-11
2
-340
/
+400
*
Added loading and saving of terrain files using Terragen format (Mantis #1564)
Kevin Cozens
2011-01-28
1
-30
/
+5
*
remove some mono compiler warnings
Justin Clark-Casey (justincc)
2011-01-21
1
-2
/
+4
*
Change all restarting to use the restart module. Remove hardcoded behavior
Melanie
2010-11-25
1
-1
/
+17
*
Global creator information working on MySQL DB and on load/save OARs. Creator...
Diva Canto
2010-11-21
1
-1
/
+7
*
Although the Allow Voice setting is per estate rather than per region,
Melanie
2010-11-09
1
-1
/
+3
*
Restrict top colliders / top scripts to estate managers
Melanie
2010-09-27
1
-0
/
+3
*
Plumb the region type through to the ProductName field in estate messages
Melanie
2010-08-24
1
-0
/
+1
*
Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...
Diva Canto
2010-08-16
1
-3
/
+0
*
Add perms check to the teleport home client command handlers.
Melanie Thielker
2010-05-04
1
-0
/
+6
*
Strip estate message sending out from the estate management module and
Melanie Thielker
2010-05-04
1
-4
/
+10
*
make the events more useful by providing the source region
Melanie Thielker
2010-05-04
1
-2
/
+2
*
Add events to the estate interface to let interested modules know of
Melanie Thielker
2010-05-04
1
-0
/
+36
*
Allow reloading of estate settings into a running region. Move sun update
Melanie Thielker
2010-05-04
1
-37
/
+3
*
Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...
Dan Lake
2010-03-19
1
-19
/
+12
*
Inconsistent locking of ScenePresence array in SceneGraph. Fixed by eliminati...
Dan Lake
2010-03-17
1
-4
/
+2
*
Changed asset CreatorID to a string
John Hurliman
2010-02-22
1
-1
/
+1
*
* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...
John Hurliman
2010-02-22
1
-1
/
+1
*
Merge branch 'master' into presence-refactor
Melanie
2010-02-15
1
-2
/
+2
|
\
|
*
Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522
Justin Clark-Casey (justincc)
2010-02-12
1
-2
/
+2
|
*
Revert "Updates all IRegionModules to the new style region modules."
Melanie
2010-01-29
1
-35
/
+23
|
*
Updates all IRegionModules to the new style region modules.
Revolution
2010-01-23
1
-23
/
+35
*
|
Merge branch 'master' into presence-refactor
Melanie
2010-01-16
1
-92
/
+152
|
\
\
|
|
/
|
*
A last fix for estate access by group. One should send the correct list.
Melanie
2010-01-09
1
-2
/
+2
|
*
Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed users
Melanie
2010-01-09
1
-92
/
+152
*
|
Remove all references to master avatar, replacing with estate owner where
Melanie
2010-01-10
1
-16
/
+2
*
|
Less refs to UserProfileCacheService. Compiles but likely doesn't run.
Diva Canto
2010-01-09
1
-11
/
+4
|
/
*
* Terrain uploads via the Estate Tools now support a multitude of file format...
Adam Frisby
2009-12-03
1
-19
/
+31
*
Changing the AssetBase constructors to avoid initializing assets with an unkn...
John Hurliman
2009-11-05
1
-6
/
+1
*
Experimental change to use an immutable array for iterating ScenePresences, a...
John Hurliman
2009-10-23
1
-2
/
+5
*
* Removed some of the redundant broadcast functions in Scene and SceneGraph s...
John Hurliman
2009-10-15
1
-1
/
+1
*
* Attempting to fix a issue with console commands & the estate module. Again.
Adam Frisby
2009-10-02
1
-4
/
+52
*
* Send Updated Information Packet to Clients after updating estate settings.
Adam Frisby
2009-09-24
1
-0
/
+2
*
* Establishing why new console commands fail to work. >_>
Adam Frisby
2009-09-24
1
-4
/
+6
*
* Fixing typo.
Adam Frisby
2009-09-24
1
-1
/
+1
*
* Added two new commands to EstateManagementModule
Adam Frisby
2009-09-24
1
-6
/
+55
*
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
2009-06-01
2
-2
/
+2
*
Thank you kindly, Patnad, for a patch that:
Charles Krinke
2009-05-12
1
-11
/
+5
*
Thank you, mcortez, for a patch that fixes a number of long standing
Melanie Thielker
2009-03-13
1
-14
/
+39
*
* Applied a patch that: Added estate ban table to migration scripts and nhibe...
lbsa71
2009-02-21
1
-7
/
+7
*
* Renamed and encapsulated m_sceneGraph as SceneGraph for ccc
lbsa71
2009-02-20
1
-1
/
+1
[next]