aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-28[PATCH] osSetSpeed() will accept float numberMakopoppo1-2/+2
2011-06-28[PATCH] Get osGetWindParam() and osSetWindParam() accessibleMakopoppo1-3/+3
2011-06-28[PATCH 1/2] Fixed the function names of some OSSL functions shown asMakopoppo1-3/+3
2011-02-17Add support for new naming syntax of linked regions to osTeleportAgent and os...Marck1-15/+2
2011-02-17Make osTeleportOwner work in foreign regions by relaxing the restrictions on ...Marck1-9/+14
2011-02-12minor: add comment explaining that GetRegionsByName needs to stay in Teleport...Justin Clark-Casey (justincc)1-0/+2
2011-02-05For now, reinstate the call to World.GridService.GetRegionsByName() commented...Justin Clark-Casey (justincc)1-1/+3
2011-01-28Comment out unused call to GridService in TeleportAgent()Justin Clark-Casey (justincc)1-1/+1
2010-12-20Fix osTeleportAgent and osTeleportOwner for the case that GridService is used...Marck1-11/+5
2010-12-13Revamp the viewer -> banlist packet processing so fix a number of bugs.Melanie1-1/+1
2010-12-11More OSSL function name normalization, this time for osParcelSetDetails.Marck1-3/+15
2010-12-10Normalization of OSSL function names.Marck1-9/+62
2010-11-25Change all restarting to use the restart module. Remove hardcoded behaviorMelanie1-3/+22
2010-11-17Add osUnixTimeToTimestamp()Justin Clark-Casey (justincc)1-1/+17
2010-11-16Fix osTeleportAgent for hypergrid destinations.Marck1-1/+5
2010-11-16Add osTeleportOwner.Marck1-2/+30
2010-10-17Adding osFunctions for light projectionBlueWall1-0/+42
2010-09-12Formatting cleanup.Jeff Ames1-3/+3
2010-08-16Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...Diva Canto1-2/+0
2010-06-14osGetAvatarList: Use AbsolutePosition instead of the position of the physics ...Tom Grimshaw1-6/+3
2010-06-11Clone cmGetAvatarList into osGetAvatarList for more generic use.Melanie Thielker1-0/+27
2010-06-02Add two new osFunctions:Melanie Thielker1-0/+16
2010-05-30Changes osFunction permissions again. Allow_ with a list of UUIDs now againMelanie Thielker1-16/+51
2010-05-30Changes OSSL Api permissions for the case of UUID list. In 0.6.9, the UUIDsMelanie Thielker1-3/+18
2010-05-13Implements three new OSSL functions for parcel management: osParcelJoin joins...OpenSim Master1-0/+82
2010-03-19Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake1-9/+11
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+1
2010-01-30* HGScene is no more.Diva Canto1-1/+0
2010-01-24Removed obsolete interface IHyperlink.Diva Canto1-13/+4
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2010-01-11minor: formattingJustin Clark-Casey (justincc)1-1/+5
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-8/+6
2010-01-04Formatting cleanup. Add copyright headers.Jeff Ames1-79/+79
2009-12-31Adds osKickUser and osSetSpeedunknown1-0/+77
2009-12-15Prevent OSSL from crashing if the sim was loaded from a remote config andMelanie1-3/+3
2009-12-13* Mistaken ThreatLevel classification on osGetSimulatorMemory - should have b...Adam Frisby1-1/+1
2009-12-13* Implements OSSL function: osGetSimulatorMemory - returns the current amount...Adam Frisby1-0/+13
2009-11-26Added osGetRegionStats() function, to return a number of sim statisticsJeff Lee1-1/+8
2009-11-26Added osGetRegionStats() function, to return a number of sim statisticsJeff Lee1-0/+15
2009-11-25Change osTeleportAgent parameters from long to int. That numerical range isMelanie1-2/+2
2009-11-17refactor: move most animation methods from ScenePresence into a new ScenePres...Justin Clark-Casey (justincc)1-4/+5
2009-11-12Apply patch http://opensimulator.org/mantis/view.php?id=4369Justin Clark-Casey (justincc)1-19/+56
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman1-5/+2
2009-11-04Removing EntityBase.RotationJohn Hurliman1-1/+8
2009-10-15Object update prioritization by Jim Greensky of Intel Labs, part one. This im...John Hurliman1-2/+2
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman1-1/+1
2009-10-02- cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)1-5/+5
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto1-10/+15
2009-09-18addition of a new script function osSetParcelSIPAddress(string SIPAddress), n...Rob Smart1-0/+29