| Commit message (Expand) | Author | Files | Lines |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -9/+9 |
2016-11-09 | fix some invalid string.format arguments | UbitUmarov | 1 | -1/+1 |
2016-09-17 | add rest of wiring for terrain bake persistent store (mantis 8024 but not | UbitUmarov | 1 | -0/+1 |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -602/+1 |
2015-08-20 | Partial plumbing for the agent stateful module features negotiation | Melanie Thielker | 1 | -0/+7 |
2015-08-19 | find sending of initial terrain using PushTerrain as os core | UbitUmarov | 1 | -1/+6 |
2015-08-16 | Create want and need lists for agent data interchange formats. | Melanie Thielker | 1 | -0/+44 |
2014-12-03 | Remove long unused region parameters from SceneBase. Some of these weren't e... | Justin Clark-Casey (justincc) | 1 | -4/+0 |
2014-08-26 | Implement experimental non-default mechanism to update scene via a timer rath... | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2014-08-20 | Reserve a extra localID for a presence ( it will be localID + 1 ) | UbitUmarov | 1 | -0/+12 |
2014-08-04 | check... | UbitUmarov | 1 | -580/+580 |
2014-08-04 | Revert "start sending terrain in scenePresence after well defined avatar. Minor" | UbitUmarov | 1 | -580/+580 |
2014-08-04 | start sending terrain in scenePresence after well defined avatar. Minor | UbitUmarov | 1 | -580/+580 |
2014-05-31 | varregion: send terrain patches from where the avatar outward if the parameter | Robert Adams | 1 | -1/+6 |
2014-04-23 | Eliminated many warnings | Oren Hurvitz | 1 | -0/+3 |
2014-01-04 | Some missing definitions needed for successful compilation. | Robert Adams | 1 | -1/+2 |
2013-12-26 | varregion: many more updates removing the constant RegionSize and replacing | Robert Adams | 1 | -1/+1 |
2013-12-24 | varregion: add lots of DEBUG level log messages. Especially for teleport. | Robert Adams | 1 | -1/+2 |
2013-09-27 | refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-09-27 | refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ... | Justin Clark-Casey (justincc) | 1 | -13/+1 |
2013-08-14 | Add method doc to Scene.RemoveClient() to ask any callers to use Scene.Incomi... | Justin Clark-Casey (justincc) | 1 | -0/+13 |
2013-05-03 | On startup, start scenes after we're set up all local scenes, rather than sta... | Justin Clark-Casey (justincc) | 1 | -0/+4 |
2012-11-12 | Remove the old style module loader and all references to it | Melanie | 1 | -69/+11 |
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-07-17 | Fix merge artefacts | Melanie | 1 | -1/+0 |
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 |