Tom Grimshaw
|
53c32d8773
osGetAvatarList: Use AbsolutePosition instead of the position of the physics actor, or the avatar disappears when they sit down.
|
14 years ago |
Melanie Thielker
|
b64f42fa41
Clone cmGetAvatarList into osGetAvatarList for more generic use.
|
14 years ago |
Melanie Thielker
|
53e96dccef
Add two new osFunctions:
|
14 years ago |
Melanie Thielker
|
f1a1d7a521
Changes osFunction permissions again. Allow_ with a list of UUIDs now again
|
14 years ago |
Melanie Thielker
|
bfcac0ede8
Changes OSSL Api permissions for the case of UUID list. In 0.6.9, the UUIDs
|
14 years ago |
OpenSim Master
|
4c740e1717
Implements three new OSSL functions for parcel management: osParcelJoin joins parcels in an area, osParcelSubdivide splits parcels in an area, osParcelSetDetails sets parcel name, description, owner and group owner. Join and Subdivide methods in LandChannel are exposed.
|
14 years ago |
Dan Lake
|
859bc717a4
Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>).
|
14 years ago |
John Hurliman
|
df76e95aa2
Changed asset CreatorID to a string
|
14 years ago |
John Hurliman
|
7665aad002
* Adds CreatorID to asset metadata. This is just the plumbing to support CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
|
14 years ago |
Diva Canto
|
42f978a478
* HGScene is no more.
|
15 years ago |
Diva Canto
|
70465f4c90
Removed obsolete interface IHyperlink.
|
15 years ago |
Melanie
|
10f8c2ea9b
Merge branch 'master' into presence-refactor
|
15 years ago |
Diva Canto
|
c5ea783526
OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.
|
15 years ago |
Justin Clark-Casey (justincc)
|
9c668558d4
minor: formatting
|
15 years ago |
Diva Canto
|
1e1b2ab221
* OMG! All but one references to UserProfileCacheService have been rerouted!
|
15 years ago |
Jeff Ames
|
70d5b1c34c
Formatting cleanup. Add copyright headers.
|
15 years ago |
unknown
|
87959464c9
Adds osKickUser and osSetSpeed
|
15 years ago |
Melanie
|
0f616d2ffe
Prevent OSSL from crashing if the sim was loaded from a remote config and
|
15 years ago |
Adam Frisby
|
87e89efbf9
* Mistaken ThreatLevel classification on osGetSimulatorMemory - should have been MODERATE.
|
15 years ago |
Adam Frisby
|
963cf25813
* Implements OSSL function: osGetSimulatorMemory - returns the current amount of memory allocated to the simulator process (Moderate Threat Level).
|
15 years ago |
Jeff Lee
|
9d05962029
Added osGetRegionStats() function, to return a number of sim statistics
|
15 years ago |
Jeff Lee
|
d39c300d11
Added osGetRegionStats() function, to return a number of sim statistics
|
15 years ago |
Melanie
|
0b380f68d8
Change osTeleportAgent parameters from long to int. That numerical range is
|
15 years ago |
Justin Clark-Casey (justincc)
|
1324082b90
refactor: move most animation methods from ScenePresence into a new ScenePresenceAnimator class
|
15 years ago |
Justin Clark-Casey (justincc)
|
fe82471c2b
Apply patch http://opensimulator.org/mantis/view.php?id=4369
|
15 years ago |
John Hurliman
|
afef1ac191
Changing the AssetBase constructors to avoid initializing assets with an unknown asset type, and log an error if it ever does happen
|
15 years ago |
John Hurliman
|
ec2ebf2598
Removing EntityBase.Rotation
|
15 years ago |
John Hurliman
|
4b75353cbf
Object update prioritization by Jim Greensky of Intel Labs, part one. This implements a simple distance prioritizer based on initial agent positions. Re-prioritizing and more advanced priority algorithms will follow soon
|
15 years ago |
Melanie
|
6878b26b0d
Merge branch 'diva-textures-osgrid'
|
15 years ago |
John Hurliman
|
387e9f7a7f
* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework)
|
15 years ago |