aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2010-09-131-3/+3
|\
| * Formatting cleanup.Jeff Ames2010-09-121-3/+3
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-181-2/+0
|\ \ | |/
| * Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...Diva Canto2010-08-161-2/+0
| * osGetAvatarList: Use AbsolutePosition instead of the position of the physics ...Tom Grimshaw2010-06-141-6/+3
| * Clone cmGetAvatarList into osGetAvatarList for more generic use.Melanie Thielker2010-06-111-0/+27
| * Add two new osFunctions:Melanie Thielker2010-06-021-0/+16
| * Changes osFunction permissions again. Allow_ with a list of UUIDs now againMelanie Thielker2010-05-301-16/+51
| * Changes OSSL Api permissions for the case of UUID list. In 0.6.9, the UUIDsMelanie Thielker2010-05-301-3/+18
* | Add a DebuggerSafe option to the ini to help with debugging in visual studio....meta72010-08-091-1/+10
* | Pacify osGetAvatarList to provide LSL types instead of omv typesTom2010-08-041-3/+3
* | osGetAvatarList: Use AbsolutePosition instead of the position of the physics ...Tom Grimshaw2010-06-141-6/+3
* | Clone cmGetAvatarList into osGetAvatarList for more generic use.Melanie Thielker2010-06-111-0/+27
* | Add two new osFunctions:Melanie Thielker2010-06-021-0/+16
* | Changes osFunction permissions again. Allow_ with a list of UUIDs now againMelanie Thielker2010-05-301-16/+51
* | Changes OSSL Api permissions for the case of UUID list. In 0.6.9, the UUIDsMelanie Thielker2010-05-301-3/+18
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-211-0/+82
|\ \ | |/
| * Implements three new OSSL functions for parcel management: osParcelJoin joins...OpenSim Master2010-05-131-0/+82
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-301-9/+11
|\ \ | |/
| * Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake2010-03-191-9/+11
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-03-031-24/+12
|\ \ | |/
| * Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
| * * Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2010-02-221-1/+1
| * * HGScene is no more.Diva Canto2010-01-301-1/+0
| * Removed obsolete interface IHyperlink.Diva Canto2010-01-241-13/+4
| * Merge branch 'master' into presence-refactorMelanie2010-01-161-1/+5
| |\
| * | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-111-1/+1
| * | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-8/+6
* | | Merge branch 'master' into careminsterMelanie2010-01-141-1/+5
|\ \ \ | | |/ | |/|
| * | minor: formattingJustin Clark-Casey (justincc)2010-01-111-1/+5
| |/
* | Merge branch 'master' into careminsterMelanie2010-01-031-79/+79
|\ \ | |/
| * Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-79/+79
* | Merge branch 'master' into careminsterMelanie2009-12-311-0/+77
|\ \ | |/
| * Adds osKickUser and osSetSpeedunknown2009-12-311-0/+77
* | Merge branch 'master' into careminsterMelanie2009-12-151-3/+3
|\ \ | |/
| * Prevent OSSL from crashing if the sim was loaded from a remote config andMelanie2009-12-151-3/+3
* | Merge branch 'master' into careminsterMelanie2009-12-141-0/+14
|\ \ | |/
| * * Mistaken ThreatLevel classification on osGetSimulatorMemory - should have b...Adam Frisby2009-12-131-1/+1
| * * Implements OSSL function: osGetSimulatorMemory - returns the current amount...Adam Frisby2009-12-131-0/+13
* | Move osFunctions into a new Careminster script interfaceCasperW2009-12-091-334/+0
* | Enable scripting interface for windlightunknown2009-12-091-0/+333
* | Merge branch 'master' into careminsterMelanie2009-11-261-0/+22
|\ \ | |/
| * Added osGetRegionStats() function, to return a number of sim statisticsJeff Lee2009-11-261-1/+8
| * Added osGetRegionStats() function, to return a number of sim statisticsJeff Lee2009-11-261-0/+15
| * Change osTeleportAgent parameters from long to int. That numerical range isMelanie2009-11-251-2/+2
* | Change osTeleportAgent parameters from long to int. That numerical range isMelanie2009-11-251-2/+2
* | Drop all locking of part.TaskInventory in favour of a ReaderWriterLockSlim lo...CasperW2009-11-241-16/+20
|/
* refactor: move most animation methods from ScenePresence into a new ScenePres...Justin Clark-Casey (justincc)2009-11-171-4/+5
* Apply patch http://opensimulator.org/mantis/view.php?id=4369Justin Clark-Casey (justincc)2009-11-121-19/+56
* Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2009-11-051-5/+2