| Commit message (Expand) | Author | Age | Files | Lines |
* | osGetAvatarList: Use AbsolutePosition instead of the position of the physics ... | Tom Grimshaw | 2010-06-14 | 1 | -6/+3 |
* | Clone cmGetAvatarList into osGetAvatarList for more generic use. | Melanie Thielker | 2010-06-11 | 1 | -0/+27 |
* | Add two new osFunctions: | Melanie Thielker | 2010-06-02 | 1 | -0/+16 |
* | Changes osFunction permissions again. Allow_ with a list of UUIDs now again | Melanie Thielker | 2010-05-30 | 1 | -16/+51 |
* | Changes OSSL Api permissions for the case of UUID list. In 0.6.9, the UUIDs | Melanie Thielker | 2010-05-30 | 1 | -3/+18 |
* | Implements three new OSSL functions for parcel management: osParcelJoin joins... | OpenSim Master | 2010-05-13 | 1 | -0/+82 |
* | Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA... | Dan Lake | 2010-03-19 | 1 | -9/+11 |
* | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 1 | -1/+1 |
* | * Adds CreatorID to asset metadata. This is just the plumbing to support Crea... | John Hurliman | 2010-02-22 | 1 | -1/+1 |
* | * HGScene is no more. | Diva Canto | 2010-01-30 | 1 | -1/+0 |
* | Removed obsolete interface IHyperlink. | Diva Canto | 2010-01-24 | 1 | -13/+4 |
* | Merge branch 'master' into presence-refactor | Melanie | 2010-01-16 | 1 | -1/+5 |
|\ |
|
| * | minor: formatting | Justin Clark-Casey (justincc) | 2010-01-11 | 1 | -1/+5 |
* | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 1 | -1/+1 |
* | | * OMG! All but one references to UserProfileCacheService have been rerouted! | Diva Canto | 2010-01-10 | 1 | -8/+6 |
|/ |
|
* | Formatting cleanup. Add copyright headers. | Jeff Ames | 2010-01-04 | 1 | -79/+79 |
* | Adds osKickUser and osSetSpeed | unknown | 2009-12-31 | 1 | -0/+77 |
* | Prevent OSSL from crashing if the sim was loaded from a remote config and | Melanie | 2009-12-15 | 1 | -3/+3 |
* | * Mistaken ThreatLevel classification on osGetSimulatorMemory - should have b... | Adam Frisby | 2009-12-13 | 1 | -1/+1 |
* | * Implements OSSL function: osGetSimulatorMemory - returns the current amount... | Adam Frisby | 2009-12-13 | 1 | -0/+13 |
* | Added osGetRegionStats() function, to return a number of sim statistics | Jeff Lee | 2009-11-26 | 1 | -1/+8 |
* | Added osGetRegionStats() function, to return a number of sim statistics | Jeff Lee | 2009-11-26 | 1 | -0/+15 |
* | Change osTeleportAgent parameters from long to int. That numerical range is | Melanie | 2009-11-25 | 1 | -2/+2 |
* | refactor: move most animation methods from ScenePresence into a new ScenePres... | Justin Clark-Casey (justincc) | 2009-11-17 | 1 | -4/+5 |
* | Apply patch http://opensimulator.org/mantis/view.php?id=4369 | Justin Clark-Casey (justincc) | 2009-11-12 | 1 | -19/+56 |
* | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 2009-11-05 | 1 | -5/+2 |
* | Removing EntityBase.Rotation | John Hurliman | 2009-11-04 | 1 | -1/+8 |
* | Object update prioritization by Jim Greensky of Intel Labs, part one. This im... | John Hurliman | 2009-10-15 | 1 | -2/+2 |
* | Merge branch 'diva-textures-osgrid' | Melanie | 2009-10-04 | 1 | -1/+1 |
|\ |
|
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 2009-10-02 | 1 | -1/+1 |
* | | - cleaning up LandData/ILandObject capitalization issues | dr scofield (aka dirk husemann) | 2009-10-02 | 1 | -5/+5 |
* | | First pass at the heart surgery for grid services. Compiles and runs minimall... | Diva Canto | 2009-09-26 | 1 | -10/+15 |
* | | addition of a new script function osSetParcelSIPAddress(string SIPAddress), n... | Rob Smart | 2009-09-18 | 1 | -0/+29 |
|/ |
|
* | fix: unicode notecards not surviving script treatment (fixes #4119 --- | dr scofield (aka dirk husemann) | 2009-09-09 | 1 | -4/+4 |
* | - making font name used by VectorRenderModule configurable: can be set | dr scofield (aka dirk husemann) | 2009-08-31 | 1 | -0/+9 |
* | Implements osDrawPolygon, similar to already implemented osDrawFilledPolygon | Arthur Valadares | 2009-08-28 | 1 | -0/+19 |
* | Implemented osPenCap, that sets EndCap and StartCap to Pen. This allows using... | Arthur Valadares | 2009-08-25 | 1 | -0/+9 |
* | Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing fu... | Arthur Valadares | 2009-08-21 | 1 | -0/+19 |
* | * Moves NPC Creation across AppDomains to prevent a major perfomance issue. | Adam Frisby | 2009-08-21 | 1 | -0/+2 |
* | * Fleshes more of NPCModule out. | Adam Frisby | 2009-08-21 | 1 | -0/+52 |
* | Remove the script sponsor logic because scripts are timing out again. | Melanie | 2009-08-14 | 1 | -3/+3 |
* | Formatting cleanup. | Jeff Ames | 2009-08-09 | 1 | -5/+5 |
* | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim | Melanie | 2009-08-08 | 1 | -2/+2 |
|\ |
|
| * | This is the second part of the 'not crash on regionsize changes'. This le... | Teravus Ovares (Dan Olivares) | 2009-08-07 | 1 | -2/+2 |
* | | Update threat level description | Melanie | 2009-08-08 | 1 | -0/+1 |
|/ |
|
* | Thank you, Godfrey, for a patch that implements osGetLinkPrimitiveParams | Melanie | 2009-08-07 | 1 | -0/+20 |
* | Another stab at cmickeyb's patch for script GC. | Melanie | 2009-08-07 | 1 | -4/+3 |
* | Add a method to init the OSSL Api's m_LSL_Api member back to the OSSL Api | Melanie | 2009-08-07 | 1 | -1/+9 |
* | Revert the XEngine memleak patch, it causes premature GC. | Melanie | 2009-08-07 | 1 | -3/+4 |
* | |From: James J Greensky <jame.j.greensky@intel.com> | Melanie | 2009-08-06 | 1 | -4/+3 |