Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-05-10 | Delete debug message | Diva Canto | 1 | -1/+0 | |
2013-05-07 | Added AvatarPickerSearch capability handler. | Diva Canto | 1 | -0/+140 | |
2013-04-30 | Fix CAPS to work like they should - do not send caps to the viewer if ↵ | Melanie | 1 | -1/+12 | |
they're not in the requested caps list. The previous wrong behavior caused the debug setting "UseHTTPInventory" to fail on all viewers when turned off. UDB inventory would not be correctly used in that case. | |||||
2013-03-28 | minor: Fix usage error message for "debug eq" console command | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2013-03-28 | Add "show eq" console command to show numbers of messages in agent event queues. | Justin Clark-Casey (justincc) | 1 | -0/+23 | |
For debugging purposes. | |||||
2013-03-26 | Implement a pref to turn on the simulator ExportSupported feature entry. | Melanie | 1 | -0/+6 | |
This tells the viewer to enable the UI for export permissions. WARNING: If your inventory store contains invalid flags data, this will result in items becoming exportable! Don't turn this on in production until it's complete! | |||||
2013-03-26 | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 2 | -2/+4 | |
with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions" | |||||
2013-03-24 | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 1 | -4/+5 | |
with our own and add export permissions as well as a new definition for "All" as meaning "all conventional permissions" rather than "all possible permissions" | |||||
2013-03-11 | minor: Remove mono compiler warnings in EventQueueTests | Justin Clark-Casey (justincc) | 1 | -1/+3 | |
2013-03-04 | Fix issue in the mesh upload flag module where the ID of the last agent to ↵ | Justin Clark-Casey (justincc) | 1 | -6/+6 | |
request the capability was always used instead of the original requesting agent for each cap. Should address http://opensimulator.org/mantis/view.php?id=6556 | |||||
2013-03-03 | Make a viewer sent XML error prettier | Melanie | 1 | -0/+4 | |
2013-02-24 | The viewer tries to parse the error message body to LLSD - give it some. | Melanie | 1 | -2/+2 | |
2013-02-19 | Deleted all AssemblyFileVersion directives | Diva Canto | 1 | -1/+1 | |
2013-02-20 | minor: remove some mono compiler warnings in ↵ | Justin Clark-Casey (justincc) | 2 | -5/+5 | |
OpenSim.Region.ClientStack.Linden.Caps.dll | |||||
2013-02-18 | Fix an issue where the viewer would request the seed cap before | Melanie | 1 | -0/+3 | |
there was a handler for it. | |||||
2013-02-14 | Add an event and some logic to allow customizing Simulator Features by avatar | Melanie | 1 | -4/+21 | |
2013-02-14 | Add an event and some logic to allow customizing Simulator Features by avatar | Melanie | 1 | -4/+21 | |
2013-02-14 | Small fix to sim features module | Melanie | 1 | -0/+2 | |
2013-02-13 | Make the sim features module register it's interface so it can be used | Melanie | 1 | -0/+2 | |
2013-02-07 | Plumb the path from the client to the extra physics params and back | Melanie | 2 | -0/+28 | |
2013-02-07 | Rename Bounciness to Restitution | Melanie | 1 | -1/+1 | |
2013-02-07 | Send the new physics params to the viewer build dialog | Melanie | 1 | -0/+35 | |
2013-02-07 | Rename Bounciness to Restitution | Melanie | 1 | -1/+1 | |
2013-02-06 | Move SoubleQueu to Util. Change HTTP inv to prioritize COF. Determine COF for SP | Melanie | 1 | -7/+70 | |
2013-02-05 | * the root prim was being given an OffsetPosition in addition to setting the ↵ | teravus | 1 | -1/+1 | |
position when creating the root prim. The offset position caused the positioning code to re-move the root prim when you selected it and released it. | |||||
2013-02-05 | Try to fix uploaded mesh rotations - code from Avination code base. | Melanie | 1 | -12/+27 | |
2013-02-05 | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This is mostly Bluewall's work but I am also bumping the general version number OpenSimulator 0.7.5 remains in the release candidate stage. I'm doing this because master is significantly adding things that will not be in 0.7.5 This update should not cause issues with existing external binary DLLs because our DLLs do not have strong names and so the exact version match requirement is not in force. | |||||
2013-02-01 | Revert "Update assembly version numbers" | BlueWall | 1 | -1/+1 | |
This reverts commit 141ad829f448b9138b12be7cf99c834c1f3977ec. | |||||
2013-02-01 | Update assembly version numbers | BlueWall | 1 | -1/+1 | |
2013-01-22 | * Handle a NRE with Baked Textures that may result in a failed appearance. ↵ | teravus | 1 | -3/+18 | |
This may be an issue, or it may be a symptom. | |||||
2013-01-13 | try to patch getmesh Throttle (test) | UbitUmarov | 1 | -2/+8 | |
2013-01-08 | Add the new UpdateAgentInformation cap to make maturity on more recent viewers | Melanie | 1 | -2/+20 | |
work. | |||||
2013-01-08 | Add the new UpdateAgentInformation cap to make maturity on more recent viewers | Melanie | 1 | -0/+19 | |
work. | |||||
2012-12-31 | * Fixed a bug that replayed old cached appearance when changing outfits | teravus | 1 | -41/+82 | |
* Added suser(bad client) DOS protection by limiting the max cacheitems to the maximum sane amount. * Prevents potential numerous loops from running amok and index errors if the client purposely provides bad cache info. * If the XBakes service wasn't running, the SetAvatarAppearance routine would crash when contacting the XBakes service even though it was in a Try/Catch for the appropriate error type. It only properly error handles with the type Exception :(. (commented on that because it's unusual) | |||||
2012-12-29 | * This finishes the implementation of AgentCachedTexture. Requires the ↵ | teravus | 1 | -4/+136 | |
XBakes Module and service for full functionality. Previous no-cache functionality works without the service and module. In some ways, I would have been happier not putting an AssetBase in WearableCacheItem.. but turns out it was probably unavoidable. No additional locks, yay. | |||||
2012-12-14 | Prevent a failed user relogi from throwing exceptions in poll services | Melanie | 2 | -2/+2 | |
2012-11-24 | Consistenly make NUnit test cases inherit from OpenSimTestCase which ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
automatically turns off any logging enabled between tests | |||||
2012-11-22 | * While this is not producing any problems.. and does help in low bandwidth ↵ | teravus | 1 | -7/+35 | |
situations I can't demonstrate that it's better then just letting the client request what it needs in terms of responsiveness of the mesh in the scene yet. | |||||
2012-11-17 | * Plumbing and basic setting of the GetMesh Cap Throttler. | teravus | 1 | -18/+72 | |
* Last step is to flip the throttle distribution. | |||||
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 4 | -13/+21 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-11-14 | Added AssemblyInfos to every dll in the OpenSim.Region namespace. | Diva Canto | 1 | -0/+33 | |
2012-11-12 | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 12 | -12/+12 | |
2012-11-12 | Remove any mention of IRegionModule from region names and comments to aid | Melanie | 3 | -5/+5 | |
grepping for remaining uses | |||||
2012-11-10 | One more module converted: ObjectAdd. | Diva Canto | 1 | -51/+66 | |
2012-11-10 | One more module: EventQueueGetModule. Also making it non-optional for this dll. | Diva Canto | 1 | -53/+38 | |
2012-11-09 | * Prep work switching the GetMeshModule over to a poll service. | teravus | 2 | -73/+410 | |
* This still has the image throttler in it.. as is... so it's not suitable for live yet.... The throttler keeps track of the task throttle but doesn't balance the UDP throttle yet. | |||||
2012-11-05 | This implements the Caps throttler. After some testing, the system seemed ↵ | teravus | 1 | -13/+106 | |
to be OK with me specifying allowing 1 oversized image per 70,000b/sec with at least one. Try it out, start with a low bandwidth setting and then, set your bandwidth setting middle/high and see the difference. Tested with Two Clients on a region with 1800 textures all visible at once. | |||||
2012-11-05 | Another step in the chain. Pipe the throttle update to the appropriate ↵ | teravus | 1 | -12/+35 | |
PollServiceTextureEventArgs. Each poll service having it's own throttle member is more consistent with the model then the region module keeping track of all of them globally and better for locking too. The Poll Services object is not set static to handle multiple nearby regions on the same simulator. Next step is hooking it up to HasEvents | |||||
2012-11-04 | Pipe Throttle Update Event to EventManager, client --> ScenePresence --> ↵ | teravus | 1 | -0/+42 | |
EventManager, so that modules can know when throttles are updated. The event contains no client specific data to preserve the possibility of 'multiple clients' and you must still call ControllingClient.GetThrottlesPacked(f) to see what the throttles actually are once the event fires. Hook EventManager.OnUpdateThrottle to GetTextureModule. | |||||
2012-10-18 | Remove redundant and annoyingly modal message box in upload processing. | Melanie | 1 | -11/+11 | |