aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2-26/+62
2012-02-01Prevent a changed attachment that has been saved from being saved again.Melanie1-0/+1
2012-02-01Straighten out some attachment mess. Don't save attachment states for HGMelanie1-11/+8
2012-01-31HG: This hopefully fixes the HG teleports back home to OSGrid. Looks like Uri...Diva Canto1-1/+1
2012-01-31Add "show part uuid" and "show part name" console commands.Justin Clark-Casey (justincc)1-7/+97
2012-01-31Implement "show object name <name>" console command to show details of an obj...Justin Clark-Casey (justincc)1-8/+49
2012-01-31Get rid of the "no objects found" feedback for now - this doesn't work well i...Justin Clark-Casey (justincc)1-11/+13
2012-01-31Implement "show object uuid <uuid>" console command.Justin Clark-Casey (justincc)1-5/+56
2012-01-31Add more user feedback if an object isn't found for which delete was requested.Justin Clark-Casey (justincc)1-0/+15
2012-01-31Add the name of a deleted object to the console outputJustin Clark-Casey (justincc)1-1/+1
2012-01-31If a particular region is selected in the console, only try to delete objects...Justin Clark-Casey (justincc)1-16/+21
2012-01-31Move object delete commands into a commands region module, in preparation for...Justin Clark-Casey (justincc)1-0/+206
2012-01-31Make parcel sale overlays work. No auction support.Melanie1-4/+84
2012-01-30Use the requested sim's map, not our ownMelanie1-2/+2
2012-01-30Patch in the rest of the maptile stuffMelanie1-3/+7
2012-01-30Next step for world map overlaysMelanie1-2/+3
2012-01-30Some plumbing for map overlaysMelanie1-15/+20
2012-01-30Revert "Pickup map overlay tile from RegionSettings.ParcelImageID"BlueWall1-1/+1
2012-01-30Pickup map overlay tile from RegionSettings.ParcelImageIDBlueWall1-1/+1
2012-01-28Adding our parcel's generated id to map packetsBlueWall1-2/+2
2012-01-28Send CHANGED_TELEPORT during local TP again - partially revert cf73afec356eed...Bo Iwu1-2/+1
2012-01-28Add experimental --publish option to "save oar" so that OARs reloaded to the ...Justin Clark-Casey (justincc)4-14/+89
2012-01-28Remove IClientAPI from the money module. It was only used to pass in theMelanie1-1/+1
2012-01-26Change references from sop to sog and add protection from null refBlueWall1-11/+13
2012-01-25Update save oar and save iar help responses to reflect new -h|--homenebadon1-2/+2
2012-01-25llGetParcelMusicURL implementation http://wiki.secondlife.com/wiki/LlGetParce...Pixel Tomsen1-1/+10
2012-01-25Change the WorldMapModule to use SOG rather than SOP for the telehub ansMelanie1-13/+15
2012-01-24Telehub map items displayedBlueWall1-3/+51
2012-01-24Put Telehubs on the mapBlueWall1-0/+18
2012-01-24Simplify and streamline telehub editing code. Verify rotations and fixMelanie2-58/+30
2012-01-24Reverse the spawn point distance vectorMelanie1-1/+1
2012-01-24Correct a coordinate to make the viewer like itMelanie1-1/+1
2012-01-24Change Telehubs to store only the data that is really needed and notMelanie2-83/+65
2012-01-23Add update to Telehub position and rotation before adding SpawnPointsBlueWall1-4/+11
2012-01-23Cleanup BlueWall1-3/+6
2012-01-23Cleanup unused parts, add some error handlingBlueWall1-53/+52
2012-01-22Move Telehub tables and data from EstateSettings to RegionSettings.Melanie2-30/+28
2012-01-21Telehub Support:BlueWall2-69/+92
2012-01-20Telehub Support:BlueWall2-1/+194
2012-01-19Add basic request and send image regression tests for LLImageManagerJustin Clark-Casey (justincc)1-1/+1
2012-01-18RegionReady:BlueWall1-0/+2
2012-01-16Allow retrival of multiple user records in one operation, analog to presenceMelanie2-0/+9
2012-01-14Allow SmtpClients and other SSL users to work with our cert handler installedMelanie1-9/+25
2012-01-14Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...Justin Clark-Casey (justincc)1-1/+8
2012-01-13Fix improper code formatting introduced in 6214e6a217cfBo Iwu1-24/+40
2012-01-13Update RegionReadyModuleBlueWall1-1/+9
2012-01-12Undo some prior workBlueWall1-93/+0
2012-01-12Renamed one var and deleted commented code. No functional changes.Diva Canto1-33/+2
2012-01-12HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...Diva Canto3-10/+17
2012-01-12Allow update of stored entries within User Management Module-this is needed f...Bo Iwu1-48/+52