| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Pass entire scene object in OnLoginsEnabled event rather than just the region... | Justin Clark-Casey (justincc) | 2012-07-18 | 1 | -1/+1 |
| * | Close() the ScenePresence after we've removed it from the scene graph, to cut... | Justin Clark-Casey (justincc) | 2012-07-18 | 1 | -10/+16 |
* | | fix our stats ( old schema ) | UbitUmarov | 2012-07-17 | 1 | -21/+26 |
* | | Fix merge artefacts | Melanie | 2012-07-17 | 1 | -2/+2 |
* | | Merge branch 'avination' into careminster | Melanie | 2012-07-16 | 1 | -0/+7 |
|\ \ |
|
| * | | Add "gc collect" console command for debugging memleaks | Melanie | 2012-07-12 | 1 | -0/+7 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-07-13 | 1 | -2/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | Change very recent AllowedViewerList and BannedViewerList config setting name... | Justin Clark-Casey (justincc) | 2012-07-12 | 1 | -4/+4 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-07-11 | 1 | -19/+56 |
|\ \ \
| |/ / |
|
| * | | When an attachment is detached to inv or derezzed, stop the scripts, update t... | Justin Clark-Casey (justincc) | 2012-07-10 | 1 | -1/+18 |
| * | | Remove redundant SetScene() function in Scene.AddSceneObject() | Justin Clark-Casey (justincc) | 2012-07-07 | 1 | -2/+0 |
| * | | Remove now duplicate interregion object check that should have been removed a... | Justin Clark-Casey (justincc) | 2012-07-06 | 1 | -12/+0 |
| * | | Add assert to attachment regression tests to check that number of objects in ... | Justin Clark-Casey (justincc) | 2012-07-06 | 1 | -0/+11 |
| * | | Pull prim crossing/teleport checks up into Scene.IncomingCreateObject() from ... | Justin Clark-Casey (justincc) | 2012-07-06 | 1 | -14/+27 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-07-05 | 1 | -0/+65 |
|\ \ \
| |/ / |
|
| * | | Correct spelling mistake m_BanedViewers to m_BannedViewers | Justin Clark-Casey (justincc) | 2012-07-03 | 1 | -4/+4 |
| * | | Adds a list of viewers that are allowed or banned from the region. | Michelle Argus | 2012-07-02 | 1 | -0/+65 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-07-01 | 1 | -38/+0 |
|\ \ \
| |/ / |
|
| * | | Removing unused handling of incoming create object by userID and itemID only. | Justin Clark-Casey (justincc) | 2012-06-30 | 1 | -22/+0 |
| * | | Remove code listed for removal in 0.7.3 that handled script restart for incom... | Justin Clark-Casey (justincc) | 2012-06-30 | 1 | -16/+0 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-06-29 | 1 | -25/+23 |
|\ \ \
| |/ / |
|
| * | | Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in... | Justin Clark-Casey (justincc) | 2012-06-29 | 1 | -26/+24 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-06-26 | 1 | -11/+13 |
|\ \ \
| |/ / |
|
| * | | When attachments are being saved and deleted for a closing root agent, delete... | Justin Clark-Casey (justincc) | 2012-06-25 | 1 | -11/+13 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-06-21 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | If RegionReady is active, don't falsely say that logins are enabled in the ma... | Justin Clark-Casey (justincc) | 2012-06-20 | 1 | -2/+2 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-06-12 | 1 | -4/+3 |
|\ \ \
| |/ / |
|
| * | | In PresenceDetector.OnConnectionClose(), use the IsChildAgent check already a... | Justin Clark-Casey (justincc) | 2012-06-12 | 1 | -4/+3 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-06-08 | 1 | -81/+71 |
|\ \ \
| |/ / |
|
| * | | Don't make duplicate call to ScenePresence.Close() separately in ETM.DoTelepo... | Justin Clark-Casey (justincc) | 2012-06-08 | 1 | -79/+70 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-06-08 | 1 | -10/+0 |
|\ \ \
| |/ / |
|
| * | | Remove duplicate update of user count in Scene.IncomingCloseAgent() | Justin Clark-Casey (justincc) | 2012-06-08 | 1 | -10/+0 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-06-08 | 1 | -18/+18 |
|\ \ \
| |/ / |
|
| * | | Fix bug with "kick user" reducing agent counts by 2 instead of 1. | Justin Clark-Casey (justincc) | 2012-06-08 | 1 | -14/+17 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-06-07 | 1 | -23/+26 |
|\ \ \
| |/ / |
|
| * | | Record the fact that child agents can have asset transactions. | Justin Clark-Casey (justincc) | 2012-06-07 | 1 | -6/+6 |
| * | | Don't send kill object messages to clients when a child agent is closed. | Justin Clark-Casey (justincc) | 2012-06-07 | 1 | -18/+21 |
* | | | Merge branch 'avination' into careminster | Melanie | 2012-06-06 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix llAttachToAvatar and "Attach" viewer option to preserve saved attach posi... | Melanie | 2012-06-04 | 1 | -1/+1 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-06-06 | 1 | -51/+43 |
|\ \ \
| | |/
| |/| |
|
| * | | Start sending spare frame time MS viewer stat. Make frame time correctly dis... | Justin Clark-Casey (justincc) | 2012-06-05 | 1 | -44/+46 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-06-02 | 1 | -5/+0 |
|\ \ \
| |/ / |
|
| * | | Instead of updating sim stats root agent, child, objects and scripts accounts... | Justin Clark-Casey (justincc) | 2012-06-01 | 1 | -5/+0 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-05-27 | 1 | -25/+56 |
|\ \ \
| |/ / |
|
| * | | If restating a region, clean up the physics scene after the main scene has be... | Justin Clark-Casey (justincc) | 2012-05-26 | 1 | -4/+4 |
| * | | Stop it being possible for an agent to teleport back to its source region bef... | Justin Clark-Casey (justincc) | 2012-05-25 | 1 | -3/+3 |
| * | | If an agent is still registered as 'in transit' by the source region, don't a... | Justin Clark-Casey (justincc) | 2012-05-24 | 1 | -21/+46 |
| * | | Add "show scene" command which lists stats for the currently selected console... | Justin Clark-Casey (justincc) | 2012-05-23 | 1 | -1/+6 |
* | | | Merge branch 'master' into careminster | Melanie | 2012-05-19 | 1 | -17/+42 |
|\ \ \
| |/ / |
|
| * | | Further refinement on properties | BlueWall | 2012-05-18 | 1 | -7/+4 |