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
/
Framework
/
Scenes
/
UuidGatherer.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-05-21
add prim item and test asset save in save oar unit test
Justin Clark-Casey (justincc)
1
-3
/
+5
2010-03-16
Fixed several unhandled exceptions and performance issues with PrimitiveBaseS...
John Hurliman
1
-11
/
+12
2010-03-15
* UuidGatherer now tracks asset types for assets it discovers. The asset type...
John Hurliman
1
-14
/
+15
2009-12-23
Fixes the broken build of the previous commit.
Diva Canto
1
-1
/
+2
2009-12-23
Add saving assets from gestures to IAR
Melanie
1
-1
/
+41
2009-11-12
Stop iar save failing on corrupt assets
Justin Clark-Casey (justincc)
1
-1
/
+3
2009-10-01
Formatting cleanup.
Jeff Ames
1
-6
/
+6
2009-07-25
* Updates libOMV to version 0.7.0
Teravus Ovares
1
-0
/
+1
2009-06-05
* minor: tiny tweak just to trigger another panda build
Justin Clarke Casey
1
-1
/
+1
2009-06-05
* A bug fix for the last mantis 3741 bugfix
Justin Clarke Casey
1
-10
/
+7
2009-06-05
* A further fix for mantis 3641 (oar saves do not complete)
Justin Clarke Casey
1
-12
/
+15
2009-06-01
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
1
-1
/
+1
2009-05-23
This should make HG asset transfers work much better. It now uses HGUuidGathe...
diva
1
-1
/
+1
2009-05-15
Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...
diva
1
-3
/
+10
2009-05-08
* minor: rename xml sog serialization method for readability
Justin Clarke Casey
1
-1
/
+1
2009-05-08
* refactor: Break out original xml object serialization into a separate class
Justin Clarke Casey
1
-1
/
+2
2009-03-24
* minor: remove load oar logging I accidentally left in a few commits ago
Justin Clarke Casey
1
-2
/
+2
2009-02-20
* Consistently lock part.TaskInventory as pointed out in http://opensimulator...
Justin Clarke Casey
1
-2
/
+4
2009-02-19
* refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it...
Justin Clarke Casey
1
-4
/
+4
2009-02-18
* Change AssetGatherer method access so that only methods which are worth cal...
Justin Clarke Casey
1
-86
/
+96
2009-02-18
* Move asset gathering code from oar module to OpenSim.Region.Framework since...
Justin Clarke Casey
1
-106
/
+35
2009-02-16
* refactor: remove AssetCache field hanging off Scene
Justin Clarke Casey
1
-2
/
+2
2009-02-12
large scale fix for svn props after "the great refactor"
Sean Dague
1
-14
/
+14
2009-02-12
* optimized usings.
lbsa71
1
-17
/
+14
2009-02-10
this is step 2 of 2 of the OpenSim.Region.Environment refactor.
Dr Scofield
1
-3
/
+3
2009-02-06
This changeset is the step 1 of 2 in refactoring
Dr Scofield
1
-2
/
+2
2009-02-02
* Establish OnOarFileSaved EventManager event and subscribe to that instead o...
Justin Clarke Casey
1
-6
/
+3
2009-01-30
* Extend archive save test to check for the presence of the file for the obje...
Justin Clarke Casey
1
-3
/
+6
2009-01-23
* Add direct stream loading and saving methods to the archive module.
Justin Clarke Casey
1
-5
/
+21
2008-12-30
* Implement saving of region settings in OAR files
Justin Clarke Casey
1
-7
/
+26
2008-12-26
* Fixes missing sculpt texture assets from oar files as detailed on mantis 29...
Teravus Ovares
1
-0
/
+2
2008-12-19
* refactor: Rename IRegionSerialiser and move into interfaces namespace
Justin Clarke Casey
1
-1
/
+1
2008-11-12
* refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra...
Justin Clarke Casey
1
-1
/
+1
2008-11-07
* refactor: allocate local ids to prims only when an object is attached to a ...
Justin Clarke Casey
1
-1
/
+1
2008-11-03
* Use the UUID regex sitting in utils for detection of uuids embedded in scripts
Justin Clarke Casey
1
-9
/
+1
2008-11-01
* Introduce an IsAttachment property on the group level (which just returns f...
Justin Clarke Casey
1
-1
/
+1
2008-11-01
* Fix http://opensimulator.org/mantis/view.php?id=2517
Justin Clarke Casey
1
-1
/
+6
2008-09-09
Update svn properties, formatting cleanup.
Jeff Ames
1
-2
/
+2
2008-09-06
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
Teravus Ovares
1
-16
/
+16
2008-08-18
Formatting cleanup.
Jeff Ames
1
-27
/
+27
2008-07-25
* Remove dumb bug I put in which meant that an archive save would never compl...
Justin Clarke Casey
1
-1
/
+2
2008-07-13
* Actually persist restored archives to the database - wasn't actually doing ...
Justin Clarke Casey
1
-1
/
+1
2008-07-12
* Elminate most of the debugging log output from the archive commands
Justin Clarke Casey
1
-10
/
+10
2008-07-08
* Don't fail the archive operation if exceptions are encountered while analyz...
Justin Clarke Casey
1
-34
/
+42
2008-07-06
* In archiver, scan scripts for embedded asset uuids and save these out
Justin Clarke Casey
1
-1
/
+39
2008-07-06
* refactor: archiver code clean up so that it's more readable for the next fu...
Justin Clarke Casey
1
-20
/
+43
2008-07-04
* extend archiving asset analysis to clothing
Justin Clarke Casey
1
-9
/
+9
2008-07-04
* On archiving, analyze body parts and save textures referenced from them
Justin Clarke Casey
1
-1
/
+20
2008-07-04
* refactor: break out archiver's combined sync-async asset request routine re...
Justin Clarke Casey
1
-25
/
+37
2008-07-02
* Allow archiver to operate even if there are 0 scene objects to save
Justin Clarke Casey
1
-15
/
+13
[next]