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
/
Scripting
/
DynamicTexture
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-19
Dump OpenSim 0.9.0.1 into it's own branch.
onefang
1
-66
/
+81
2019-01-16
mantis 8442 more changes to alpha blending
UbitUmarov
1
-22
/
+56
2019-01-16
mantis 8442 change alpha blending note BREAKING CHANGEgit push! old scripts u...
UbitUmarov
1
-9
/
+55
2018-07-14
do not use lossless compression on dyntextures
UbitUmarov
1
-1
/
+1
2017-07-07
bug fix: dynamic testures set to ALL_SIDES, preserve other face data already ...
UbitUmarov
1
-1
/
+5
2017-06-24
revert the thread level change; remove unused dynamic texture timer from inte...
UbitUmarov
1
-42
/
+39
2017-06-24
remove a DynamicTexture leak, make it actually return the new texture ID to o...
UbitUmarov
1
-9
/
+16
2017-01-05
Massive tab and trailing space cleanup
Melanie Thielker
1
-7
/
+7
2016-11-03
Initial update to OpenSim 0.8.2.1 source code.
David Walter Seikel
1
-2
/
+4
2016-08-24
DynamicTextureModule memory leaks
UbitUmarov
1
-28
/
+35
2015-03-06
Remove references to MAX_ASSET_DESC from the dynamic texture module, hardcode...
BlueWall
1
-2
/
+2
2014-04-23
Dynamic textures shouldn't be saved in the assets service (only in the simula...
Oren Hurvitz
1
-2
/
+2
2014-04-22
Changed the maximum asset name and description lengths to constants. Also, pr...
Oren Hurvitz
1
-0
/
+2
2012-11-15
Revert "Merge master into teravuswork", it should have been avination, not ma...
teravus
2
-274
/
+64
2012-11-11
Fix issues with the DynamicTextureModule and corresponding unit tests.
Diva Canto
1
-0
/
+10
2012-11-11
One more module: DynamicTextureModule. Removed it from the special load in th...
Diva Canto
1
-11
/
+27
2012-10-19
minor: comment out currently unused logger in DynamicTextureModule
Justin Clark-Casey (justincc)
1
-1
/
+1
2012-09-06
Add missing DynamicTexture.cs file from last commit
Justin Clark-Casey (justincc)
1
-0
/
+61
2012-09-06
If reusing dynamic textures, do not reuse small data length textures that fal...
Justin Clark-Casey (justincc)
1
-10
/
+49
2012-09-06
If the GetTexture capability receives a request for a range of data beyond th...
Justin Clark-Casey (justincc)
1
-3
/
+13
2012-08-30
Make ReuseDynamicTextures an experimental config setting in [Textures]. Defa...
Justin Clark-Casey (justincc)
1
-1
/
+4
2012-08-30
If the compile-time DynamicTextureModule.ReuseTextures flag is set, check met...
Justin Clark-Casey (justincc)
1
-43
/
+59
2012-08-28
Add experimental DynamicTextureModule.ReuseTextures flag, currently only conf...
Justin Clark-Casey (justincc)
1
-44
/
+125
2011-12-05
Fix CHANGED_TEXTURE and CHANGED_COLOR.
Melanie
1
-2
/
+2
2011-12-05
Fix CHANGED_TEXTURE and CHANGED_COLOR.
Melanie
1
-2
/
+2
2011-11-02
Get some hopefully more useful exception information when OpenJPEG.EncodeFrom...
Justin Clark-Casey (justincc)
1
-2
/
+4
2011-10-11
meaningless change to goose panda
Justin Clark-Casey (justincc)
1
-0
/
+1
2011-10-10
remove unused LastAssetID from DynamicTextureUpdaer
Justin Clark-Casey (justincc)
1
-6
/
+4
2010-03-16
Fixed several unhandled exceptions and performance issues with PrimitiveBaseS...
John Hurliman
1
-11
/
+9
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
/
+2
2010-02-06
Endline fix
Teravus Ovares (Dan Olivares)
1
-12
/
+12
2010-01-29
Revert "Updates all IRegionModules to the new style region modules."
Melanie
1
-40
/
+20
2010-01-29
Revert "Updates all IRegionModules to the new style region modules."
Melanie
1
-40
/
+20
2010-01-23
Updates all IRegionModules to the new style region modules.
Revolution
1
-20
/
+40
2010-01-18
Fix a major security problem with osSetDynamicTexture which allowed the delet...
CasperW
1
-5
/
+12
2010-01-18
Fix a major security problem with osSetDynamicTexture which allowed the delet...
CasperW
1
-5
/
+12
2009-11-16
minor: very minor formatting change
Justin Clark-Casey (justincc)
1
-4
/
+1
2009-11-05
Changing the AssetBase constructors to avoid initializing assets with an unkn...
John Hurliman
1
-4
/
+1
2009-09-30
Attempting to improve the robustness of texture decoding by always ignoring L...
John Hurliman
1
-1
/
+1
2009-06-12
* minor: remove one mono warning
Justin Clarke Casey
1
-1
/
+1
2009-06-09
Formatting cleanup. Ignore some generated files.
Jeff Ames
1
-2
/
+2
2009-06-09
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
1
-30
/
+45
2009-06-04
Comment out unused variables / private fields to avoid compiler warnings.
Jeff Ames
1
-1
/
+1
2009-06-03
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
1
-2
/
+5
2009-06-01
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
1
-1
/
+1
2009-05-22
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
1
-11
/
+48
2009-05-22
cleaning out warnings.
Dr Scofield
1
-1
/
+1
2009-05-15
Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...
diva
1
-3
/
+2
2009-05-07
From: Alan Webb <alan_webb@us.ibm.com>
Dr Scofield
1
-4
/
+15
[next]