Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-04-16 | Fix 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 Canto | 1 | -3/+3 | |
* PrimitiveBaseShape wants to be be committed too -- EOF. | |||||
2010-04-13 | Applying patch from lkalif to add support for inventory links to the ↵ | John Hurliman | 1 | -0/+33 | |
SimianGrid connectors | |||||
2010-04-12 | thanks lkalif for Mantis #4676 - a patch that adds support for inventory links | dahlia | 1 | -0/+5 | |
Signed-off-by: dahlia <dahliaTrimble@gmail.removeme.com> | |||||
2010-04-09 | minor - add some documentation to PrimitiveBaseShape constructor with ↵ | dahlia | 1 | -0/+4 | |
OpenMetaverse.Primitive parameter | |||||
2010-03-31 | First attempt at fixing mantis #4641. It's better but there are now some ↵ | Diva Canto | 2 | -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-31 | When 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-31 | Committing the LightShare code, which was developed by TomMeta of Meta7. | Melanie | 2 | -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 Hurliman | 1 | -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-26 | change trunk version to 0.7.Dev | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
2010-03-26 | replace recent IModule.GetGroup() with better GetGroupRecord(string name) | Justin Clark-Casey (justincc) | 1 | -2/+0 | |
2010-03-25 | minor: Print out port that http servers are using | Justin Clark-Casey (justincc) | 2 | -3/+7 | |
do this in callers so that we know who is setting up these things | |||||
2010-03-25 | put 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-22 | Remove the reading of estate_settings.xml and the associated processing of | Melanie | 1 | -187/+7 | |
defaults. Adding code to facilitate estate creation / managemment as part of first time start up | |||||
2010-03-19 | Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, ↵ | Dan Lake | 1 | -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-16 | minor logging changes to BaseHttpServer, OSHttpRequest | Justin Clark-Casey (justincc) | 2 | -30/+58 | |
2010-03-16 | Fixed several unhandled exceptions and performance issues with ↵ | John Hurliman | 1 | -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-11 | minor: 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-11 | very minor spacing adjustment | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
2010-03-10 | Formatting cleanup. Add copyright notices. | Jeff Ames | 4 | -8/+116 | |
2010-03-09 | - parcel blocking, region crossing blocking, teleport blocking | unknown | 1 | -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 Hurliman | 1 | -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 llTextBox | unknown | 1 | -0/+1 | |
Signed-off-by: Melanie <melanie@t-data.com> | |||||
2010-03-06 | Bug fix: store correct position information upon logout. Fixes mantis #4608 | Diva Canto | 2 | -0/+20 | |
2010-03-05 | Fix 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-04 | move 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-03 | minor: remove a couple of compiler warnings | Justin Clark-Casey (justincc) | 2 | -15/+5 | |
2010-03-03 | * Added three new helper utility files to OpenSim.Framework. MultipartForm ↵ | John Hurliman | 3 | -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-03 | Removing the sLLVector3 dinosaur | John Hurliman | 2 | -58/+6 | |
2010-03-01 | More work on GrantRights. Still not right. | Diva Canto | 1 | -34/+34 | |
2010-02-28 | Change the signature of SendChangeUserRights, because we have to send | Melanie | 1 | -1/+1 | |
this to both parties | |||||
2010-02-28 | Add missing ChangeUserRights packet sender | Melanie | 1 | -0/+1 | |
2010-02-28 | Initial Online friends notification seems to be working reliably now. All ↵ | Diva Canto | 1 | -1/+3 | |
this needs more testing, but everything is there. | |||||
2010-02-24 | Remove the overlooked remnants of core profile support | Melanie | 1 | -37/+0 | |
2010-02-22 | Changed asset CreatorID to a string | John Hurliman | 4 | -7/+10 | |
2010-02-22 | * Adds CreatorID to asset metadata. This is just the plumbing to support ↵ | John Hurliman | 5 | -20/+13 | |
CreatorID, it doesn't modify database backends or OAR files to support storing/loading it | |||||
2010-02-22 | minor formatting tweak - try to trigger a build on panda | dahlia | 1 | -1/+0 | |
2010-02-22 | add a constructor for PrimitiveBaseShape from a OpenMetaverse Primitive | dahlia | 1 | -0/+35 | |
2010-02-21 | Deleted obsolete files in the Data layer. Compiles. | Diva Canto | 1 | -104/+0 | |
2010-02-20 | * Added a sanity check for missing asset data in LLClientView | John Hurliman | 2 | -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-18 | Change handling of the SYSTEMIP constant to be more sane. | Melanie | 2 | -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-18 | Revert "change "SYSTEMIP" to "localhost" in the create region console ↵ | Melanie | 1 | -4/+4 | |
command prompt" after speaking to Dahlia This reverts commit c62a6adb2b234fcbe99e352f4bd2af0cbf683a99. | |||||
2010-02-17 | change "SYSTEMIP" to "localhost" in the create region console command prompt | dahlia | 1 | -4/+4 | |
2010-02-15 | Formatting cleanup. | Jeff Ames | 3 | -11/+11 | |
2010-02-14 | Revolution is on the roll again! :) | Revolution | 3 | -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-12 | Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522 | Justin 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-12 | Fix http://opensimulator.org/mantis/view.php?id=4224 | Justin 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-08 | Deleted unused class that came back because of merge conflicts. | Diva Canto | 1 | -755/+0 | |
2010-01-31 | Cleaned up configuration. 'gridmode' and 'hypergrid' are gone, as well as ↵ | Diva Canto | 2 | -26/+0 | |
lots of other obsolete configs. | |||||
2010-01-30 | Changed an error message to w warning message. | Diva Canto | 1 | -1/+1 | |