Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HG Friends working to some extent: friendships offered and accepted ↵ | Diva Canto | 2011-05-19 | 4 | -39/+553 |
| | | | | correctly handled. Friends list showing correct foreign names. TODO: GrantRights. | ||||
* | refactor: remove thisObject argument from ILandObject.Get*MaxPrimCount() ↵ | Justin Clark-Casey (justincc) | 2011-05-14 | 1 | -7/+8 |
| | | | | instance methods since it didn't make sense to use anything other than the instance themselves. | ||||
* | Minor doc change to see if this provokes a good panda build | Justin Clark-Casey (justincc) | 2011-05-14 | 1 | -2/+5 |
| | |||||
* | When loading an OAR that doesn't have parcels, create a default parcel | Oren Hurvitz | 2011-05-14 | 3 | -12/+20 |
| | |||||
* | Swapped the two restart command descriptions each other | Makopoppo | 2011-05-14 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2011-05-13 | 3 | -6/+9 |
|\ | |||||
| * | Instrument the heck out of offline messages. THIS IS VERY VERBOSE. | Diva Canto | 2011-05-12 | 1 | -0/+3 |
| | | |||||
| * | Somewhat reverting the last commit. The viewer ignores 255's on tiles that ↵ | Diva Canto | 2011-05-10 | 1 | -3/+3 |
| | | | | | | | | were previously on, so we need to send 254 (offline) explicitly. Also removing the +/-4 for HGMap, because it makes the map flicker. | ||||
| * | Changed the Access flag on HGMap to 255 (does not exist) and clarified the ↵ | Diva Canto | 2011-05-09 | 2 | -2/+2 |
| | | | | | | | | other value 254 too. Meanings taken from libomv. | ||||
| * | Fixes gray tiles around +/-4 when user clicks on an empty tile. Affects ↵ | Diva Canto | 2011-05-09 | 2 | -2/+2 |
| | | | | | | | | regions above 4096 primarily. | ||||
* | | Fix the cert validation handler so that it will not block other parts of | Melanie | 2011-05-13 | 1 | -2/+10 |
|/ | | | | the server doing ssl successfully. | ||||
* | Fixes gray tiles on map search for viewers 1. | Diva Canto | 2011-05-09 | 2 | -5/+9 |
| | |||||
* | The map is seriously broken. This doesn't fix it, but at least provides one ↵ | Diva Canto | 2011-05-08 | 1 | -4/+4 |
| | | | | more piece of data that seems to be required -- agent flags, which seem to be different in Viewer 2. WARNING: changes IClientAPI. | ||||
* | Remove a spammy debug I left in. Disable TP cancel button at the point | Melanie | 2011-05-08 | 1 | -1/+2 |
| | | | | of no return. | ||||
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2011-05-08 | 5 | -22/+89 |
|\ | |||||
| * | Mantis #5472 | Diva Canto | 2011-05-08 | 1 | -6/+15 |
| | | |||||
| * | Add module with "appearance show" command. | Justin Clark-Casey (justincc) | 2011-05-07 | 1 | -3/+3 |
| | | | | | | | | | | At the moment, this command just asks the AvatarFactory to perform the existing baked texture check for each avatar in the simulator and returns "OK" or "corrupt". This is for debugging purposes | ||||
| * | Change command help text for "show capabilities" to "show caps", as this is ↵ | Justin Clark-Casey (justincc) | 2011-05-06 | 1 | -2/+2 |
| | | | | | | | | | | | | the actual command that has to be typed on the console. Thanks to makopoppo for the patch - http://opensimulator.org/mantis/view.php?id=5467 | ||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | BlueWall | 2011-05-05 | 1 | -6/+13 |
| |\ | |||||
| | * | add descriptive explanations for region restart functionality | Justin Clark-Casey (justincc) | 2011-05-06 | 1 | -6/+13 |
| | | | |||||
| * | | Add support for llRequestSecureURL() if ssl is enabled | BlueWall | 2011-05-05 | 1 | -5/+56 |
| |/ | |||||
* | | Enable compressed (gzip) fatpack transfers. | Melanie | 2011-05-08 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'master' into caps | Diva Canto | 2011-05-04 | 2 | -1/+6 |
|\ | |||||
| * | Put the previous state back in the attachments in case the agent transfer fails. | Diva Canto | 2011-05-04 | 1 | -0/+4 |
| | | |||||
| * | Fixes mantis #5461. | Diva Canto | 2011-05-04 | 1 | -1/+2 |
| | | |||||
* | | Changed the defaults, so that it behaves exactly is it has been behaving (no ↵ | Diva Canto | 2011-05-02 | 1 | -0/+2 |
| | | | | | | | | WebFetch cap by default). | ||||
* | | Fixed: EventQueueGet and other caps were being wrongly deregistered. Also ↵ | Diva Canto | 2011-05-02 | 1 | -1/+0 |
| | | | | | | | | CapabilitiesModule was being instantiated twice (damn Mono.Addins). | ||||
* | | Works! | Diva Canto | 2011-05-02 | 1 | -1/+1 |
| | | |||||
* | | Broke down Caps.cs into a generic Caps object that simply ↵ | Diva Canto | 2011-05-01 | 2 | -32/+22 |
| | | | | | | | | | | | | | | registers/unregisters capabilities and a specific bunch of capability implementations in Linden space called BunchOfCaps. Renamed a few methods that were misnomers. Compiles but doesn't work. | ||||
* | | Move CapabilitiesModule back to CoreModules. This one belongs there. | Diva Canto | 2011-05-01 | 1 | -0/+257 |
| | | |||||
* | | Merge branch 'master' into caps | Diva Canto | 2011-05-01 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Check for RegionID instead of RegionHandle. Other minor tweaks | Diva Canto | 2011-04-30 | 1 | -2/+2 |
| | | |||||
* | | Nope, that didn't feel right. Moving all those modules to Linden space. | Diva Canto | 2011-04-30 | 6 | -1887/+0 |
| | | |||||
* | | Moved several cap-based-service-providing modules from where they were into ↵ | Diva Canto | 2011-04-30 | 6 | -6/+6 |
| | | | | | | | | a newly created CoreModules/Caps. Not all. | ||||
* | | First stab at cleaning up Caps. Compiles. Untested. | Diva Canto | 2011-04-30 | 2 | -1118/+0 |
|/ | |||||
* | Remove the scripts of the attachments in the departing region and recreate ↵ | Diva Canto | 2011-04-29 | 1 | -2/+10 |
| | | | | them if fail. | ||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2011-04-28 | 1 | -4/+5 |
|\ | |||||
| * | Stop CHANGED_INVENTORY firing twice if a notecard is edited in prim. | Justin Clark-Casey (justincc) | 2011-04-28 | 1 | -4/+5 |
| | | | | | | | | | | | | Addresses http://opensimulator.org/mantis/view.php?id=5444 Fix is to stop the asset transaction calling UpdateInventoryItem() since the caller is doing it anyway, which is more correct. This did not effect scripts. | ||||
* | | Fatpack message on agent transfers: 1 message only (UpdateAgent) containing ↵ | Diva Canto | 2011-04-28 | 5 | -40/+52 |
|/ | | | | the agent and all attachments. Preserves backwards compatibility -- older sims get passed attachments one by one. Meaning that I finally introduced versioning in the simulation service. | ||||
* | Made things consistent between LocalInventoryServiceConnector and ↵ | Diva Canto | 2011-04-25 | 2 | -11/+32 |
| | | | | RemoteXInventoryServiceConnector on GetFolderContent. | ||||
* | Added MaxAgents configuration option to RegionConfig.ini allowing region ↵ | E. Allen Soard | 2011-04-23 | 1 | -1/+4 |
| | | | | hosters to setup regions maintaining more control over system resources. | ||||
* | some mesh config asthetics | BlueWall | 2011-04-21 | 2 | -2/+2 |
| | |||||
* | Move mesh on/off swtich from [Startup] to [Mesh] in anticipation of future ↵ | Justin Clark-Casey (justincc) | 2011-04-18 | 3 | -8/+12 |
| | | | | | | | config parameters. Default remains true. OpenSimDefault.ini changed so if you haven't overriden this switch then you don't need to do anything. | ||||
* | bump default IAR version to 0.2 and 1.1 for the --profile version. | Justin Clark-Casey (justincc) | 2011-04-18 | 1 | -2/+2 |
| | | | | There are no changes in this bump, they just signal a point at which the control file comes first in the archive. | ||||
* | bump oar version number to 0.6. | Justin Clark-Casey (justincc) | 2011-04-18 | 1 | -1/+1 |
| | | | | This commit contains no data changes - the version bump is to establish a version at which the control file must come first in the archive. | ||||
* | Add regression test to check that OARs start with the control file. | Justin Clark-Casey (justincc) | 2011-04-18 | 3 | -9/+21 |
| | |||||
* | add test to ensure that an IAR starts with the control file | Justin Clark-Casey (justincc) | 2011-04-18 | 2 | -11/+39 |
| | |||||
* | refactor: split out the code which actually copies a particular bundle to ↵ | Justin Clark-Casey (justincc) | 2011-04-18 | 1 | -106/+115 |
| | | | | inventory | ||||
* | refactor: rename DeleteToInventory() to CopyToInventory() | Justin Clark-Casey (justincc) | 2011-04-18 | 1 | -1/+1 |
| | | | | DeleteToInventory() is misleading - it is the caller that decides whether to delete or not | ||||
* | Fix bug where objects were being coalesced in the wrong positions. | Justin Clark-Casey (justincc) | 2011-04-18 | 1 | -2/+2 |
| | | | | | This addresses http://opensimulator.org/mantis/view.php?id=5441 The bug was due to a pre-existing mistake in creating the inventory stored position |