aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* try to make crossings work better. chode no longer prevents crossings i hopeUbitUmarov2012-02-151-15/+18
* Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitworkUbitUmarov2012-02-154-119/+90
|\
| * Merge branch 'master' of ssh://melanie@3dhosting.de/var/git/careminster into ...Melanie2012-02-151-107/+43
| |\
| | * Implement region crossing of sitting avatars. Edit mode and llSetPos workMelanie2012-02-141-102/+38
| | * Prevent object loss and positioning outside the region with failed object simMelanie2012-02-141-5/+5
| * | Merge branch 'master' into careminsterMelanie2012-02-152-10/+37
| |\ \ | | |/ | |/|
| | * Refactor appearance saving for NPC to use AvatarFactoryModule interface.Dan Lake2012-02-141-9/+31
| | * short circuit the expensive parts of the permission checking codeMic Bowman2012-02-131-1/+6
| * | Merge branch 'master' into careminsterMelanie2012-02-101-2/+10
| |\ \ | | |/
| | * Fix bug where somebody taking a copy of an object they didn't own that was re...Justin Clark-Casey (justincc)2012-02-101-2/+10
* | | Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitworkUbitUmarov2012-02-101-1/+16
|\ \ \ | |/ /
| * | Merge branch 'master' into careminsterMelanie2012-02-101-1/+16
| |\ \ | | |/
| | * When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer per...Justin Clark-Casey (justincc)2012-02-101-4/+15
* | | initial introdution of physics actor building control.UbitUmarov2012-02-081-1/+1
|/ /
* | Merge branch 'master' into careminsterMelanie2012-02-052-3/+4
|\ \ | |/
| * Revert my two quick fixes for the lag issue and put in the real fix, whichMelanie2012-02-051-1/+2
| * Revert "Remove checks on ban list expiry on every move. To be re-added on par...Melanie2012-02-051-4/+4
| * Revert "Check ban list for a particular parcel only when an avatar moves into...Melanie2012-02-052-17/+4
| * Check ban list for a particular parcel only when an avatar moves into it.Melanie2012-02-052-4/+17
| * Remove checks on ban list expiry on every move. To be re-added on parcelMelanie2012-02-051-4/+4
| * Quiet the map module loggingBlueWall2012-02-041-2/+2
* | Merge branch 'master' into careminsterMelanie2012-02-044-8/+10
|\ \ | |/
| * Merge branch 'master' of ssh://snoopy@opensimulator.org/var/git/opensimSnoopy Pfeffer2012-02-041-0/+2
| |\
| | * Merge branch 'master' of /home/opensim/src/opensimBlueWall2012-02-031-0/+2
| | |\
| | | * Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...PixelTomsen2012-02-031-0/+2
| * | | Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer2012-02-033-8/+8
| |/ /
| * | Corrected console help texts for "save iar"Snoopy Pfeffer2012-02-031-2/+2
| |/
| * Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2012-02-022-26/+62
* | Make ban, eject, freeze and the scripted versions of those work.Melanie2012-02-022-27/+57
* | Streamline banning code using existing methods.Melanie2012-02-021-183/+29
* | Rehook the eject and freeze events that had gotten unhooked in the mergeMelanie2012-02-021-0/+2
* | Fix remembering attachment point and position when an item is rezzed in world.Melanie2012-02-021-0/+12
* | Re-Add the reading of attachment data hat was lost in the mergeMelanie2012-02-021-1/+46
* | Merge branch 'master' into careminsterMelanie2012-02-013-28/+230
|\ \ | |/
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2012-02-012-17/+221
| |\
| | * HG: This hopefully fixes the HG teleports back home to OSGrid. Looks like Uri...Diva Canto2012-01-311-1/+1
| | * Add "show part uuid" and "show part name" console commands.Justin Clark-Casey (justincc)2012-01-311-7/+97
| | * Implement "show object name <name>" console command to show details of an obj...Justin Clark-Casey (justincc)2012-01-311-8/+49
| | * Get rid of the "no objects found" feedback for now - this doesn't work well i...Justin Clark-Casey (justincc)2012-01-311-11/+13
| | * Implement "show object uuid <uuid>" console command.Justin Clark-Casey (justincc)2012-01-311-5/+56
| | * Add more user feedback if an object isn't found for which delete was requested.Justin Clark-Casey (justincc)2012-01-311-0/+15
| | * Add the name of a deleted object to the console outputJustin Clark-Casey (justincc)2012-01-311-1/+1
| | * If a particular region is selected in the console, only try to delete objects...Justin Clark-Casey (justincc)2012-01-311-16/+21
| * | Prevent a changed attachment that has been saved from being saved again.Melanie2012-02-011-0/+1
| * | Straighten out some attachment mess. Don't save attachment states for HGMelanie2012-02-011-11/+8
| |/
* | Merge branch 'master' into careminsterMelanie2012-01-311-0/+206
|\ \ | |/
| * Move object delete commands into a commands region module, in preparation for...Justin Clark-Casey (justincc)2012-01-311-0/+206
| * Make parcel sale overlays work. No auction support.Melanie2012-01-311-4/+84
| * Use the requested sim's map, not our ownMelanie2012-01-301-2/+2
* | Draw brders around parcels for saleMelanie2012-01-311-11/+37