This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-16 03:36:04 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cce760dbfcd375a700e38b8279b0c19c5624e720
opensim
/
OpenSim
/
Region
/
CoreModules
History
Justin Clark-Casey (justincc)
cce760dbfc
Rather than having a FromFolderID property on every single prim and only ever using the root prim one, store on SOG instead.
...
This reduces pointless memory usage.
2012-04-07 00:40:55 +01:00
..
Agent
User level based restrictions for HyperGrid teleports, asset uploads, group creations and getting contacted from other grids. Incoming HyperGrid teleports can also be restricted to local users.
2012-03-27 22:09:58 +02:00
Asset
Change "help" to display categories/module list then "help <category/module>" to display commands in a category.
2012-03-08 01:51:37 +00:00
Avatar
Store FromItemID for attachments once on SOG instead of on every SOP and only ever using the root part entry.
2012-04-07 00:33:02 +01:00
Framework
Rather than having a FromFolderID property on every single prim and only ever using the root prim one, store on SOG instead.
2012-04-07 00:40:55 +01:00
Hypergrid
3rd way of reseting the HG Map. This time, don't use the grid service; instead keep track of which map blocks each client has seen in the region, and reset exactly those when the client closes.
2011-06-10 17:22:17 -07:00
InterGrid
Stop spurious scene loop startup timeout alarms for scenes with many prims.
2012-02-24 05:02:33 +00:00
LightShare
Introduce a LightShare kill packet ans send it when needed. Currently only
2011-12-28 09:24:02 +00:00
Resources
More on HG access control. This commit splits the UserManagementModule into the Basic one and the HG one, so that we can do everything that needs to be done for HG ACLs to work without interfering with the vanilla opensim. For the moment, it finds foreign users who have left a trace in the region, e.g. an object. This makes it possible to ban/IM/etc these users using the regular avatar picker. TODO: contact the UAS directly given a name of the form First.Last @foo.com.
2012-03-17 15:36:20 -07:00
Scripting
Allow llRegionSayTo() to work on the PUBLIC_CHANNEL, as per
http://wiki.secondlife.com/wiki/LlRegionSayTo
2012-03-31 01:29:13 +01:00
ServiceConnectorsIn
HG Friends: allow the establishment of HG friendships without requiring co-presence in the same sim. Using avatar picker, users can now search for names such as "first.last@grid.com:9000", find them, and request friendship. Friendship requests are stored if target user is offline. TESTED ON STANDALONE ONLY.
2012-03-20 17:14:19 -07:00
ServiceConnectorsOut
Finish the implementation of GetUserInventory, even though it's still not used.
2012-04-06 11:38:47 -07:00
World
Revert last commit
2012-04-05 11:10:05 +02:00