aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fixed wrong configuration variable names.Diva Canto2010-12-111-3/+1
|
* 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
|
* 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.
* Finish the standalone mode freeswitch work and add config examplesMelanie2010-11-212-39/+28
|
* Correct an error in Robust.ini.exampleMelanie2010-11-211-1/+1
|
* Start implementing Freeswitch in ROBUSTMelanie2010-11-211-0/+13
|
* Fix: Write asset data into Asset.db when using SQLiteMarck2010-11-132-0/+6
|
* Delete existing presences for a user ID when they log in again.Melanie2010-11-051-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.
* Fix config items. Less used / expert items go in OpenSimDefaults.iniMelanie2010-11-032-3/+3
| | | | The default shown is always the hardcoded default
* Admin Server can now bind to a private ip addressmores2010-11-031-0/+3
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* Fix logins and avatar appearance. Contains a Migration. May contain nuts.Melanie2010-10-301-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.
* * Thank you lkalif for fixing the {array[array[]]} json OSD serialization issue.Teravus Ovares (Dan Olivares)2010-10-307-17065/+17065
| | | | * This is libOMV SVN revision 3463.
* Clarify comment for configuration option Check4096 and show the default value.Marck2010-10-302-3/+5
|
* Set async_packet_handling = true by defaultJustin Clark-Casey (justincc)2010-10-301-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.
* Rename the new default texture to be consistent with the othersMelanie2010-10-292-1/+1
|
* Add a default alpha layerMelanie2010-10-291-0/+0
|
* Merge commit 'cmickeyb/dev-appearance'Melanie2010-10-291-0/+14
|\
| * Configuration of persistent baked textures and save/send delays.Master ScienceSim2010-10-281-0/+14
| |
* | Add my work on top of cmickeyb'sMelanie2010-10-292-0/+34
| |
* | Revert "Preliminary work on appearance layers. No user functionality yet."Melanie2010-10-292-34/+0
| | | | | | | | | | | | This work conflicts with cmickeyb's more extensive, related work This reverts commit 9c829c0410da89fdbb873f706d7ba63cf26b088f.
* | Preliminary work on appearance layers. No user functionality yet.Melanie2010-10-292-0/+34
|/
* * Updated libomv to r3461Latif Khalifa2010-10-246-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.
* initial support for meshies physics. Must set ini option ↵dahlia2010-10-182-0/+6
| | | | UseMeshiesPhysicsMesh = true to enable. See file OpenSimDefaults.ini for example.
* UPdated the MySql driver to 6.2.4. Also established a much larger ↵Diva Canto2010-10-151-0/+0
| | | | MySqlCommand timeout on fetching prims.
* more work in progress on mesh physics - still non-functionaldahlia2010-10-141-22/+6
|
* libomv update to support headerless llsd binary deserialization needed for ↵Latif Khalifa2010-10-146-6/+63
| | | | | | mesh asset decoding Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
* Updated to libomv-opensim r3449Latif Khalifa2010-10-147-15645/+15726
|
* Merge branch 'master' of ssh://MyConnection/var/git/opensimTeravus Ovares (Dan Olivares)2010-10-131-9/+8
|\ | | | | | | | | Conflicts: bin/OpenSimDefaults.ini
| * Remove carriage returns from OpenSimDefaults.ini. Correct one typo. ChangeMelanie2010-10-131-9/+8
| | | | | | | | | | .ini.example ";;" format to normal ini format, since the defaults file is not parsed that way.
* | * Normalizing endlines so git stops complaining about them being inconsistent.Teravus Ovares (Dan Olivares)2010-10-135-27893/+27893
|/ | | | * People will hate me for updating OpenSimDefaults.. but meh. Gotta be done or git is unhappy.
* Added missing sections to StandaloneHypergrid.iniDiva Canto2010-10-091-0/+6
|
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-10-082-9/+9
|\
| * move CacheSculptMaps ini flag to OpenSimDefaults.inidahlia2010-10-072-9/+9
| | | | | | | | comment it and change defailt to true to reflect code
* | Clarify the format comment at the top of OpenSim.ini.exampleMelanie2010-10-081-1/+4
|/
* add a flag in OpenSim.ini.example for enabling/disabling decoded sculpt map ↵dahlia2010-10-071-0/+8
| | | | caching for meshing
* Formatting cleanup.Jeff Ames2010-10-041-4/+3
|
* Formatting cleanup.Jeff Ames2010-10-046-48/+47
|
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-10-041-0/+3
|\
| * Made the home agent handler check for xff if behind a proxy.Diva Canto2010-10-031-0/+3
| |
* | Added Meshmerizer rendering plugin for libomvLatif Khalifa2010-10-041-0/+0
| |
* | Removed linden rendererLatif Khalifa2010-10-041-0/+0
| |
* | Use libomv 0.8.4.3445Latif Khalifa2010-10-047-27968/+27887
|/