aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2-26/+62
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-28Add experimental --publish option to "save oar" so that OARs reloaded to the ...Justin Clark-Casey (justincc)4-14/+89
2012-01-26Change references from sop to sog and add protection from null refBlueWall1-11/+13
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-13Update RegionReadyModuleBlueWall1-1/+9
2012-01-12HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...Diva Canto1-2/+6
2012-01-10Add a check to see if an asset exists before recreating it whileMic Bowman1-0/+6
2011-12-17Fix bug where objects could not be set to a new group if the group had been c...Justin Clark-Casey (justincc)1-3/+9
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)3-5/+5
2011-11-29Improve some of the debug help messagesJustin Clark-Casey (justincc)1-3/+2
2011-11-24Add disabled CrossBehaviour to pCampBot, which is designed to cross test bots...Justin Clark-Casey (justincc)1-1/+1
2011-11-17For TerrainModule.SaveToFile(), don't bother throwing the exception onwards a...Justin Clark-Casey (justincc)1-1/+0
2011-11-17Make "terrain save" more friendly by telling the user if we have saved and pu...Justin Clark-Casey (justincc)1-18/+32
2011-11-15Make tracked per scene thread names conform to the majorirty format.Justin Clark-Casey (justincc)1-3/+6
2011-11-15For clients that are entering a simulator from initial login, stop executing ...Justin Clark-Casey (justincc)1-2/+1
2011-11-03Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake3-5/+5
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake6-14/+14
2011-10-31Adding green dots to map response should be for root agents onlyDan Lake1-1/+1
2011-10-27Added new ForEachRootScenePresence to Scene since almost every delegate passe...Dan Lake6-29/+13