| Commit message (Expand) | Author | Age | Files | Lines |
* | Added RestrictEmail to make llEmail only send to avatars email address if true. | Kevin Cozens | 2014-08-14 | 1 | -0/+34 |
* | Make RootTerseUpdatePeriod and ChildTerseUpdatePeriod configurable in [Intere... | Justin Clark-Casey (justincc) | 2014-08-14 | 1 | -0/+3 |
* | Make some existing reprioritization values changeable outside the scene for t... | Justin Clark-Casey (justincc) | 2014-08-14 | 1 | -15/+18 |
* | On entity transfer of scene presence, replace polling sleep in SP.WaitForUpda... | Justin Clark-Casey (justincc) | 2014-08-13 | 1 | -14/+13 |
* | Remove redundant origin region lock in SP.CompleteMovement() | Justin Clark-Casey (justincc) | 2014-08-13 | 1 | -6/+1 |
* | Only set up the UnackedMethod for an outgoing message if that message is actu... | Justin Clark-Casey (justincc) | 2014-08-13 | 1 | -1/+3 |
* | Avination's Dynamic Floater Module. This works with Singularity viewer only. | Melanie Thielker | 2014-08-12 | 2 | -0/+290 |
* | Move the inventory request lock introduced in git master a58152bd to HGInvent... | Justin Clark-Casey (justincc) | 2014-08-09 | 1 | -20/+43 |
* | Change RootRotationUpdateTolerance from 0.01 to 0.1 in code as well. | Justin Clark-Casey (justincc) | 2014-08-08 | 1 | -1/+1 |
* | Change MaxPoolThreads default in code as well from 15 to 300 | Justin Clark-Casey (justincc) | 2014-08-08 | 1 | -1/+1 |
* | Fix short help string for show region command. | BlueWall | 2014-08-06 | 1 | -1/+1 |
* | OpenSimExtras | BlueWall | 2014-08-06 | 4 | -179/+41 |
* | Fixed crash when using Allowed/Denied Viewers, and the viewer's name is short... | Oren Hurvitz | 2014-08-06 | 1 | -2/+2 |
* | Add RootPositionUpdateTolerance, RootRotationUpdateTolerance, and RootVelocit... | Justin Clark-Casey (justincc) | 2014-08-06 | 1 | -0/+7 |
* | refactor: Rename recent new Client*UpdateTolerance to Root*UpdateTolerance fo... | Justin Clark-Casey (justincc) | 2014-08-06 | 3 | -19/+19 |
* | Fixed premature closing of the connection in DataSnapshotManager | Oren Hurvitz | 2014-08-05 | 1 | -14/+14 |
* | Make currently unfiltered EventQueue log messages only appear now at DebugLev... | Justin Clark-Casey (justincc) | 2014-08-05 | 1 | -16/+24 |
* | Fix typo in log message | BlueWall | 2014-08-02 | 1 | -1/+1 |
* | Fix regression in SimulatorFeatures module that would stop OpenSimulator from... | Justin Clark-Casey (justincc) | 2014-08-01 | 1 | -12/+20 |
* | Add region-side extra feature setting for destination guide | BlueWall | 2014-07-31 | 1 | -0/+4 |
* | BulletSim: thread safe handling of list of avatars. | Robert Adams | 2014-07-30 | 1 | -3/+18 |
* | Simulator Extra Features Service | BlueWall | 2014-07-30 | 2 | -9/+194 |
* | In TerrainModule, lock m_perClientPatchUpdates when removing entries. | Justin Clark-Casey (justincc) | 2014-07-29 | 1 | -3/+2 |
* | Implement "scene debug set root-upd-per" for dropping 1 in N root agent updat... | Justin Clark-Casey (justincc) | 2014-07-29 | 3 | -7/+41 |
* | Add debug mechanism for only sending 1 in N AgentUpdate packets to child agents. | Justin Clark-Casey (justincc) | 2014-07-29 | 3 | -1/+30 |
* | Add "debug scene set appear-refresh true|false" to control whether periodic a... | Justin Clark-Casey (justincc) | 2014-07-29 | 1 | -0/+12 |
* | Make it possible to change avatar position update, rotation and velocity tole... | Justin Clark-Casey (justincc) | 2014-07-29 | 3 | -29/+79 |
* | Allow the "debug scene set physics false|true" command to work when bulletsim... | Justin Clark-Casey (justincc) | 2014-07-29 | 6 | -29/+66 |
* | minor: make "debug scene set" usage command accurate again from last commit f... | Justin Clark-Casey (justincc) | 2014-07-29 | 1 | -2/+1 |
* | Add a "debug scene set child-repri <double>" command that allows child reprio... | Justin Clark-Casey (justincc) | 2014-07-29 | 3 | -19/+37 |
* | BulletSim: rearrange code for sensing whether shapes have been | Robert Adams | 2014-07-26 | 3 | -60/+60 |
* | Revert "Write UDP statistics to the log, not just the console (e.g., "show qu... | Justin Clark-Casey (justincc) | 2014-07-25 | 1 | -37/+32 |
* | Fix recent regression in 3c6becd5 where login or hg login to variable sized r... | Justin Clark-Casey (justincc) | 2014-07-22 | 2 | -16/+12 |
* | On login and first HG entrance to a foreign grid, perform query access checks... | Justin Clark-Casey (justincc) | 2014-07-21 | 2 | -11/+16 |
* | Fixed: after a Hypergrid teleport, attachments often either disappear, or app... | Oren Hurvitz | 2014-07-21 | 1 | -10/+13 |
* | Fixed avatar hovering above the ground. The avatar physics capsule was too tall. | Oren Hurvitz | 2014-07-21 | 1 | -2/+4 |
* | Allow reading the BulletSim detail log while the sim is running | Oren Hurvitz | 2014-07-21 | 1 | -2/+2 |
* | XBakes: store the assets only in the sim's local assets cache; not in the mai... | Oren Hurvitz | 2014-07-21 | 2 | -90/+39 |
* | Fixed problems if an avatar tries to cross regions when the previous cross ha... | Oren Hurvitz | 2014-07-21 | 2 | -136/+134 |
* | Added locking in AccessModule to prevent possible errors when shutting down a... | Oren Hurvitz | 2014-07-21 | 1 | -3/+7 |
* | Eliminated common but un-useful log messages | Oren Hurvitz | 2014-07-21 | 2 | -3/+7 |
* | Minor: changed "existant" to "existent" | Oren Hurvitz | 2014-07-21 | 2 | -3/+3 |
* | In "show throttles", show the maximum drip rate. This shows whether a client ... | Oren Hurvitz | 2014-07-21 | 3 | -14/+19 |
* | Write UDP statistics to the log, not just the console (e.g., "show queues") | Oren Hurvitz | 2014-07-21 | 1 | -32/+37 |
* | Added "debug packet --all" option, which changes the packet logging level for... | Oren Hurvitz | 2014-07-21 | 1 | -8/+26 |
* | Fixed the logic that decides if a packet was queued (it was reversed) | Oren Hurvitz | 2014-07-21 | 1 | -5/+6 |
* | Eliminated some warnings | Oren Hurvitz | 2014-07-21 | 2 | -2/+1 |
* | Close streams immediately when we finish using them | Oren Hurvitz | 2014-07-21 | 12 | -147/+143 |
* | Set "[Terrain]SendTerrainUpdatesByViewDistance=true" by default. | Robert Adams | 2014-07-20 | 1 | -1/+1 |
* | BulletSim: Modify first and default vehicle vertical attractor to be feature ... | Vegaslon | 2014-07-18 | 1 | -0/+14 |