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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* Refactor: Collapses parts of different code paths in scene used when deleti...
Justin Clarke Casey
2008-05-25
1
-26
/
+26
*
* Refactor: Collapse some multiple remove object paths
Justin Clarke Casey
2008-05-24
1
-42
/
+29
*
* Refactor: Remove some unused methods in Scene/InnerScene
Justin Clarke Casey
2008-05-24
1
-5
/
+0
*
* Refactor: Change previous commits Object methods to SceneObject methods ins...
Justin Clarke Casey
2008-05-24
1
-8
/
+8
*
* Refactor: Renaming various *Entity*() methods to *Object*() methods on the ...
Justin Clarke Casey
2008-05-24
1
-8
/
+20
*
* Refactor: Push some dictionary initialization down from Scene into InnerScene
Justin Clarke Casey
2008-05-24
1
-6
/
+5
*
* Get the xml2 entities serialization representation in the archiver module
Justin Clarke Casey
2008-05-24
1
-2
/
+2
*
This enables return from the parcel object owner display.
Teravus Ovares
2008-05-24
1
-0
/
+1
*
IRCBridgeModule (and ChatModule before the refactoring) didn't succeed in
Dr Scofield
2008-05-23
1
-1
/
+2
*
*Refactor of the LandManagementModule that allows OpenSim to run without it
mingchen
2008-05-23
1
-27
/
+8
*
Thank you kindly, Melanie, for a patch which:
Charles Krinke
2008-05-23
1
-1
/
+1
*
* minor: Remove unused variables causing warnings in Scene
Justin Clarke Casey
2008-05-22
1
-7
/
+7
*
* Plug in stubbed out archiver module
Justin Clarke Casey
2008-05-22
1
-4
/
+23
*
make VS compile Scene.cs
Sean Dague
2008-05-22
1
-1
/
+1
*
don't trust appearance assetid, instead do an inventory
Sean Dague
2008-05-22
1
-2
/
+1
*
* Refactor: Move enhancement of version string with operating system informat...
Justin Clarke Casey
2008-05-22
1
-16
/
+1
*
* Fix circular dependency from last checkin by passing version as a parameter...
Justin Clarke Casey
2008-05-22
1
-6
/
+6
*
* Send VersionInfo string instead of the hardcoded Scene string to the "About...
Justin Clarke Casey
2008-05-21
1
-2
/
+5
*
* Sets backup bool volatile for extra protection against two backup processes...
Teravus Ovares
2008-05-21
1
-1
/
+1
*
* This update causes the backup process to run in a separate thread.
Teravus Ovares
2008-05-21
1
-3
/
+13
*
From: Jeremy Bongio <jbongio@us.ibm.com>
Sean Dague
2008-05-20
1
-4
/
+4
*
fix crash in standalone mode for initial appearance setup
Sean Dague
2008-05-19
1
-3
/
+9
*
i can haz pantz?
Sean Dague
2008-05-19
1
-16
/
+15
*
Formatting cleanup, minor refactoring. Fixed some comparisons of value types...
Jeff Ames
2008-05-18
1
-13
/
+4
*
* Group type stuff. Nothing spectacular. two packets, sorta almost semi half...
Teravus Ovares
2008-05-18
1
-0
/
+1
*
while this doesn't fix the initial no pants issue in grid (which still baffle...
Sean Dague
2008-05-17
1
-17
/
+16
*
Minor cleanup.
Jeff Ames
2008-05-16
1
-17
/
+6
*
Formatting cleanup.
Jeff Ames
2008-05-16
1
-131
/
+131
*
testing avatar appearance as a user service
Sean Dague
2008-05-15
1
-10
/
+12
*
* Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking per...
Teravus Ovares
2008-05-14
1
-10
/
+0
*
* Refactored IConfigSource into Physics plug-ins and Scene. We can get rid of...
Teravus Ovares
2008-05-14
1
-1
/
+5
*
* Refactor: Remove SceneObjectGroup.GetScenePresences() in favour of a direct...
Justin Clarke Casey
2008-05-14
1
-1
/
+1
*
* Refactor: Stop exposing the inner scene's ScenePresence dictionary directly...
Justin Clarke Casey
2008-05-13
1
-3
/
+4
*
*Complete redo of the permissions module
mingchen
2008-05-13
1
-3
/
+10
*
* Implemented ChildAgentDataUpdate throttle multiplier based on an inaccurate...
Teravus Ovares
2008-05-13
1
-2
/
+37
*
* If a region running in grid mode fails to login to the grid service, startu...
Justin Clarke Casey
2008-05-12
1
-0
/
+7
*
* Added NPCModule and NPCAvatar classes for NPCs. Primitive, but we can grow ...
Adam Frisby
2008-05-11
1
-1
/
+9
*
* More OutPacket refactors.
Teravus Ovares
2008-05-10
1
-6
/
+4
*
* Valid Sculpted prim now collide properly.
Teravus Ovares
2008-05-09
1
-1
/
+1
*
*Added all the permission checks to the sceneexternalchecks and modified perm...
mingchen
2008-05-08
1
-4
/
+4
*
* Increasing ScenePresences locking to prevent race conditions such as those ...
Justin Clarke Casey
2008-05-07
1
-71
/
+97
*
*Added SceneExternalChecks.cs that is used to manage checking the results of ...
mingchen
2008-05-07
1
-2
/
+5
*
* Cleaning up code, making it conform to OpenSim standards.
Adam Frisby
2008-05-06
1
-19
/
+14
*
* Refactor: Break out permissions code into a separate region PermissionsModule
Justin Clarke Casey
2008-05-05
1
-17
/
+17
*
* Just some tidy up and documentation before I make my first ever attempt to ...
Justin Clarke Casey
2008-05-05
1
-17
/
+11
*
* Implemented DIE_AT_EDGE and Temporary objects don't save to the database.
Teravus Ovares
2008-05-04
1
-0
/
+19
*
*Fixed up EstateManagementModule to the module standard - no more packets all...
mingchen
2008-05-04
1
-13
/
+1
*
*Moved EstateManager into a region module
mingchen
2008-05-03
1
-13
/
+1
*
* Committing some collision stuffs that I'm working on.
Teravus Ovares
2008-05-03
1
-6
/
+7
*
* Small fixes to Scene.cs
Adam Frisby
2008-05-02
1
-10
/
+5
[prev]
[next]