Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HGWorldMap: don't send map blocks of hyperlinks that are farther than 4096 ↵ | Diva Canto | 2011-05-30 | 1 | -4/+24 |
| | | | | cells from the current region. | ||||
* | Improved reuse on the WorldMap/WorldMapModule.cs | Diva Canto | 2011-05-30 | 1 | -15/+5 |
| | |||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2011-05-27 | 4 | -5/+257 |
|\ | |||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2011-05-27 | 1 | -1/+4 |
| |\ | |||||
| * | | HG lures working! Friends can offer friends HG teleports via the profile. ↵ | Diva Canto | 2011-05-27 | 4 | -5/+257 |
| | | | | | | | | | | | | WARNING: additional configuration for HG inis -- see *Common.ini.example | ||||
* | | | Make sure culture is en-US when saving archive related xml. | Justin Clark-Casey (justincc) | 2011-05-27 | 1 | -0/+4 |
| |/ |/| | | | | | This might resolve http://opensimulator.org/mantis/view.php?id=5475 | ||||
* | | When saving an iar, don't chase down link asset IDs (since these points to ↵ | Justin Clark-Casey (justincc) | 2011-05-27 | 1 | -1/+4 |
|/ | | | | | | other items rather than real assets) This bug had no practical effect other than to make "save iar" misreport the number of missing assets | ||||
* | HG inventory transfers over the profile working. | Diva Canto | 2011-05-27 | 1 | -2/+9 |
| | |||||
* | Added a BasicProfilemodule so that the profile-based actions (like give ↵ | Diva Canto | 2011-05-27 | 1 | -0/+173 |
| | | | | inventory, etc) work. This is just a mock profile, the same for all users, and with no DB backend behind it -- meaning that nothing will be saved. For serious profiles, use 3rd party implementations. | ||||
* | Commented a few extra debug messages. | Diva Canto | 2011-05-26 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2011-05-26 | 6 | -57/+290 |
|\ | |||||
| * | Add --noassets option for "save iar" | Justin Clark-Casey (justincc) | 2011-05-26 | 4 | -19/+146 |
| | | | | | | | | | | | | | | | | Like "save oar", this saves an iar without assets This can be useful for backup when you know the required assets will still be present (e.g. you're backing up the assets db separately). This also bumps the iar format version to 0.3 and 1.2 respectively. 0.3 is backward compatible with previous opensim versions 1.2 is used if the --profile switch is specified. It is only compatible with 0.7.1 presently. | ||||
| * | Bump OAR file format version up to 0.7 for this development cycle. | Justin Clark-Casey (justincc) | 2011-05-26 | 1 | -2/+2 |
| | | | | | | | | | | This adds a <assets_included>true|false</assets_included> element to the oar control file, though this is not used on reloading at this time. This addition is backward compatible with previous opensim releases | ||||
| * | Add a --noassets option to "save oar". | Justin Clark-Casey (justincc) | 2011-05-26 | 3 | -37/+143 |
| | | | | | | | | | | This switch stops any assets being saved in the oar. This can be useful if you're using OAR to backup regions and you know you'll always have the original asset database available. | ||||
* | | HG IM in grid mode working fairly well. Unknown target user references ↵ | Diva Canto | 2011-05-26 | 1 | -0/+74 |
| | | | | | | | | looked back in source user's User Agent service. | ||||
* | | HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵ | Diva Canto | 2011-05-25 | 1 | -0/+268 |
| | | | | | | | | testing. | ||||
* | | Added necessary code to drop inventory on hg friends using the profile ↵ | Diva Canto | 2011-05-24 | 3 | -7/+59 |
| | | | | | | | | window, but can't test because this mechanism doesn't seem to work without a profile service. | ||||
* | | HG friends: Status notifications working. Also initial logins get the online ↵ | Diva Canto | 2011-05-23 | 3 | -48/+209 |
| | | | | | | | | friends in other grids. | ||||
* | | More on HG Friends. Added Delete(string, string) across the board. Added ↵ | Diva Canto | 2011-05-22 | 2 | -107/+212 |
| | | | | | | | | security to friendship identifiers so that they can safely be deleted across worlds. Had to change Get(string) to use LIKE because the secret in the identifier is not always known -- affects only HG visitors. BOTTOM LINE SO FAR: HG friendships established and deleted safely across grids, local rights working but not (yet?) being transmitted back. | ||||
* | | Fixed permissions bug related to friends in PermissionsModule. Added ↵ | Diva Canto | 2011-05-21 | 3 | -223/+180 |
| | | | | | | | | FriendsData[] GetFriends(string principalID) to IFriendsData and FriendInfo[] GetFriends(string PrincipalID) to IFriendsService. Refactored some more in the FriendsModule. Made client get notification of local friends permissions upon HGLogin. HG Friends object permissions work. | ||||
* | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2011-05-21 | 10 | -30/+20 |
|\ \ | |/ | |||||
| * | Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just ↵ | Justin Clark-Casey (justincc) | 2011-05-21 | 10 | -10/+0 |
| | | | | | | | | OpenSim.Tests.Common instead | ||||
| * | rename UserInventoryTestsUtils -> UserInventoryHelpers for consistency | Justin Clark-Casey (justincc) | 2011-05-21 | 1 | -4/+4 |
| | | |||||
| * | rename UserProfileTestUtils to UserAccountHelpers to be consistent with ↵ | Justin Clark-Casey (justincc) | 2011-05-21 | 4 | -16/+16 |
| | | | | | | | | other test helper names | ||||
* | | 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). |