| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Added delay loop to give a newly created assembly time to appear. On | Alan M Webb | 2009-09-23 | 1 | -32/+71 |
| * | | | Thank you, Intari, for a patch that implements the missing pieces of | Melanie | 2009-09-22 | 3 | -8/+12 |
| | |/
| |/| |
|
| * | | Updatate llOpenRemoteDataChannel to provide the external hostname configured ... | BlueWall (James Hughes) | 2009-09-19 | 1 | -1/+5 |
| * | | addition of a new script function osSetParcelSIPAddress(string SIPAddress), n... | Rob Smart | 2009-09-18 | 3 | -0/+35 |
| |/ |
|
* | | * Adding Scale to EntityBase * Fixing the incorrect initialization of EntityB... | John Hurliman | 2009-09-16 | 2 | -11/+9 |
|/ |
|
* | This fix allows you to configure a script-to-console-log channel | Alan M Webb | 2009-09-16 | 1 | -49/+70 |
* | This fixes a boundary case error in the strided list | Alan M Webb | 2009-09-16 | 1 | -0/+4 |
* | fix to preserve UTF8 encoding in saved script state. | dr scofield (aka dirk husemann) | 2009-09-14 | 1 | -4/+4 |
* | reformatting. | dr scofield (aka dirk husemann) | 2009-09-09 | 1 | -18/+17 |
* | fix: unicode notecards not surviving script treatment (fixes #4119 --- | dr scofield (aka dirk husemann) | 2009-09-09 | 2 | -8/+8 |
* | llRot2Euler() now returns angles -PI < angle < PI | dahlia | 2009-09-07 | 1 | -3/+8 |
* | random drive-by maths optimization in llRot2Euler() and llEuler2Rot() | dahlia | 2009-09-07 | 1 | -8/+8 |
* | remove warning | Justin Clark-Casey (justincc) | 2009-09-06 | 1 | -1/+2 |
* | remove warning | Justin Clark-Casey (justincc) | 2009-09-06 | 1 | -1/+2 |
* | Experimental. Set attachment flag early on rezzing from inventory. | Melanie | 2009-09-01 | 1 | -1/+0 |
* | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim | Melanie | 2009-08-31 | 3 | -0/+15 |
|\ |
|
| * | - making font name used by VectorRenderModule configurable: can be set | dr scofield (aka dirk husemann) | 2009-08-31 | 3 | -0/+15 |
* | | Change the return value if the compiler to "object" to allow compilers | Melanie | 2009-08-31 | 4 | -7/+7 |
|/ |
|
* | Implements osDrawPolygon, similar to already implemented osDrawFilledPolygon | Arthur Valadares | 2009-08-28 | 3 | -0/+25 |
* | Implemented osPenCap, that sets EndCap and StartCap to Pen. This allows using... | Arthur Valadares | 2009-08-25 | 3 | -0/+15 |
* | Adds osDrawPolygon to OSSL. Works a little different then other OS Drawing fu... | Arthur Valadares | 2009-08-21 | 4 | -7/+61 |
* | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-08-21 | 1 | -15/+17 |
* | * Moves NPC Creation across AppDomains to prevent a major perfomance issue. | Adam Frisby | 2009-08-21 | 1 | -0/+2 |
* | * Protip: Declare publically accessible functions, as public functions. | Adam Frisby | 2009-08-21 | 1 | -4/+6 |
* | * Addendum to previous | Adam Frisby | 2009-08-21 | 1 | -0/+17 |
* | * Fleshes more of NPCModule out. | Adam Frisby | 2009-08-21 | 2 | -0/+58 |
* | * Implements a bunch of stuff in NPCModule | Adam Frisby | 2009-08-21 | 1 | -24/+24 |
* | osGetLinkPrimitiveParams fix | Jeff Lee | 2009-08-18 | 1 | -1/+25 |
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-08-17 | 2 | -1/+18 |
|\ |
|
| * | * ShortVersion, another attempt at fixing the test thread death that randomly... | Teravus Ovares (Dan Olivares) | 2009-08-16 | 1 | -1/+2 |
| * | * minor: comments | Teravus Ovares (Dan Olivares) | 2009-08-16 | 1 | -0/+16 |
* | | Changed FromAssetID to FromItemID | Diva Canto | 2009-08-15 | 1 | -1/+1 |
|/ |
|
* | * whoops, missing a / | Teravus Ovares (Dan Olivares) | 2009-08-15 | 1 | -1/+1 |
* | * Comment out XEngineTest that doesn't appear to test anything. It just crea... | Teravus Ovares (Dan Olivares) | 2009-08-15 | 1 | -0/+3 |
* | Remove one more sponsor reference | Melanie | 2009-08-14 | 1 | -1/+1 |
* | Remove the script sponsor logic because scripts are timing out again. | Melanie | 2009-08-14 | 4 | -19/+15 |
* | Add some extra info to script load messages | Melanie | 2009-08-14 | 1 | -2/+2 |
* | Replace the Replaceable modules name | Melanie | 2009-08-10 | 2 | -2/+2 |
* | Formatting cleanup. | Jeff Ames | 2009-08-09 | 4 | -12/+12 |
* | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim | Melanie | 2009-08-08 | 2 | -6/+7 |
|\ |
|
| * | This is the second part of the 'not crash on regionsize changes'. This le... | Teravus Ovares (Dan Olivares) | 2009-08-07 | 2 | -6/+7 |
* | | Update threat level description | Melanie | 2009-08-08 | 1 | -0/+1 |
|/ |
|
* | Thank you, Godfrey, for a patch that implements osGetLinkPrimitiveParams | Melanie | 2009-08-07 | 4 | -21/+53 |
* | Experimental! Implement ISponsor in ScriptInstance | Melanie | 2009-08-07 | 1 | -12/+7 |
* | Another stab at cmickeyb's patch for script GC. | Melanie | 2009-08-07 | 9 | -55/+55 |
* | 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 | 9 | -59/+55 |
* | |From: James J Greensky <jame.j.greensky@intel.com> | Melanie | 2009-08-06 | 9 | -55/+59 |
* | remove some more mono compiler warnings | Justin Clark-Casey | 2009-08-05 | 1 | -1/+1 |
* | * Remove some mono compiler warnings | Justin Clark-Casey | 2009-08-05 | 1 | -1/+1 |