Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -1/+3 | |
2018-07-14 | add using into a few more places | UbitUmarov | 1 | -10/+10 | |
2018-01-17 | remove those xml things no longer needed on .net >4.5.2 | UbitUmarov | 1 | -2/+0 | |
2018-01-09 | give up on a property that old monos do compile, but then smore ok exec | UbitUmarov | 1 | -1/+0 | |
2018-01-08 | fall back to a obsolete property since several monos in use (include our ↵ | UbitUmarov | 1 | -1/+1 | |
own) do not suporte the proper .net4.0 one | |||||
2018-01-05 | a few more xml things | UbitUmarov | 1 | -0/+3 | |
2017-07-13 | typo fix | UbitUmarov | 1 | -1/+1 | |
2017-07-13 | replace the wrong libOMV user modifiable Utils.EnUSCulture by our own no ↵ | UbitUmarov | 1 | -1/+1 | |
User modifiable Culture.FormatProvider, and also for internal coerence. We do use the libomv on other code paths, so that must be fixed | |||||
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -12/+17 | |
2014-07-21 | Close streams immediately when we finish using them | Oren Hurvitz | 1 | -12/+17 | |
2011-04-30 | Renamed OpenSim.Framework.Capabilities.dll to OpenSim.Capabilities.dll | Diva Canto | 1 | -0/+0 | |
2009-10-02 | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to ↵ | John Hurliman | 1 | -2/+2 | |
Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) * Shrinks the largest in-memory object, the LLRAW.HeightmapLookupValue struct (only used for exporting to LLRAW terrain files), to the minimum possible size. This seems to have the odd side effect of cutting the size of the two double[256,256] terrain objects in half. Possibly an alignment optimization? | |||||
2009-06-22 | Update svn properties. | Jeff Ames | 1 | -679/+679 | |
2009-06-18 | * Corrected CAPS namespaces | Arthur Valadares | 1 | -1/+1 | |
* "luke, use the sed" | |||||
2009-06-18 | Moved OpenSim/Framework/Communications/Capabilities up to ↵ | diva | 1 | -679/+679 | |
OpenSim/Framework/Capabilities. Didn't change the namespace because VC# is not helping, and this would imply manually changing more than 50 files. So the namespace is still OpenSim.Framework.Communications.Capabilities, to be cleaned up later by someone with more energy. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2008-11-19 | Adjust to the Helpers->Utils rename | Melanie Thielker | 1 | -1/+1 | |
2008-11-19 | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 1 | -1/+1 | |
release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366 | |||||
2008-11-18 | Patch from jhurliman. Fixing the texture decoding issues in progressive | Melanie Thielker | 1 | -1/+1 | |
texture sending. Grain of salt not included. | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 1 | -12/+12 | |
* 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-06-06 | Minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -13/+13 | |
2008-05-14 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-05-01 | * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵ | Adam Frisby | 1 | -2/+2 | |
with namespaces. | |||||
2008-03-21 | * Converted a large number of ASCII encodings to UTF8. | Adam Frisby | 1 | -1/+1 | |
* We should not be using ASCII anywhere except for legacy compatibility reasons. * A large number of UTF8 Encoders are being used in places where we should be using Util.StringToField instead. These have been tagged with // ENCODING FAULT * This should fix Mantis#799 - Japanese Profile Text does not work. | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -27/+26 | |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -19/+23 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-20 | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵ | Jeff Ames | 1 | -2/+2 | |
Works with LibSL rev>1532 | |||||
2007-12-11 | added copyright notices | Jeff Ames | 1 | -1/+29 | |
2007-12-10 | more work on texture downloading. | MW | 1 | -1/+1 | |
Refractored the TextureDownloadModule (but currently to make debugging easier, it is running as a non shared module, so this results in a instance of this module being created for each region (and a extra thread per region), this will be changed back soon. Removed the old texture handling/sending code from AssetCache. A few other small changes/fixes. | |||||
2007-12-07 | "Borrowed" the LLSD class from a older version of libsl, so that our LLSD ↵ | MW | 1 | -0/+648 | |
decoding (used by CAPS) works again. |