Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-11-14 | From: Christopher Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 1 | -2/+4 | |
This patch makes llAllowInventoryDrop work with the permissions module enabled. Changes include: - Enabled PropagatePermissions when permissions module serverside perms is on - change ownership of item when item is dropped into an object. Ownership changes to the owner of the object the item is dropped into - propagation of permissions if the permissions module enabled (eg next-owner mask applied) - CHANGED_ALLOWED_DROP is now passed to the change script event if an item was allowed to be dropped into the object only because llAllowInventoryDrop is enabled (instead of CHANGED_INVENTORY being passed). - Sets object flags correctly when llAllowInventoryDrop is called so clients are notified immediately of the change in state. Am not sure that calling aggregateScriptEvents is the right way to do it, but it works and seems to be the only way without making further changes to update LocalFlags | |||||
2008-11-13 | make inventory item listing more robust. It turns out that a bad item | Sean Dague | 1 | -8/+28 | |
(one that won't parse right) will prevent all other items in that folder to load when inventory is requested. This is very careful to no longer add inventory items that return as null to the hash table for getInventoryInFolder, as well as be more careful parsing UUIDs for fields that aren't marked not null in MySQL. The net result, you may see previously missing inventory items return after this checkin. Folders probably need to be hardened in the same way, but I'm out of time for today. | |||||
2008-11-13 | Update avatar picker search to work with OpenSearch people search | Melanie Thielker | 1 | -2/+2 | |
2008-11-10 | * refactor: Expose SOG.SetRootPart for outsiders to use rather than setting ↵ | Justin Clarke Casey | 5 | -16/+11 | |
RootPart and adding the part separately * Make RootPart read only | |||||
2008-11-09 | Update svn properties. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2 | -50/+50 | |
2008-11-09 | Mantis#2591. Thank you kindly, Ruud Lathrop for a patch that: | Charles Krinke | 2 | -0/+50 | |
This patch is two script that fixes a issue when adding more then 1 avatar to estateban/estatemanager list. It removes a key and adds a index to the tables. | |||||
2008-11-08 | Mantis#2598: Thanks Fly-Man- for a patch that fixes a client-thread crash by | Homer Horwitz | 1 | -1/+1 | |
allowing landFlags bit 31 to be used (Int32 -> UInt32). | |||||
2008-11-08 | Work in progress on SECS stuff. Have been holding it off until after 0.6 ↵ | Tedd Hansen | 1 | -2/+2 | |
release. Still messy as hell and doesn't really work yet. Will undergo dramatic changes. AND MOST IMPORTANTLY: Will be conformed to work in coop with todays DNE and XEngine, hopefully one day providing a common interface for all components. | |||||
2008-11-08 | Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup. | Jeff Ames | 2 | -2/+56 | |
2008-11-06 | add create_time and access_time to asset db for mysql, as well | Sean Dague | 2 | -2/+52 | |
as the code to update these at the appropriate time. This isn't surfaced in AssetBase yet. Change the replace into to an insert into for asset create. Assets are not supposed to be updatable, and the replace into is more expensive. From: Sean Dague <sdague@gmail.com> | |||||
2008-11-06 | From: arthursv@linux.vnet.ibm.com | Sean Dague | 3 | -52/+162 | |
Add more unit tests for user cases Persist more user fields into mysql that already had columns defined but weren't getting passed to the mysql manager. | |||||
2008-11-05 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -5/+5 | |
2008-11-05 | add a test that ensures that databases work if email is null. | Sean Dague | 1 | -0/+4 | |
From: Sean Dague <sdague@gmail.com> | |||||
2008-11-05 | added missing file from mantis #2555 | Dahlia Trimble | 1 | -0/+5 | |
2008-11-04 | * Apply http://opensimulator.org/mantis/view.php?id=2555 | Justin Clarke Casey | 1 | -4/+7 | |
* Add new e-mail field to users table for MSSQL * Thanks StrawberryFride | |||||
2008-11-04 | add some null protection on email | Sean Dague | 2 | -2/+3 | |
From: Sean Dague <sdague@gmail.com> | |||||
2008-11-04 | - Added stronger persistence tests for BasicUserTests | Sean Dague | 2 | -13/+103 | |
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
2008-11-04 | - Stronger inventory tests | Sean Dague | 1 | -5/+119 | |
From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
2008-11-04 | implement email field for MySQL and SQLite | Sean Dague | 6 | -16/+36 | |
From: Sean Dague <sdague@gmail.com> | |||||
2008-11-01 | * Minor cleanup | Adam Frisby | 1 | -1/+0 | |
* Added additional error message when a Object/SOG DB save fails so we can trace why. | |||||
2008-11-01 | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 5 | -1/+99 | |
on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs. | |||||
2008-11-01 | Fix a compile warning about unreachable code | Homer Horwitz | 1 | -2/+0 | |
2008-11-01 | A stab a getting the user server to act right. Move acquisition of the | Melanie Thielker | 2 | -18/+21 | |
locks to just before the try/catch/finally block, so that an exception thrown between taking the lock and entering the try doesn't leave a mutex locked | |||||
2008-10-31 | * Added some debug information to MySQL UserDataManager to help diagnose a ↵ | Adam Frisby | 2 | -18/+25 | |
potential issue when in high load. Related to mantis #2508. | |||||
2008-10-30 | * minor: remove mono warning | Justin Clarke Casey | 1 | -1/+0 | |
2008-10-30 | - Includes consistency test for new and updated objects, as | Sean Dague | 3 | -96/+112 | |
some fixes in MySQL and SQLite From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
2008-10-30 | Mid-work, trying to fix region part insertion and retrieval | Sean Dague | 3 | -24/+378 | |
SQLite reports System NUll Reference, but works, inside LoadItems, on SQLiteRegionData.cs From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
2008-10-27 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -5/+5 | |
2008-10-27 | Thank you kindly, Ruud Lathrop for a patch that solves: | Charles Krinke | 3 | -157/+187 | |
Primary Key violation when just linked a lot of prims using MSSQL. | |||||
2008-10-18 | Add a resource file on Strawberry's patch I missed | Melanie Thielker | 1 | -0/+7 | |
2008-10-18 | Thank you, Strawberry Fride, for a patch that brings MSSQL even with MySQL | Melanie Thielker | 1 | -31/+35 | |
2008-10-18 | Megapatch. :) Fix skull attachment editing. Streamline Object terse updates. | Melanie Thielker | 4 | -0/+26 | |
Add rezzing time to objects. Add Object return and traffic fields to land database. Add plumbing for auto return. Implement auto return. Contains a migration. May contain nuts. | |||||
2008-10-17 | Update svn properties, minor formatting cleanup. | Jeff Ames | 2 | -3/+3 | |
2008-10-16 | - Removed debug print method | Sean Dague | 1 | -12/+1 | |
2008-10-16 | more fun with rebasing | Sean Dague | 1 | -2/+12 | |
2008-10-16 | resorting out this merge from arthur, sorry for so many commits here. | Sean Dague | 1 | -8/+0 | |
2008-10-16 | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 1 | -0/+5 | |
2008-10-16 | - New attempt after merging problem | Sean Dague | 1 | -5/+0 | |
2008-10-16 | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 1 | -0/+3 | |
2008-10-16 | - Removed a Console.Writeline and added a Test that will be changed | Sean Dague | 1 | -2/+7 | |
if the last commit is accepted | |||||
2008-10-16 | - Removed debug print method | Sean Dague | 1 | -12/+1 | |
2008-10-16 | - Enforced no user or agent with UUID 0 on agent DB insertion | Sean Dague | 3 | -8/+12 | |
2008-10-15 | clean up a merge conflict and remove a console message | Sean Dague | 1 | -0/+1 | |
2008-10-15 | * minor: comment out persisting prim inventory log messages | Justin Clarke Casey | 2 | -2/+2 | |
2008-10-15 | - Added User Appearance Set and Get tests | Sean Dague | 1 | -0/+10 | |
2008-10-15 | - Removed a Console.Writeline and added a Test that will be changed | Sean Dague | 1 | -2/+20 | |
if the last commit is accepted | |||||
2008-10-15 | - Makes MySQL reject inserting UUID 0 | Sean Dague | 3 | -5/+59 | |
- Makes SQLite mimick MySQL default behavior on first and last name already on db: it does not insert the new record. - Added tests for UUID 0 and for new UUID with existing first and last name. | |||||
2008-10-15 | Removed some comments | Sean Dague | 1 | -3/+1 | |
2008-10-14 | move from index based to exists strategy here | Sean Dague | 1 | -10/+36 | |
2008-10-14 | Merge commit 'arthur/master' | Sean Dague | 2 | -17/+254 | |