aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-04-26Better error message.Diva Canto1-1/+1
2010-04-22* Better error logging for failed SimianGrid web service callsJohn Hurliman1-3/+8
2010-04-16Fix http://opensimulator.org/mantis/view.php?id=4657 where ↵Justin Clark-Casey (justincc)2-17/+48
OpenSim.Grid.UserServer.exe fails on startup if no previous config probably appears to occur because mono 2.4.2.3 (and possibly later) erroneously returns a value of 0 for BufferWidth and BufferHeight in some circumstances
2010-04-14* Added 32bitLauncher for Robust. Still need to test it on a 64 bit machine.Diva Canto1-3/+3
* PrimitiveBaseShape wants to be be committed too -- EOF.
2010-04-13Applying patch from lkalif to add support for inventory links to the ↵John Hurliman1-0/+33
SimianGrid connectors
2010-04-12thanks lkalif for Mantis #4676 - a patch that adds support for inventory linksdahlia1-0/+5
Signed-off-by: dahlia <dahliaTrimble@gmail.removeme.com>
2010-04-09minor - add some documentation to PrimitiveBaseShape constructor with ↵dahlia1-0/+4
OpenMetaverse.Primitive parameter
2010-03-31First attempt at fixing mantis #4641. It's better but there are now some ↵Diva Canto2-7/+10
issues with permissions. (looks like my commit is going to touch CM files, I'm going to let it do it - eof only)
2010-03-31When saving an oar/iar, don't attempt to write out the data byte array if ↵Justin Clark-Casey (justincc)1-1/+3
it's empty On Mono 2.6 (and probably before) this causes a non-obvious IOException
2010-03-31Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie2-2/+305
This allows scripts to set WindLight parameters for clients connecting to a region. Currently, this is only supported by the Meta7 viewer.
2010-03-26* Fixed a bug with null value handling in WebUtil.BuildQueryString()John Hurliman1-2/+6
* Changed the null check back in estate manager setup but fixed the case for an existing account being found * Implemented SetPassword() in the SimianGrid auth connector
2010-03-26change trunk version to 0.7.DevJustin Clark-Casey (justincc)1-2/+2
2010-03-26replace recent IModule.GetGroup() with better GetGroupRecord(string name)Justin Clark-Casey (justincc)1-2/+0
2010-03-25minor: Print out port that http servers are usingJustin Clark-Casey (justincc)2-3/+7
do this in callers so that we know who is setting up these things
2010-03-25put out full exception stack if something reaches top of base http server ↵Justin Clark-Casey (justincc)1-1/+1
OnRequest() on both mono and .net replace Newtonsoft.Json.XML since the updated copy got accidentally reverted by another commit
2010-03-22Remove the reading of estate_settings.xml and the associated processing ofMelanie1-187/+7
defaults. Adding code to facilitate estate creation / managemment as part of first time start up
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, ↵Dan Lake1-1/+1
Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files.
2010-03-16minor logging changes to BaseHttpServer, OSHttpRequestJustin Clark-Casey (justincc)2-30/+58
2010-03-16Fixed several unhandled exceptions and performance issues with ↵John Hurliman1-2/+6
PrimitiveBaseShape.Textures. This really should be moved from a property to a method if it is going to decode a byte[] into a TextureEntry each time
2010-03-11minor: add some more documentation for IHttpServer.AddHTTPHandler() to tell ↵Justin Clark-Casey (justincc)2-5/+7
the caller that the best match for an incoming request URI is invoked
2010-03-11very minor spacing adjustmentJustin Clark-Casey (justincc)1-1/+0
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames4-8/+116
2010-03-09- parcel blocking, region crossing blocking, teleport blockingunknown1-0/+1
Signed-off-by: Melanie <melanie@t-data.com>
2010-03-07* Updated to libomv r3268 which fixes the mapping for OpenJPEG on 64-bit ↵John Hurliman1-0/+28
systems and adds protocol support for Viewer 2.0 (still needs work in OpenSim to get things fully functional)
2010-03-06- supporting llTextBoxunknown1-0/+1
Signed-off-by: Melanie <melanie@t-data.com>
2010-03-06Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto2-0/+20
2010-03-05Fix LocalPresenceServiceConnector test now that the hardcoded test data has ↵Justin Clark-Casey (justincc)1-1/+11
been removed from Data.Null.NullPresenceData Unfortunately, this meant publicly exposing the underlying service for the connector. The other solution would be to create alternative initializers for services and connectors where objects could be given directly rather than loaded indirectly through config. Unfortunately, this would require a lot of work in this case but might be the better way forward.
2010-03-04move linden notecard parsing from LSL_Api.cs to SLUtil so that region ↵Justin Clark-Casey (justincc)1-1/+98
modules can use it
2010-03-03minor: remove a couple of compiler warningsJustin Clark-Casey (justincc)2-15/+5
2010-03-03* Added three new helper utility files to OpenSim.Framework. MultipartForm ↵John Hurliman3-0/+650
is used for constructing multipart/form-data requests. UntrustedWebRequest places sanity checks and policy on requests to HTTP endpoints that are not in the same trust domain (useful for Hypergrid, OpenID, etc). WebUtil contains misc. functions for managing URLs and network streams
2010-03-03Removing the sLLVector3 dinosaurJohn Hurliman2-58/+6
2010-03-01More work on GrantRights. Still not right.Diva Canto1-34/+34
2010-02-28Change the signature of SendChangeUserRights, because we have to sendMelanie1-1/+1
this to both parties
2010-02-28Add missing ChangeUserRights packet senderMelanie1-0/+1
2010-02-28Initial Online friends notification seems to be working reliably now. All ↵Diva Canto1-1/+3
this needs more testing, but everything is there.
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-22minor formatting tweak - try to trigger a build on pandadahlia1-1/+0
2010-02-22add a constructor for PrimitiveBaseShape from a OpenMetaverse Primitivedahlia1-0/+35
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