index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Region
/
Environment
/
Modules
/
Agent
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-02-09
starting phase 2 of the OpenSim.Region.Environment commit: relocating
Dr Scofield
12
-3035
/
+0
2009-02-06
This changeset is the step 1 of 2 in refactoring
Dr Scofield
11
-21
/
+20
2009-02-04
- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it
Mike Mazur
3
-39
/
+39
2009-02-03
OK, commenting the return again :-/
diva
1
-2
/
+2
2009-02-01
Putting the return back in AddCapsHandler upon attempt at adding CAPs twice. ...
diva
1
-2
/
+5
2009-01-25
* Adds console command, 'predecode-j2k <number of threads>' to load all of th...
Teravus Ovares
1
-1
/
+2
2009-01-23
* Adds a synchronous jpeg decode for pre-caching purposes
Teravus Ovares
1
-0
/
+10
2009-01-22
* Change the currently misleading log message when capabilities are added twi...
Justin Clarke Casey
1
-15
/
+16
2009-01-22
* Caught 2 dictionary exceptions that were unhandled
Sean Dague
1
-1
/
+3
2009-01-22
* Added some more comments
Teravus Ovares
1
-1
/
+26
2009-01-22
* Add File cache for j2k layer decodes. This will make it so that the server...
Teravus Ovares
1
-38
/
+304
2009-01-21
* refactor: Extract caps related code from scene and put into a region module
Justin Clarke Casey
1
-0
/
+204
2009-01-21
* Restore commented out isdone assertions in TextureSendTests.T010_SendPkg()
Justin Clarke Casey
1
-2
/
+2
2009-01-21
* More friendly OpenJpeg error handling.
Teravus Ovares
1
-29
/
+45
2009-01-19
* Set SVN Properties
Teravus Ovares
1
-215
/
+215
2009-01-19
* Progressive texture patch + PriorityQueue put into the LLClient namespace.
Teravus Ovares
2
-2
/
+217
2009-01-16
* Rig up enough infrastructure to actually perform a successful 'standalone' ...
Justin Clarke Casey
1
-1
/
+1
2009-01-16
* minor: Future archiver test stub
Justin Clarke Casey
1
-1
/
+1
2009-01-13
* Extended TextureSenderTests and modified TestClient.cs with new methods
Sean Dague
1
-8
/
+126
2009-01-10
Revert progressive texture patch from r8001 until issues can be addressed
Dahlia Trimble
5
-268
/
+155
2009-01-10
Thanks jhurliman for a patch that implements progressive texture downloading ...
Dahlia Trimble
5
-132
/
+245
2009-01-08
* Establish placeholder for future TextureSender tests
Justin Clarke Casey
3
-4
/
+60
2008-12-22
Deleted the AssetDownload module (and directory), as this module/code hasn't ...
MW
1
-228
/
+0
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-24
Some refactoring from about a week ago that I forgot to commit, of AssetTrans...
MW
4
-126
/
+299
2008-11-23
Don't serve texture preview from other people's objects if you
Melanie Thielker
1
-0
/
+22
2008-11-21
* refactor: Rip out SOP inventory from the partial into a separate class
Justin Clarke Casey
1
-1
/
+1
2008-11-19
Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new
Melanie Thielker
1
-2
/
+2
2008-11-19
Reverting the texture sending patch and the new libOMV. This makes this
Melanie Thielker
5
-246
/
+133
2008-11-18
Patch from jhurliman. Fixing the texture decoding issues in progressive
Melanie Thielker
2
-3
/
+1
2008-11-18
Apply JHurliman's texture sender patch
Melanie Thielker
1
-10
/
+43
2008-11-17
Prevent the texture downloader from locking a null object when a download
Melanie Thielker
1
-0
/
+3
2008-11-17
Make texture decode errors nonfatal. The texture send is simply dropped
Melanie Thielker
1
-25
/
+33
2008-11-17
Fix a few small issues with the progressive texture-download:
Homer Horwitz
2
-11
/
+12
2008-11-17
* Apply http://opensimulator.org/mantis/view.php?id=2611
Justin Clarke Casey
1
-99
/
+169
2008-11-17
* Update libOMV to r2359. This is necessary for the progressive texture patch
Justin Clarke Casey
1
-2
/
+2
2008-11-14
Add group permissions to agent inventory.
Melanie Thielker
1
-0
/
+1
2008-11-14
* Implements terrain raw upload. You can now upload your .raw terrain files ...
Teravus Ovares
2
-1
/
+10
2008-11-10
* Commit allows downloading of the .raw terrain from the estate tools.
Teravus Ovares
1
-0
/
+1
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
3
-36
/
+24
2008-10-18
- Fix Util.UnixTimeSinceEpoch:
Homer Horwitz
1
-1
/
+2
2008-10-15
* minor: remove some warnings
Justin Clarke Casey
1
-2
/
+2
2008-10-15
* minor: disable a couple of other lines of image not found, which are pointl...
Justin Clarke Casey
1
-2
/
+2
2008-10-15
* refactor: Move error logging from GetUserDetails up to callers, since there...
Justin Clarke Casey
1
-0
/
+12
2008-10-15
* refactor: move code concerned with creating a subsequent image packet to LL...
Justin Clarke Casey
1
-9
/
+4
2008-10-15
* refactor: rename SendImagePart to SendImageFirstPart since this is more des...
Justin Clarke Casey
1
-6
/
+3
2008-09-26
* Patch from JHurliman
Teravus Ovares
3
-5
/
+7
2008-09-26
* minor: remove warnings
Justin Clarke Casey
2
-8
/
+4
[next]