| Commit message (Expand) | Author | Files | Lines |
2008-05-05 | * Refactor: Break out permissions code into a separate region PermissionsModule | Justin Clarke Casey | 1 | -694/+0 |
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 1 | -178/+183 |
2008-05-01 | * Spring cleaning on Region.Environment. | Adam Frisby | 1 | -183/+178 |
2008-04-30 | * Patch by Melanie. Implements proper objectflags on child objects. Thanks ... | Teravus Ovares | 1 | -17/+10 |
2008-04-25 | * Fixes prim crossing. See bug 1050. | Teravus Ovares | 1 | -0/+13 |
2008-04-23 | * Patch for #973 - Object Rez from Inventory ignores permissions - Thanks tgl... | Adam Frisby | 1 | -0/+38 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -1/+2 |
2008-03-22 | *Moved LandManagement into its own region module (spiffy!) | mingchen | 1 | -11/+10 |
2008-03-21 | * Fix for #499: linked primsets don't rotate properly when using a door scrip... | Teravus Ovares | 1 | -1/+1 |
2008-03-19 | * Fix for if 782: Locked prims may still be moved by click+drag. | Teravus Ovares | 1 | -0/+34 |
2008-03-19 | Fixed some comparisons of LLUUIDs to null. | Jeff Ames | 1 | -7/+3 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -10/+10 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 |
2008-03-17 | Fix a few mono compiler warnings. Minor cleanup. | Jeff Ames | 1 | -2/+2 |
2008-03-05 | * Removed more compiler warnings, dead code, etc. | Adam Frisby | 1 | -3/+4 |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 |
2008-02-18 | Thank you very much, Hashbox for: | Charles Krinke | 1 | -1/+6 |
2008-02-17 | Thank you Hashbox for adding the | Charles Krinke | 1 | -2/+2 |
2008-02-11 | * some refactoring on permissions | lbsa71 | 1 | -53/+51 |
2008-02-10 | * This updates adds locking capability. Thanks, lbsa71 for pointing out my b... | Teravus Ovares | 1 | -52/+41 |
2008-02-10 | * Adding more broken objectflags to the list here. Touch was also broken. I... | Teravus Ovares | 1 | -0/+13 |
2008-02-10 | * A lot of ugly permissions updates. | Teravus Ovares | 1 | -46/+118 |
2008-02-09 | * added count of texture data bytes and asset bytes | lbsa71 | 1 | -0/+6 |
2008-02-04 | First part of avatar persistence, currently only really works in standalone m... | MW | 1 | -23/+26 |
2008-01-18 | * Fixed bug where 'taskOwnerId' would always be null in PermissionManager, he... | lbsa71 | 1 | -12/+20 |
2008-01-16 | First part of changing prim's permission flags to use the correct enum (libsl... | MW | 1 | -18/+42 |
2008-01-02 | * Did a bit of estate work. Added some fields to EstateSettings.xml for est... | Teravus Ovares | 1 | -4/+11 |
2007-12-27 | * Optimized usings | lbsa71 | 1 | -15/+16 |
2007-12-21 | *Removed some exceptions that were thrown in Land that is no longer needed. | mingchen | 1 | -6/+11 |
2007-12-07 | * Added hacked support for 'anyone can move' and 'anyone can copy'. | Teravus Ovares | 1 | -113/+76 |
2007-12-05 | * Refactored Permissions into ScenePresence as requested by MW | Teravus Ovares | 1 | -2/+50 |
2007-11-30 | * Extended our semi-stupid implementation of in world object permissions to s... | Teravus Ovares | 1 | -0/+108 |
2007-11-29 | * Thanks to _SomeOne_, Server side permissions on object editing. Be aware, ... | Teravus Ovares | 1 | -1/+7 |
2007-11-25 | * Added the ability to restart your individual sims from within them using th... | Teravus Ovares | 1 | -0/+8 |
2007-11-18 | Attempt to get World Map working in Grid mode, will need to be using the grid... | MW | 1 | -0/+14 |
2007-11-14 | * Copied objects are now owned by the object copier (Next Owner) (however nex... | Teravus Ovares | 1 | -1/+4 |
2007-10-30 | * Optimized usings | lbsa71 | 1 | -2/+1 |
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 1 | -1/+1 |
2007-10-23 | * Fix for issue#514 - Sim crash when editing near terrain edge. | Adam Frisby | 1 | -1/+13 |
2007-10-22 | nice catch by chi11ken that I was setting the wrong property | Sean Dague | 1 | -327/+327 |
2007-10-21 | * Disabled TCP Remoting Channel Security for InterRegion communication, as it... | Adam Frisby | 1 | -326/+327 |
2007-10-21 | fix line ending mixing. Probably should put some | Sean Dague | 1 | -1/+1 |
2007-10-20 | * Committing new PolicyManager based on an ACL system. | Adam Frisby | 1 | -1/+1 |
2007-10-15 | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 1 | -1/+29 |
2007-10-05 | getting all our line endings consistant again | Sean Dague | 1 | -8/+8 |
2007-09-19 | * Modernized ScriptManager to new interface-based module calls. | lbsa71 | 1 | -22/+16 |
2007-09-17 | fixing me some line endings | Sean Dague | 1 | -305/+305 |
2007-09-17 | * CHANGED SOME CONSOLE COMMAND BEHAVIOURS | lbsa71 | 1 | -14/+22 |
2007-08-26 | Another attempt to fix the image sending bug (next week, I intend to rewrite ... | MW | 1 | -1/+1 |
2007-08-16 | * Introduced IScriptHost as an interface to fetching object data from scripts. | lbsa71 | 1 | -1/+1 |