aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-08change display and log of normal script errorsUbitUmarov1-20/+47
2016-11-07partially revert commit f29d5ad662387b97d9e881f28df584dc19fa8c07: if mesh ass...UbitUmarov1-135/+141
2016-11-07a few more changes on the avatars Velocity/TargetVelocity/SetMomentum. Need t...UbitUmarov1-1/+29
2016-11-07start removing old hack of using SetMomentum to just set instant velocity, no...UbitUmarov3-7/+39
2016-11-07add a few more lsl constants for attachmentsUbitUmarov1-0/+15
2016-11-06oops bug fixUbitUmarov1-19/+29
2016-11-06restrict ubOde castray with terrain range only on horizontal plane, let it fi...UbitUmarov2-9/+22
2016-11-06change llGetTime() source clockUbitUmarov1-10/+9
2016-11-05avoid a null ref, few changes to udp updates sendUbitUmarov3-48/+19
2016-11-05some types may already be native in MOD_Api ConvertFromLSLUbitUmarov3-3/+7
2016-11-05 disable bad/broken throttle optionsUbitUmarov1-3/+8
2016-11-05 Regression, really ???UbitUmarov1-0/+2
2016-11-05add suport for PRIM_SIT_TARGET on Set(link)PrimitveParameters. This may not b...UbitUmarov2-2/+54
2016-11-05add suport for PRIM_SIT_TARGET on get(link)PrimitveParameters and fix typosUbitUmarov2-12/+24
2016-11-05add a few lsl constants and move some aroundUbitUmarov1-7/+20
2016-11-05It looks, that attachments show console command incorrectly returns Item ID. ...Mandarinka Tasty1-14/+9
2016-11-04by design HUD objects are privateUbitUmarov1-12/+13
2016-11-04Implementation of new LSL function: list llGetAttachedList(key avatar); It al...Mandarinka Tasty3-0/+32
2016-11-03on get asset with callback, do the callback even if asset not found. This is ...UbitUmarov1-34/+17
2016-11-03XEngine: make calls to gc.collect on region startup scripts loading a configu...UbitUmarov1-6/+6
2016-11-02ubOde: if a mesh does not contain data for shape type PRIM, dont collide as c...UbitUmarov1-1/+6
2016-11-02only add a prim to physics in PhysicsShapeType if changing from type none. wh...UbitUmarov3-57/+43
2016-10-25ignore prims with shape type none on max size check for physicsUbitUmarov1-6/+5
2016-10-25mantis 8041: check target user password on save/load IARUbitUmarov1-3/+0
2016-10-24Flip master to 0.9.1Diva Canto1-2/+2
2016-10-24viewer crash bug fix: fis the udp packets split of SendEstateList() large lis...UbitUmarov4-281/+417
2016-10-17ignore prims with shape type none on max size check for physicsUbitUmarov1-8/+12
2016-10-15bug fix: let ALL avatar controls have a repeat rate controled by viewer (so a...UbitUmarov1-1/+1
2016-10-15bug fix: We can't filter out any of the avatar controls relative to movement,...UbitUmarov1-4/+5
2016-10-11 change math on GetParcelMaxPrimCount and GetSimulatorMaxPrimCount to reduce ...UbitUmarov2-9/+20
2016-10-05 remove attachment to event OnPreAgentUpdate that is doing nothingUbitUmarov1-5/+0
2016-10-05dont let ignored AgentUpdates change their throttles. Apply respective moveme...UbitUmarov3-60/+79
2016-10-03BulletSim: zero velocity target when setting velocity through theRobert Adams2-2/+12
2016-10-02minor cleanupUbitUmarov1-4/+5
2016-10-02 change avatar and attachments priority (downgraded) in priritizer option Sim...UbitUmarov1-35/+30
2016-09-30BulletSim: fix problem with avatar velocity going to zero when flying acrossRobert Adams3-59/+58
2016-09-27MySQLFSAssetData asset type is a int not a varcharUbitUmarov1-2/+2
2016-09-27MySQLFSAssetData on store, if a asset already exists, assume its a valid sto...UbitUmarov1-1/+7
2016-09-27save oar: simplify confusing successefull assets saving messageUbitUmarov1-3/+8
2016-09-27exclude invalid collision sound (used as collision type flag) from assets UU...UbitUmarov1-2/+4
2016-09-27load oar; activate area cliping if bounding-origin option is given. as help saysUbitUmarov1-2/+12
2016-09-24fix linknumbers when unlink the root primUbitUmarov2-70/+157
2016-09-24remove a redundant and potencially dangerous child.AbsolutePosition = child.A...UbitUmarov1-1/+2
2016-09-23mute a debug message to mute jak danielsUbitUmarov1-1/+1
2016-09-23make sendRegionInfoPacketToAll really send to all ( inc child agents) thx Jak...UbitUmarov1-1/+2
2016-09-23fix caching of wind and cloud packets in the case of several regions on a ins...UbitUmarov2-46/+46
2016-09-23make clouds a bit diferent on regions running on same instance.. well should ...UbitUmarov1-1/+5
2016-09-23do the same for legacy clouds (still visible on older viewer ie singu 1.8.7)....UbitUmarov3-27/+84
2016-09-23cache wind compressed data so cpu burning compression is only done after a ch...UbitUmarov2-46/+49
2016-09-23add a version tag to wind and cloud data updates to iclientUbitUmarov7-14/+17