Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | seems to compile ( tests comented out) | UbitUmarov | 2015-09-02 | 1 | -602/+1 |
* | bad merge? | UbitUmarov | 2015-09-01 | 1 | -0/+601 |
|\ | |||||
| * | find sending of initial terrain using PushTerrain as os core | UbitUmarov | 2015-08-19 | 1 | -1/+6 |
| * | Reserve a extra localID for a presence ( it will be localID + 1 ) | UbitUmarov | 2014-08-20 | 1 | -0/+12 |
| * | check... | UbitUmarov | 2014-08-04 | 1 | -580/+580 |
| * | Revert "start sending terrain in scenePresence after well defined avatar. Minor" | UbitUmarov | 2014-08-04 | 1 | -580/+580 |
| * | start sending terrain in scenePresence after well defined avatar. Minor | UbitUmarov | 2014-08-04 | 1 | -580/+580 |
| * | Intermediate commit. Sill errors. | Melanie | 2014-01-05 | 1 | -1/+2 |
| |\ | |||||
| | * | Some missing definitions needed for successful compilation. | Robert Adams | 2014-01-04 | 1 | -1/+2 |
| * | | Merge branch 'master' into careminster | Melanie | 2013-10-04 | 1 | -14/+2 |
| |\ \ | | |/ | |||||
| * | | Merge branch 'master' into careminster | Melanie | 2013-08-14 | 1 | -0/+13 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into careminster | Melanie | 2013-05-04 | 1 | -0/+4 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-11-12 | 1 | -69/+11 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-07-28 | 1 | -0/+18 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-07-19 | 1 | -0/+18 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Fix merge artefacts | Melanie | 2012-07-17 | 1 | -1/+0 |
| * | | | | | | | Merge branch 'master' into careminster | Melanie | 2012-06-29 | 1 | -4/+8 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-03-20 | 1 | -2/+6 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2012-03-08 | 1 | -7/+64 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into careminster | Melanie | 2011-12-10 | 1 | -5/+0 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into bigmerge | Melanie | 2011-12-08 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'eda770e978c09c756d15ba62dbbf6ee34a61b2f5' into bigmerge | Melanie | 2011-12-08 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into bigmerge | Melanie | 2011-11-24 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into bigmerge | Melanie | 2011-11-01 | 1 | -21/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Resolve merge commits, stage 1 | Tom | 2011-09-04 | 1 | -12/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | | | | | | | Partial plumbing for the agent stateful module features negotiation | Melanie Thielker | 2015-08-20 | 1 | -0/+7 |
* | | | | | | | | | | | | | | | | | Create want and need lists for agent data interchange formats. | Melanie Thielker | 2015-08-16 | 1 | -0/+44 |
* | | | | | | | | | | | | | | | | | Remove long unused region parameters from SceneBase. Some of these weren't e... | Justin Clark-Casey (justincc) | 2014-12-03 | 1 | -4/+0 |
* | | | | | | | | | | | | | | | | | Implement experimental non-default mechanism to update scene via a timer rath... | Justin Clark-Casey (justincc) | 2014-08-26 | 1 | -1/+2 |
* | | | | | | | | | | | | | | | | | varregion: send terrain patches from where the avatar outward if the parameter | Robert Adams | 2014-05-31 | 1 | -1/+6 |
* | | | | | | | | | | | | | | | | | Eliminated many warnings | Oren Hurvitz | 2014-04-23 | 1 | -0/+3 |
* | | | | | | | | | | | | | | | | | varregion: many more updates removing the constant RegionSize and replacing | Robert Adams | 2013-12-26 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | varregion: add lots of DEBUG level log messages. Especially for teleport. | Robert Adams | 2013-12-24 | 1 | -1/+2 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ... | Justin Clark-Casey (justincc) | 2013-09-27 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ... | Justin Clark-Casey (justincc) | 2013-09-27 | 1 | -13/+1 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Add method doc to Scene.RemoveClient() to ask any callers to use Scene.Incomi... | Justin Clark-Casey (justincc) | 2013-08-14 | 1 | -0/+13 |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | On startup, start scenes after we're set up all local scenes, rather than sta... | Justin Clark-Casey (justincc) | 2013-05-03 | 1 | -0/+4 |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Remove the old style module loader and all references to it | Melanie | 2012-11-12 | 1 | -69/+11 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Make SceneManager.OnRegionsReadyStatusChange event available. | Justin Clark-Casey (justincc) | 2012-07-25 | 1 | -0/+18 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled... | Justin Clark-Casey (justincc) | 2012-07-19 | 1 | -0/+18 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in... | Justin Clark-Casey (justincc) | 2012-06-29 | 1 | -4/+8 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Move frame loop entirely within Scene.Update() for better future performance ... | Justin Clark-Casey (justincc) | 2012-03-20 | 1 | -2/+6 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Change "help" to display categories/module list then "help <category/module>"... | Justin Clark-Casey (justincc) | 2012-03-08 | 1 | -7/+64 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Get rid of IScene.PresenceChildStatus() which always had to execute a lookup ... | Justin Clark-Casey (justincc) | 2011-12-09 | 1 | -5/+0 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | On a new client circuit, send the initial reply ack to let the client know it... | Justin Clark-Casey (justincc) | 2011-12-08 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Implement XMLRPCAdmin command admin_teleport_agent. | Justin Clark-Casey (justincc) | 2011-12-07 | 1 | -0/+6 |
| |_|_|/ |/| | | | |||||
* | | | | Stop an exception being thrown and a teleport/border cross failing if the des... | Justin Clark-Casey (justincc) | 2011-11-22 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Removed unused show commands from Scene.cs and SceneBase.cs. The show modules... | Dan Lake | 2011-10-31 | 1 | -21/+0 |
| |/ |/| | |||||
* | | Don't try to save changed attachment states when an NPC with attachments is r... | Justin Clark-Casey (justincc) | 2011-08-18 | 1 | -1/+1 |
* | | Stop trying to deregister caps or close child agents when an NPC is removed | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -11/+1 |