aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-27In TerrainModule.cs, the command terrain save-tile is modified to remove an u...Garmin Kawaguichi1-2/+0
2012-03-24Hack example on to "terrain save-tile" extended help.Justin Clark-Casey (justincc)1-0/+6
2012-03-24Use system provided temporary file in "terrain save-tile" to avoid problems w...Justin Clark-Casey (justincc)1-3/+3
2012-03-24Give feedback when "terrain save-tile" is not successfully invoked.Justin Clark-Casey (justincc)2-30/+52
2012-03-22Comment out a terrain save-tile debugging message that accidentally crept in ...Justin Clark-Casey (justincc)1-6/+6
2012-03-22Add llGiveInventory() test from object to object where both objects are owned...Justin Clark-Casey (justincc)1-0/+6
2012-03-22Change a false false to be truly true - or is this statement false?Melanie1-1/+1
2012-03-22Rework Diva's patch to simplify itMelanie2-16/+29
2012-03-22Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEF...Melanie2-69/+6
2012-03-22Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. Tu...Diva Canto2-6/+69
2012-03-21Replace "scene debug true false true" console command with "scene debug scrip...Justin Clark-Casey (justincc)1-1/+7
2012-03-21fix compile error from last commitJustin Clark-Casey (justincc)1-1/+1
2012-03-20Fixed borkness with map search introduce by my last changes to it.Diva Canto1-1/+1
2012-03-21refactor: simplify EstateManagementModule.handleEstateDebugRegionRequest()Justin Clark-Casey (justincc)1-18/+7
2012-03-20remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+0
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-10Fix TestSaveOarNoAssets() by not launch a no-assets request on a separate thr...Justin Clark-Casey (justincc)1-1/+1
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-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)8-31/+39
2012-02-28Fixed two typos. White space cleanups.Kevin Cozens1-16/+16
2012-02-24Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)1-0/+1
2012-02-23Try to resolve some problems with viewers crashing after hitting parcel banli...Justin Clark-Casey (justincc)1-6/+21
2012-02-21Fix problem with dragging child part inventory item to user inventory.Justin Clark-Casey (justincc)1-19/+3
2012-02-19Fix:Fly setting for Parcel dosen't work http://opensimulator.org/mantis/view....PixelTomsen1-1/+2
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-13short circuit the expensive parts of the permission checking codeMic Bowman1-1/+6
2012-02-05Revert my two quick fixes for the lag issue and put in the real fix, whichMelanie1-1/+2
2012-02-05Revert "Remove checks on ban list expiry on every move. To be re-added on par...Melanie1-4/+4
2012-02-05Revert "Check ban list for a particular parcel only when an avatar moves into...Melanie2-17/+4
2012-02-05Check ban list for a particular parcel only when an avatar moves into it.Melanie2-4/+17
2012-02-05Remove checks on ban list expiry on every move. To be re-added on parcelMelanie1-4/+4
2012-02-04Quiet the map module loggingBlueWall1-2/+2
2012-02-03Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...PixelTomsen1-0/+2
2012-02-03Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer1-2/+2
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2-26/+62