Commit History

Author SHA1 Message Date
  Melanie Thielker 6a0a878f7c Remove "Dwell" support from core and replace it with calls to methods 14 years ago
  Melanie eefb207c1b Fix a casting operation to use ToString() 14 years ago
  Jonathan Freedman 0a83fde85c Implements parcel media setting persistence and packet / CAPS handling 14 years ago
  Justin Clark-Casey (justincc) 692cf3c657 Remove parts locking from data classes since these are using a copy of the scene object 14 years ago
  Justin Clark-Casey (justincc) 8031f8ec09 Improve consistency of locking for SOG.m_parts in order to avoid race conditions in linking and unlinking 14 years ago
  Justin Clark-Casey (justincc) 9d8a67fe13 get rid of PrimitiveBaseShape.MediaRaw staging post 14 years ago
  Justin Clark-Casey (justincc) 412fed975f relocate serialization code from SQLiteRegionData to MoapModule using load and save events. 14 years ago
  Justin Clark-Casey (justincc) afdbeba4e4 Put a wrapper around the media texture region serialization 14 years ago
  Justin Clark-Casey (justincc) fc76ce0f46 fix bug where prim persistence would fail if media had never been set 14 years ago
  Justin Clark-Casey (justincc) 43f480864b fix problem persisting when only one face had a media texture 14 years ago
  Justin Clark-Casey (justincc) 9682e0c733 Implement media texture persistence over server restarts for sqlite 14 years ago
  Justin Clark-Casey (justincc) 55040a84a5 Fix bug where prim items were not loaded in the new sqlite database handler 14 years ago
  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. 14 years ago
  Justin Clark-Casey (justincc) d921329799 take out some debug logging in the sqlite db adaptor 14 years ago
  Justin Clark-Casey (justincc) cc67de5b86 rename SQLiteNG to SQLite and SQLite to SQLiteLegacy 14 years ago
  Melanie ec637e2b8c Committing the LightShare code, which was developed by TomMeta of Meta7. 14 years ago
  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) 14 years ago
  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 14 years ago
  John Hurliman 67ac9881fa Removing duplicate SceneObjectPart.RotationalVelocity property 14 years ago
  Melanie 6878b26b0d Merge branch 'diva-textures-osgrid' 14 years ago
  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) 14 years ago
  dr scofield (aka dirk husemann) 75a42e0459 reducing region DB log spam 14 years ago
  dr scofield (aka dirk husemann) 2107b67f1b - cleaning up LandData/ILandObject capitalization issues 14 years ago
  Jeff Ames ee205e7e81 Formatting cleanup. 14 years ago
  John Hurliman f42d085ab1 SceneObjectGroup cleanup. Removes the default constructor and unnecessary null checks on m_rootPart 15 years ago
  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. 15 years ago
  Jeff Ames bc6ec3b564 Formatting cleanup. 15 years ago
  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 15 years ago
  Teravus Ovares 64bd9a3354 * Updates libOMV to version 0.7.0 15 years ago
  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. 15 years ago