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
/
Scenes
/
Scene.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-12-23
* Add a method to allow friendship offers to a logged in client from an offli...
Justin Clarke Casey
1
-1
/
+0
2008-12-22
* refactor: Make gestures module register its own events too
Justin Clarke Casey
1
-7
/
+0
2008-12-22
* Like most other modules, make the sound module register for its event direc...
Justin Clarke Casey
1
-4
/
+0
2008-12-22
Removing the region where the agent is in from the list of regions to close c...
diva
1
-3
/
+6
2008-12-21
* Re-implement packet tracking in IClientAPI so we can see what's going on in...
Teravus Ovares
1
-0
/
+3
2008-12-20
This reduces DNS lookups in TPs by a factor of 4. Let's see if this fixes som...
diva
1
-2
/
+2
2008-12-19
* refactor: move sound trigger from scene into sepearate SoundModule
Justin Clarke Casey
1
-19
/
+3
2008-12-19
* minor: Just some method commentary before turning to another subject
Justin Clarke Casey
1
-2
/
+10
2008-12-19
* refactor: move saved named prims to xml2 method out into the serialization ...
Justin Clarke Casey
1
-22
/
+0
2008-12-19
minor: Remove some serialization module scene wrappers
Justin Clarke Casey
1
-28
/
+0
2008-12-19
* refactor: remove xml serialization wrappers from Scene
Justin Clarke Casey
1
-16
/
+0
2008-12-19
* refactor: Rename IRegionSerialiser and move into interfaces namespace
Justin Clarke Casey
1
-2
/
+2
2008-12-19
* refactor: Remove archiver module scene wrappers
Justin Clarke Casey
1
-24
/
+0
2008-12-19
* refactor: Move tree code out into a separate module
Justin Clarke Casey
1
-49
/
+38
2008-12-18
* refactor: move gestures code out from Scene into its own module
Justin Clarke Casey
1
-45
/
+8
2008-12-18
* Added "show queues" command that shows throttling queues for all clients.
lbsa71
1
-1
/
+1
2008-12-17
* revert r7724 so that PresenceChildStatus() starts throwing NRE's again
Justin Clarke Casey
1
-3
/
+7
2008-12-17
Kicking child agents off on the first login after a client crash. The child a...
diva
1
-0
/
+1
2008-12-17
* Implement 'Save Object Back to My Inventory'. On the Linden client this is...
Justin Clarke Casey
1
-9
/
+0
2008-12-16
Avoid sending DisableSimulator event to the root agent upon logout.
diva
1
-8
/
+11
2008-12-15
Attempt at restoring inventory access after TPs/crossings. RemoveClient in Sc...
diva
1
-1
/
+5
2008-12-15
* minor: Stop presence child status suffering an NRE if the agent uuid given ...
Justin Clarke Casey
1
-6
/
+5
2008-12-15
Bug fix in new child agents management. Thanks DigiDaz for helping identify t...
diva
1
-5
/
+12
2008-12-14
Mantis#2725. Thank you kindly, Diva, for a patch that:
Charles Krinke
1
-31
/
+50
2008-12-10
* refactor: Move inventory handlers out from UserProfileCacheService
Justin Clarke Casey
1
-7
/
+7
2008-12-10
Applying diva's revert patch. Reverts closing child agents and makes
Melanie Thielker
1
-13
/
+2
2008-12-06
Change AllowScriptCrossings to be AllowScriptCrossing to match the
Melanie Thielker
1
-1
/
+1
2008-12-05
Committing the missing bits to enable script crossing. Disabled by default.
Melanie Thielker
1
-1
/
+80
2008-11-30
Mantis #2584 (again)
Melanie Thielker
1
-1
/
+14
2008-11-30
Fix prim crossings, again.
Melanie Thielker
1
-2
/
+5
2008-11-30
Update svn properties. Add copyright header. Minor formatting cleanup.
Jeff Ames
1
-1
/
+1
2008-11-29
Add configuration values for scripted prim region crossing
Melanie Thielker
1
-0
/
+4
2008-11-29
Finally make attachments stay put. Randomize local ID generation to
Melanie Thielker
1
-2
/
+5
2008-11-29
Stop attachments from twisting away. Thismakes attachments phantom, which
Melanie Thielker
1
-0
/
+1
2008-11-29
A try to better attachment crossing.
Melanie Thielker
1
-50
/
+59
2008-11-28
* simplify AddNewClient since making this root without using MakeRootAgent() ...
Justin Clarke Casey
1
-8
/
+7
2008-11-28
* test: Add a wodge of code in order to be able to slightly extend a test to ...
Justin Clarke Casey
1
-2
/
+2
2008-11-28
Revert setting the parent local is explicitly, as that caused even more
Melanie Thielker
1
-3
/
+0
2008-11-28
Omit parcel checks for attachments.
Melanie Thielker
1
-4
/
+14
2008-11-28
Force regioncrossed prims to get a new LocalID. Reset parent local ID to new
Melanie Thielker
1
-0
/
+8
2008-11-28
Invert a test to allow prims to region-cross again
Melanie Thielker
1
-1
/
+1
2008-11-27
* test: Add the ability to add a plugin directory to the user and inventory s...
Justin Clarke Casey
1
-0
/
+2
2008-11-27
Fix permission propagation that was broken some revision back, causing
Melanie Thielker
1
-1
/
+1
2008-11-24
* Removed more locks on Entities
Adam Frisby
1
-21
/
+3
2008-11-24
* Swaps Scene.Entities Dictionary for EntityManager.
Adam Frisby
1
-3
/
+9
2008-11-22
Add root agent tracking to presence module
Melanie Thielker
1
-1
/
+1
2008-11-22
Next step in the presence module - some core plumbing included at
Melanie Thielker
1
-0
/
+2
2008-11-22
Mantis #2442
Melanie Thielker
1
-1
/
+3
2008-11-21
Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all
Melanie Thielker
1
-6
/
+6
2008-11-21
* refactor: Rip out SOP inventory from the partial into a separate class
Justin Clarke Casey
1
-4
/
+4
[next]