aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Hypergrid (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-3/+5
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-6/+66
* Another 10 modules' directives moved from .addin.xmlDiva Canto2012-11-121-0/+2
* 3rd way of reseting the HG Map. This time, don't use the grid service; instea...Diva Canto2011-06-101-53/+68
* New method for resetting the map on HG: do it only once upon changing grids, ...Diva Canto2011-06-101-33/+33
* Fixed a compilation problem. Also added a lengthy comment on the Map hack, so...Diva Canto2011-06-081-2/+1
* HGWorldMap: don't send map blocks of hyperlinks that are farther than 4096 ce...Diva Canto2011-05-301-4/+24
* Somewhat reverting the last commit. The viewer ignores 255's on tiles that we...Diva Canto2011-05-101-3/+3
* Changed the Access flag on HGMap to 255 (does not exist) and clarified the ot...Diva Canto2011-05-091-1/+1
* Fixes gray tiles around +/-4 when user clicks on an empty tile. Affects regio...Diva Canto2011-05-091-1/+1
* * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-101-326/+0
* * Standalone logins will now go through the sequence of "requested region, de...John Hurliman2009-10-281-1/+5
* Fixed MapBlocks bug, wrong order of arguments. First version that seems compl...Diva Canto2009-09-261-2/+2
* First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-261-1/+12
* Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the...Diva Canto2009-09-251-1/+1
* Fixed some long-standing issues with appearance in HG1.Diva Canto2009-09-041-0/+62
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-1/+1
* * Corrected CAPS namespacesArthur Valadares2009-06-181-1/+1
* Implementation of a simple authentication service + in connector in route to ...diva2009-06-171-2/+0
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-167/+0
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-012-2/+2
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva2009-05-151-2/+1
* - moving banned check and public/private check toDr Scofield2009-05-051-1/+2
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-042-2/+2
* Some reorganization around service connectors. No functional changeMelanie Thielker2009-05-031-1/+1
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-04-291-2/+1
* Flipping check_session xmlrpc's keep-alive to false, because some clients hang.diva2009-04-291-1/+1
* HGWorldMap got a bit out of sync during the introduction of the new module sy...diva2009-04-261-96/+7
* - Moved WorldMapModule and HGWorldMapModule to the new region-module systemHomer Horwitz2009-04-241-11/+32
* * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServicesJustin Clarke Casey2009-04-221-3/+10
* Adds session authentication upon NewUserConnections. Adds user key authentica...diva2009-04-142-2/+3
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ...diva2009-04-051-19/+23
* * Fixed copyright headers on HyperGrid source files. (Now match the rest of O...Adam Frisby2009-04-052-50/+48
* Update svn properties, add copyright header, formatting cleanup.Jeff Ames2009-03-312-418/+418
* Moved some files around, so that it's easier to share code between standalone...diva2009-03-293-807/+166
* Minor bug fix in UpdateItem (meta data).diva2009-03-281-1/+3
* Small bugs fixed related to ownership and permissions.diva2009-03-281-9/+18
* Notecard updates bypassing the regions. (HGStandalone only)diva2009-03-261-26/+107
* One more -- CopyItem.diva2009-03-261-0/+32
* Half-way through supporting inventory access from outside the regions -- HG s...diva2009-03-261-9/+84
* HGStandaloneInventoryService now serves inventory assets. No need for clients...diva2009-03-251-1/+36
* Moving the LoginAuth service up, so that it can be shared among standalones a...diva2009-03-222-351/+2
* Initial support for authentication/authorization keys in UserManagerBase, and...diva2009-03-213-6/+867
* Moving HGStandaloneAssetService to a new place, and giving it a more generic ...diva2009-03-211-196/+0
* * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ...Justin Clarke Casey2009-03-192-2/+4
* Update svn properties, minor formatting cleanup.Jeff Ames2009-03-101-5/+2
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-1/+1
* * Another stab at removing AssetServer.exe dependencieslbsa712009-02-201-1/+0
* * Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa712009-02-191-0/+2
* * moved the Get/PostAssetStreamHandler to the Servers namespace... slowly get...lbsa712009-02-191-1/+0