aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-02-24Remove the overlooked remnants of core profile supportMelanie1-37/+0
2010-02-22Changed asset CreatorID to a stringJohn Hurliman4-7/+10
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman5-20/+13
CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
2010-02-21Deleted obsolete files in the Data layer. Compiles.Diva Canto1-104/+0
2010-02-20* Added a sanity check for missing asset data in LLClientViewJohn Hurliman2-2/+200
* Moved the SL asset type to content type conversion methods from ServerUtils to OpenSim.Framework.SLUtil * Linked content type to asset type in AssetMetadata
2010-02-18Change handling of the SYSTEMIP constant to be more sane.Melanie2-7/+12
This will now choose the first network interface IP address, or the loopback interface if no external interfaces are found. It will log the IP address used as [NETWORK]: Using x.x.x.x for SYSTEMIP.
2010-02-18Revert "change "SYSTEMIP" to "localhost" in the create region console ↵Melanie1-4/+4
command prompt" after speaking to Dahlia This reverts commit c62a6adb2b234fcbe99e352f4bd2af0cbf683a99.
2010-02-17change "SYSTEMIP" to "localhost" in the create region console command promptdahlia1-4/+4
2010-02-15Formatting cleanup.Jeff Ames3-11/+11
2010-02-14Revolution is on the roll again! :)Revolution3-5/+36
Fixes: Undo, T-pose of others on login, modifiedBulletX works again, feet now stand on the ground instead of in the ground, adds checks to CombatModule. Adds: Redo, Land Undo, checks to agentUpdate (so one can not fall off of a region), more vehicle parts. Finishes almost all of LSL (1 function left, 2 events). Direct flames and kudos to Revolution, please Signed-off-by: Melanie <melanie@t-data.com>
2010-02-12Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)3-15/+15
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.
2010-02-12Fix http://opensimulator.org/mantis/view.php?id=4224Justin Clark-Casey (justincc)2-13/+6
This resolves the problem where eyes and hair would turn white on standalone configurations When a client receives body part information, for some insane reason or other it always ends up uploading this back to the server and then immediately re-requesting it. This should have been okay since we stored that asset in cache. However, the standalone asset service connector was not checking this cache properly, so every time the client made the request for the asset it has just loaded it would get a big fat null back in the face, causing it to make clothes and hair white. This bug did not affect grids since they use a different service connector.
2010-02-08Deleted unused class that came back because of merge conflicts.Diva Canto1-755/+0
2010-01-31Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵Diva Canto2-26/+0
lots of other obsolete configs.
2010-01-30Changed an error message to w warning message.Diva Canto1-1/+1
2010-01-29* HGGridConnector is no longer necessary.Diva Canto1-4/+9
* Handle logout properly. This needed an addition to IClientAPI, because of how the logout packet is currently being handled -- the agent is being removed from the scene before the different event handlers are executed, which is broken.
2010-01-29Works for grid login.Diva Canto1-9/+15
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto1-0/+5
2010-01-27Added ExternalName config on Gatekeeper.Diva Canto1-0/+9
2010-01-26* .. More Endlines...Teravus Ovares (Dan Olivares)1-1/+1
2010-01-26* a few more endlines..Teravus Ovares (Dan Olivares)1-4/+4
2010-01-26* Quick fix to Remote Console session ID handling.Adam Frisby1-0/+6
2010-01-20Console output no longer requires loglevel to be set to info; you can run ↵mbowman2-2/+2
the simulator with log level WARN or ERROR and see the output of console commands Signed-off-by: Melanie <melanie@t-data.com>
2010-01-19Change a member of the friendslist module to better reflect the client sideMelanie1-2/+0
data storage paradigm of the friends list and avoid repeated, unneccessary fetches of the entire friends list.
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto1-0/+4
2010-01-17* Added ServiceURLs to AgentCircuitData.Diva Canto1-0/+21
* Fixed a configuration buglet introduced yesterday in StandaloneHypergrid.ini.
2010-01-14add an agent position field to AgentUpdateArgs for use by some non-LL clientsdahlia1-0/+8
2010-01-13Bug in Teleport fixed -- Appearance was missing from AgentCircuitData.Diva Canto1-16/+22
2010-01-12Fixed more appearance woes that showed up using remote connectors. ↵Diva Canto3-2/+74
Appearance is now being passed with AgentCircuitData, as it should be.
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2-258/+0
2010-01-11CommunicationsManager deleted.Diva Canto1-58/+0
2010-01-10NetworkServersInfo removed from CommsManager.Diva Canto1-7/+0
2010-01-10Some more unnecessary things deleted in Framework.Communications.Diva Canto6-1169/+0
2010-01-10All Framework.Communications.Clients and Framework.Communications.Services ↵Diva Canto7-3779/+0
deleted, including old LoginService.
2010-01-10CommunicationsManager is practically empty. Only NetworkServersInfo is there.Diva Canto2-63/+0
2010-01-11Add a console_port setting to let the rest console use a different portMelanie1-2/+2
from the region server
2010-01-10Moved GridInfo service from where it was to Handlers/GridDiva Canto1-176/+0
2010-01-10Forgot to remove 'using'Diva Canto1-1/+0
2010-01-10* Starting to clean the house...Diva Canto4-1164/+3
* Fixed circular dependency
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie2-100/+1
appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process.
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-4/+5
* HG is seriously broken here * Compiles. Untested.
2010-01-10Remove "login disable", "login enable" and "login status" commands.Melanie2-10/+1
2010-01-09Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto3-77/+17
2010-01-09Fix up the weird Lindenish "setaccess" message. Talk about strange....Melanie1-4/+4
2010-01-09Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed usersMelanie2-1/+29
will be honored now, while allowed groups will not. This requires additional groups module integration work
2010-01-08A few more inches... Old friends things removed. Less references to ↵Diva Canto2-516/+0
UserProfileService.
2010-01-08Adds IClientAPI voids for GroupProposals.Revolution1-1/+6
Signed-off-by: Melanie <melanie@t-data.com>
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto1-345/+0
2010-01-08Fix repeated ArgumentOutOfRangeException when a local OpenSim console is ↵Justin Clark-Casey (justincc)2-35/+79
resized under mono May fix mantises 3186, 3270, 4022, 4238
2010-01-08Moving the new group data structures out of LLClientView into GroupData.Melanie1-0/+26
The new methods are still not in IClientAPI, so some work remains to be done.