Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-06-03 | Make AssetMetadata [Serializable] to help in binary caching | Melanie Thielker | 1 | -0/+1 | |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-22 | Cleaning up a few HG things. HG Posts may now work in grids, but if the home ↵ | diva | 1 | -3/+17 | |
grid is a standalone, this still doesn't work -- something wrong with RegionAssetService's DB connection. | |||||
2009-05-15 | * Resolve bug where save oar would never complete if any assets were missing | Justin Clarke Casey | 1 | -0/+5 | |
2009-04-09 | * Added some more experimental code; nothing wired in so far. | lbsa71 | 1 | -3/+28 | |
2009-04-08 | * butterfingers | lbsa71 | 1 | -6/+6 | |
2009-04-08 | * Introduced some experimental code with regards to asset data substitution | lbsa71 | 1 | -0/+22 | |
2009-03-13 | Mark AssetBase.Metadata with [XmlIgnore] | Mike Mazur | 1 | -9/+5 | |
2009-02-17 | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 1 | -53/+91 | |
properties as before - prefix private variables with m_ in AssetBase.cs - related to Mantis #3122, as mentioned in https://lists.berlios.de/pipermail/opensim-dev/2009-February/005088.html - all services will likely need to be upgraded after this commit | |||||
2009-02-12 | * optimized usings. | lbsa71 | 1 | -2/+0 | |
2009-02-09 | * Apply http://opensimulator.org/mantis/view.php?id=3080 | Justin Clarke Casey | 1 | -0/+9 | |
* Changes the NHibernate asset mapping and expose FullID on AssetBase for NHibernate * mikem has seen this patch :) | |||||
2009-02-04 | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 1 | -22/+73 | |
- trim trailing whitespace | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -5/+5 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
2008-07-04 | mini-warnings-safari, plus cleanup of IUserServices method naming. | Dr Scofield | 1 | -1/+0 | |
2008-07-02 | * Drop InvType from the assets table since it is no longer used | Justin Clarke Casey | 1 | -9/+0 | |
* Migration should be automatic on sqlite and mysql * Migration is not automatic on mssql, you will need to drop the invType column manually * Migration should be fine, but as for any db change, I would recommend making sure you have backups before moving past this revision | |||||
2008-06-23 | * minor: Remove crusty old unused agent inventory classes | Justin Clarke Casey | 1 | -0/+3 | |
2008-06-23 | * Remove all use of asset.InvType, as outlined in mailing list discussion | Justin Clarke Casey | 1 | -1/+1 | |
* This is stage 1, the field will be removed from AssetType and the assets table if this change doesn't prove problematic | |||||
2008-04-29 | * Spring cleaning. | Adam Frisby | 1 | -14/+23 | |
* Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned. | |||||
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-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+27 | |
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -2/+2 | |
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | |||||
2007-12-27 | * Optimized usings | lbsa71 | 1 | -1/+1 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright ↵ | Jeff Ames | 1 | -2/+2 | |
notice of doom | |||||
2007-10-31 | * Moved OpenSim/Framework/General to OpenSim/Framework for great justice. | lbsa71 | 1 | -0/+0 | |
2007-10-31 | set svn:eol-style | Jeff Ames | 1 | -54/+54 | |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -2/+1 | |
* Shortened type references * Removed redundant 'this' qualifier | |||||
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵ | MW | 1 | -56/+56 | |
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway. | |||||
2007-10-26 | Very early first implementation of grid based assets. | Tleiades Hax | 1 | -0/+2 | |
Run this on a major grid, and weep | |||||
2007-10-19 | * Total refactoring of Asset Server for massive win | lbsa71 | 1 | -0/+6 | |
* There is now a AssetServerBase * lolcat in ur assets | |||||
2007-09-10 | added some debugging for tracing where asset code isn't working with sqlite | Sean Dague | 1 | -6/+5 | |
2007-09-10 | mass update of urls in source code to new website | Sean Dague | 1 | -1/+1 | |
2007-09-10 | hooked up sdague new sqlite asset database provider to the old asset system. ↵ | MW | 1 | -1/+2 | |
So we can still use sqlite for assets while we wait for the rest of the new asset system to be wrote. Needs more testing, so if it causes problems will have to swap back to db4o. | |||||
2007-09-05 | Added "Local" and "Temporary" Fields to the AssetBase class. | MW | 1 | -0/+2 | |
2007-07-16 | changed to native line ending encoding | Sean Dague | 1 | -46/+46 | |
2007-07-03 | * Optimized usings (the 'LL ate my scripts' commit) | lbsa71 | 1 | -3/+0 | |
* added some licensing info |