| Commit message (Expand) | Author | Files | Lines |
2009-05-04 | * minor: remove some mono compiler warnings, minor cleanup | Justin Clarke Casey | 4 | -17/+8 |
2009-05-04 | Add a method to flush the prim update buffers once a frame, since the timer | Melanie Thielker | 1 | -0/+2 |
2009-05-04 | Create a working configuration hook to allow LLClient parameters from | Melanie Thielker | 2 | -3/+8 |
2009-05-03 | Some reorganization around service connectors. No functional change | Melanie Thielker | 2 | -2/+2 |
2009-05-02 | Plumb conifg into the client views. Add config option to configure packet | Melanie Thielker | 2 | -0/+11 |
2009-05-02 | Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 1 | -0/+115 |
2009-05-02 | Numerous packet improvements. | Melanie Thielker | 1 | -0/+6 |
2009-05-01 | Add a tweakable for the prim queue preload | Melanie Thielker | 3 | -9/+19 |
2009-05-01 | Throttle prim sending a bit (again) to ensure the queues don't overrun and | Melanie Thielker | 1 | -2/+2 |
2009-05-01 | Add methods to block and queue agent updates during region crossing and TP | Melanie Thielker | 1 | -0/+43 |
2009-05-01 | Send the animations of all already present avatar to an avatar entering a sim | Melanie Thielker | 1 | -0/+6 |
2009-05-01 | Improve prim sending by combining multiple prim updates into a single packet | Melanie Thielker | 2 | -2/+7 |
2009-04-30 | Thank you, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 1 | -1/+1 |
2009-04-29 | Again, completely revamp the unlink code to finally allow unlinking | Melanie Thielker | 2 | -124/+131 |
2009-04-28 | Let estate owners and managers enter nonpublic estates unconditionally. | Melanie Thielker | 1 | -2/+2 |
2009-04-27 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -0/+5 |
2009-04-27 | From: Alan M Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -33/+49 |
2009-04-25 | Thank you kindly, RemedyTomm, for a patch that fixes: | Charles Krinke | 1 | -1/+4 |
2009-04-23 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2 | -70/+70 |
2009-04-22 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2 | -67/+162 |
2009-04-22 | Thank you kindly, Marcus Llewellyn, for a patch that: | Charles Krinke | 1 | -4/+24 |
2009-04-21 | Thank you kindly, MPallari for a patch that: | Charles Krinke | 1 | -2/+31 |
2009-04-20 | * Allow passing of material type to physics engine | Teravus Ovares | 1 | -1/+8 |
2009-04-19 | Thank you kindly, MPallari, for a patch that: | Charles Krinke | 1 | -1/+9 |
2009-04-19 | Accounting for the changes introduced in AssetServerBase in r9143 related to ... | diva | 1 | -0/+1 |
2009-04-19 | Moved ITerrainModule and ITerainEffect to OpenSim.Region.Framework.Interfaces... | Homer Horwitz | 2 | -0/+100 |
2009-04-19 | Thank you kindly, MCortez, for a patch that: | Charles Krinke | 1 | -0/+2 |
2009-04-18 | Bug fix in HG asset posts. Get the inner assets not just from mem cache but f... | diva | 1 | -18/+24 |
2009-04-17 | Thank you M1sha for diagnosing and patching a lock bug affecting region cross... | diva | 1 | -13/+16 |
2009-04-16 | Expose the GroupRecord and it's accessor API | Melanie Thielker | 1 | -9/+1 |
2009-04-15 | Prevent a nullref when no script engines are loaded | Melanie Thielker | 1 | -0/+3 |
2009-04-15 | Commit the group deeding support, thank you, mcortez | Melanie Thielker | 1 | -0/+9 |
2009-04-15 | Make sim health data more useful | Melanie Thielker | 1 | -1/+23 |
2009-04-15 | * Make it possible to add a request id to load and save oar requests | Justin Clarke Casey | 2 | -10/+27 |
2009-04-15 | Convert both script engines to new region module format. Add proper unload | Melanie Thielker | 1 | -1/+1 |
2009-04-15 | * Resolve unit test failure introduced in r9148 (probably) | Justin Clarke Casey | 1 | -1/+0 |
2009-04-15 | Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a... | Johan Berntsson | 2 | -3/+3 |
2009-04-15 | Renamed splitID in Scene and added comments on usage | Johan Berntsson | 1 | -1/+8 |
2009-04-14 | Adds session authentication upon NewUserConnections. Adds user key authentica... | diva | 1 | -38/+55 |
2009-04-14 | * Make archiver tests pump the asset server manually instead of starting the ... | Justin Clarke Casey | 2 | -2/+2 |
2009-04-14 | Formatting cleanup. | Jeff Ames | 2 | -6/+6 |
2009-04-14 | Add the RegionLoaded(Scene) API to the new region module interface to allow | Melanie Thielker | 1 | -0/+13 |
2009-04-14 | Cleaning up old circuit upon client close. | diva | 1 | -0/+2 |
2009-04-14 | * Commit a variety of fixes to bugs discovered while trying to fix the NaN si... | Teravus Ovares | 1 | -22/+30 |
2009-04-13 | Remove m_moduleCommands. It wasn't used anywhere; probably a left-over from b... | Homer Horwitz | 1 | -31/+8 |
2009-04-12 | Thank you, dslake, for a patch that converts many of the linear searches | Melanie Thielker | 2 | -256/+197 |
2009-04-12 | Fix a regression where animations would only be sent if the avatar has | Melanie Thielker | 1 | -1/+1 |
2009-04-11 | Adding a script event, changed(CHANGED_ANIMATION) | Melanie Thielker | 2 | -1/+23 |
2009-04-11 | * Add catch-all error handlers back to scene. | Teravus Ovares | 1 | -8/+8 |
2009-04-11 | * Instead of referencing mesh stuff in the physics plugin.. change the IMesh ... | Teravus Ovares | 1 | -8/+8 |