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
/
Scene.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...
Diva Canto
2010-12-05
1
-3
/
+2
*
Merge branch 'master-core' into mantis5110
Jonathan Freedman
2010-12-05
1
-68
/
+16
|
\
|
*
Only force prim persistence before delete if the prim is the result of an unp...
Justin Clark-Casey (justincc)
2010-12-03
1
-4
/
+7
|
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2010-11-29
1
-9
/
+6
|
|
\
|
|
*
Trigger changed event with CHANGED_TELEPORT when teleporting to another region.
Marck
2010-11-26
1
-9
/
+6
|
*
|
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diva Canto
2010-11-25
1
-55
/
+2
|
|
\
\
|
|
|
/
|
|
*
Change all restarting to use the restart module. Remove hardcoded behavior
Melanie
2010-11-25
1
-55
/
+2
|
*
|
WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...
Diva Canto
2010-11-25
1
-0
/
+1
|
|
/
*
|
Merge branch 'master-core' into mantis5110
Jonathan Freedman
2010-11-21
1
-33
/
+7
|
\
\
|
|
/
|
*
Global creator information working on MySQL DB and on load/save OARs. Creator...
Diva Canto
2010-11-21
1
-32
/
+4
|
*
Change the way attachments are persisted. Editing a worn attachment will now
Melanie
2010-11-16
1
-1
/
+3
*
|
Merge https://github.com/opensim/opensim into mantis5110
Jonathan Freedman
2010-11-21
1
-2
/
+47
|
\
\
|
|
/
|
*
Prevent teleporting to a region when the egent is banned in all parcels
Melanie
2010-11-10
1
-0
/
+7
|
*
Fix parcel bans to work only on the avatars they're supposed to work on inste...
Melanie
2010-11-09
1
-1
/
+0
|
*
Reinstate a lost fix
Melanie
2010-11-08
1
-2
/
+1
|
*
Fix merge artefacts
Melanie
2010-11-08
1
-14
/
+19
|
*
Prevent plants from being treated like dropped attachments and removed
Melanie
2010-11-08
1
-2
/
+1
|
*
Call the cleanup after saving attachment states, so that the attachments
Melanie
2010-11-08
1
-1
/
+3
|
*
Call the Cleanup when an agent logs out, when an agent leaves and just
Melanie
2010-11-08
1
-0
/
+3
|
*
Add a method to delete left over / dropped attachments
Melanie Thielker
2010-11-08
1
-0
/
+32
*
|
Merge branch 'master' into mantis5110
Jonathan Freedman
2010-10-29
1
-0
/
+7
|
\
\
|
|
/
|
*
Bunch of fixes that reduce the number of times appearance
Master ScienceSim
2010-10-29
1
-0
/
+7
*
|
Merge branch 'master' into mantis5110
Jonathan Freedman
2010-10-29
1
-16
/
+27
|
\
\
|
|
/
|
*
Merge branch 'opensim-master' into dev-appearance
Master ScienceSim
2010-10-28
1
-13
/
+29
|
|
\
|
|
*
Overload Scene.NewUserConnection() to facilitate NPCs and other region specif...
dahlia
2010-10-26
1
-9
/
+27
|
|
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Justin Clark-Casey (justincc)
2010-10-22
1
-3
/
+3
|
|
|
\
|
|
_
|
/
|
/
|
|
|
|
*
Revert "Merge remote branch 'otakup0pe/mantis5110'"
Justin Clark-Casey (justincc)
2010-10-22
1
-4
/
+1
|
*
|
Major refactoring of appearance handling.
Master ScienceSim
2010-10-20
1
-7
/
+0
*
|
|
Change some exception to use ToString(). e.Message is not sufficient to fix
Melanie
2010-10-22
1
-3
/
+3
|
|
/
|
/
|
*
|
Merge branch 'hg16' into mantis5110
Jonathan Freedman
2010-10-22
1
-1
/
+4
|
\
\
|
*
|
* change the data exchanged within hypergrid transactions
Jonathan Freedman
2010-10-21
1
-1
/
+4
|
|
/
*
|
Make SImStatsReporter pick ObjectCapacity striaght out of region info
Melanie
2010-10-22
1
-2
/
+0
|
/
*
Plumb the path for multiple object deletes
Melanie
2010-10-06
1
-2
/
+2
*
Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...
John Hurliman
2010-09-16
1
-9
/
+5
*
rename SceneObjectGroup.DeleteGroup() to DeleteGroupFromScene() to improve co...
Justin Clark-Casey (justincc)
2010-09-15
1
-1
/
+1
*
minor: Add comments which explain what's going on wrt avatar movements at var...
Justin Clark-Casey (justincc)
2010-09-13
1
-0
/
+4
*
Merged
John Hurliman
2010-09-12
1
-7
/
+7
|
\
|
*
Formatting cleanup.
Jeff Ames
2010-09-12
1
-9
/
+9
*
|
* Added ISimulationDataService and IEstateDataService
John Hurliman
2010-09-12
1
-31
/
+71
|
/
*
Shuffling fields and properties around in Scene to make Scene.cs more readable
John Hurliman
2010-09-11
1
-138
/
+124
*
Made it impossible to create a user with names containing spaces and prevente...
randomhuman
2010-09-10
1
-2
/
+3
*
First pass at cleaning up thread safety in EntityManager and SceneGraph
John Hurliman
2010-09-10
1
-24
/
+21
*
Fix deletion persistence when freshly delinked prims are removed
Justin Clark-Casey (justincc)
2010-09-07
1
-9
/
+16
*
Make console backup command do a forced backup rather than non-forced
Justin Clark-Casey (justincc)
2010-09-06
1
-5
/
+0
*
Add test to check persistence of newly added pre-linked objects
Justin Clark-Casey (justincc)
2010-09-06
1
-2
/
+11
*
Logout the presence if client IP verification fails.
Diva Canto
2010-09-04
1
-0
/
+2
*
Adjust the "Magic numbers" we use because we can't reference the actual
Melanie Thielker
2010-08-31
1
-1
/
+1
*
Improve liveness by operating on list copies of SOG.Children where appropriate
Justin Clark-Casey (justincc)
2010-08-28
1
-10
/
+11
*
Remove mono compiler warnings
Justin Clark-Casey (justincc)
2010-08-26
1
-12
/
+0
*
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Justin Clark-Casey (justincc)
2010-08-26
1
-1
/
+0
|
\
[prev]
[next]