| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed some instances of "<3 OpenSim Developers" (why were they there?) bein... | MW | 2008-12-15 | 1 | -3/+3 |
* | Plumb the TP-Sending packets | Melanie Thielker | 2008-12-14 | 1 | -0/+3 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-12-11 | 1 | -1/+1 |
* | * Apply the other patch from http://opensimulator.org/mantis/view.php?id=2315 | Justin Clarke Casey | 2008-12-10 | 1 | -6/+6 |
* | * Apply terrain flip patch from http://opensimulator.org/mantis/view.php?id=2315 | Justin Clarke Casey | 2008-12-09 | 1 | -0/+46 |
* | * minor: remove some old logging messages | Justin Clarke Casey | 2008-12-09 | 1 | -4/+0 |
* | * Put in the code necessary to allow inventory transfer of whole folders (and... | Justin Clarke Casey | 2008-12-04 | 1 | -0/+3 |
* | Fixes Mantis#2744: Permissions returned false for resetting scripts in | Homer Horwitz | 2008-12-03 | 1 | -0/+6 |
* | Fix Mantis#2527. Permissions returned false for editing non-root SOPs. Now, | Homer Horwitz | 2008-12-01 | 1 | -0/+8 |
* | Mantis #2729 | Melanie Thielker | 2008-12-01 | 1 | -0/+10 |
* | Finally make attachments stay put. Randomize local ID generation to | Melanie Thielker | 2008-11-29 | 1 | -1/+6 |
* | Thank you kindly, Nlin for a patch that: | Charles Krinke | 2008-11-27 | 1 | -0/+10 |
* | * Removed more locks on Entities | Adam Frisby | 2008-11-24 | 1 | -7/+4 |
* | * Swaps Scene.Entities Dictionary for EntityManager. | Adam Frisby | 2008-11-24 | 1 | -1/+1 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-22 | 1 | -1/+1 |
* | First stage group permissions plumbing | Melanie Thielker | 2008-11-22 | 1 | -0/+5 |
* | Mantis #2442 | Melanie Thielker | 2008-11-22 | 1 | -2/+11 |
* | Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make all | Melanie Thielker | 2008-11-21 | 5 | -61/+61 |
* | * refactor: Rip out SOP inventory from the partial into a separate class | Justin Clarke Casey | 2008-11-21 | 1 | -3/+3 |
* | Fully implement object return from the parcel dialog | Melanie Thielker | 2008-11-21 | 2 | -15/+57 |
* | Allow selecting group objects and selecting objects by owner from the | Melanie Thielker | 2008-11-21 | 1 | -0/+5 |
* | Plumb in the list if user IDs to the land module to allow selection | Melanie Thielker | 2008-11-21 | 2 | -6/+6 |
* | * Add just enough to allow the scene presences test to establish a new user c... | Justin Clarke Casey | 2008-11-19 | 1 | -2/+0 |
* | Mantis#2638. Thank you kindly, Sacha Magne for a patch that: | Charles Krinke | 2008-11-19 | 1 | -0/+1 |
* | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 2008-11-19 | 2 | -58/+58 |
* | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 2008-11-19 | 2 | -58/+58 |
* | Make newly created prims be the correct group | Melanie Thielker | 2008-11-17 | 1 | -1/+1 |
* | * Update libOMV to r2359. This is necessary for the progressive texture patch | Justin Clarke Casey | 2008-11-17 | 2 | -58/+58 |
* | * Add allowed_script_editors to OpenSim.ini in the same fashion as allowed_sc... | Justin Clarke Casey | 2008-11-17 | 1 | -9/+12 |
* | * refactor: move user set permissions parsing code into a separate method rea... | Justin Clarke Casey | 2008-11-17 | 1 | -39/+99 |
* | Correct prim counts for group land. Correct MessageTransferModule startup | Melanie Thielker | 2008-11-17 | 1 | -2/+3 |
* | Remove a redundant parameter | Melanie Thielker | 2008-11-16 | 1 | -1/+1 |
* | Megapatch. Completely remove the multiparameter IM methods. Remove the insecure | Melanie Thielker | 2008-11-16 | 1 | -3/+4 |
* | Add group prim count support to land properties | Melanie Thielker | 2008-11-16 | 1 | -1/+7 |
* | * test: Add scene root agent test stub, since I'll be picking up with somethi... | Justin Clarke Casey | 2008-11-14 | 1 | -2/+0 |
* | * minor: remove mono compiler warnings | Justin Clarke Casey | 2008-11-14 | 1 | -4/+4 |
* | * Allow new script creation to be locked down to only gods if specified in Op... | Justin Clarke Casey | 2008-11-14 | 1 | -9/+58 |
* | Reapplying a revised version of Christopher Yeoh's (IBM) patch for allow | Melanie Thielker | 2008-11-14 | 1 | -1/+6 |
* | * Switch default permissions back to false (so they are not on) as they were ... | Justin Clarke Casey | 2008-11-14 | 1 | -5/+1 |
* | * Hook up create new object event in the permissions module | Justin Clarke Casey | 2008-11-14 | 1 | -1/+2 |
* | * Implements terrain raw upload. You can now upload your .raw terrain files ... | Teravus Ovares | 2008-11-14 | 3 | -0/+246 |
* | reverting #7295, as it still fails a test case (as pointed out very | Dr Scofield | 2008-11-14 | 1 | -1/+1 |
* | From: Christopher Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 2008-11-14 | 1 | -1/+1 |
* | More groups plumbing | Melanie Thielker | 2008-11-14 | 1 | -0/+12 |
* | * Rename all the previous methods to be User rather than Avatar (for extra bo... | Justin Clarke Casey | 2008-11-13 | 1 | -8/+8 |
* | * Add | Justin Clarke Casey | 2008-11-13 | 1 | -4/+64 |
* | * refactor: rename object inventory permission checks to distinguish between ... | Justin Clarke Casey | 2008-11-13 | 1 | -7/+6 |
* | * First part of a series of patches | Justin Clarke Casey | 2008-11-13 | 1 | -7/+22 |
* | * Attempt to make OpenSim.ini.example a bit more readable by | Justin Clarke Casey | 2008-11-13 | 1 | -506/+506 |
* | * test: Add basic synchronous object remove test | Justin Clarke Casey | 2008-11-12 | 1 | -2/+4 |