aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix up QueryAccess to also check parcelsMelanie2011-01-281-1/+8
* Fix bumping into sim borders and check estate bans for walking crossingsMelanie2011-01-281-18/+69
* Dont' trust the viewer! Fix a permission slam error caused by trustingMelanie2011-01-121-0/+6
* Fix direct item give permissionsMelanie2011-01-121-10/+16
* Minor additional debug message.Diva Canto2011-01-071-0/+2
* Allow cross-scope friendships to work, and also allow other cross scope nameMelanie2011-01-031-1/+1
* Fix scoping for prim region crossingsMelanie2011-01-031-1/+1
* Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks comman...Diva Canto2010-12-091-1/+1
* Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...Diva Canto2010-12-052-6/+6
* Merge branch 'master-core' into mantis5110Jonathan Freedman2010-12-055-12/+122
|\
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2010-11-291-1/+3
| |\
| | * Refactor appearance and avatar data sending code. Paritioning the routines in...Mic Bowman2010-11-271-1/+3
| * | Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto2010-11-291-3/+7
| * | Creator information preserved upon HG transfers.Diva Canto2010-11-262-8/+87
| * | WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...Diva Canto2010-11-252-0/+25
| |/
* | Merge branch 'master-core' into mantis5110Jonathan Freedman2010-11-213-7/+331
|\ \ | |/
| * Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-212-24/+38
| * Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto2010-11-211-0/+297
| * minor: add some method commentsJustin Clark-Casey (justincc)2010-11-171-2/+7
| * Change the way attachments are persisted. Editing a worn attachment will nowMelanie2010-11-161-5/+13
* | Merge https://github.com/opensim/opensim into mantis5110Jonathan Freedman2010-11-211-0/+2
|\ \ | |/
| * Call attachment cleanup when an agent crosses outMelanie Thielker2010-11-081-0/+2
* | Merge branch 'master' into mantis5110Jonathan Freedman2010-10-301-5/+5
|\ \ | |/
| * Change level of some logging messages, turning some info into arguably more a...Justin Clark-Casey (justincc)2010-10-301-5/+6
| * Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2010-10-222-19/+43
* | * throw debug message when no HomeURI is setJonathan Freedman2010-10-241-0/+2
|/
* * change the data exchanged within hypergrid transactionsJonathan Freedman2010-10-212-5/+8
* * more url / hg cleanupJonathan Freedman2010-10-111-24/+10
* Merge branch 'master' of git://opensimulator.org/git/opensimJonathan Freedman2010-10-101-1/+4
|\
| * Fix an infinite recursionMelanie2010-10-081-1/+4
* | Merge branch 'master' of git://opensimulator.org/git/opensimJonathan Freedman2010-10-071-5/+26
|\ \ | |/
| * Plumb the path for multiple object deletesMelanie2010-10-061-5/+26
* | Merge branch 'master' of git://opensimulator.org/git/opensimJonathan Freedman2010-10-051-5/+17
|\ \ | |/
| * Added viewer's channel, mac, and id0 to agent circuit data. Also moved client...Diva Canto2010-10-031-5/+17
* | * refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2010-10-021-20/+7
|/
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-6/+2
* Formatting cleanup.Jeff Ames2010-09-124-18/+18
* Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)2010-09-041-1/+1
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-09-032-7/+7
* Adjust the "Magic numbers" we use because we can't reference the actualMelanie Thielker2010-08-311-1/+1
* Implements parcel media setting persistence and packet / CAPS handlingJonathan Freedman2010-08-302-118/+20
* Addresses mantis #4991 -- HG between two regions with the same map coordinate...Diva Canto2010-08-271-0/+9
* Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-2/+4
* * Changed a few OSD.FromBinary() calls to the more accurate OSD.FromULong() t...John Hurliman2010-08-171-1/+1
* Attempt at sending TeleportProgress, but it doesn't seem to be doing anything...Diva Canto2010-08-161-0/+3
* Work on TeleportStart: renamed method from TeleportLocationStart to TeleportS...Diva Canto2010-08-161-6/+4
* Better comment (related to previous commit)Diva Canto2010-08-151-1/+1
* Addresses mantis #4929. Agent was being logged off the grid too soon -- thing...Diva Canto2010-08-152-6/+23
* In EventQueueHelper.uintToByteArray, fetch big end-ian bytes directly from li...Justin Clark-Casey (justincc)2010-08-141-6/+4
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-134-24/+24