aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-09-09fix: unicode notecards not surviving script treatment (fixes #4119 ---dr scofield (aka dirk husemann)1-4/+4
2009-08-31- making font name used by VectorRenderModule configurable: can be setdr scofield (aka dirk husemann)1-0/+9
2009-08-28Implements osDrawPolygon, similar to already implemented osDrawFilledPolygonArthur Valadares1-0/+19
2009-08-25Implemented osPenCap, that sets EndCap and StartCap to Pen. This allows using...Arthur Valadares1-0/+9
2009-08-21Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing fu...Arthur Valadares1-0/+19
2009-08-21* Moves NPC Creation across AppDomains to prevent a major perfomance issue.Adam Frisby1-0/+2
2009-08-21* Fleshes more of NPCModule out.Adam Frisby1-0/+52
2009-08-14Remove the script sponsor logic because scripts are timing out again.Melanie1-3/+3
2009-08-09Formatting cleanup.Jeff Ames1-5/+5
2009-08-07This is the second part of the 'not crash on regionsize changes'. This le...Teravus Ovares (Dan Olivares)1-2/+2
2009-08-08Update threat level descriptionMelanie1-0/+1
2009-08-07Thank you, Godfrey, for a patch that implements osGetLinkPrimitiveParamsMelanie1-0/+20
2009-08-07Another stab at cmickeyb's patch for script GC.Melanie1-4/+3
2009-08-07Add a method to init the OSSL Api's m_LSL_Api member back to the OSSL ApiMelanie1-1/+9
2009-08-07Revert the XEngine memleak patch, it causes premature GC.Melanie1-3/+4
2009-08-06|From: James J Greensky <jame.j.greensky@intel.com>Melanie1-4/+3