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
/
SceneBase.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-07-25
Make SceneManager.OnRegionsReadyStatusChange event available.
Justin Clark-Casey (justincc)
1
-0
/
+18
2012-07-19
Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...
Justin Clark-Casey (justincc)
1
-0
/
+18
2012-06-29
Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in...
Justin Clark-Casey (justincc)
1
-4
/
+8
2012-03-20
Move frame loop entirely within Scene.Update() for better future performance ...
Justin Clark-Casey (justincc)
1
-2
/
+6
2012-03-08
Change "help" to display categories/module list then "help <category/module>"...
Justin Clark-Casey (justincc)
1
-7
/
+64
2011-12-09
Get rid of IScene.PresenceChildStatus() which always had to execute a lookup ...
Justin Clark-Casey (justincc)
1
-5
/
+0
2011-12-08
On a new client circuit, send the initial reply ack to let the client know it...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-12-07
Implement XMLRPCAdmin command admin_teleport_agent.
Justin Clark-Casey (justincc)
1
-0
/
+6
2011-11-22
Stop an exception being thrown and a teleport/border cross failing if the des...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-10-31
Removed unused show commands from Scene.cs and SceneBase.cs. The show modules...
Dan Lake
1
-21
/
+0
2011-08-18
Don't try to save changed attachment states when an NPC with attachments is r...
Justin Clark-Casey (justincc)
1
-1
/
+1
2011-08-10
Stop trying to deregister caps or close child agents when an NPC is removed
Justin Clark-Casey (justincc)
1
-11
/
+1
2011-03-31
Remove unused Datastore parameter from RegionInfo (legacy from early 2008)
Justin Clark-Casey (justincc)
1
-2
/
+0
2010-11-25
Change all restarting to use the restart module. Remove hardcoded behavior
Melanie
1
-12
/
+8
2010-09-12
Formatting cleanup.
Jeff Ames
1
-1
/
+1
2010-06-04
minor: comment out region interface registration log msg I accidentally left ...
Justin Clark-Casey (justincc)
1
-2
/
+2
2010-05-28
get TestSaveIarV0_1() uncommented but not running as a test yet since I didn'...
Justin Clark-Casey (justincc)
1
-0
/
+2
2010-05-28
Add ability to load IARs directly from URIs
Justin Clark-Casey (justincc)
1
-1
/
+25
2010-05-15
Finalized the client's TCP IP address verification process for HG1.5.
Diva Canto
1
-0
/
+1
2010-03-19
Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...
Dan Lake
1
-3
/
+3
2010-03-06
Bug fix: store correct position information upon logout. Fixes mantis #4608
Diva Canto
1
-0
/
+15
2010-02-16
minor: Make SOG.DelinkFromGroup() return the newly delinked scene object inst...
Justin Clark-Casey (justincc)
1
-1
/
+1
2010-01-11
OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.
Diva Canto
1
-1
/
+1
2009-12-31
Simulation handlers (agents & objects) completed.
Diva Canto
1
-0
/
+11
2009-10-27
Move the calculation of time dilation from the scene to the physics engine. T...
John Hurliman
1
-2
/
+1
2009-10-26
Removing the ClientManager reference from IScene and hiding it entirely insid...
John Hurliman
1
-6
/
+1
2009-10-13
* Unregister event handlers in LLUDPServer when a client logs out and disconn...
John Hurliman
1
-2
/
+0
2009-10-01
Formatting cleanup.
Jeff Ames
1
-4
/
+4
2009-09-27
Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei...
Diva Canto
1
-1
/
+2
2009-06-01
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...
Jeff Ames
1
-1
/
+1
2009-05-13
Remove some no longer needed debug.
Melanie Thielker
1
-6
/
+2
2009-05-12
Fix interface registration/deregistration mechanics
Melanie Thielker
1
-9
/
+14
2009-05-12
Bug fix in SceneBase.RequestModuleInterface. Check that the list's count is g...
diva
1
-1
/
+2
2009-05-04
* minor: remove some mono compiler warnings, minor cleanup
Justin Clarke Casey
1
-2
/
+2
2009-05-04
Create a working configuration hook to allow LLClient parameters from
Melanie Thielker
1
-1
/
+6
2009-05-02
Plumb conifg into the client views. Add config option to configure packet
Melanie Thielker
1
-0
/
+6
2009-05-01
Improve prim sending by combining multiple prim updates into a single packet
Melanie Thielker
1
-0
/
+5
2009-04-15
Another cleanup: Region_Status renamed to RegionStatus, and a usage comment a...
Johan Berntsson
1
-2
/
+2
2009-04-13
Remove m_moduleCommands. It wasn't used anywhere; probably a left-over from b...
Homer Horwitz
1
-31
/
+8
2009-04-05
- Add new RegionModulesControllerPlugin to the application modules
Homer Horwitz
1
-7
/
+58
2009-02-16
* refactor: remove AssetCache field hanging off Scene
Justin Clarke Casey
1
-8
/
+0
2009-02-10
Add proper handling for shared vs. unshared modules to the command
Melanie Thielker
1
-2
/
+15
2009-02-09
From Alan Webb <awebb@linux.vnet.ibm.com>
Sean Dague
1
-2
/
+2
2009-02-07
Replace the console for all OpenSim apps with a new console featuring command
Melanie Thielker
1
-0
/
+8
2009-02-06
* Implement help <command> from the region console
Justin Clarke Casey
1
-4
/
+47
2009-02-06
This changeset is the step 1 of 2 in refactoring
Dr Scofield
1
-2
/
+2
2009-02-05
* Make existing module commanders register as help topics
Justin Clarke Casey
1
-1
/
+9
2009-02-05
* Use the commander name to register module commanders instead of providing t...
Justin Clarke Casey
1
-2
/
+2
2009-02-05
* refactor: Move module handling code up into SceneBase from Scene, reducing ...
Justin Clarke Casey
1
-4
/
+173
2009-01-21
* refactor: Extract caps related code from scene and put into a region module
Justin Clarke Casey
1
-61
/
+0
[next]