aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* First commit where physics work as region module.Diva Canto2015-08-312-5/+5
* All physics plugins are now region modules. Compiles but doesn't run.Diva Canto2015-08-311-181/+0
* More namespace and dll name changes. Still no functional changes.Diva Canto2015-08-305-5/+5
* Renamed the namespaces tooDiva Canto2015-08-305-5/+5
* Partial plumbing for the agent stateful module features negotiationMelanie Thielker2015-08-203-8/+9
* Minor improvement of previous patch.Diva Canto2015-08-161-6/+10
* MANTIS-7684 - Use the user management module to get username for script dialogsCinder2015-08-161-13/+9
* Send a proper ownerid for Object messages to conform with what viewer expectsDrake Arconis2015-08-151-2/+5
* WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto2015-08-0813-43/+39
* Eliminated several warningsOren Hurvitz2015-07-312-0/+4
* XMLRPCModule now actually aborts the worker thread when requestedOren Hurvitz2015-07-311-2/+6
* Fixed bad log messageOren Hurvitz2015-07-311-1/+1
* Fixed bug introduced in 4735514. The project didn't compile.Oren Hurvitz2015-07-261-1/+1
* Fixed not being charged to create classifeids on money enabled regionsQuill Littlefeather2015-07-261-2/+14
* Removed unused code related to DNS lookupsOren Hurvitz2015-07-231-2/+0
* Added logging in places where regions are searched for by their locationOren Hurvitz2015-07-223-11/+39
* Prevent two maptiles being generated at startup, one for v1 and another for v...AliciaRaven2015-07-212-1/+9
* Warp3DImageModule. Reduce workload by not calling to render the root prim twi...AliciaRaven2015-06-191-1/+0
* Guard against scenes without an agent prefs service and a copy and paste fixCinder2015-06-131-1/+1
* Refactor AgentPreferences so that database operations happen centrally. the o...Cinder2015-06-132-0/+269
* Address Mantis 7592 (http://opensimulator.org/mantis/view.php?id=7592) byRobert Adams2015-06-061-25/+49
* More on mantis #7567. Two things:Diva Canto2015-06-051-0/+8
* Attachments Module. Fix detach event not being fired until the next time the ...AliciaRaven2015-05-261-0/+5
* Adding back command to clear region's user cacheBlueWall2015-05-131-7/+22
* Knocked off a few compiler warnings regarding unused variables.Diva Canto2015-05-107-7/+0
* Constrain 'terrain modify' to selected RegionDev Random2015-05-091-8/+17
* Another major overhaul of inventory downloading, this time pertaining to inve...Diva Canto2015-05-084-0/+46
* Major change in the way inventory is downloaded: added a method throughout II...Diva Canto2015-05-075-2/+51
* Minor whitespace removalMichael Cerquoni2015-05-071-1/+0
* Add 'terrain modify noise' and code cleanupDev Random2015-05-075-291/+113
* 'terrain modify' command for area-of-effect operationsDev Random2015-05-0610-143/+1266
* Refactored some code that is used in two different dlls related to SOP rewrit...Diva Canto2015-05-052-208/+3
* Only send parcel layer data around the point of interest. Can be disabledRobert Adams2015-05-031-5/+79
* Mantis #7514Diva Canto2015-05-021-2/+2
* Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto2015-04-291-1/+1
* Change UserProfiles so that the parcel name is used for a ProfilePick and not...AliciaRaven2015-04-121-17/+9
* Fix script state not being preserved in objects sent via Hypergrid.Justin Clark-Casey (justincc)2015-03-132-9/+79
* minor: Remove windows build warning about CompressionLevel package ambiguity.Justin Clark-Casey (justincc)2015-03-112-0/+2
* Remove references to MAX_ASSET_DESC from the dynamic texture module, hardcode...BlueWall2015-03-061-2/+2
* adjusted new UserManagementModule to accept the HG UUI test harnessFreaky Tech2015-03-051-1/+5
* solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech2015-03-053-272/+324
* Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri...Justin Clark-Casey (justincc)2015-03-043-27/+154
* Use using constructs on disposable io objects in LLRaw to ensure they are alw...Justin Clark-Casey (justincc)2015-02-281-113/+111
* Add OpenSim.Framework using statement necessary to get previous fad4d4dc to c...Justin Clark-Casey (justincc)2015-02-281-0/+1
* Permit loading of LLRAW files bigger than 256x256 by calculating size based o...Magnuz Binder2015-02-281-1/+9
* minor: In HGAssetMapper, don't complain on seeing an XmlDeclaration as we kno...Justin Clark-Casey (justincc)2015-02-251-0/+5
* Reduce coupling in regression test task inventory creation methods to make th...Justin Clark-Casey (justincc)2015-02-251-2/+2
* Fix cross-grid inventory delivery notifications, fixes http://opensimulator.o...BlueWall2015-02-211-0/+1
* In HGAssetMapper.RewriteSOP(), don't explicitly end the document.Justin Clark-Casey (justincc)2015-02-211-2/+0
* If HGAssetMapper.PostAsset fails then be more explicit about the uuid, type, ...Justin Clark-Casey (justincc)2015-02-191-2/+27