| Commit message (Expand) | Author | Files | Lines |
2008-12-14 | Mantis#2725. Thank you kindly, Diva, for a patch that: | Charles Krinke | 1 | -31/+50 |
2008-12-10 | * refactor: Move inventory handlers out from UserProfileCacheService | Justin Clarke Casey | 1 | -7/+7 |
2008-12-10 | Applying diva's revert patch. Reverts closing child agents and makes | Melanie Thielker | 1 | -13/+2 |
2008-12-06 | Change AllowScriptCrossings to be AllowScriptCrossing to match the | Melanie Thielker | 1 | -1/+1 |
2008-12-05 | Committing the missing bits to enable script crossing. Disabled by default. | Melanie Thielker | 1 | -1/+80 |
2008-11-30 | Mantis #2584 (again) | Melanie Thielker | 1 | -1/+14 |
2008-11-30 | Fix prim crossings, again. | Melanie Thielker | 1 | -2/+5 |
2008-11-30 | Update svn properties. Add copyright header. Minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-11-29 | Add configuration values for scripted prim region crossing | Melanie Thielker | 1 | -0/+4 |
2008-11-29 | Finally make attachments stay put. Randomize local ID generation to | Melanie Thielker | 1 | -2/+5 |
2008-11-29 | Stop attachments from twisting away. Thismakes attachments phantom, which | Melanie Thielker | 1 | -0/+1 |
2008-11-29 | A try to better attachment crossing. | Melanie Thielker | 1 | -50/+59 |
2008-11-28 | * simplify AddNewClient since making this root without using MakeRootAgent() ... | Justin Clarke Casey | 1 | -8/+7 |
2008-11-28 | * test: Add a wodge of code in order to be able to slightly extend a test to ... | Justin Clarke Casey | 1 | -2/+2 |
2008-11-28 | Revert setting the parent local is explicitly, as that caused even more | Melanie Thielker | 1 | -3/+0 |
2008-11-28 | Omit parcel checks for attachments. | Melanie Thielker | 1 | -4/+14 |
2008-11-28 | Force regioncrossed prims to get a new LocalID. Reset parent local ID to new | Melanie Thielker | 1 | -0/+8 |
2008-11-28 | Invert a test to allow prims to region-cross again | Melanie Thielker | 1 | -1/+1 |
2008-11-27 | * test: Add the ability to add a plugin directory to the user and inventory s... | Justin Clarke Casey | 1 | -0/+2 |
2008-11-27 | Fix permission propagation that was broken some revision back, causing | Melanie Thielker | 1 | -1/+1 |
2008-11-24 | * Removed more locks on Entities | Adam Frisby | 1 | -21/+3 |
2008-11-24 | * Swaps Scene.Entities Dictionary for EntityManager. | Adam Frisby | 1 | -3/+9 |
2008-11-22 | Add root agent tracking to presence module | Melanie Thielker | 1 | -1/+1 |
2008-11-22 | Next step in the presence module - some core plumbing included at | Melanie Thielker | 1 | -0/+2 |
2008-11-22 | Mantis #2442 | Melanie Thielker | 1 | -1/+3 |
2008-11-21 | Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all | Melanie Thielker | 1 | -6/+6 |
2008-11-21 | * refactor: Rip out SOP inventory from the partial into a separate class | Justin Clarke Casey | 1 | -4/+4 |
2008-11-21 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -3/+3 |
2008-11-21 | Fully implement object return from the parcel dialog | Melanie Thielker | 1 | -42/+48 |
2008-11-20 | * Add enough infrastructure code to run an extremely basic and flaky add root... | Justin Clarke Casey | 1 | -1/+1 |
2008-11-19 | Mantis#2638. Thank you kindly, Sacha Magne for a patch that: | Charles Krinke | 1 | -0/+19 |
2008-11-18 | Prevent a nullref when building new prims while others watch | Melanie Thielker | 1 | -1/+1 |
2008-11-18 | * Added and removed debug information relating to client connections | Adam Frisby | 1 | -0/+3 |
2008-11-17 | Make newly created prims be the correct group | Melanie Thielker | 1 | -5/+6 |
2008-11-17 | * Stop nulling SOG.m_rootPart and parts on object deletion | Justin Clarke Casey | 1 | -5/+5 |
2008-11-16 | Fix NRE on TP-to-home, if the home-region is unavailable. | Homer Horwitz | 1 | -2/+5 |
2008-11-16 | Megapatch. Completely remove the multiparameter IM methods. Remove the insecure | Melanie Thielker | 1 | -1/+0 |
2008-11-16 | Reinstate the IM sending from scripts and from autoreturn | Melanie Thielker | 1 | -2/+4 |
2008-11-16 | Introduces the message transfer module. It splits the transfer mechanics off | Melanie Thielker | 1 | -16/+2 |
2008-11-15 | Mantis#2552: Thanks idb, for a patch that fixes persistence of physical prims. | Homer Horwitz | 1 | -2/+2 |
2008-11-15 | Mantis #2621: Thanks idb, for a patch that will persist regularily changed ob... | Homer Horwitz | 1 | -0/+19 |
2008-11-14 | * Move test scene construction infrastructure methods to a separate class for... | Justin Clarke Casey | 1 | -1/+1 |
2008-11-14 | Add group permissions to agent inventory. | Melanie Thielker | 1 | -0/+2 |
2008-11-13 | Mantis#2597. Thank you kindly, Idb for a patch that: | Charles Krinke | 1 | -0/+10 |
2008-11-12 | * test: Add basic synchronous object remove test | Justin Clarke Casey | 1 | -1/+1 |
2008-11-12 | * refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra... | Justin Clarke Casey | 1 | -94/+100 |
2008-11-12 | * Stop the pointless passing of a scene's own region handler back to it in re... | Justin Clarke Casey | 1 | -96/+82 |
2008-11-12 | * Stop locking the scene presences dictionary for the entire agent crossing p... | Justin Clarke Casey | 1 | -12/+20 |
2008-11-11 | * Put an Enabled switch on the async object deleter for future testing purposes | Justin Clarke Casey | 1 | -0/+2 |
2008-11-11 | * Implement basic region filtering as described in https://lists.berlios.de/p... | Justin Clarke Casey | 1 | -0/+1 |