Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-10-29 | Revert "Preliminary work on appearance layers. No user functionality yet." | Melanie | 2 | -34/+0 | |
This work conflicts with cmickeyb's more extensive, related work This reverts commit 9c829c0410da89fdbb873f706d7ba63cf26b088f. | |||||
2010-10-29 | Preliminary work on appearance layers. No user functionality yet. | Melanie | 2 | -0/+34 | |
2010-10-24 | * Updated libomv to r3461 | Latif Khalifa | 6 | -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-18 | initial support for meshies physics. Must set ini option ↵ | dahlia | 2 | -0/+6 | |
UseMeshiesPhysicsMesh = true to enable. See file OpenSimDefaults.ini for example. | |||||
2010-10-15 | UPdated the MySql driver to 6.2.4. Also established a much larger ↵ | Diva Canto | 1 | -0/+0 | |
MySqlCommand timeout on fetching prims. | |||||
2010-10-14 | more work in progress on mesh physics - still non-functional | dahlia | 1 | -22/+6 | |
2010-10-14 | libomv update to support headerless llsd binary deserialization needed for ↵ | Latif Khalifa | 6 | -6/+63 | |
mesh asset decoding Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com> | |||||
2010-10-14 | Updated to libomv-opensim r3449 | Latif Khalifa | 7 | -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-13 | Remove carriage returns from OpenSimDefaults.ini. Correct one typo. Change | Melanie | 1 | -9/+8 | |
.ini.example ";;" format to normal ini format, since the defaults file is not parsed that way. | |||||
2010-10-09 | Added missing sections to StandaloneHypergrid.ini | Diva Canto | 1 | -0/+6 | |
2010-10-07 | move CacheSculptMaps ini flag to OpenSimDefaults.ini | dahlia | 2 | -9/+9 | |
comment it and change defailt to true to reflect code | |||||
2010-10-07 | add a flag in OpenSim.ini.example for enabling/disabling decoded sculpt map ↵ | dahlia | 1 | -0/+8 | |
caching for meshing | |||||
2010-10-08 | Clarify the format comment at the top of OpenSim.ini.example | Melanie | 1 | -1/+4 | |
2010-10-04 | Formatting cleanup. | Jeff Ames | 1 | -4/+3 | |
2010-10-04 | Formatting cleanup. | Jeff Ames | 6 | -48/+47 | |
2010-10-03 | Made the home agent handler check for xff if behind a proxy. | Diva Canto | 1 | -0/+3 | |
2010-10-04 | Added Meshmerizer rendering plugin for libomv | Latif Khalifa | 1 | -0/+0 | |
2010-10-04 | Removed linden renderer | Latif Khalifa | 1 | -0/+0 | |
2010-10-04 | Use libomv 0.8.4.3445 | Latif Khalifa | 7 | -27968/+27887 | |
2010-10-03 | Made the Gatekeeper proxy-able. | Diva Canto | 2 | -0/+7 | |
2010-10-04 | Revert "Add linden prim renderer and update libOMV" | Melanie | 8 | -18045/+16751 | |
This reverts commit 766ce9a14146dc9814d488364f5c931d0fa96a17. | |||||
2010-10-04 | Revert "Add the matching PrimMesher.dll" | Melanie | 1 | -0/+0 | |
This reverts commit be301c5815ea57f621d565bcc40dfa7ce530162e. | |||||
2010-10-04 | Revert "Replaced OpenMetaverse dlls with ones compiled in Windows." | Melanie | 7 | -17739/+18612 | |
This reverts commit eb0cde7959a03ccbf3551b725cd6b559071857fb. | |||||
2010-10-03 | Replaced OpenMetaverse dlls with ones compiled in Windows. | Diva Canto | 7 | -18612/+17739 | |
2010-10-04 | Add the matching PrimMesher.dll | Melanie | 1 | -0/+0 | |
2010-10-04 | Add linden prim renderer and update libOMV | Melanie | 8 | -16751/+18045 | |
2010-10-03 | Upgraded Mono.Addins.dll to 0.5, coming from here: ↵ | Diva Canto | 3 | -0/+0 | |
http://monoaddins.codeplex.com/ | |||||
2010-10-03 | Add the Warp3D dll | Melanie | 1 | -0/+0 | |
2010-10-01 | adding -logconfig to Robust.exe | BlueWall | 1 | -1/+1 | |
Adding -logconfig to Robust.exe. will still process the -logfile option, as before. No options given, the value "Robust.log" will be written in the ./bin directory | |||||
2010-09-26 | Another typo fix | Melanie | 1 | -1/+1 | |
2010-09-26 | adding configurable j2kDecodeCache path | BlueWall | 1 | -6/+0 | |
allowing the decoded sculpt map cache path to be defined in the configuration files. Use DecodedSculpMapPath in the [Startup] section to set the path. The default is still ./bin/j2kDecodeCache | |||||
2010-09-26 | Some cleanup to OpenSimDefaults.ini | BlueWall | 1 | -0/+9 | |
Fixing a couple of errors | |||||
2010-09-26 | Changes to preceding patch to make it conform to inifile formats. BLANK LINE | Melanie | 2 | -4/+4 | |
before each comment/option group, and DOUBLE SEMICOLONS before pure text comments in OpenSim.ini.exemaple | |||||
2010-09-26 | Add configurable path to script engine assemblies | BlueWall | 2 | -1/+8 | |
Adding ability to place script engine assemblies outside the codebase directories. Uses new [XEngine] option: ScriptEnginesPath = "path_to_assemblies" Signed-off-by: Melanie <melanie@t-data.com> | |||||
2010-09-23 | * Pushing the Community.CSharpSqlite.Sqlite dll's I built. This is a ↵ | Teravus Ovares (Dan Olivares) | 4 | -0/+0 | |
slightly modified version of CSharpSqlite built in silverlight mode so that it doesn't have the locking issues that it normally would under .NET and a custom ADO.NET wrapper based on Mono.Data.Sqlite. I'm not entirely sure if these will be kept here like this in debug mode with the pdb's Maybe to start.. but after some testing we'll put them in release mode. | |||||
2010-09-17 | Add LandServices to make landmarks work right in grids | Melanie | 2 | -0/+2 | |
2010-09-15 | Add the modules include line back that i dropped by mistake | Melanie | 1 | -0/+3 | |
2010-09-15 | Mark up OpenSim.ini.example for use with an automatic configuration tool. | Melanie | 2 | -37/+688 | |
Remove seldom changed options from OpenSim.ini.example. Remove non-overridable settings like [Architecture] from OpenSimDefaults.ini | |||||
2010-09-15 | Make AuthorizationService optional and disabled by default. It depends on | Melanie | 4 | -2/+6 | |
external PHP and the default configuration makes it throw for not having a URL to this PHP | |||||
2010-09-14 | Revert "Move OpenSimDefaults,ini into config-include in order to put it with ↵ | Justin Clark-Casey (justincc) | 1 | -0/+0 | |
all the other default files" This reverts commit c3259e9c26f198b5fe0e7ed6c29c17c27c60ecb1. Reverted by agreement. | |||||
2010-09-14 | Revert "Repopulate OpenSim.ini.example with OpenSimDefaults.ini until ↵ | Justin Clark-Casey (justincc) | 1 | -1301/+1 | |
somebody does the work of deciding what users commonly change and what they don't" This reverts commit fc48eb7b549cc639e143bb0f1369d74223630aff. Reverted by agreement. | |||||
2010-09-14 | Move OpenSimDefaults,ini into config-include in order to put it with all the ↵ | Justin Clark-Casey (justincc) | 1 | -0/+0 | |
other default files | |||||
2010-09-14 | Repopulate OpenSim.ini.example with OpenSimDefaults.ini until somebody does ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1301 | |
the work of deciding what users commonly change and what they don't | |||||
2010-09-14 | add the missing ini example | Melanie | 1 | -0/+1 | |
2010-09-13 | Renamed OpenSimDefaults.ini.example to OpenSimDefaults.ini | John Hurliman | 1 | -0/+0 | |
2010-09-13 | Output an error and quit if the master file is missing. Also rename | Melanie | 1 | -0/+0 | |
OpenSim.ini.example to bin/OpenSimDefaults.ini.example | |||||
2010-09-13 | Adding missing ConnectionString lines to [DatabaseService] sections for ↵ | John Hurliman | 2 | -0/+2 | |
SQLite configs | |||||
2010-09-12 | * Added ISimulationDataService and IEstateDataService | John Hurliman | 8 | -27/+52 | |
* Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings | |||||
2010-09-11 | Update Prebuild.exe with Prebuild r323 + an existing OpenSim specific nant ↵ | Justin Clark-Casey (justincc) | 1 | -0/+0 | |
hack to correctly clean up chosen OpenSim exes and dlls in bin/ on a "nant clean" Source code is included for reference. This can go away again once Prebuild is updated with a more general mechanism for cleaning up files. The Prebuild source code here can be built with nant, or regnerated for other tools using the prebuild at {root}/bin/Prebuild.exe |