aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor: rearrange some save oar messages so they say what they're about to do ...Justin Clark-Casey (justincc)2012-03-101-8/+7
* On OAR saving, try fetch assets serially rather than firing all the requests ...Justin Clark-Casey (justincc)2012-03-102-9/+18
* More on inventory transfer hold ups:Diva Canto2012-03-092-2/+77
* More on HG inventory transfers. Move the FireAndForget higher up.Diva Canto2012-03-091-1/+1
* More on the freeze on HG inventory transfers: spawn a threadlet on the funct...Diva Canto2012-03-081-1/+1
* Merge branch 'xassetservice'Justin Clark-Casey (justincc)2012-03-091-2/+5
|\
| * Merge branch 'master' into xassetserviceJustin Clark-Casey (justincc)2012-03-021-2/+11
| |\
| * | Start by adding XAssetService as a copy of the existing AssetService.Justin Clark-Casey (justincc)2012-03-021-2/+5
* | | Uses shorter AddCommand form for "show estates"Justin Clark-Casey (justincc)2012-03-081-1/+1
* | | Display help commander topics in capitalized form - the commands themselves a...Justin Clark-Casey (justincc)2012-03-081-40/+7
* | | Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)2012-03-0815-44/+53
* | | Remove static m_MainInstance in LocalGridServiceConnector.Justin Clark-Casey (justincc)2012-03-061-24/+10
* | | Add sensor, dataserver requests, timer and listener counts to "xengine status...Justin Clark-Casey (justincc)2012-03-061-0/+20
| |/ |/|
* | Send the right name and creation date on the BasicProfileModule.Diva Canto2012-03-011-2/+11
|/
* Fixed two typos. White space cleanups.Kevin Cozens2012-02-281-16/+16
* HG: Remove async in posting assets to foreign grid. Mono hates concurrency th...Diva Canto2012-02-251-1/+1
* 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