aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Hypergrid (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-15Repair check for if in region position (I mean || is kinda like &&).Robert Adams1-1/+1
2014-02-15Non-functional changes of numbers into symbolic references and a fewRobert Adams1-1/+2
2013-09-20minor: Correct minor spelling mistake Reseting -> Resetting in HG Map module ...Justin Clark-Casey (justincc)1-1/+1
2013-07-31HGWorldMapModule: unregister event on RemoveRegionDiva Canto1-1/+10
2013-07-31HGWorldMapModule: check whether it's enabled or not.Diva Canto1-0/+6
2013-07-30Avoid another null ref opportunity.Diva Canto1-1/+1
2013-07-30Fix null ref.Diva Canto1-1/+1
2013-07-30Doing the HG Map / SimulatorFeatures "the right way": moved it to HGMapModule...Diva Canto1-2/+45
2013-02-25Move map related settings from [Startup] to a new [Map] section in OpenSim.iniJustin Clark-Casey (justincc)1-2/+2
2012-11-12Another 10 modules' directives moved from .addin.xmlDiva Canto1-0/+2
2011-06-103rd way of reseting the HG Map. This time, don't use the grid service; instea...Diva Canto1-53/+68
2011-06-10New method for resetting the map on HG: do it only once upon changing grids, ...Diva Canto1-33/+33
2011-06-08Fixed a compilation problem. Also added a lengthy comment on the Map hack, so...Diva Canto1-2/+1
2011-05-30HGWorldMap: don't send map blocks of hyperlinks that are farther than 4096 ce...Diva Canto1-4/+24
2011-05-10Somewhat reverting the last commit. The viewer ignores 255's on tiles that we...Diva Canto1-3/+3
2011-05-09Changed the Access flag on HGMap to 255 (does not exist) and clarified the ot...Diva Canto1-1/+1
2011-05-09Fixes gray tiles around +/-4 when user clicks on an empty tile. Affects regio...Diva Canto1-1/+1
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-52/+31
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-31/+52
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-326/+0
2010-01-10Remove "login disable", "login enable" and "login status" commands.Melanie1-15/+0
2009-10-28* Standalone logins will now go through the sequence of "requested region, de...John Hurliman1-1/+5
2009-09-26Fixed MapBlocks bug, wrong order of arguments. First version that seems compl...Diva Canto1-2/+2
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto1-1/+12
2009-09-25Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the...Diva Canto1-1/+1
2009-09-04Fixed some long-standing issues with appearance in HG1.Diva Canto1-0/+62
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1
2009-06-18* Corrected CAPS namespacesArthur Valadares1-1/+1
2009-06-17Implementation of a simple authentication service + in connector in route to ...diva1-2/+0
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-167/+0
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2-2/+2
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-2/+1
2009-05-05- moving banned check and public/private check toDr Scofield1-1/+2
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker2-2/+2
2009-05-03Some reorganization around service connectors. No functional changeMelanie Thielker1-1/+1
2009-04-29* minor: remove some mono compiler warningsJustin Clarke Casey1-2/+1
2009-04-29Flipping check_session xmlrpc's keep-alive to false, because some clients hang.diva1-1/+1
2009-04-26HGWorldMap got a bit out of sync during the introduction of the new module sy...diva1-96/+7
2009-04-24- Moved WorldMapModule and HGWorldMapModule to the new region-module systemHomer Horwitz1-11/+32
2009-04-22* Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServicesJustin Clarke Casey1-3/+10
2009-04-14Adds session authentication upon NewUserConnections. Adds user key authentica...diva2-2/+3
2009-04-05Added CreateObject(regionhandle, userID, itemID) to post objects that are to ...diva1-19/+23
2009-04-05* Fixed copyright headers on HyperGrid source files. (Now match the rest of O...Adam Frisby2-50/+48
2009-03-31Update svn properties, add copyright header, formatting cleanup.Jeff Ames2-418/+418
2009-03-29Moved some files around, so that it's easier to share code between standalone...diva3-807/+166
2009-03-28Minor bug fix in UpdateItem (meta data).diva1-1/+3
2009-03-28Small bugs fixed related to ownership and permissions.diva1-9/+18
2009-03-26Notecard updates bypassing the regions. (HGStandalone only)diva1-26/+107
2009-03-26One more -- CopyItem.diva1-0/+32
2009-03-26Half-way through supporting inventory access from outside the regions -- HG s...diva1-9/+84