Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Thank you, Snoopy2, for a patch to fix RemoteAdmin. Committed with the following | Melanie | 2010-06-13 | 1 | -341/+608 | |
| | | | | | | | changes: - Start location is NOT optional. The signature was defined with it being mandataory and there is no reason to change it - Adjusted comments to remove misleading or no longer true comments. Default is neuter, according to the code, not male, as the comment stated. | |||||
* | comment out large chunks of appearance/inventory region access services to ↵ | Justin Clark-Casey (justincc) | 2010-05-28 | 2 | -660/+656 | |
| | | | | eliminate warnings that this code is unused | |||||
* | Allow remote admin to be used on a different port from the main region port | Melanie Thielker | 2010-05-18 | 1 | -2/+3 | |
| | ||||||
* | More cleaning on presence. Friends online/offline works again. | Diva Canto | 2010-05-08 | 1 | -3/+3 | |
| | ||||||
* | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 2010-05-07 | 1 | -1/+1 | |
| | | | | | | home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs. | |||||
* | * May fix mantis #4603. | Diva Canto | 2010-04-05 | 1 | -1/+3 | |
| | | | | * My local git wants to commit the groups files for line endings, I'm gonna let it do it. | |||||
* | Cleaned up access to scenepresences in scenegraph. GetScenePresences and ↵ | Dan Lake | 2010-03-19 | 3 | -22/+18 | |
| | | | | GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>). | |||||
* | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 3 | -4/+4 | |
| | ||||||
* | * Adds CreatorID to asset metadata. This is just the plumbing to support ↵ | John Hurliman | 2010-02-22 | 3 | -4/+4 | |
| | | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it | |||||
* | Merge branch 'master' into presence-refactor | Melanie | 2010-02-15 | 1 | -2/+3 | |
|\ | ||||||
| * | Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522 | Justin Clark-Casey (justincc) | 2010-02-12 | 1 | -2/+3 | |
| | | | | | | | | | | | | These patch should allow people using systems that do not have their locale set to En_US or similar to use OpenSim without suffering effects such as being a million miles up in the air on login. The problem was caused by parsing strings without forcing that parse to be En_US (hence different decimal and digit group symbols were causing problems). Thanks very much to VikingErik for doing the legwork on this fix and phacelia for spotting it in the first place. | |||||
| * | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2010-01-29 | 1 | -2/+2 | |
| | | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf. | |||||
| * | Updates all IRegionModules to the new style region modules. | Revolution | 2010-01-23 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Melanie <melanie@t-data.com> | |||||
* | | Fixed a couple of bugs with Appearance. Appearance is all good now. | Diva Canto | 2010-01-11 | 2 | -4/+4 | |
| | | ||||||
* | | This fixes the problem that region modules (new style) weren't being recognized. | Diva Canto | 2010-01-11 | 1 | -9/+13 | |
| | | ||||||
* | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 2 | -2/+2 | |
| | | ||||||
* | | Remove CreateCommsManagerPlugin | Melanie | 2010-01-11 | 2 | -155/+0 | |
| | | ||||||
* | | Refactor. Instantiate sim status handlers in opensim base, not in a plugin | Melanie | 2010-01-11 | 1 | -4/+0 | |
| | | ||||||
* | | Refactor. Move MainServer init to a place with greener grass | Melanie | 2010-01-11 | 1 | -1/+0 | |
| | | ||||||
* | | dust | Diva Canto | 2010-01-10 | 1 | -40/+2 | |
| | | ||||||
* | | NetworkServersInfo removed from CommsManager. | Diva Canto | 2010-01-10 | 1 | -18/+1 | |
| | | ||||||
* | | Some more unnecessary things deleted in Framework.Communications. | Diva Canto | 2010-01-10 | 1 | -1/+0 | |
| | | ||||||
* | | All Framework.Communications.Clients and Framework.Communications.Services ↵ | Diva Canto | 2010-01-10 | 1 | -1/+0 | |
| | | | | | | | | deleted, including old LoginService. | |||||
* | | Moved GridInfo service from where it was to Handlers/Grid | Diva Canto | 2010-01-10 | 1 | -6/+0 | |
| | | ||||||
* | | * Starting to clean the house... | Diva Canto | 2010-01-10 | 1 | -1/+0 | |
| | | | | | | | | * Fixed circular dependency | |||||
* | | Merge branch 'presence-refactor' of ↵ | Diva Canto | 2010-01-10 | 3 | -54/+3 | |
|\ \ | | | | | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor | |||||
| * | | Remove all references to master avatar, replacing with estate owner where | Melanie | 2010-01-10 | 3 | -54/+3 | |
| | | | | | | | | | | | | | | | appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process. | |||||
* | | | * Changed IPresenceService Logout, so that it takes a position and a lookat | Diva Canto | 2010-01-10 | 3 | -25/+29 | |
|/ / | | | | | | | * CommsManager.AvatarService rerouted | |||||
* | | A few more inches... Old friends things removed. Less references to ↵ | Diva Canto | 2010-01-08 | 1 | -12/+19 | |
| | | | | | | | | UserProfileService. | |||||
* | | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 2010-01-08 | 6 | -595/+626 | |
| | | ||||||
* | | Merge branch 'master' into presence-refactor | Melanie | 2010-01-04 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Formatting cleanup. Add copyright headers. | Jeff Ames | 2010-01-04 | 1 | -2/+2 | |
| | | ||||||
* | | * Forgotten ILibraryService from yesterday | Diva Canto | 2010-01-02 | 1 | -0/+1 | |
| | | | | | | | | * New IAvatarService -- first pass | |||||
* | | This is somewhat major-like..... Change the intialization order of | Melanie | 2009-12-28 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | Application plugins so that MainServer.Instance gets assigned before RegionModulesController loads the new style shared modules. This is needed because otherwise no new style shared module could register a HTTP method.... if it breaks, you get to keep both pieces | |||||
* | | Change FriendsModule, InstantMessageModule, MessageTransferModule, ↵ | Melanie | 2009-12-28 | 1 | -3/+1 | |
|/ | | | | MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells. | |||||
* | Allow terrain heightmaps to be loaded directly from URIs via the remote ↵ | Justin Clark-Casey (justincc) | 2009-12-04 | 1 | -2/+15 | |
| | | | | | | | | admin plugin See http://opensimulator.org/mantis/view.php?id=4418 Thanks StrawberryFride See | |||||
* | Changing the AssetBase constructors to avoid initializing assets with an ↵ | John Hurliman | 2009-11-05 | 3 | -14/+4 | |
| | | | | unknown asset type, and log an error if it ever does happen | |||||
* | Fix an invalid argument exception in the remote admin module when. | Melanie | 2009-11-02 | 1 | -1/+1 | |
| | | | | Patch from CasperW | |||||
* | Remove the SECS loader | Melanie | 2009-10-27 | 5 | -443/+0 | |
| | ||||||
* | * Tweak to region module loading to check for a matching constructor first ↵ | John Hurliman | 2009-10-27 | 1 | -6/+7 | |
| | | | | | | | instead of throwing and catching exceptions * Commenting out the MySQL startup sequence that cleans out dropped attachments under the advice that it is no longer relevant. If anything, it could be brought back as a database cleanup console command * Updated to the latest libomv 0.8.0-pre. UUID.TryParse() will no longer throw and catch exceptions for most failed UUID parses | |||||
* | Really make module port selection work. Implement port setting in | Melanie | 2009-10-21 | 1 | -4/+29 | |
| | | | | LLProxyLoginModule. | |||||
* | Cleanup and comment the region module loader. Add support for configuring | Melanie | 2009-10-20 | 1 | -26/+173 | |
| | | | | | | a server port to use for modules in a generic way and also add support for disabling modules that don't support proper disabling. Add support for selective loading by class name (advanced users only) | |||||
* | Merge branch 'diva-textures-osgrid' | Melanie | 2009-10-04 | 2 | -3/+4 | |
|\ | ||||||
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵ | John Hurliman | 2009-10-02 | 2 | -3/+4 | |
| | | | | | | | | | | | | Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) * Shrinks the largest in-memory object, the LLRAW.HeightmapLookupValue struct (only used for exporting to LLRAW terrain files), to the minimum possible size. This seems to have the odd side effect of cutting the size of the two double[256,256] terrain objects in half. Possibly an alignment optimization? | |||||
* | | - cleaning up LandData/ILandObject capitalization issues | dr scofield (aka dirk husemann) | 2009-10-02 | 1 | -8/+8 | |
| | | | | | | | | - adding LandDataSerializer to OAR mechanics | |||||
* | | Formatting cleanup. | Jeff Ames | 2009-10-01 | 3 | -106/+51 | |
| | | ||||||
* | | Deleted some files that aren't being used anymore. | Diva Canto | 2009-09-28 | 1 | -1/+0 | |
| | | ||||||
* | | Poof! on Region.Communications.Hypergrid. Grid code deleted. | Diva Canto | 2009-09-26 | 1 | -9/+0 | |
| | | ||||||
* | | Moved all HG1 operations to HGGridConnector.cs and ↵ | Diva Canto | 2009-09-26 | 1 | -1/+0 | |
| | | | | | | | | | | | | HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. Fixed small bugs with hyperlinked regions' map positions. | |||||
* | | minor: make rest (not comm) modules less noisy if they are disabled | Justin Clark-Casey (justincc) | 2009-09-24 | 3 | -4/+5 | |
|/ |