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
/
World
/
Archiver
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Save the sun's position in OARs
Oren Hurvitz
2011-06-10
2
-0
/
+5
*
Make sure culture is en-US when saving archive related xml.
Justin Clark-Casey (justincc)
2011-05-27
1
-0
/
+4
*
Add --noassets option for "save iar"
Justin Clark-Casey (justincc)
2011-05-26
1
-1
/
+1
*
Bump OAR file format version up to 0.7 for this development cycle.
Justin Clark-Casey (justincc)
2011-05-26
1
-2
/
+2
*
Add a --noassets option to "save oar".
Justin Clark-Casey (justincc)
2011-05-26
3
-37
/
+143
*
Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...
Justin Clark-Casey (justincc)
2011-05-21
1
-1
/
+0
*
When loading an OAR that doesn't have parcels, create a default parcel
Oren Hurvitz
2011-05-14
2
-4
/
+9
*
bump oar version number to 0.6.
Justin Clark-Casey (justincc)
2011-04-18
1
-1
/
+1
*
Add regression test to check that OARs start with the control file.
Justin Clark-Casey (justincc)
2011-04-18
2
-9
/
+18
*
Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.
Justin Clark-Casey (justincc)
2011-03-09
1
-1
/
+0
*
Refactor: Break out LoadObjects() and LoadParcels() from a longer method
Justin Clark-Casey (justincc)
2011-01-27
1
-28
/
+44
*
When an oar is loaded, do not create a default parcel before loading the parc...
Justin Clark-Casey (justincc)
2011-01-27
1
-1
/
+1
*
Show local IDs in "land show" output.
Justin Clark-Casey (justincc)
2011-01-27
1
-0
/
+5
*
Fix OAR parcel loading so that old parcels are replaced by the new instead of...
Justin Clark-Casey (justincc)
2011-01-27
1
-0
/
+4
*
Added more debug messages under the -verbose option.
Diva Canto
2011-01-08
1
-2
/
+6
*
Drop current OAR version back to 0.5 since these are currently now compatible...
Justin Clark-Casey (justincc)
2010-12-11
3
-35
/
+34
*
Preservation of creator information now also working in IARs. Cleaned up usag...
Diva Canto
2010-11-29
2
-7
/
+30
*
Fix: Allow use of parameters without specifying a file path with command "sav...
Marck
2010-11-23
1
-1
/
+1
*
Added creator info across the board -- TaskInventoryItems and InventoryItems ...
Diva Canto
2010-11-21
1
-3
/
+7
*
Global creator information working on MySQL DB and on load/save OARs. Creator...
Diva Canto
2010-11-21
2
-2
/
+20
*
Knock V0_2 decals off archive tests since they're misleading
Justin Clark-Casey (justincc)
2010-11-20
1
-8
/
+8
*
Fix unit tests and save problems
Justin Clark-Casey (justincc)
2010-11-20
3
-3
/
+4
*
correct build break. for some reason, xbuild didn't rebuild test dlls
Justin Clark-Casey (justincc)
2010-11-20
1
-2
/
+2
*
Bump oar version to 1.0 from 0.5
Justin Clark-Casey (justincc)
2010-11-20
1
-83
/
+119
*
Old deserialization can't deal with commas in flag fields. Making use of -ver...
Diva Canto
2010-11-02
2
-16
/
+10
*
Formatting cleanup.
Jeff Ames
2010-10-27
1
-3
/
+3
*
Implement guard against trying to load incompatible version IARs
Justin Clark-Casey (justincc)
2010-10-22
1
-1
/
+1
*
start parsing iar control file
Justin Clark-Casey (justincc)
2010-10-22
1
-1
/
+1
*
slightly simplify oar control file loading code
Justin Clark-Casey (justincc)
2010-10-22
1
-10
/
+3
*
write IAR control file first in the archive rather than last
Justin Clark-Casey (justincc)
2010-10-22
1
-1
/
+2
*
minor: add some text to the oar abort messages on assets timeout to make it c...
Justin Clark-Casey (justincc)
2010-10-22
1
-1
/
+1
*
Drop max oar loading version back to 0 from 1
Justin Clark-Casey (justincc)
2010-10-16
1
-1
/
+1
*
Rip out version option since it turns out that the changed object serializati...
Justin Clark-Casey (justincc)
2010-10-16
2
-7
/
+11
*
change --old-guids switch on the save oar command line to --version=<x>
Justin Clark-Casey (justincc)
2010-10-16
5
-9
/
+31
*
Have OpenSim throw a strop if it tries to load an OAR with a major version th...
Justin Clark-Casey (justincc)
2010-10-16
2
-1
/
+23
*
save oar control file first rather than in the middle so that it's the first ...
Justin Clark-Casey (justincc)
2010-10-16
3
-38
/
+41
*
Made OARs use the new serialization procedure. (TPs/crossings still on the ol...
Diva Canto
2010-10-15
3
-14
/
+25
*
Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...
John Hurliman
2010-09-16
1
-5
/
+1
*
Formatting cleanup.
Jeff Ames
2010-09-12
1
-4
/
+4
*
First pass at cleaning up thread safety in EntityManager and SceneGraph
John Hurliman
2010-09-10
1
-1
/
+1
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Justin Clark-Casey (justincc)
2010-09-08
1
-1
/
+4
|
\
|
*
* Cache null account responses in the SimianUserAccountServiceConnector to av...
John Hurliman
2010-09-07
1
-1
/
+4
*
|
If a scene object part UUID is changed (only possible when not in a scene), t...
Justin Clark-Casey (justincc)
2010-09-07
1
-1
/
+1
|
/
*
Improve liveness by operating on list copies of SOG.Children where appropriate
Justin Clark-Casey (justincc)
2010-08-28
1
-28
/
+29
*
Improve consistency of locking for SOG.m_parts in order to avoid race conditi...
Justin Clark-Casey (justincc)
2010-08-26
1
-26
/
+29
*
Revert "don't report the null uuid as a missing asset on saving oars/iars"
Justin Clark-Casey (justincc)
2010-06-29
1
-5
/
+3
*
don't report the null uuid as a missing asset on saving oars/iars
Justin Clark-Casey (justincc)
2010-06-25
1
-3
/
+5
*
remove pointless mock user account service since the real one can now be easi...
Justin Clark-Casey (justincc)
2010-06-04
1
-1
/
+1
*
refactor: move GetStream and URI methods from ArchiveReadRequest -> ArchiveHe...
Justin Clark-Casey (justincc)
2010-05-28
2
-63
/
+65
*
Fix a problem where SceneGraph.AddSceneObject() would return false on success...
Justin Clark-Casey (justincc)
2010-05-21
1
-1
/
+0
[next]