aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into careminster-presence-refactorMelanie2011-02-193-3/+3
|\
| * Changed default directory for storing map tile images from remote regions.Marck2011-02-163-3/+3
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-162-0/+0
|\ \ | |/
| * Catch HttpServer exception: mantis #5381Diva Canto2011-02-152-0/+0
| |
| * Fixed a couple of tests in the HttpServer. Not sure if this is enough. ↵Diva Canto2011-02-122-0/+0
| | | | | | | | Mantis #5373 and #5384
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-122-0/+3
|\ \ | |/
| * In SQLiteSimulationData.RemoveLandObject(), don't manually remove the row ↵Justin Clark-Casey (justincc)2011-02-111-0/+0
| | | | | | | | | | | | | | | | from the data adaptor's Rows list in addition to calling Delete. This matches the behaviour for other deletions and stops this operation failing on Windows .NET (though mono is fine with the duplication). Probably a holdover from copying code from the older legacy adaptor. Resolves http://opensimulator.org/mantis/view.php?id=5361
| * minor: Add some more information to the mesh_sculpted_prim [PHYSICS] settingJustin Clark-Casey (justincc)2011-02-111-0/+3
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-02-074-0/+28
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Server/Handlers/Simulation/AgentHandlers.cs OpenSim/Services/Connectors/SimianGrid/SimianGridMaptileModule.cs OpenSim/Services/GridService/HypergridLinker.cs
| * Added a config var to HGInventoryAccessModule called OutboundPermission that ↵Diva Canto2011-02-043-0/+19
| | | | | | | | controls whether the sim lets asset POSTs happen to foreign grids or not. It's True by default. If ppl want to allow foreign visitors but don't want to allow any assets out of their grid, they should set this to False. This is the beginning of policies for these things...
| * Make UUID 3a367d1c-bef1-6d43-7595-e88c1e3aadb3 reference a full alpha texture.Justin Clark-Casey (justincc)2011-02-031-0/+9
| | | | | | | | | | | | | | | | SL's viewer and some downstream projects assume that this UUID points to a full alpha texture, as per http://opensimulator.org/mantis/bug_view_advanced_page.php?bug_id=4751 and http://forums.kokuaviewer.org/viewtopic.php?f=8&t=1323 If the request isn't satified, some viewers will continuously make the request.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-291-0/+5
|\ \ | |/
| * Add groups cache timeout setting for Flotsam Groups back to OpenSimDefaults.iniJustin Clark-Casey (justincc)2011-01-281-0/+5
| |
* | Revert "Replace the new, tricky MySql.Data.dll with the older version from ↵Melanie2011-01-141-0/+0
| | | | | | | | | | | | | | | | | | 0.6.9" This reverts commit e5ce59ff34351612980e70a25ed978dd90ebe593. The old module causes a truly massive (double!) rise in connections. Please put "old guids=true;" back in after this commit
* | Revert "Remove old guids from the examples, for completeness' sake"Melanie2011-01-143-4/+4
| | | | | | | | This reverts commit 52222d82d50cbeb7f709142e37421c6cef490706.
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-131-0/+0
|\ \ | |/
| * Make FireAndForgetWrapper a singleton classBlueWall2011-01-131-0/+0
| | | | | | | | | | | | Made FireAndForgetWrapper a singleton class to allow us to drop dependancy on the BclExtras35 library. BclExtras is broken in Mono 2.8.2 and we used the library in only one function.
| * Moved the map tile processing used by the Simian GridMic Bowman2011-01-081-0/+8
| | | | | | | | | | | | Frontend into a separate region module. Configuration settings added to the defaults ini file. Others may find this useful for pushing map tiles to a separate server.
* | Remove old guids from the examples, for completeness' sakeMelanie2011-01-113-4/+4
| |
* | Replace the new, tricky MySql.Data.dll with the older version from 0.6.9Melanie2011-01-111-0/+0
| | | | | | | | | | | | This requires REMOVING the "Old Guids=true" fromt he MYSQL connection strings! Sorry for the inconvenience, but this version of the DLL is much less buggy than the new one for production use.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-304-3/+9
|\ \ | |/
| * WARNING: simulator config var change! This affects only system-facing ↵Diva Canto2010-12-274-3/+9
| | | | | | | | | | | | configs. Nothing to do if you follow the rules of not messing with Grid.ini and GridHypergrid.ini. Change the remote Grid region module so that it takes the network connector as a config variable. This allows the region plugin to be reused for both Robust and Simian network connectors.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-203-2989/+2989
|\ \ | |/
| * Replaced the HttpServer_OpenSim.dll with one compiled for .NET 3.5 (the last ↵Diva Canto2010-12-183-2989/+2989
| | | | | | | | one was 4.0, and that doesn't work). Also added the corresponding .xml and .pdb, if that makes any difference.
| * Replaced HttpServer_OpenSim.dll with a version that locks certain ops in ↵Diva Canto2010-12-181-0/+0
| | | | | | | | HttpForm -- mantis #5128.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-1718-24/+15
|\ \ | |/
| * remove now unused subversion serialization backup configJustin Clark-Casey (justincc)2010-12-171-12/+3
| |
| * remove broken and unmaintained subversion serialization module and it's ↵Justin Clark-Casey (justincc)2010-12-1716-0/+0
| | | | | | | | associated libraries and licenses
| * tidy up the [Groups] section in OpenSim.ini.exampleJustin Clark-Casey (justincc)2010-12-172-12/+12
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-141-0/+0
|\ \ | |/
| * Merge branch 'master' of ssh://opensimulator.org/var/git/opensimjustincc2010-12-158-27/+53
| |\
| * | replace ode.dll with one built without asserts turned onjustincc2010-12-151-0/+0
| | |
| * | Update ode.dll to r1755justincc2010-12-091-0/+0
| | |
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-135-7/+25
|\ \ \ | | |/ | |/|
| * | Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.Marck2010-12-135-7/+25
| | | | | | | | | | | | | | | | | | Configuration option AssetService in section [GridService] must be set to enable this functionality. Map tiles do currently not show for hyperlinks set in simulators that are connected to grids, see Mantis #5270.
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-121-3/+1
|\ \ \ | |/ /
| * | Fixed wrong configuration variable names.Diva Canto2010-12-111-3/+1
| | |
* | | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-126-17/+27
|\ \ \ | |/ /
| * | update libode for 64 bit linux to r1755 (post 0.11.1) from ode 0.10.1Justin Clark-Casey (justincc)2010-12-101-0/+0
| | | | | | | | | | | | the same thing was actually done for ode.dll a couple of commits ago but I got the commit msg wrong (should have been r1755, not r1754). Damn these fat fingers.
| * | Make configs consistent, as per mantos #5258Diva Canto2010-12-093-17/+27
| | |
| * | Update ode.dll to r1754justincc2010-12-091-0/+0
| |/
| * Update libode.so to r1755.Justin Clark-Casey (justincc)2010-12-091-0/+0
| | | | | | | | | | This revision dates from 02 Sep 2010 and has received some testing. This code will be updated in the opensim-libs repository Updates for libode-x86_64, ode.dll and libode.dylib will follow
| * Remove old Freeswitch configurationsMelanie2010-12-071-33/+0
| |
* | Remove old Freeswitch configurationsMelanie2010-12-071-33/+0
| |
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-12-0310-134/+52
|\ \ | |/ | | | | Also prevent god takes from ending up in Lost and Found
| * Only force prim persistence before delete if the prim is the result of an ↵Justin Clark-Casey (justincc)2010-12-031-0/+2
| | | | | | | | | | | | unpersisted delink This considerably improves delete performance for objects with large linksets
| * Deleted obsolete config files from old OpenSim.Grid.Diva Canto2010-12-015-121/+0
| |
| * Creator information preserved upon HG transfers.Diva Canto2010-11-262-0/+10
| |
| * WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵Diva Canto2010-11-253-13/+40
| | | | | | | | capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs.
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-212-40/+29
|\ \ | |/