index
:
opensim-SC
Domme
switch
My fork of OpenSim for IG and DG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
CoreModules
/
Agent
/
TextureSender
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-18
fix a info message
UbitUmarov
1
-1
/
+1
2019-05-19
Dump OpenSim 0.9.0.1 into it's own branch.
onefang
1
-5
/
+6
2017-02-01
Refactor asset handling as per Ubit's suggestion
Melanie Thielker
1
-2
/
+2
2017-01-30
Make negative asset caching actually work
Melanie Thielker
1
-1
/
+2
2017-01-05
Massive tab and trailing space cleanup
Melanie Thielker
1
-1
/
+1
2016-12-29
Refactor: Rename IImprovedAssetCache to IAssetCache as the old IAssetCache is...
Melanie Thielker
1
-3
/
+3
2016-11-03
Initial update to OpenSim 0.8.2.1 source code.
David Walter Seikel
1
-2
/
+26
2014-11-25
Label all threadpool calls being made in core OpenSimulator. This is to add ...
Justin Clark-Casey (justincc)
1
-1
/
+1
2014-07-21
Close streams immediately when we finish using them
Oren Hurvitz
1
-1
/
+5
2014-01-19
Add J2K decoder routine that converts directly to an image.
Robert Adams
1
-0
/
+20
2013-08-03
Making the J2KDecoderModule decoder function async. Could this be the cause o...
Diva Canto
1
-1
/
+1
2012-11-13
Another 21 modules' directives moved out of .addin.xml
Diva Canto
1
-0
/
+2
2012-11-12
Remove any mention of IRegionModule from region names and comments to aid
Melanie
1
-1
/
+1
2012-11-11
J2KDecoderModule: move the code out of PostInitialise()
Diva Canto
1
-8
/
+17
2012-11-10
One more module converted: J2KDecoderModule.
Diva Canto
1
-10
/
+32
2012-01-05
Improve "j2k decode" command to tell us how many layers and components were d...
Justin Clark-Casey (justincc)
1
-5
/
+16
2012-01-05
Add a "j2k decode" region console command that allows a manual request for a ...
Justin Clark-Casey (justincc)
1
-8
/
+10
2012-01-04
Minor formatting changes and commented out log lines for future debugging of ...
Justin Clark-Casey (justincc)
1
-0
/
+4
2012-01-02
Adding commented out log messages and some minor formatting for future bug hu...
Justin Clark-Casey (justincc)
1
-0
/
+3
2010-12-23
Removed unused code -- this was the previous version of UDP texture sending, ...
Diva Canto
1
-212
/
+0
2010-03-08
Add config option for switching between CSJ2K and BuggyJPEG.
Melanie
1
-3
/
+9
2010-03-07
* Added code to support either CSJ2K or OpenJPEG texture decoding. Currently ...
John Hurliman
1
-20
/
+33
2010-02-22
Changed asset CreatorID to a string
John Hurliman
1
-1
/
+1
2010-02-22
* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...
John Hurliman
1
-1
/
+1
2010-01-29
Revert "Updates all IRegionModules to the new style region modules."
Melanie
1
-26
/
+7
2010-01-29
Revert "Updates all IRegionModules to the new style region modules."
Melanie
1
-26
/
+7
2010-01-23
Updates all IRegionModules to the new style region modules.
Revolution
1
-7
/
+26
2009-11-09
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
1
-2
/
+2
2009-11-05
Changing the AssetBase constructors to avoid initializing assets with an unkn...
John Hurliman
1
-4
/
+3
2009-10-20
Reverting the deletion of files related to texture sending until we figure ou...
John Hurliman
1
-0
/
+212
2009-10-20
* Removing cruft left over from the conversion to the new texture sending and...
John Hurliman
2
-392
/
+0
2009-10-02
* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...
John Hurliman
1
-2
/
+2
2009-10-01
* Rewrote LLImageManager to use a real priority queue and hold minimal state
John Hurliman
1
-1
/
+0
2009-09-30
Attempting to improve the robustness of texture decoding by always ignoring L...
John Hurliman
1
-528
/
+160
2009-09-30
Revert "Attempting to improve the robustness of texture decoding by always ig...
Melanie
1
-68
/
+168
2009-09-30
Attempting to improve the robustness of texture decoding by always ignoring L...
John Hurliman
1
-168
/
+68
2009-10-01
Formatting cleanup.
Jeff Ames
1
-1
/
+1
2009-08-29
Add a slow cache cleaner thread. By default, the thread starts a cleanup
Melanie
1
-7
/
+47
2009-08-29
the beginning of some changes to the decode cache to address concerns about
Melanie
1
-9
/
+30
2009-08-29
Make the j2kDecodeCache expire after 50 minutes (configurable). Alse allows
Melanie
1
-4
/
+24
2009-07-25
* Updates libOMV to version 0.7.0
Teravus Ovares
1
-1
/
+2
2009-06-01
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
3
-3
/
+3
2009-05-07
instrument most of the tests with a new InMethod function that may help us fi...
Sean Dague
1
-0
/
+4
2009-05-04
* Refactor: Simplify InventoryFolderImpl. No functional change.
Justin Clarke Casey
1
-5
/
+1
2009-04-13
* Remove null reference exception in the J2KDecoderModule's J2K repair routin...
Teravus Ovares
1
-2
/
+14
2009-03-28
* Adding some heuristic error correction to the j2k decoder module to combat ...
Teravus Ovares
1
-1
/
+83
2009-02-17
- remove the Metadata property from AssetBase and return all previous
Mike Mazur
1
-6
/
+6
2009-02-12
* optimized usings.
lbsa71
3
-8
/
+4
2009-02-09
* Reinstate tests that are now in CoreModules
Justin Clarke Casey
1
-0
/
+1
2009-02-09
starting phase 2 of the OpenSim.Region.Environment commit: relocating
Dr Scofield
3
-0
/
+923
[next]