Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-04-09 | split out UserProfile | Sean Dague | 2 | -67/+99 | |
2008-04-09 | NHibernate Inventory support. Lightly tested, but seems to work | Sean Dague | 2 | -12/+12 | |
well enough on my test environment. Will need to add some exception catching down the road. On to User Store. | |||||
2008-04-09 | more futzing around here. None of this works yet because | Sean Dague | 2 | -8/+9 | |
bloody LLUUID isn't serializable, which is really annoying. | |||||
2008-04-09 | * Put explicit braces in for single line blocks | Justin Clarke Casey | 1 | -3/+9 | |
2008-04-09 | From: Michael Osias <mosias@us.ibm.com> | Justin Clarke Casey | 3 | -7/+26 | |
"This is llDetectedKey for touch_start - it is already implemented for sensor." Thanks Michael | |||||
2008-04-09 | From: Kurt Taylor <krtaylor@us.ibm.com> | Justin Clarke Casey | 1 | -3/+9 | |
"a patch to add a deprecated call to throw an LSL deprecated specific exception, and the associated code cleanup in the functions." Thanks! | |||||
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-09 | checking in a chunk of work because I think I'm tackling | Sean Dague | 1 | -1/+1 | |
the UUID issue | |||||
2008-04-09 | oops, broke compile. This fixes it | Sean Dague | 1 | -1/+1 | |
2008-04-09 | match file to classname | Sean Dague | 1 | -0/+0 | |
2008-04-09 | changing around types a bit to make stuff more readable for | Sean Dague | 5 | -46/+48 | |
me. | |||||
2008-04-09 | NHibernate Inventory getting close, except for some of the | Sean Dague | 4 | -8/+12 | |
complex folder queries. | |||||
2008-04-09 | add a sample script for migrating from old inventory | Sean Dague | 1 | -0/+39 | |
2008-04-08 | fix up Inventory hbm definitions to work. Adding indexes in | Sean Dague | 2 | -7/+6 | |
NHibernate is quite nice (though there will still need to be a db creator bit carved out later). | |||||
2008-04-08 | add comment for version field based on what Teravus said :) | Sean Dague | 1 | -1/+3 | |
2008-04-08 | move the mappings to .hbm.xml so NHibernate actually | Sean Dague | 2 | -0/+0 | |
sees them | |||||
2008-04-08 | added the folder mappings | Sean Dague | 1 | -0/+14 | |
2008-04-08 | further refactor and rename of InventoryFolderBase properties | Sean Dague | 12 | -45/+45 | |
to reflect what they really are. | |||||
2008-04-08 | added migration script for SqliteAssets | Sean Dague | 1 | -0/+5 | |
2008-04-08 | added Readme for migrations | Sean Dague | 1 | -0/+3 | |
2008-04-08 | * Minor: Show summary count of connected agents in 'show users' region ↵ | Justin Clarke Casey | 1 | -1/+7 | |
console output | |||||
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 | * Following A_Biondi's suggestion, going to try returning a version number ↵ | Justin Clarke Casey | 1 | -1/+1 | |
of 1 instead of 0 for the folder requested in a InventoryDescendentsPacket * Can't hurt - it doesn't appear to cause any problems in a quick test. | |||||
2008-04-08 | * Update code to use patched libsecondlife.dll which removes the problem ↵ | Justin Clarke Casey | 3 | -12/+3 | |
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-08 | LLUUID mapper actually appears to work now with | Sean Dague | 4 | -13/+13 | |
NHibernate for Assets. | |||||
2008-04-08 | * Added stretchable ellipsoid support with configurable LOD. It's actually ↵ | Teravus Ovares | 2 | -60/+168 | |
a split facet icosahedral geodesic sphere that's scaled. * In other words, you can stretch spheres into oblong shapes now and watch them roll around like a football would. * Still can't cut, twist or profile cut spheres yet. | |||||
2008-04-08 | added mapping for InventoryItemBase | Sean Dague | 1 | -0/+20 | |
2008-04-08 | attempt to introduce custom LLUUIDString type for | Sean Dague | 2 | -1/+79 | |
NHibernate | |||||
2008-04-08 | * Adds poor support for ellipsis in the Meshmerizer. This will get better.. ↵ | Teravus Ovares | 2 | -2/+113 | |
notice the huge nasty facets! Regular spheres still work as they did. | |||||
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 | 20 | -294/+348 | |
* 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 | 16 | -324/+443 | |
* 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 | needed to add 4 characters to support the dashes | Sean Dague | 1 | -1/+1 | |
2008-04-07 | * Updated ODE.NET bindings to the ODE library. | Teravus Ovares | 1 | -11/+15 | |
* Fixed some Tapers with Cylinders in the Meshmerizer | |||||
2008-04-07 | * Objects which have their name or description changed while within ↵ | Justin Clarke Casey | 1 | -40/+59 | |
inventory will now retain those details when rezzed to a scene | |||||
2008-04-07 | remove the debug files, these must have been added by accident | Sean Dague | 2 | -43/+0 | |
2008-04-07 | * Preserve original creator's name when an object is given | Justin Clarke Casey | 1 | -2/+2 | |
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 | added swag #1 on Inventory NHibernate implementation. There | Sean Dague | 1 | -0/+383 | |
is no hbm.xml mapping yet, so this isn't going to do anything, plus I'm sure I didn't get the list interfaces right. However it now compiles, so worth getting into the tree. | |||||
2008-04-07 | fix bad indentation | Sean Dague | 1 | -1/+1 | |
2008-04-07 | * Nasty hack to reduce the incidence of spurious exceptions where a user ↵ | Justin Clarke Casey | 3 | -5/+22 | |
deletes a newly rezzed object before the persistence thread gets to it from its queue. * This should greatly reduce but not eliminate the problem - elimination probably requires a redesign of the prim persistence processes | |||||
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 | 3 | -54/+53 | |
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 | add some error messages for abuse of our IInventoryData interface | Sean Dague | 1 | -6/+18 | |
(i.e. using add to update, or update to add). | |||||
2008-04-07 | Update svn properties. | Jeff Ames | 6 | -1065/+1065 | |
2008-04-07 | Thank you kindly Diva & KMeisthax for adding the beginnings | Charles Krinke | 6 | -0/+1065 | |
of search capability to OpenSim in the form of a configurable module. | |||||
2008-04-07 | * I XmlIgnored the TaskInventory Property as a temporary measure. Taking ↵ | Teravus Ovares | 2 | -1/+2 | |
things and rezzing them works again. (though, I suggest waiting on taking things until justincc has an opportunity to look at the TaskInventory property causing the XML Serialization to overrun.) It's MinOccurs is 0 in the XML Schema, so it should work fine when he adds it back. | |||||
2008-04-07 | Remove some dead code. | Jeff Ames | 1 | -13/+0 | |
2008-04-07 | * EXPERIMENTAL ROUGH DRAFT: First rough implementation of avatar to avatar ↵ | Justin Clarke Casey | 6 | -12/+349 | |
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 |