aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-03Make UUID 3a367d1c-bef1-6d43-7595-e88c1e3aadb3 reference a full alpha texture.Justin Clark-Casey (justincc)1-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.
2011-01-28Add groups cache timeout setting for Flotsam Groups back to OpenSimDefaults.iniJustin Clark-Casey (justincc)1-0/+5
2011-01-13Make FireAndForgetWrapper a singleton classBlueWall1-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.
2011-01-08Moved the map tile processing used by the Simian GridMic Bowman1-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.
2010-12-27WARNING: simulator config var change! This affects only system-facing ↵Diva Canto4-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.
2010-12-18Replaced the HttpServer_OpenSim.dll with one compiled for .NET 3.5 (the last ↵Diva Canto3-2989/+2989
one was 4.0, and that doesn't work). Also added the corresponding .xml and .pdb, if that makes any difference.
2010-12-18Replaced HttpServer_OpenSim.dll with a version that locks certain ops in ↵Diva Canto1-0/+0
HttpForm -- mantis #5128.
2010-12-17remove now unused subversion serialization backup configJustin Clark-Casey (justincc)1-12/+3
2010-12-17remove broken and unmaintained subversion serialization module and it's ↵Justin Clark-Casey (justincc)16-0/+0
associated libraries and licenses
2010-12-17tidy up the [Groups] section in OpenSim.ini.exampleJustin Clark-Casey (justincc)2-12/+12
2010-12-15replace ode.dll with one built without asserts turned onjustincc1-0/+0
2010-12-13Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.Marck5-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.
2010-12-11Fixed wrong configuration variable names.Diva Canto1-3/+1
2010-12-10update libode for 64 bit linux to r1755 (post 0.11.1) from ode 0.10.1Justin Clark-Casey (justincc)1-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.
2010-12-09Make configs consistent, as per mantos #5258Diva Canto3-17/+27
2010-12-09Update ode.dll to r1755justincc1-0/+0
2010-12-09Update ode.dll to r1754justincc1-0/+0
2010-12-09Update libode.so to r1755.Justin Clark-Casey (justincc)1-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
2010-12-07Remove old Freeswitch configurationsMelanie1-33/+0
2010-12-03Only force prim persistence before delete if the prim is the result of an ↵Justin Clark-Casey (justincc)1-0/+2
unpersisted delink This considerably improves delete performance for objects with large linksets
2010-12-01Deleted obsolete config files from old OpenSim.Grid.Diva Canto5-121/+0
2010-11-26Creator information preserved upon HG transfers.Diva Canto2-0/+10
2010-11-25WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵Diva Canto3-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.
2010-11-21Finish the standalone mode freeswitch work and add config examplesMelanie2-39/+28
2010-11-21Correct an error in Robust.ini.exampleMelanie1-1/+1
2010-11-21Start implementing Freeswitch in ROBUSTMelanie1-0/+13
2010-11-13Fix: Write asset data into Asset.db when using SQLiteMarck2-0/+6
2010-11-05Delete existing presences for a user ID when they log in again.Melanie1-0/+3
WARNING!!! This changes a default. The old default is to allow multiple presences, the new default disables this. As the feature currently has no users, this should not present any difficulty and will alleviate the presence issues somewhat.
2010-11-03Fix config items. Less used / expert items go in OpenSimDefaults.iniMelanie2-3/+3
The default shown is always the hardcoded default
2010-11-03Admin Server can now bind to a private ip addressmores1-0/+3
Signed-off-by: Melanie <melanie@t-data.com>
2010-10-30Fix logins and avatar appearance. Contains a Migration. May contain nuts.Melanie1-28/+0
This will cause visual params to be persisted along with worn items. With this, alpha and tattoo laters will be saved. Multiple layers MAY work, but not tested because I don't use Viewer 2.
2010-10-30* Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue.Teravus Ovares (Dan Olivares)7-17065/+17065
* This is libOMV SVN revision 3463.
2010-10-30Clarify comment for configuration option Check4096 and show the default value.Marck2-3/+5
2010-10-30Set async_packet_handling = true by defaultJustin Clark-Casey (justincc)1-1/+2
Setting this to true avoids a 500ms or so client freeze when the LLUDP server thread is taken up with processing a UseCircuitCode packet synchronously. Extensive testing on Wright Plaza appeared to show no bad effects and this seems to reduce login lag considerably. Of course, a lot of login lag is still coming from other sources.
2010-10-29Rename the new default texture to be consistent with the othersMelanie2-1/+1
2010-10-29Add a default alpha layerMelanie1-0/+0
2010-10-29Add my work on top of cmickeyb'sMelanie2-0/+34
2010-10-29Revert "Preliminary work on appearance layers. No user functionality yet."Melanie2-34/+0
This work conflicts with cmickeyb's more extensive, related work This reverts commit 9c829c0410da89fdbb873f706d7ba63cf26b088f.
2010-10-29Preliminary work on appearance layers. No user functionality yet.Melanie2-0/+34
2010-10-28Configuration of persistent baked textures and save/send delays.Master ScienceSim1-0/+14
2010-10-24* Updated libomv to r3461Latif Khalifa6-10/+11
Main reason for upgrade is to revert API change that was introduced in order to support headerless binary LLSD decoding needed for deserialization of the mesh assets, which turned out to be unnecessary as we can transparently decode both kinds.
2010-10-18initial support for meshies physics. Must set ini option ↵dahlia2-0/+6
UseMeshiesPhysicsMesh = true to enable. See file OpenSimDefaults.ini for example.
2010-10-15UPdated the MySql driver to 6.2.4. Also established a much larger ↵Diva Canto1-0/+0
MySqlCommand timeout on fetching prims.
2010-10-14more work in progress on mesh physics - still non-functionaldahlia1-22/+6
2010-10-14libomv update to support headerless llsd binary deserialization needed for ↵Latif Khalifa6-6/+63
mesh asset decoding Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
2010-10-14Updated to libomv-opensim r3449Latif Khalifa7-15645/+15726
2010-10-13* Normalizing endlines so git stops complaining about them being inconsistent.Teravus Ovares (Dan Olivares)5-27893/+27893
* People will hate me for updating OpenSimDefaults.. but meh. Gotta be done or git is unhappy.
2010-10-13Remove carriage returns from OpenSimDefaults.ini. Correct one typo. ChangeMelanie1-9/+8
.ini.example ";;" format to normal ini format, since the defaults file is not parsed that way.
2010-10-09Added missing sections to StandaloneHypergrid.iniDiva Canto1-0/+6
2010-10-07move CacheSculptMaps ini flag to OpenSimDefaults.inidahlia2-9/+9
comment it and change defailt to true to reflect code