aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove EXPERIMENTAL tags from load iar/save iar commands.Justin Clark-Casey (justincc)2012-02-251-3/+0
* Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)2012-02-242-1/+2
* Try to resolve some problems with viewers crashing after hitting parcel banli...Justin Clark-Casey (justincc)2012-02-231-6/+21
* Add a position parameter to region crossing of objects. This avoids theMelanie2012-02-233-11/+10
* Fix problem with dragging child part inventory item to user inventory.Justin Clark-Casey (justincc)2012-02-211-19/+3
* One more tweak related to the previous 2 commits.Diva Canto2012-02-191-1/+3
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-02-191-1/+2
|\
| * Fix:Fly setting for Parcel dosen't work http://opensimulator.org/mantis/view....PixelTomsen2012-02-191-1/+2
* | A few more tweaks on position updates and create child agents. Mono hates con...Diva Canto2012-02-191-4/+8
|/
* This should smooth movement in heteregeneous networks by a lot: cache the reg...Diva Canto2012-02-182-2/+40
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDan Lake2012-02-172-1/+139
|\
| * minor formatting changes from last commit (4486n7d)Justin Clark-Casey (justincc)2012-02-161-4/+3
| * Fix: Object owned by the group does not return to the last owner http://opens...PixelTomsen2012-02-161-0/+6
| * Turn off logging on test in last commit (2b84295).Justin Clark-Casey (justincc)2012-02-161-1/+1
| * If shape properties fail SOP parsing (e.g. due to commas instead of decimal p...Justin Clark-Casey (justincc)2012-02-161-0/+133
* | Added the TriggerAvatarAppearanceChanged to EventManager. It's triggered by A...Dan Lake2012-02-171-0/+4
|/
* 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
* 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
* When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer per...Justin Clark-Casey (justincc)2012-02-101-4/+15
* 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' 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
* 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
|/
* 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
* Patch in the rest of the maptile stuffMelanie2012-01-301-3/+7
* Next step for world map overlaysMelanie2012-01-301-2/+3
* Some plumbing for map overlaysMelanie2012-01-301-15/+20
* Pickup map overlay tile from RegionSettings.ParcelImageIDBlueWall2012-01-301-1/+1