| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | minor: Add meters unit to water height console display | Justin Clark-Casey (justincc) | 2014-07-18 | 1 | -1/+1 |
* | Add "show region" command which will show parameters for current region. | Justin Clark-Casey (justincc) | 2014-07-18 | 1 | -1/+73 |
* | In grid mode, add SuppressConsoleCommands flag to [GridService] so that we ca... | Justin Clark-Casey (justincc) | 2014-07-18 | 1 | -4/+3 |
* | refactor: slightly adjust some code in ODECharacter.Move() to eliminate a con... | Justin Clark-Casey (justincc) | 2014-07-18 | 1 | -18/+19 |
* | With ODE physics, fix an issue where the avatar couldn't jump and then move f... | Justin Clark-Casey (justincc) | 2014-07-18 | 1 | -18/+5 |
* | BulletSim: rearrange code to prevent using null pointers when a | Robert Adams | 2014-07-17 | 1 | -11/+10 |
* | fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha... | Michael Cerquoni | 2014-07-17 | 4 | -6/+6 |
* | Change default script stop method to co-op instead of abort. | Justin Clark-Casey (justincc) | 2014-07-16 | 1 | -1/+5 |
* | Use thread-safe version of .NET Random as the SDK class is not thread-safe. | Justin Clark-Casey (justincc) | 2014-07-14 | 1 | -4/+2 |
* | Call RemoveScriptInstance when removing from inventory | Dev Random | 2014-07-14 | 1 | -2/+2 |
* | minor: Move debug xengine script console command to Debug help section where ... | Justin Clark-Casey (justincc) | 2014-07-11 | 1 | -1/+1 |