| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'de19dc3024e5359f594d0a32c593d905163c24ea' into bigmerge | Melanie | 2011-10-11 | 1 | -2/+2 |
|\ |
|
| * | refactor: rename SOG/SOP.GetProperties() to SendPropertiesToClient() to refle... | Justin Clark-Casey (justincc) | 2011-09-15 | 1 | -2/+2 |
* | | First set of merge fixes | Tom | 2011-09-07 | 1 | -1/+1 |
* | | Resolve merge commits, stage 1 | Tom | 2011-09-04 | 11 | -138/+242 |
|\ \
| |/ |
|
| * | Eliminate pointless checks of SOG.RootPart != null | Justin Clark-Casey (justincc) | 2011-09-01 | 1 | -2/+0 |
| * | Remove pointless cluttering SOP.ParentGroup != null checks. | Justin Clark-Casey (justincc) | 2011-09-01 | 1 | -5/+2 |
| * | Fix a bug where the non-root parts of rezzed objects that had previously been... | Justin Clark-Casey (justincc) | 2011-08-31 | 1 | -1/+12 |
| * | Fix bug in persisting saved appearances for npcs | Justin Clark-Casey (justincc) | 2011-08-30 | 1 | -1/+0 |
| * | refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin... | Justin Clark-Casey (justincc) | 2011-08-27 | 2 | -4/+8 |
| * | Remove forcing of phantom on ground attached objects - attachments can be bot... | Justin Clark-Casey (justincc) | 2011-08-24 | 1 | -2/+2 |
| * | minor: comment out simulator features log line | Justin Clark-Casey (justincc) | 2011-08-22 | 1 | -1/+1 |
| * | Add ISimulatorFeaturesModule so that other modules can register features in a... | Justin Clark-Casey (justincc) | 2011-08-22 | 1 | -36/+86 |
| * | 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 |
| * | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-08-16 | 2 | -5/+6 |
| * | comment out some of the currently less useful debug log messages | Justin Clark-Casey (justincc) | 2011-08-11 | 3 | -5/+5 |
| * | early code to allow scripts to force npcs not to fly when moving to target | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -3/+3 |
| * | Stop trying to deregister caps or close child agents when an NPC is removed | Justin Clark-Casey (justincc) | 2011-08-10 | 1 | -1/+1 |
| * | When an NPC is created, stop telling neighbouring regions to expect a child a... | Justin Clark-Casey (justincc) | 2011-08-09 | 1 | -3/+3 |
| * | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-08-04 | 2 | -4/+4 |
| * | get rid of vestigal move to parameters | Justin Clark-Casey (justincc) | 2011-08-03 | 1 | -30/+14 |
| * | Partially fix autopilot/go here | Justin Clark-Casey (justincc) | 2011-08-02 | 1 | -45/+34 |
| * | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-07-30 | 1 | -3/+4 |
| * | Ensure that packet headers get parsed correctly | Melanie | 2011-07-27 | 1 | -0/+29 |
| * | Fix LLTextBox to work with the updated libOMV | Melanie | 2011-07-23 | 1 | -1/+6 |
| * | comment out all kinds of debugging guff | Justin Clark-Casey (justincc) | 2011-07-19 | 1 | -5/+5 |
| * | Stop undo of just the root prim position in the linkset from shifting the who... | Justin Clark-Casey (justincc) | 2011-07-19 | 1 | -5/+5 |
| * | fix undo when resizing of non-root individual prims in a linkset | Justin Clark-Casey (justincc) | 2011-07-19 | 1 | -0/+5 |
| * | Fix undo for resizing linksets | Justin Clark-Casey (justincc) | 2011-07-19 | 1 | -12/+25 |
| * | Make various tweaks to undo code in an effort to get things working better. | Justin Clark-Casey (justincc) | 2011-07-18 | 1 | -3/+24 |
| * | refactor: make SceneObjectGroup.GroupScale() a property rather than a mehod | Justin Clark-Casey (justincc) | 2011-07-16 | 1 | -4/+6 |
| * | change async parameter name in AddLocalPacketHandler since it becomes a reser... | Justin Clark-Casey (justincc) | 2011-07-15 | 1 | -2/+22 |
| * | minor: method doc for baked texture uploading | Justin Clark-Casey (justincc) | 2011-07-15 | 1 | -2/+15 |
| * | Fix permissions problem where newly uploaded meshes rezzed from inventory cou... | Justin Clark-Casey (justincc) | 2011-07-11 | 3 | -8/+4 |
* | | Guard against a bad login leaving us with a null queue | Melanie | 2011-08-09 | 1 | -1/+1 |
* | | Ensure that packet headers get parsed correctly | Melanie | 2011-07-27 | 1 | -0/+29 |
* | | Fix LLTextBox to work with the updated libOMV | Melanie | 2011-07-23 | 1 | -1/+6 |
* | | Merge branch 'master' into careminster-presence-refactor | root | 2011-07-09 | 4 | -25/+175 |
|\ \
| |/ |
|
| * | minor: code tidy and inserted log lines for future use. | Justin Clark-Casey (justincc) | 2011-07-09 | 1 | -3/+1 |
| * | refactor: rename bool returning GetAgentInventoryItem() to CanGetAgentInvento... | Justin Clark-Casey (justincc) | 2011-07-08 | 1 | -4/+3 |
| * | Switch the MeshUploadFlag CAP module on and off with the existing config Allo... | Justin Clark-Casey (justincc) | 2011-07-07 | 1 | -14/+35 |
| * | Make MeshUploadFlagModule non-shared rather than shared (since each scene nee... | Justin Clark-Casey (justincc) | 2011-07-07 | 1 | -1/+1 |
| * | add MeshUploadFlag capability fixed mesh upload with latest mesh viewer thank... | Michael Cerquoni aka Nebadon Izumi | 2011-07-07 | 2 | -18/+150 |
* | | Fix parcel prim count and max reporting. Viewer already multiplies. | Melanie | 2011-07-06 | 1 | -1/+4 |
* | | Merge branch 'master' into careminster-presence-refactor | root | 2011-06-30 | 1 | -9/+197 |
|\ \
| |/ |
|
| * | Implement the latest mesh mechanism so that rezzing the uploaded mesh now wor... | Justin Clark-Casey (justincc) | 2011-06-24 | 1 | -3/+189 |
| * | minor: method documentation | Justin Clark-Casey (justincc) | 2011-06-24 | 1 | -6/+8 |
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2011-06-20 | 1 | -0/+152 |
|\ \
| |/ |
|
| * | Added SimulatorFeatures capability. Thanks Aurora devs for the bootstrap on t... | Diva Canto | 2011-06-13 | 1 | -22/+49 |
| * | Same processing of the "/" in the MapImageService Cap as the one in the login... | Diva Canto | 2011-06-13 | 1 | -0/+6 |
| * | Added experimental new capability URL called MapImageService meant to work wi... | Diva Canto | 2011-06-13 | 1 | -0/+119 |