aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reserve a extra localID for a presence ( it will be localID + 1 )UbitUmarov2014-08-201-0/+12
* check...UbitUmarov2014-08-041-580/+580
* Revert "start sending terrain in scenePresence after well defined avatar. Minor"UbitUmarov2014-08-041-580/+580
* start sending terrain in scenePresence after well defined avatar. MinorUbitUmarov2014-08-041-580/+580
* Intermediate commit. Sill errors.Melanie2014-01-051-1/+2
|\
| * Some missing definitions needed for successful compilation.Robert Adams2014-01-041-1/+2
* | Merge branch 'master' into careminsterMelanie2013-10-041-14/+2
|\ \ | |/
| * refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ...Justin Clark-Casey (justincc)2013-09-271-1/+1
| * refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...Justin Clark-Casey (justincc)2013-09-271-13/+1
* | Merge branch 'master' into careminsterMelanie2013-08-141-0/+13
|\ \ | |/
| * Add method doc to Scene.RemoveClient() to ask any callers to use Scene.Incomi...Justin Clark-Casey (justincc)2013-08-141-0/+13
* | Merge branch 'master' into careminsterMelanie2013-05-041-0/+4
|\ \ | |/
| * On startup, start scenes after we're set up all local scenes, rather than sta...Justin Clark-Casey (justincc)2013-05-031-0/+4
* | Merge branch 'master' into careminsterMelanie2012-11-121-69/+11
|\ \ | |/
| * Remove the old style module loader and all references to itMelanie2012-11-121-69/+11
* | Merge branch 'master' into careminsterMelanie2012-07-281-0/+18
|\ \ | |/
| * Make SceneManager.OnRegionsReadyStatusChange event available.Justin Clark-Casey (justincc)2012-07-251-0/+18
* | Merge branch 'master' into careminsterMelanie2012-07-191-0/+18
|\ \ | |/
| * Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)2012-07-191-0/+18
* | Fix merge artefactsMelanie2012-07-171-1/+0
* | Merge branch 'master' into careminsterMelanie2012-06-291-4/+8
|\ \ | |/
| * Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in...Justin Clark-Casey (justincc)2012-06-291-4/+8
* | Merge branch 'master' into careminsterMelanie2012-03-201-2/+6
|\ \ | |/
| * Move frame loop entirely within Scene.Update() for better future performance ...Justin Clark-Casey (justincc)2012-03-201-2/+6
* | Merge branch 'master' into careminsterMelanie2012-03-081-7/+64
|\ \ | |/
| * Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)2012-03-081-7/+64
* | Merge branch 'master' into careminsterMelanie2011-12-101-5/+0
|\ \ | |/
| * Get rid of IScene.PresenceChildStatus() which always had to execute a lookup ...Justin Clark-Casey (justincc)2011-12-091-5/+0
* | Merge branch 'master' into bigmergeMelanie2011-12-081-1/+1
|\ \ | |/
| * On a new client circuit, send the initial reply ack to let the client know it...Justin Clark-Casey (justincc)2011-12-081-1/+1
* | Merge commit 'eda770e978c09c756d15ba62dbbf6ee34a61b2f5' into bigmergeMelanie2011-12-081-0/+6
|\ \ | |/
| * Implement XMLRPCAdmin command admin_teleport_agent.Justin Clark-Casey (justincc)2011-12-071-0/+6
* | Merge branch 'master' into bigmergeMelanie2011-11-241-1/+1
|\ \ | |/
| * Stop an exception being thrown and a teleport/border cross failing if the des...Justin Clark-Casey (justincc)2011-11-221-1/+1
* | Merge branch 'master' into bigmergeMelanie2011-11-011-21/+0
|\ \ | |/
| * Removed unused show commands from Scene.cs and SceneBase.cs. The show modules...Dan Lake2011-10-311-21/+0
* | Resolve merge commits, stage 1Tom2011-09-041-12/+2
|\ \ | |/
| * Don't try to save changed attachment states when an NPC with attachments is r...Justin Clark-Casey (justincc)2011-08-181-1/+1
| * Stop trying to deregister caps or close child agents when an NPC is removedJustin Clark-Casey (justincc)2011-08-101-11/+1
| * Remove unused Datastore parameter from RegionInfo (legacy from early 2008)Justin Clark-Casey (justincc)2011-03-311-2/+0
|/
* Change all restarting to use the restart module. Remove hardcoded behaviorMelanie2010-11-251-12/+8
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
* minor: comment out region interface registration log msg I accidentally left ...Justin Clark-Casey (justincc)2010-06-041-2/+2
* get TestSaveIarV0_1() uncommented but not running as a test yet since I didn'...Justin Clark-Casey (justincc)2010-05-281-0/+2
* Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)2010-05-281-1/+25
* Finalized the client's TCP IP address verification process for HG1.5.Diva Canto2010-05-151-0/+1
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake2010-03-191-3/+3
* Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto2010-03-061-0/+15
* Merge branch 'master' into presence-refactorMelanie2010-02-221-1/+1
|\
| * minor: Make SOG.DelinkFromGroup() return the newly delinked scene object inst...Justin Clark-Casey (justincc)2010-02-161-1/+1