Commit Verlauf

Autor SHA1 Nachricht Datum
  Melanie Thielker 6a0a878f7c Remove "Dwell" support from core and replace it with calls to methods vor 14 Jahren
  Melanie eefb207c1b Fix a casting operation to use ToString() vor 14 Jahren
  Jonathan Freedman 0a83fde85c Implements parcel media setting persistence and packet / CAPS handling vor 14 Jahren
  Justin Clark-Casey (justincc) 692cf3c657 Remove parts locking from data classes since these are using a copy of the scene object vor 14 Jahren
  Justin Clark-Casey (justincc) 8031f8ec09 Improve consistency of locking for SOG.m_parts in order to avoid race conditions in linking and unlinking vor 14 Jahren
  Justin Clark-Casey (justincc) 9d8a67fe13 get rid of PrimitiveBaseShape.MediaRaw staging post vor 14 Jahren
  Justin Clark-Casey (justincc) 412fed975f relocate serialization code from SQLiteRegionData to MoapModule using load and save events. vor 14 Jahren
  Justin Clark-Casey (justincc) afdbeba4e4 Put a wrapper around the media texture region serialization vor 14 Jahren
  Justin Clark-Casey (justincc) fc76ce0f46 fix bug where prim persistence would fail if media had never been set vor 14 Jahren
  Justin Clark-Casey (justincc) 43f480864b fix problem persisting when only one face had a media texture vor 14 Jahren
  Justin Clark-Casey (justincc) 9682e0c733 Implement media texture persistence over server restarts for sqlite vor 14 Jahren
  Justin Clark-Casey (justincc) 55040a84a5 Fix bug where prim items were not loaded in the new sqlite database handler vor 14 Jahren
  Diva Canto b233a4b2ca * Fixed spamming the assets table with map tiles. The tile image ID is now stored in regionsettings. Upon generation of a new tile image, the old one is deleted. Tested for SQLite and MySql standalone. vor 14 Jahren
  Justin Clark-Casey (justincc) d921329799 take out some debug logging in the sqlite db adaptor vor 14 Jahren
  Justin Clark-Casey (justincc) cc67de5b86 rename SQLiteNG to SQLite and SQLite to SQLiteLegacy vor 14 Jahren
  Melanie ec637e2b8c Committing the LightShare code, which was developed by TomMeta of Meta7. vor 14 Jahren
  Teravus Ovares (Dan Olivares) 45493171b0 * SQLite match code casing with regionsettings table field casing (what's with the upper case S in Sandbox while the rest is lower case 0.o) vor 14 Jahren
  Teravus Ovares (Dan Olivares) fa6da2f6c6 * This is an attempt to resolve mantis 4437 by using SqliteAdapter type statements instead of blanket SQL statements. The hope is that this makes SQLite work on Linux/Mono again. Re: http://opensimulator.org/mantis/view.php?id=4437 vor 14 Jahren
  John Hurliman 67ac9881fa Removing duplicate SceneObjectPart.RotationalVelocity property vor 15 Jahren
  Melanie 6878b26b0d Merge branch 'diva-textures-osgrid' vor 15 Jahren
  John Hurliman 387e9f7a7f * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework) vor 15 Jahren
  dr scofield (aka dirk husemann) 75a42e0459 reducing region DB log spam vor 15 Jahren
  dr scofield (aka dirk husemann) 2107b67f1b - cleaning up LandData/ILandObject capitalization issues vor 15 Jahren
  Jeff Ames ee205e7e81 Formatting cleanup. vor 15 Jahren
  John Hurliman f42d085ab1 SceneObjectGroup cleanup. Removes the default constructor and unnecessary null checks on m_rootPart vor 15 Jahren
  Kunnis f6251ce810 * Modified SQLite/SQLiteInventoryStore.cs to not throw if the inventory row does not exist, to match the mysql behavior. * Modified SQLite/SQLiteRegionData.cs to only persist temporary items following the same rules mysql uses. * Added another ignore to the inventory test that was missing. * Added a few more ignores to the RegionTest that the first version of my test were missing. * Added ignoring the root Folder ID, which is set by the inventory system. * Added several improvements to the PropertyCompareConstraint: Protection against infinite loops, added IComparable<T> (for UUID) and moved IComparable before the property matching. * Fixed a bug where I was saving the inside of the ignore expression instead of the outside of it. vor 15 Jahren
  Jeff Ames bc6ec3b564 Formatting cleanup. vor 15 Jahren
  Teravus Ovares (Dan Olivares) c8a68fb3fb * Remove hard coded 256 limitations from various places. There's no more 256m limitation within the OpenSimulator framework, however, the LLClient ClientView does not support regions larger then 256 meters so, if you try and make your region larger by setting Constants.RegionSize = 512; in OpenSim.Framework.Constants.cs, the terrain will not display on clients using the LLUDP protocol vor 15 Jahren
  Teravus Ovares 64bd9a3354 * Updates libOMV to version 0.7.0 vor 15 Jahren
  Teravus Ovares d54aac41d2 * Added a user friendly message to the sqlite regionsettings saver giving them troubleshooting options and telling them to restart the simulator. This situation, hopefully is temporary and generates an exception when sqlite users first start OpenSimulator because of an unexpected condition in the database layer. Restart and all is well. vor 15 Jahren