aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-17More on HG access control. This commit splits the UserManagementModule into t...Diva Canto3-40/+182
2012-03-17Moved HandleAvatarPickerRequest from the generic Scene.PacketHandlers to the ...Diva Canto1-0/+62
2012-03-17Region access control! Region operators can now specify things like DisallowF...Diva Canto2-27/+140
2012-03-17Clean up "save iar" helpJustin Clark-Casey (justincc)1-8/+8
2012-03-16Terrain: added [Terrain] section with an option to load an initial flat terra...Diva Canto1-1/+6
2012-03-15More on map search: send extra messages to the user regarding the region bein...Diva Canto1-0/+11
2012-03-16In Top Scripts report, don't show scripts with no or less than 1 microsecond ...Justin Clark-Casey (justincc)1-0/+6
2012-03-16Fix owner name display in "Top Colliders" and "Top Script" region reports.Justin Clark-Casey (justincc)1-45/+1
2012-03-16Replace script-lines-per-second with the script execution time scaled by its ...Justin Clark-Casey (justincc)1-30/+47
2012-03-15More on SLURLs and V3. This is hacky, but it works. Basically, we have to red...Diva Canto1-3/+12
2012-03-15Revert "Revert "More hacking around viewer bug""Diva Canto1-1/+1
2012-03-15These SLURLs are very confusing! -- reverting the revert. Hack is, indeed, ne...Diva Canto1-1/+13
2012-03-15Revert "Hack around https://jira.secondlife.com/browse/VWR-28570"Diva Canto1-13/+1
2012-03-15Revert "More hacking around viewer bug"Diva Canto1-1/+1
2012-03-15More hacking around viewer bugDiva Canto1-1/+1
2012-03-15Hack around https://jira.secondlife.com/browse/VWR-28570Diva Canto1-1/+13
2012-03-13Teleports: bounce off repeated requests of teleporting the same agent. Some s...Diva Canto1-0/+13
2012-03-10Fix TestSaveOarNoAssets() by not launch a no-assets request on a separate thr...Justin Clark-Casey (justincc)1-1/+1
2012-03-10minor: In IAR save, log when we start adding the control file rather than say...Justin Clark-Casey (justincc)1-2/+3
2012-03-10minor: rearrange some save oar messages so they say what they're about to do ...Justin Clark-Casey (justincc)1-8/+7
2012-03-10On OAR saving, try fetch assets serially rather than firing all the requests ...Justin Clark-Casey (justincc)2-9/+18
2012-03-09More on inventory transfer hold ups:Diva Canto2-2/+77
2012-03-09More on HG inventory transfers. Move the FireAndForget higher up.Diva Canto1-1/+1
2012-03-08More on the freeze on HG inventory transfers: spawn a threadlet on the funct...Diva Canto1-1/+1
2012-03-08Uses shorter AddCommand form for "show estates"Justin Clark-Casey (justincc)1-1/+1
2012-03-08Display help commander topics in capitalized form - the commands themselves a...Justin Clark-Casey (justincc)1-40/+7
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)15-44/+53
2012-03-06Remove static m_MainInstance in LocalGridServiceConnector.Justin Clark-Casey (justincc)1-24/+10
2012-03-06Add sensor, dataserver requests, timer and listener counts to "xengine status...Justin Clark-Casey (justincc)1-0/+20
2012-03-01Send the right name and creation date on the BasicProfileModule.Diva Canto1-2/+11
2012-03-02Start by adding XAssetService as a copy of the existing AssetService.Justin Clark-Casey (justincc)1-2/+5
2012-02-28Fixed two typos. White space cleanups.Kevin Cozens1-16/+16
2012-02-25HG: Remove async in posting assets to foreign grid. Mono hates concurrency th...Diva Canto1-1/+1
2012-02-25Remove EXPERIMENTAL tags from load iar/save iar commands.Justin Clark-Casey (justincc)1-3/+0
2012-02-24Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)2-1/+2
2012-02-23Try to resolve some problems with viewers crashing after hitting parcel banli...Justin Clark-Casey (justincc)1-6/+21
2012-02-23Add a position parameter to region crossing of objects. This avoids theMelanie3-11/+10
2012-02-21Fix problem with dragging child part inventory item to user inventory.Justin Clark-Casey (justincc)1-19/+3
2012-02-19One more tweak related to the previous 2 commits.Diva Canto1-1/+3
2012-02-19A few more tweaks on position updates and create child agents. Mono hates con...Diva Canto1-4/+8
2012-02-19Fix:Fly setting for Parcel dosen't work http://opensimulator.org/mantis/view....PixelTomsen1-1/+2
2012-02-18This should smooth movement in heteregeneous networks by a lot: cache the reg...Diva Canto2-2/+40
2012-02-17Added the TriggerAvatarAppearanceChanged to EventManager. It's triggered by A...Dan Lake1-0/+4
2012-02-16minor formatting changes from last commit (4486n7d)Justin Clark-Casey (justincc)1-4/+3
2012-02-16Fix: Object owned by the group does not return to the last owner http://opens...PixelTomsen1-0/+6
2012-02-16Turn off logging on test in last commit (2b84295).Justin Clark-Casey (justincc)1-1/+1
2012-02-16If shape properties fail SOP parsing (e.g. due to commas instead of decimal p...Justin Clark-Casey (justincc)1-0/+133
2012-02-14Refactor appearance saving for NPC to use AvatarFactoryModule interface.Dan Lake1-9/+31
2012-02-13short circuit the expensive parts of the permission checking codeMic Bowman1-1/+6
2012-02-10Fix bug where somebody taking a copy of an object they didn't own that was re...Justin Clark-Casey (justincc)1-2/+10