Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-04-10 | Thank you kindly, A_Biondi for a patch that: | Charles Krinke | 1 | -0/+13 | |
Handles the CreateItem cap request for all wearables, setting the proper value in inType and assType. | |||||
2008-04-10 | * Minor: get CreateNewUserInventory() to return true on success | Justin Clarke Casey | 2 | -3/+8 | |
2008-04-10 | * Minor inventory message cleanup and documentation | Justin Clarke Casey | 1 | -3/+4 | |
2008-04-10 | renaming of attributes in UserAgentData for readability | Sean Dague | 2 | -21/+21 | |
2008-04-10 | changing UserAgentData to use properties. This caused more | Sean Dague | 3 | -50/+159 | |
grief than expected, as monodevelop doesn't like to refactor properties of properties. | |||||
2008-04-10 | further renaming of properties for clarity | Sean Dague | 5 | -95/+95 | |
2008-04-10 | moved fields to properties for UserDataProfile, which was | Sean Dague | 5 | -92/+290 | |
actually a little more work than I expected given the copious use of out params. | |||||
2008-04-10 | * Updates BetaGridLikeMoneyModule | Teravus Ovares | 1 | -0/+10 | |
* Several people have asked for a way to limit uploads, so I've decided to show people how to do this in the BetaGridLikeMoneyModule. * Configure it in OpenSim.ini using the [Economy] header. See the bottom of the OpenSim.ini.example for more information. * This also fleshes out the Economy API a bit more. | |||||
2008-04-09 | split out UserProfile | Sean Dague | 2 | -67/+99 | |
2008-04-09 | make this a class | Sean Dague | 1 | -2/+4 | |
2008-04-09 | check in an OSUUID wrapper as potential replacement | Sean Dague | 1 | -0/+85 | |
for LLUUID in most of our code. Like LLUUID, this is basically just a box type on the .NET Guid. | |||||
2008-04-08 | add comment for version field based on what Teravus said :) | Sean Dague | 1 | -1/+3 | |
2008-04-08 | further refactor and rename of InventoryFolderBase properties | Sean Dague | 6 | -30/+30 | |
to reflect what they really are. | |||||
2008-04-08 | * Adjust some inventory lookup failure messages to reduce confusion as to ↵ | Justin Clarke Casey | 1 | -5/+7 | |
what just went wrong | |||||
2008-04-08 | * Update code to use patched libsecondlife.dll which removes the problem ↵ | Justin Clarke Casey | 2 | -11/+2 | |
where the AssetType enum was 'Primitive' rather than 'Object' * The libsecondlife patch was also applied to libsecondlife itself in r1714 * Many, many thanks to Dr Schofield (IBM) for his help on this :) | |||||
2008-04-07 | refactor of InventoryCollection for good measure | Sean Dague | 1 | -7/+34 | |
2008-04-07 | more refactoring, this time on InventoryFolderBase | Sean Dague | 8 | -188/+242 | |
* wrap attributes in properties * clean up names a little bit * clean up name styles | |||||
2008-04-07 | Refactor InventoryItemBase to do the following: | Sean Dague | 5 | -74/+193 | |
* wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach | |||||
2008-04-07 | break out the 5 classes that were | Sean Dague | 5 | -197/+333 | |
InventoryItemBase into seperate .cs files 1 per class | |||||
2008-04-07 | * Minor: log message correction | Justin Clarke Casey | 1 | -1/+1 | |
2008-04-07 | * Okay you can put down your pitchforks - this patch should fix rezzing of ↵ | Justin Clarke Casey | 1 | -27/+17 | |
items (with inventory) on Windows * Now properly dealing with prims which don't contain items - thanks to thomas for the patch which gave insight into this situation * Also, an xml exception no longer crahes the client session * Leaving in debugging lines in case there are further problems * Not yet tested on Linux, though I'm just about to. | |||||
2008-04-07 | * EXPERIMENTAL ROUGH DRAFT: First rough implementation of avatar to avatar ↵ | Justin Clarke Casey | 1 | -1/+12 | |
item giving * Now you can drag an object from your inventory and give it to another avatar * !!! Use at your own risk !!! Many things are unimplemented as of yet, including permissions (the person receiving your item can probably do absolutely everything with it) * Also, items for the receiving end up in their root folder rather than the objects folder | |||||
2008-04-04 | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 1 | -2/+0 | |
Patch to remove commented NotImpemented calls from within implemented script functions | |||||
2008-04-04 | make AssetBase use Properties instead of fields. This probably | Sean Dague | 1 | -8/+53 | |
breaks compatibility on grid ops because native serialization is used here. | |||||
2008-04-04 | * Make objects appear in 1.19.1.4 inventory again | Justin Clarke Casey | 1 | -6/+19 | |
* You will probably need to clear your client's cache before this will take effect * The problem was that the underlying libsecondlife.AssetType was returning "primitive" rather than "object". This fix is in lieu of correcting/updating our libsecondlife.dll | |||||
2008-04-04 | * Removing debugging goo for mantis 854 since the fix is reported to work. | Justin Clarke Casey | 1 | -3/+5 | |
2008-04-04 | * Fixed up some documentation regarding the inventory descendants method ↵ | Teravus Ovares | 1 | -3/+17 | |
XML. Cleaned up an error report. Noted at the top, why the two unused caps path variables must stay. | |||||
2008-04-04 | * Fixes CAPS InventoryDescendants and the notorious ↵ | Teravus Ovares | 1 | -9/+46 | |
'LLSDParseException:expected </llsd>' error. * Objects folder still exhibits strange behavior. | |||||
2008-04-04 | * Fixing permissions on items returned via CAPS based inventory | Teravus Ovares | 1 | -1/+2 | |
2008-04-03 | * Fixes Region/Estate panel in current Linden Official client. | Teravus Ovares | 1 | -3/+3 | |
* Sets the default estate parentID to 1.. which means that all regions are treated like private estates in the client as opposed to Linden Mainland. (no space server hiccup message). If that message annoys you and you want to get rid of it, set your parentEstateID to 1. | |||||
2008-04-03 | Update svn properties. | Jeff Ames | 2 | -144/+144 | |
2008-04-03 | * Attempted resolution for mantis 854 | Justin Clarke Casey | 1 | -0/+4 | |
* Also adds more temporary debugging goo in case the fix didn't work | |||||
2008-04-03 | * From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 3 | -193/+192 | |
* This patch removes voice code into a region module. This required the implementation of events and other code to allow region modules to register their own caps handlers, and should allow different voice module implementations. * CAVEAT: This does not provide complete voice support, it merely provides the hooks so that it can be plugged in. | |||||
2008-04-03 | * Adding request time limiting strategy for texture requests, though this ↵ | Justin Clarke Casey | 2 | -1/+141 | |
isn't useable yet | |||||
2008-04-03 | * Resolve mantis 849 | Justin Clarke Casey | 1 | -1/+1 | |
* Scripts in prims within linksets can now be properly edited using the 'edit linked parts' linden ui option | |||||
2008-04-02 | * Attempt to resolve mantis 873 by placing caps removal operations in a ↵ | Justin Clarke Casey | 1 | -1/+1 | |
critical section | |||||
2008-04-02 | changing more references to OpenSim.Data | Sean Dague | 5 | -5/+5 | |
2008-04-02 | whole lot more moving | Sean Dague | 67 | -15985/+0 | |
2008-04-02 | reorganizing namespaces to put all the Data stuff into it's own namespace | Sean Dague | 16 | -1200/+0 | |
/ dir structure. This is coming in over a few changesets so consider trunk broken for the next 30 minutes as these get pulled together. | |||||
2008-04-02 | * Add some temporary task inventory item inflation debug messages to ↵ | Justin Clarke Casey | 1 | -0/+10 | |
investigate mantis 854 | |||||
2008-04-02 | refactor, make the file name the class name | Sean Dague | 1 | -0/+0 | |
2008-04-02 | * Added AvatarAppearance.sql for MSSQL | lbsa71 | 1 | -0/+44 | |
2008-04-02 | * Reworked Data Framework so that MSSQL works | lbsa71 | 6 | -14/+61 | |
* Introduced uint as field type * Removed what should be superfluous Guid handling * Introduced stub MySQLDataReader if we need to fix the Guid handling anyway | |||||
2008-04-02 | * Updating the version of the ODE library. (big update). The Mac library ↵ | Teravus Ovares | 3 | -0/+87 | |
needs to be updated still. * Adding some XMPP stuff that's incomplete. | |||||
2008-04-01 | sadly, had to modify line by Ter because it caused mono cil compiler | Sean Dague | 1 | -1/+2 | |
to spin off into a seemingly infinite loop. | |||||
2008-03-31 | * Set Svn Properties eol-style: |337 | Teravus Ovares | 2 | -2/+2 | |
2008-03-31 | * From: Dr Scofield <hud@zurich.ibm.com> | Justin Clarke Casey | 3 | -74/+159 | |
* (and Ansgar/Ansi) * Fleshes out the voice stubs to better interact with the viewer CAPS requests - no actual voice support yet! * In his own words "the attached patch enhances the existing voice support by returning a proper voice account user and password and is preparing the config file so that we can specify a SIP server (not yet working). currently the SIP is hardcoded. the next step is to refactor voice support into a region module. working on that. " | |||||
2008-03-31 | * Minor: If a user exists but has no inventory in standalone, automatically ↵ | Justin Clarke Casey | 1 | -3/+4 | |
create new inventory folders * This mirrors the grid behaviour | |||||
2008-03-31 | * Log exceptions which make it up to the top of the http request frame, ↵ | Justin Clarke Casey | 2 | -86/+88 | |
rather than having them disappear off into the ether | |||||
2008-03-31 | * Fix problem where inventory code throws a swallowed exception on grid mode ↵ | Justin Clarke Casey | 1 | -17/+33 | |
if the avatar has never logged in before |