Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-03-18 | Add delete maptile ability to MapImageService - yet untested | Melanie Thielker | 1 | -0/+1 | |
2014-01-16 | Can delete the Offline Messages sent to/from a user. | Oren Hurvitz | 1 | -0/+7 | |
This is useful if the user is deleted. | |||||
2014-01-04 | Remove some chatty DebugFormat statements. No functional changes. | Robert Adams | 1 | -2/+2 | |
2014-01-04 | varregion: Add region size to teleport event messages (EnableSimulator, | Robert Adams | 1 | -0/+14 | |
CorssRegion, TeleportFinishEvent). Have Simian grid service return the region size. Many teleport related debug log messages. Can be removed when teleport works (like that's ever going to happen). Conflicts: OpenSim/Framework/RegionInfo.cs | |||||
2013-12-28 | Initialize default region size in GridRegion in the no parameter constructor | Robert Adams | 1 | -0/+2 | |
as is used by the grid connector tests. | |||||
2013-12-28 | Add serialization/deserialization of region size to RegionInfo, GridRegion, ↵ | Robert Adams | 1 | -0/+25 | |
and RegionData. This does not modify interfaces or handling of variable sized regions. This only enables the loading and storing of the region size and the reporting of the region size in grid service responses. The database tables already have the code to load and store the region size. | |||||
2013-12-07 | Revert "Add support for user preferences (im via email)" | Melanie | 1 | -5/+0 | |
This reverts commit 1842388bb4dcf5ecd57732ffa877b6ca1a3dec7b. | |||||
2013-12-06 | Fixed misleading comment | Diva Canto | 1 | -3/+0 | |
2013-12-06 | Add support for user preferences (im via email) | BlueWall | 1 | -0/+5 | |
2013-10-04 | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2013-09-02 | Allow one to specify a DefaultHGRegion flag in [GridService] in order to ↵ | Justin Clark-Casey (justincc) | 1 | -0/+1 | |
allow different default regions for HG and direct grid logins. This requires a new GridService.GetDefaultHypergridRegions() so ROBUST services require updating but not simulators. This method still returns regions flagged with just DefaultRegion after any DefaultHGRegions, so if no DefaultHGRegions are specified then existing configured defaults will still work. Immediate use is for conference where we need to be able to specify different defaults However, this is also generally useful to send experienced HG users to one default location and local users whose specified region fails (e.g. no "home" or "last") to another. | |||||
2013-08-28 | Do not add a port zero to end of the hypergrid gateway host name. | Robert Adams | 1 | -1/+4 | |
If the port is specified it is added but a ":0" is not added if the port is zero. This enables the hypergrid address short form "hypergridGateway:regionName" which is handled by the parser but failed because of this zero port addition. | |||||
2013-07-13 | Guard against unauthorized agent deletes. | Diva Canto | 1 | -1/+1 | |
2013-07-13 | Deleted GET agent all around. Not used. | Diva Canto | 1 | -2/+0 | |
2013-06-21 | Finally moved HG agent transfers to use agent fatpacks. | Diva Canto | 1 | -4/+1 | |
2013-05-31 | Adding standard OpenSim header to source files | BlueWall | 1 | -0/+27 | |
2013-05-30 | UserProfiles | BlueWall | 1 | -0/+48 | |
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module. | |||||
2013-04-27 | Added an interface to an external ban service. With this commit, the ↵ | Diva Canto | 1 | -0/+48 | |
interface is used only in Hypergrided worlds (Gatekeeper), although in those, it applies to both local and foreign users. The Ban service itself is not in core; it is to be provided externally. | |||||
2013-03-18 | Multiattach, part 2 | Melanie | 1 | -3/+9 | |
2013-03-18 | Multiattach, part 1 | Melanie | 1 | -1/+8 | |
Conflicts: OpenSim/Framework/AvatarAppearance.cs OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs OpenSim/Region/Framework/Scenes/Scene.cs OpenSim/Region/OptionalModules/Avatar/Attachments/TempAttachmentsModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs | |||||
2013-03-05 | Multiattach, part 2 | Melanie | 1 | -3/+9 | |
2013-03-05 | Multiattach, part 1 | Melanie | 1 | -1/+8 | |
2013-02-19 | Deleted all AssemblyFileVersion directives | Diva Canto | 1 | -1/+1 | |
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 | |
2012-12-19 | Add the interfaces for the new Avination baked texture cache service | Melanie | 1 | -0/+17 | |
2012-12-07 | add some default size setting and checks | UbitUmarov | 1 | -1/+6 | |
2012-12-07 | revert the use of avatar skeleton and use avatar size provided by viewers, | UbitUmarov | 1 | -1/+3 | |
since at least for now seems good enought | |||||
2012-12-04 | Improvement in HGInstantMessageService: account for the existence of an ↵ | Diva Canto | 1 | -0/+115 | |
offline IM service. | |||||
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 4 | -56/+4 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-11-14 | The last few AssemblyInfos. Finished! | Diva Canto | 1 | -0/+33 | |
2012-10-30 | Add method doc to IAssetService.Get(string, object, AssetRetrieved) ↵ | Justin Clark-Casey (justincc) | 1 | -1/+5 | |
outlining the situations in which AssetRetrieved may be called back with a null AssetBase. These situations include asset not found and remote service not responding. | |||||
2012-10-20 | Add method doc for IPresenceService | Justin Clark-Casey (justincc) | 1 | -1/+37 | |
2012-10-09 | minor: Add documentation to IGridService.GetRegionFlags() | Justin Clark-Casey (justincc) | 1 | -0/+13 | |
2012-10-01 | On more virtual method | Diva Canto | 1 | -1/+1 | |
2012-09-27 | Removed the bits about the TOSModule. That module doesn't go into core. ↵ | Diva Canto | 1 | -9/+0 | |
WARNING: migration on GridUser withdrawn too, but left the migration number there. | |||||
2012-09-25 | TOS module. WARNING: migration in GridUser table. | Diva Canto | 1 | -0/+8 | |
2012-08-15 | Add a real_id field to the login response if impersonation is used. The wrapper | Melanie | 1 | -0/+1 | |
script needs this for proper logging. | |||||
2012-08-14 | Exclude temp attachemnts from being sent to the avatar service | Melanie | 1 | -1/+2 | |
2012-06-30 | Removing unused handling of incoming create object by userID and itemID only. | Justin Clark-Casey (justincc) | 1 | -10/+0 | |
It appears this was never actually used since attachments were rezzed in other code. This was never available on remote simulator comms, only local. | |||||
2012-05-24 | Make ISimulationScene.GetScene() used the more efficient region id for ↵ | Justin Clark-Casey (justincc) | 1 | -1/+11 | |
lookup rather than the region handle. | |||||
2012-04-26 | Help big boobies to dance (avatar visualParams). May not persist and need ↵ | UbitUmarov | 1 | -5/+15 | |
more lobe ? | |||||
2012-03-30 | Add simple login test with online friends. Add IFriendsModule.GrantRights() ↵ | Justin Clark-Casey (justincc) | 1 | -0/+8 | |
for granting rights via a module call. Rename IFriendsModule.GetFriendPerms() -> GetRightsGrantedByFriend() to be more self-documenting and consistent with friends module terminology. Add some method doc. | |||||
2012-03-29 | refactor: Stop passing both IClientAPI and agentID to friend event ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
listeners, these are redundant. Replace a few magic numbers with FriendRights enum already used elsewhere. | |||||
2012-03-21 | HG Friends: reroute the status notifications to the HGFriends service, so ↵ | Diva Canto | 1 | -1/+3 | |
that they can scale better. They were previously being handled by the UAS; that is still there, but it's now obsolete and will be removed in a future release. | |||||
2012-03-20 | HG Friends: allow the establishment of HG friendships without requiring ↵ | Diva Canto | 1 | -0/+11 | |
co-presence in the same sim. Using avatar picker, users can now search for names such as "first.last@grid.com:9000", find them, and request friendship. Friendship requests are stored if target user is offline. TESTED ON STANDALONE ONLY. | |||||
2012-03-17 | Added GetUUID(first, last) on UserAgentsService so that we can finally make ↵ | Diva Canto | 1 | -0/+2 | |
direct user connections. | |||||
2012-02-23 | Add a position parameter to region crossing of objects. This avoids the | Melanie | 1 | -1/+1 | |
potential bad update that places an object at the opposite side of the origin sim for a moment before actually crossing it. Especially important in grids like OSG where lag between sims is high. | |||||
2012-01-30 | Next step for world map overlays | Melanie | 1 | -1/+8 | |