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
/
Environment
/
Modules
/
Agent
/
TextureDownload
/
TextureDownloadModule.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-12-18
This may fix mantis #2855. There was a race condition on the TextureDownloadM...
diva
1
-9
/
+49
2008-12-18
This innocuous change in the TextureDownloadModule suddenly made the texture ...
diva
1
-1
/
+4
2008-11-23
Don't serve texture preview from other people's objects if you
Melanie Thielker
1
-0
/
+22
2008-11-19
Reverting the texture sending patch and the new libOMV. This makes this
Melanie Thielker
1
-33
/
+25
2008-11-17
Make texture decode errors nonfatal. The texture send is simply dropped
Melanie Thielker
1
-25
/
+33
2008-11-04
* Prevent texture sender thread termination from immediately crashing the sim
Justin Clarke Casey
1
-18
/
+28
2008-10-29
* Check in (disabled) results of not persisting avatar textures but rather se...
Justin Clarke Casey
1
-2
/
+2
2008-09-26
* Patch from JHurliman
Teravus Ovares
1
-2
/
+3
2008-09-06
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
Teravus Ovares
1
-5
/
+5
2008-05-16
Formatting cleanup.
Jeff Ames
1
-2
/
+2
2008-05-01
* Rolled back a few changes.
Adam Frisby
1
-3
/
+6
2008-05-01
* Spring cleaning on Region.Environment.
Adam Frisby
1
-6
/
+3
2008-05-01
Update svn properties. Minor formatting cleanup.
Jeff Ames
1
-218
/
+218
2008-04-30
* Cruft removal step #1. Cleaning Modules directory.
Adam Frisby
1
-31
/
+35
2008-04-30
* Refactored Environment/Modules directory - modules now reside in their own ...
Adam Frisby
1
-218
/
+215
2008-04-21
* Optimised using statements and namespace references across entire project (...
Adam Frisby
1
-1
/
+1
2008-03-18
Formatting cleanup.
Jeff Ames
1
-26
/
+26
2008-03-03
* Removed and sorted using clauses in a number of files.
Adam Frisby
1
-2
/
+0
2008-02-25
* Start sending "ImageNotFound" packet back to the client if we can't find an...
Justin Clarke Casey
1
-9
/
+13
2008-02-21
"threads" command now works. I've added manual tracking of threads (only if c...
Tedd Hansen
1
-0
/
+1
2008-02-21
Remove a couple compiler warnings.
Jeff Ames
1
-3
/
+3
2008-02-20
* Only count download requests for assets which are not already waiting for d...
Justin Clarke Casey
1
-4
/
+4
2008-02-20
Minor cleanup.
Jeff Ames
1
-1
/
+1
2008-02-19
Doc correction
Justin Clarke Casey
1
-1
/
+1
2008-02-19
* Add documentation
Justin Clarke Casey
1
-4
/
+30
2008-02-19
Playing "Name that thread". Adding names and isbackground=true to all threads...
Tedd Hansen
1
-0
/
+1
2008-02-10
Clean up logging calls using String.Format explicitly
Jeff Ames
1
-1
/
+1
2008-02-09
* In the most basic situations, ClientView and ScenePresence no longer leak m...
Justin Clarke Casey
1
-2
/
+8
2008-02-09
Mostly debugging verbosity which I shall very shortly comment out.
Justin Clarke Casey
1
-1
/
+6
2008-01-16
First part of changing prim's permission flags to use the correct enum (libsl...
MW
1
-1
/
+1
2008-01-16
* Added Agent Time, Pending Downloads, and made Agent Updates/Sec actually ac...
Teravus Ovares
1
-0
/
+3
2008-01-03
* Added removal of TextureSenders and UserTextureDownloadService on agent lea...
lbsa71
1
-1
/
+17
2008-01-03
* Some work on TextureDownloadModule
lbsa71
1
-214
/
+2
2008-01-02
* Trying to address TextureSender issues
lbsa71
1
-32
/
+43
2007-12-27
* Optimized usings
lbsa71
1
-19
/
+23
2007-12-26
* This update includes a wide range of changes to the ODEPlugin for avatar mo...
Teravus Ovares
1
-1
/
+9
2007-12-18
textures that fit in one packet expect the packet number to be 1. You clear t...
Brian McBee
1
-1
/
+1
2007-12-11
A few minor changes/additions/fixes.
MW
1
-1
/
+1
2007-12-10
Changed how TextureDownloadModule is initialised, due to some weird behaviour...
MW
1
-4
/
+10
2007-12-10
more work on texture downloading.
MW
1
-100
/
+176
2007-12-07
Enabled the TextureDownloadModule, so that hopefully I might get some feedbac...
MW
1
-15
/
+16
2007-11-18
* Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...
Teravus Ovares
1
-3
/
+3
2007-11-18
Attempt to get World Map working in Grid mode, will need to be using the grid...
MW
1
-1
/
+1
2007-11-16
More cleaning up when deleting regions from a instance. NOTE: IGridServices.D...
MW
1
-0
/
+4
2007-11-04
Added support for OpenSim application plugins (as requested by Adam), which u...
MW
1
-1
/
+1
2007-10-31
made illogical bitwise operations logical
Jeff Ames
1
-1
/
+1
2007-10-30
* Optimized usings
lbsa71
1
-26
/
+23
2007-10-29
as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...
MW
1
-2
/
+1
2007-10-29
Started the process of cleaning up AssetCache and moving most of the code int...
MW
1
-5
/
+192
2007-10-19
changes to pass nini config object to the modules that get
Sean Dague
1
-76
/
+77
[next]