aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Normalization of OSSL function names.Marck2010-12-101-9/+62
* Change all restarting to use the restart module. Remove hardcoded behaviorMelanie2010-11-251-3/+22
* Add osUnixTimeToTimestamp()Justin Clark-Casey (justincc)2010-11-171-1/+17
* Fix osTeleportAgent for hypergrid destinations.Marck2010-11-161-1/+5
* Add osTeleportOwner.Marck2010-11-161-2/+30
* Adding osFunctions for light projectionBlueWall2010-10-171-0/+42
* Formatting cleanup.Jeff Ames2010-09-121-3/+3
* 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
* Implements three new OSSL functions for parcel management: osParcelJoin joins...OpenSim Master2010-05-131-0/+82
* Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake2010-03-191-9/+11
* 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
|\
| * minor: formattingJustin Clark-Casey (justincc)2010-01-111-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
|/
* Formatting cleanup. Add copyright headers.Jeff Ames2010-01-041-79/+79
* Adds osKickUser and osSetSpeedunknown2009-12-311-0/+77
* Prevent OSSL from crashing if the sim was loaded from a remote config andMelanie2009-12-151-3/+3
* * 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
* 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
* 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
* Removing EntityBase.RotationJohn Hurliman2009-11-041-1/+8
* Object update prioritization by Jim Greensky of Intel Labs, part one. This im...John Hurliman2009-10-151-2/+2
* Merge branch 'diva-textures-osgrid'Melanie2009-10-041-1/+1
|\
| * * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2009-10-021-1/+1
* | - cleaning up LandData/ILandObject capitalization issuesdr scofield (aka dirk husemann)2009-10-021-5/+5
* | First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-261-10/+15
* | addition of a new script function osSetParcelSIPAddress(string SIPAddress), n...Rob Smart2009-09-181-0/+29
|/
* fix: unicode notecards not surviving script treatment (fixes #4119 ---dr scofield (aka dirk husemann)2009-09-091-4/+4
* - making font name used by VectorRenderModule configurable: can be setdr scofield (aka dirk husemann)2009-08-311-0/+9
* Implements osDrawPolygon, similar to already implemented osDrawFilledPolygonArthur Valadares2009-08-281-0/+19
* Implemented osPenCap, that sets EndCap and StartCap to Pen. This allows using...Arthur Valadares2009-08-251-0/+9
* Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing fu...Arthur Valadares2009-08-211-0/+19
* * Moves NPC Creation across AppDomains to prevent a major perfomance issue.Adam Frisby2009-08-211-0/+2
* * Fleshes more of NPCModule out.Adam Frisby2009-08-211-0/+52
* Remove the script sponsor logic because scripts are timing out again.Melanie2009-08-141-3/+3
* Formatting cleanup.Jeff Ames2009-08-091-5/+5