| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Restore the functionality that was removed in r9928. This lets the load | Melanie Thielker | 2009-07-01 | 1 | -1/+1 |
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 1 | -1/+1 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-06-09 | 1 | -4/+4 |
* | From: Chris Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-06-03 | 1 | -0/+25 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-05-22 | 1 | -0/+51 |
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 2009-05-15 | 1 | -4/+4 |
* | Fixed handling of inventory a bit | Homer Horwitz | 2009-05-09 | 1 | -2/+2 |
* | Thank you, Orion_Shamroy, for a patch to expand notecard reading | Melanie Thielker | 2009-04-27 | 1 | -31/+130 |
* | Thank you, Orion_Shamroy, for a patch that adds osGetNotecardLine and | Melanie Thielker | 2009-04-27 | 1 | -0/+79 |
* | Terrain changes done via osTerrainSetHeight aren't shown immediately to the c... | Homer Horwitz | 2009-04-19 | 1 | -32/+40 |
* | * Also use the profile cache for osKey2Name() | Justin Clarke Casey | 2009-04-17 | 1 | -4/+4 |
* | * Use cached user profiles in osAvatarName2Key() | Justin Clarke Casey | 2009-04-17 | 1 | -4/+5 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-04-09 | 1 | -0/+41 |
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-04-06 | 1 | -19/+19 |
* | Thanks BlueWall for a patch that adds Hypergrid dynamic linking to osTeleport... | diva | 2009-04-05 | 1 | -0/+20 |
* | Thank you kindly, MCortez for a patch that: | Charles Krinke | 2009-03-31 | 1 | -1/+44 |
* | - adding osGetAgents() which returns a list of all avatars in the region | Dr Scofield | 2009-03-26 | 1 | -46/+73 |
* | Thank you, mcortez, for patch to add functionality to the sun module. | Melanie Thielker | 2009-03-20 | 1 | -0/+88 |
* | Fixes Mantis #3294. Thank you kindly, Godfrey, for a patch that: | Charles Krinke | 2009-03-15 | 1 | -2/+40 |
* | Thank you, mcortez, for a patch that fixes a number of long standing | Melanie Thielker | 2009-03-13 | 1 | -0/+27 |
* | * refactor: Remove GetLandOwner function from Scene | Justin Clarke Casey | 2009-03-06 | 1 | -12/+12 |