| Commit message (Expand) | Author | Age | Files | Lines |
* | add string osSetDynamicTextureDataFace(string dynamicID, string contentType, ... | UbitUmarov | 2017-06-24 | 1 | -0/+6 |
* | osDrawFilledEllipse or string comand FillEllipse identical do Ellipse one | UbitUmarov | 2017-06-24 | 1 | -0/+5 |
* | reWrite lsl json functions, forward slash is not escaped as LitJson spec; cod... | UbitUmarov | 2017-05-19 | 1 | -9/+11 |
* | several changes for osTeleportObject | UbitUmarov | 2017-04-15 | 2 | -3/+3 |
* | add LSL_Integer osGetLinkNumber(LSL_String name). uses a cache for the strin... | UbitUmarov | 2017-04-04 | 1 | -0/+5 |
* | mantis 8740: rename osObjectTeleport as osTeleportObject, replaced the stop ... | UbitUmarov | 2017-04-04 | 2 | -2/+9 |
* | add EXPERIMENTAL osObjectTeleport(LSL_Key objectUUID, LSL_Vector targetPos, L... | UbitUmarov | 2017-04-03 | 1 | -0/+4 |
* | add OSSL functions to override linksets total mass, center of mass and inert... | UbitUmarov | 2017-03-31 | 1 | -0/+26 |
* | restore argument name material_bits | UbitUmarov | 2017-01-08 | 1 | -2/+2 |
* | mantis 8117: fix llSetPhysicsMaterial, using proper LSL_float type | UbitUmarov | 2017-01-08 | 1 | -2/+2 |
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 4 | -14/+14 |
* | reserve constant OBJECT_ATTACHED_SLOTS_AVAILABLE from mantis 8096. But do not... | UbitUmarov | 2016-12-16 | 1 | -0/+1 |
* | Add osDie(key) | Jeff Kelley | 2016-12-14 | 1 | -0/+5 |
* | New OSSL function: osNpcSetProfileImage(LSL_Key npc, string image); This patc... | Mandarinka Tasty | 2016-12-14 | 1 | -0/+5 |
* | add osNpcSetProfileAbout(LSL_Key npc, string about) to set NPCs profile Abou... | UbitUmarov | 2016-12-06 | 1 | -0/+5 |
* | The new Constant: integer OBJECT_REZZER_KEY = 32; | Mandarinka Tasty | 2016-12-04 | 1 | -0/+1 |
* | The new Constant: integer OBJECT_TEMP_ATTACHED = 34; | Mandarinka Tasty | 2016-11-30 | 1 | -0/+1 |
* | The implementation of new flags = parameters for llGetObjectDetails - Part II... | Mandarinka Tasty | 2016-11-28 | 1 | -0/+2 |
* | The implementation of new flags = paramters for llGetObjectDetails - Part I C... | Mandarinka Tasty | 2016-11-28 | 1 | -0/+3 |
* | add llGetMaxScaleFactor and llGetMinScaleFactor | UbitUmarov | 2016-11-25 | 1 | -0/+10 |
* | Implementation of LSL_Integer llScaleByFactor(double scaling_factor) | Mandarinka Tasty | 2016-11-25 | 1 | -0/+5 |
* | add a few more lsl constants for attachments | UbitUmarov | 2016-11-07 | 1 | -0/+15 |
* | add suport for PRIM_SIT_TARGET on get(link)PrimitveParameters and fix typos | UbitUmarov | 2016-11-05 | 1 | -5/+4 |
* | add a few lsl constants and move some around | UbitUmarov | 2016-11-05 | 1 | -7/+20 |
* | Implementation of new LSL function: list llGetAttachedList(key avatar); It al... | Mandarinka Tasty | 2016-11-04 | 1 | -0/+5 |
* | experimental function. Results still too volatile to be usefull | UbitUmarov | 2016-08-27 | 1 | -2/+1 |
* | stack overflow is (not)funny :) | UbitUmarov | 2016-08-27 | 1 | -1/+7 |
* | llCollisionSound(,value) back to disable all sounds. new osCollisionSound(..)... | UbitUmarov | 2016-08-27 | 1 | -0/+5 |
* | add osGetHealRate(avatarkey) and osSetHealRate(avatarkey, healrate); healrate... | UbitUmarov | 2016-07-25 | 1 | -0/+10 |
* | add osSetHealth() value from 1 to 100; (mantis 7973) | UbitUmarov | 2016-07-24 | 1 | -0/+5 |
* | add OSSL osGetPhysicsEngineName(). this returns a string with name and versio... | UbitUmarov | 2016-07-04 | 1 | -0/+5 |
* | Enhancement of osRegionRestart | Mandarinka Tasty | 2016-05-30 | 1 | -0/+5 |
* | Add osRequestURL and osRequestSecureURL with an options list. | Melanie Thielker | 2016-03-16 | 1 | -0/+10 |
* | add npc create option OS_NPC_OBJECT_GROUP. with it the npc will be created w... | UbitUmarov | 2016-01-01 | 1 | -0/+1 |
* | ... ossl merge issue | UbitUmarov | 2015-09-28 | 1 | -3/+6 |
* | add missing llSetVelocity stub | UbitUmarov | 2015-09-08 | 1 | -0/+6 |
* | minor clean | UbitUmarov | 2015-09-03 | 1 | -48/+0 |
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -3/+0 |
* | bad merge? | UbitUmarov | 2015-09-01 | 7 | -31/+187 |
|\ |
|
| * | Merge branch 'mbworkvar2' into ubitvar | UbitUmarov | 2015-08-19 | 1 | -4/+6 |
| |\ |
|
| | * | varregion: any conversions of use of Constants.RegionSize converted into | Robert Adams | 2015-03-29 | 1 | -4/+6 |
| * | | Add WhiteCore's LL Json functions | Melanie Thielker | 2015-05-26 | 2 | -0/+35 |
| |/ |
|
| * | Plumb the rest of the serverside AO | Melanie Thielker | 2014-09-09 | 1 | -0/+10 |
| * | Plumb llSetAnimationOverride | Melanie Thielker | 2014-09-09 | 2 | -0/+6 |
| * | Merge branch 'master' into careminster | Melanie | 2014-01-28 | 1 | -0/+5 |
| |\ |
|
| * \ | Merge branch 'master' into careminster | Melanie | 2013-11-08 | 1 | -0/+13 |
| |\ \ |
|
| * \ \ | Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ... | Melanie | 2013-07-18 | 1 | -5/+0 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'master' into careminster | Melanie | 2013-07-13 | 1 | -10/+10 |
| | |\ \ \ |
|
| * | \ \ \ | Merge branch 'master' into careminster | Melanie | 2013-07-18 | 1 | -5/+5 |
| |\ \ \ \ \
| | |/ / / /
| |/| / / /
| | |/ / / |
|
| * | | | | Merge branch 'master' into careminster | Melanie | 2013-06-18 | 2 | -8/+16 |
| |\ \ \ \ |
|