| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Changing the AssetBase constructors to avoid initializing assets with an unkn... | John Hurliman | 2009-11-05 | 1 | -4/+5 |
* | Removing duplicate SceneObjectPart.RotationalVelocity property | John Hurliman | 2009-11-02 | 1 | -4/+4 |
* | Reverting the memory leak patch for MySQL. Problems have been reported with t... | John Hurliman | 2009-11-02 | 4 | -3/+19 |
* | Formatting cleanup. | Jeff Ames | 2009-10-19 | 4 | -9/+9 |
* | Adapt to renamed members in landObject | Melanie | 2009-10-05 | 1 | -10/+10 |
* | MSSQL changes for Grid server in ROBUST plus some code tweaks 'n tidy up | unknown | 2009-10-05 | 5 | -1456/+1776 |
* | * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L... | John Hurliman | 2009-10-04 | 4 | -19/+3 |
* | - cleaning up LandData/ILandObject capitalization issues | dr scofield (aka dirk husemann) | 2009-10-02 | 1 | -4/+4 |
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 5 | -8/+8 |
* | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-09-29 | 2 | -2/+2 |
* | Thank you, StrawberryFride, for a hit-and-run patch to add authentication | Melanie | 2009-09-06 | 3 | -0/+413 |
* | MSSQL Minor tweak to recent patch for region loading (Thanks Grumly57 for spo... | Chris Hart | 2009-09-03 | 1 | -0/+1 |
* | MSSQL patch to mirror mantis 4077 for MySQL to improve region load times | Chris Hart | 2009-09-02 | 1 | -24/+38 |
* | Fixing a spot I missed in assets. Switching Grid to the new naming schema wit... | Kunnis | 2009-08-19 | 1 | -15/+12 |
* | * Switching IAssetData to follow the new naming schema, removing the separate... | Kunnis | 2009-08-19 | 1 | -5/+14 |
* | * Remove hard coded 256 limitations from various places. There's no more 2... | Teravus Ovares (Dan Olivares) | 2009-08-07 | 1 | -6/+6 |
* | * Updates libOMV to version 0.7.0 | Teravus Ovares | 2009-07-25 | 1 | -2/+2 |
* | * minor: spacing adjustment to retrigger panda | Justin Clarke Casey | 2009-07-24 | 1 | -2/+1 |
* | * Extend mssql name string size checking to create/update folder | Justin Clarke Casey | 2009-07-24 | 1 | -3/+18 |
* | * Extend inventory name and description length checks to UpdateItem for mssql | Justin Clarke Casey | 2009-07-24 | 1 | -2/+20 |
* | * Correct minor bug where item description bounded string was not actually be... | Justin Clarke Casey | 2009-07-24 | 1 | -1/+2 |
* | * Apply similar bounds checks on name and description fields on MSSQL UpdateA... | Justin Clarke Casey | 2009-07-24 | 1 | -6/+25 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3902 | Justin Clarke Casey | 2009-07-24 | 2 | -6/+36 |
* | Thank you, StrawberryFride, for a patch to fix MSSQL parameter naming. | Melanie Thielker | 2009-07-09 | 1 | -2/+2 |
* | Thanks StrawberryFride, for a patch that fixes MSSQL migration: | Arthur Valadares | 2009-06-29 | 1 | -3/+3 |
* | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-06-29 | 2 | -14/+12 |
* | Formatting cleanup, ignore some generated files. | Jeff Ames | 2009-06-22 | 1 | -1/+1 |
* | Applied patch from Mantis #3817, which fixes a error when using MSSQL. I don'... | MW | 2009-06-18 | 2 | -12/+0 |
* | Add the missing resource files for MSSQL | Melanie Thielker | 2009-06-17 | 2 | -0/+24 |
* | Fixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of obj... | Melanie Thielker | 2009-06-14 | 4 | -68/+37 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 10 | -10/+10 |
* | Thank you kindly, StrawberryFride for a patch that: | Charles Krinke | 2009-05-31 | 1 | -7/+50 |
* | * Upped version number to 0.6.5 | lbsa71 | 2009-05-25 | 1 | -2/+2 |
* | Update svn properties. | Jeff Ames | 2009-05-20 | 1 | -5/+5 |
* | Thank you kindly, StrawberryFride, for a patch that: | Charles Krinke | 2009-05-17 | 5 | -155/+168 |
* | * Some more experimental work on distributed assets. Nothing hotwired yet. | lbsa71 | 2009-04-13 | 1 | -39/+39 |
* | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 2009-04-08 | 1 | -13/+14 |
* | Thanks StrawberryFride for a MSSQL patch to mirror r9011. | Homer Horwitz | 2009-04-05 | 1 | -0/+1 |
* | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 2009-04-01 | 1 | -1/+1 |
* | Thank you, StrawberryFride, for a patch that adds offline inventory | Melanie Thielker | 2009-03-31 | 1 | -2/+15 |
* | * This updates LibOMV to the current release 0.6.0 on March 19 2009 | Teravus Ovares | 2009-03-27 | 1 | -1/+1 |
* | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 2009-03-23 | 1 | -0/+5 |
* | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 2009-03-21 | 1 | -0/+5 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3280 | Justin Clarke Casey | 2009-03-09 | 2 | -43/+44 |
* | Implemented FetchAssetMetadataSet in DB backends. | Mike Mazur | 2009-03-09 | 1 | -0/+36 |
* | * Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I... | lbsa71 | 2009-02-25 | 1 | -4/+1 |
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 1 | -2/+1 |
* | * Applied a patch that: Added estate ban table to migration scripts and nhibe... | lbsa71 | 2009-02-21 | 1 | -4/+4 |
* | * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6.... | lbsa71 | 2009-02-20 | 1 | -3/+3 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3142 | Justin Clarke Casey | 2009-02-19 | 30 | -180/+1125 |