aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-07-01Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker1-1/+1
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-06-09From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-4/+4
2009-06-03From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield1-0/+25
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-0/+51
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-4/+4
2009-05-09Fixed handling of inventory a bitHomer Horwitz1-2/+2
2009-04-27Thank you, Orion_Shamroy, for a patch to expand notecard readingMelanie Thielker1-31/+130
2009-04-27Thank you, Orion_Shamroy, for a patch that adds osGetNotecardLine andMelanie Thielker1-0/+79
2009-04-19Terrain changes done via osTerrainSetHeight aren't shown immediately to the c...Homer Horwitz1-32/+40
2009-04-17* Also use the profile cache for osKey2Name()Justin Clarke Casey1-4/+4
2009-04-17* Use cached user profiles in osAvatarName2Key()Justin Clarke Casey1-4/+5
2009-04-09From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague1-0/+41
2009-04-06Add copyright headers, formatting cleanup.Jeff Ames1-19/+19
2009-04-05Thanks BlueWall for a patch that adds Hypergrid dynamic linking to osTeleport...diva1-0/+20
2009-03-31Thank you kindly, MCortez for a patch that:Charles Krinke1-1/+44
2009-03-26 - adding osGetAgents() which returns a list of all avatars in the regionDr Scofield1-46/+73
2009-03-20Thank you, mcortez, for patch to add functionality to the sun module.Melanie Thielker1-0/+88
2009-03-15Fixes Mantis #3294. Thank you kindly, Godfrey, for a patch that:Charles Krinke1-2/+40
2009-03-13Thank you, mcortez, for a patch that fixes a number of long standingMelanie Thielker1-0/+27
2009-03-06* refactor: Remove GetLandOwner function from SceneJustin Clarke Casey1-12/+12
2009-03-05* refactor: move media and music url setting from scene into LandObjectJustin Clarke Casey1-1/+1
2009-03-02After another heroic and bloody battle, OpenSim Dino Expedition 1, killed off...MW1-14/+0
2009-02-26This adds a new osGetAgentIP function with threat level set to High. ItSean Dague1-0/+29
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+1
2009-02-18From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague1-0/+18
2009-02-17Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker1-1/+1
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-7/+7