| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ |
|
| |
| |
| |
| |
| |
| | |
DisableFacelights option to OpenSim.ini to finally kill those immersion-
breaking, silly vanity lights that destroy nighttime RP. Girls, you look
just fine without them. Guys, you too. Thank you. Melanie has left the building.
|
|/ |
|
|
|
|
|
|
| |
Changed the iteration that Marck had on the Hyperlinker.
ATTENTION! CONFIGURATION CHANGE AFFECTING Robust.HG.ini.example and StandaloneCommon.ini.example.
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
OpenMetaverse.Http.dll dependency) + r3378 (treat MediaPermission as a bitfield)
As far as I can determine, r3287 + r3294 patch was the previous update to the OpenMetaverse libraries
This change just adds r3378 to overcome problems storing media textures with certain permission combinations in inventory
This is a limited change in order to isolate moap from any other possible libomv update issues
An update to the forthcoming libomv 0.8.3 is expected in due course to replace this
This commit also deletes OpenMetaverse.Utilities.* as it's unused (on the advice of jhurliman).
|
| | |
|
|/
|
|
|
|
| |
but it clears up the circular dependency issue between Gatekeeper and UserAgents that had made me resort to in-process remote calls, which, in turn, were hitting bugs down there somewhere in mono.
NOTE: CONFIGURATION CHANGE IN ROBUST.HG.INI.EXAMPLE !!!###!!!
|
| |
|
| |
|
|
|
|
| |
has been in other inis for a while, not needed here; and [Network] remoteDataPort is obsolete.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
to OpenSim.ini.exmaple
Also tidies up and comments some existing entries
|
|
|
|
| |
TrustBinaries settings in OpenSim.ini.example clearer
|
|
|
|
| |
this is only used by SimianGrid and is now in SimianGrid.ini
|
|
|
|
|
| |
This addresses http://opensimulator.org/mantis/view.php?id=4772
Thanks to aiaustin for pointing this out
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
refers to prim OWNERS. A new option set, Creators_, is added to allow
selection by script creator. For existing installs, this means no functional
change. The warning from my prior commit doesn't apply anymore.
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
This merges AlexRa's work on migration streamlining. This merge is experimental.
If it causes issues, feel free to back out.
Signed-off-by: Melanie <melanie@t-data.com>
|
| |
| |
| |
| |
| | |
This is necessary to correct a known problem with the
DELIMITER command in previous versions of the client library.
|
| | |
|
|/
|
|
|
|
| |
connection strings.
* Added a comment in LLLoginService.cs, for future reference
|
| |
|
|
|
|
| |
asset deletion in robust handler.
|
|
|
|
|
|
| |
foreign grids.
* Added missing config in StandaloneHypergrid.ini
|
|
|
|
|
|
| |
home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway.
BTW, the Meshing files want to be committed too -- EOFs.
|
|
|
|
|
|
| |
missing configuration.
* Made previous Robust config changes consistent in Robust.HG.ini.example
|
|
|
|
|
|
| |
This requires a special XMLRPC call, which has to supply the credentials of
a god user (User level >= 200). Disabled by default. Also Adds a configuration
option to set the initial permitted login level.
|
|
|
|
| |
there for now, in case bugs pop up with XInventory.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
is the one known to work in Windows
Thanks for the initial library inclusion, Diva. I had it all queued up on my windows test machine but forgot to add it!
|
| |
| |
| |
| | |
makes the compilation in Windows happy again. Not sure if this is the right dll, Justin -- I grabbed it somewhere from mono 2.4.6 for Windows.
|
| |
| |
| |
| |
| |
| |
| | |
this seems the least evil way forward since mono 2.6 and later will see increasing usage, and this only works with what was SQLiteNG
MAC USERS WILL NEED TO CHANGE REFERENCES TO "OpenSim.Data.SQLite.dll" to "OpenSim.Data.SQLiteLegacy.dll" in OpenSim.ini and config-include/StandaloneCommon.ini (if using standalone)
See the OpenSim.ini.example and StandaloneCommon.ini.example files for more details
This commit also temporarily changes unsigned ParentEstateID values in the OpenSim.Data.Tests to signed temporarily, since the new plugin enforces creation of signed fields in the database (which is what the SQL actually specifies). And change data columns in sqlite is a pita.
|
|/
|
|
|
| |
I know this is tough on Mac OSX users (since SQLiteNG requires the export of the sqlite3_column_origin_name symbol and this isn't present for the Mac OSX sqlite3 system library)
Unfortunately, I need to shaft somebody (as it were)
|
|
|
|
|
|
| |
config-include/StandaloneCommon.ini
Unfortunately, database settings need to be changed in two places.
|
|
|
|
| |
present in included configuration files
|
|
|
|
| |
OpenSim.DataStore.MonoSqlite.dll, since this hasn't exist for a long, long time
|
| |
|
| |
|
|
|
|
| |
* PrimitiveBaseShape wants to be be committed too -- EOF.
|
|
|
|
| |
Signed-off-by: Melanie <melanie@t-data.com>
|