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
/
InnerScene.cs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* Removed 19 warnings
Teravus Ovares
2008-05-14
1
-1
/
+1
*
* Refactor: Remove locking from InnerScene.GetScenePresence()
Justin Clarke Casey
2008-05-13
1
-8
/
+3
*
* Refactor: Stop exposing the inner scene's ScenePresence dictionary directly...
Justin Clarke Casey
2008-05-13
1
-1
/
+1
*
*Complete redo of the permissions module
mingchen
2008-05-13
1
-14
/
+15
*
* More OutPacket refactors.
Teravus Ovares
2008-05-10
1
-151
/
+1
*
*Added all the permission checks to the sceneexternalchecks and modified perm...
mingchen
2008-05-08
1
-26
/
+28
*
* Committing an extra bit of permissions for attaching to ensure that the per...
Teravus Ovares
2008-05-08
1
-31
/
+38
*
* Increasing ScenePresences locking to prevent race conditions such as those ...
Justin Clarke Casey
2008-05-07
1
-12
/
+27
*
* Removes references to libsecondlife.Packets from IClientAPI. BAD PROGRAMMER...
Adam Frisby
2008-05-07
1
-2
/
+23
*
* Refactor: Break out permissions code into a separate region PermissionsModule
Justin Clarke Casey
2008-05-05
1
-22
/
+20
*
* Rolled back a few changes.
Adam Frisby
2008-05-01
1
-91
/
+107
*
* Spring cleaning on Region.Environment.
Adam Frisby
2008-05-01
1
-107
/
+91
*
* committing what I've got so far for DuplicateOnRay so I don't fight the con...
Teravus Ovares
2008-05-01
1
-2
/
+2
*
* You can now rez objects out of inventory at the correct offset from prim yo...
Teravus Ovares
2008-05-01
1
-2
/
+2
*
* Added basic 3-5 level undo on prim position/rotation/scale.
Teravus Ovares
2008-04-28
1
-0
/
+14
*
* Patch from XenReborn to make remove-region work properly without needing to...
Teravus Ovares
2008-04-27
1
-2
/
+1
*
* Single Attachments now work from inventory. You can attach from inventory ...
Teravus Ovares
2008-04-27
1
-13
/
+57
*
* More attachment stuff, reworked some of the inventory routines to be what I...
Teravus Ovares
2008-04-27
1
-0
/
+27
*
* Ooops, attachments now teleport/cross region borders along with your avatar...
Teravus Ovares
2008-04-26
1
-5
/
+27
*
* Fixes prim crossing. See bug 1050.
Teravus Ovares
2008-04-25
1
-0
/
+3
*
* Adds much better support for attachments that you right click on in world.
Teravus Ovares
2008-04-24
1
-5
/
+50
*
* Patch for #973 - Object Rez from Inventory ignores permissions - Thanks tgl...
Adam Frisby
2008-04-23
1
-0
/
+12
*
* Optimised using statements and namespace references across entire project (...
Adam Frisby
2008-04-21
1
-3
/
+4
*
Thank you kindly krtaylor for a patch to solve:
Charles Krinke
2008-04-19
1
-0
/
+11
*
Thank you very much, Kmeisthax for:
Charles Krinke
2008-04-16
1
-0
/
+44
*
* Working towards notifying the client if the inventory service has failed, r...
Justin Clarke Casey
2008-04-14
1
-5
/
+28
*
* Nasty hack to reduce the incidence of spurious exceptions where a user dele...
Justin Clarke Casey
2008-04-07
1
-1
/
+9
*
* Resolve mantis 849
Justin Clarke Casey
2008-04-03
1
-2
/
+7
*
* Minor: If a user exists but has no inventory in standalone, automatically c...
Justin Clarke Casey
2008-03-31
1
-0
/
+2
*
* Fix problem where inventory code throws a swallowed exception on grid mode ...
Justin Clarke Casey
2008-03-31
1
-1
/
+1
*
* Adding log debugging messages and making others more explicit
Justin Clarke Casey
2008-03-19
1
-1
/
+7
*
* Fix for if 782: Locked prims may still be moved by click+drag.
Teravus Ovares
2008-03-19
1
-1
/
+1
*
Formatting cleanup.
Jeff Ames
2008-03-18
1
-26
/
+25
*
Replaced some magic PCode numbers with enum values.
Jeff Ames
2008-03-17
1
-1
/
+1
*
* You can leave godmode if you want now.
Teravus Ovares
2008-03-14
1
-1
/
+1
*
* Added null root part guard
lbsa71
2008-03-14
1
-20
/
+7
*
Attempt to fix mantis #741, could not replicate it myself. But the error was...
MW
2008-03-14
1
-130
/
+137
*
* Fix Mantis 761 (linking and delinking prims rapidly caused prims to 'disapp...
Justin Clarke Casey
2008-03-13
1
-0
/
+6
*
* Fix mantis 757.
Justin Clarke Casey
2008-03-12
1
-1
/
+1
*
* Don't abort (and keep failing) the update if one Entity gives us an excepti...
Justin Clarke Casey
2008-03-12
1
-1
/
+14
*
Change SceneObjectPart.LocalID to .LocalId to be case matching
Sean Dague
2008-03-05
1
-2
/
+2
*
Merged 3Di code that provides scene and avatar serialization, and plugin supp...
Johan Berntsson
2008-03-04
1
-0
/
+43
*
Change handler001 through handler009 to more
Charles Krinke
2008-03-02
1
-4
/
+4
*
* Moved all events except gridcomms and regioncomms over to Event Delegate in...
Teravus Ovares
2008-02-22
1
-2
/
+4
*
* Made a quickupdate method to run through only entities that have scheduled ...
Teravus Ovares
2008-02-20
1
-0
/
+33
*
Moved the AgentAssetTransactionsManager (and AgentAssetTransactions) out of C...
MW
2008-02-16
1
-43
/
+38
*
* Made new Framework.Constants class, added RegionSize member.
Adam Frisby
2008-02-14
1
-1
/
+1
*
* This fixes the object edit box's flipping checkboxes when you modify one of...
Teravus Ovares
2008-02-12
1
-0
/
+4
*
* various minuscule code convention conformance fixes
lbsa71
2008-02-12
1
-0
/
+2
*
* A bunch of updates to make things more smooth.
Teravus Ovares
2008-02-12
1
-1
/
+1
[prev]
[next]