Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-03-12 | * Fix for SQLiteAssetData - We now ignore duplicate assets. We shouldn't ↵ | Adam Frisby | 1 | -2/+1 | |
support replacing a asset with a fixed UUID as this leads to potential collisions and revisioning issues when proxying down the road. | |||||
2008-03-12 | better fix for 551, not sure why I missed this earlier | Sean Dague | 1 | -12/+10 | |
2008-03-11 | Ensure resolution of mantis 113 | Sean Dague | 1 | -1/+3 | |
2008-03-11 | get rid of artificial InventoryLock object in favor of | Sean Dague | 1 | -18/+13 | |
locking on the DataSet. This doesn't change any functionality and leaves us with one less object. | |||||
2008-03-11 | Attempted fix for http://opensimulator.org/mantis/view.php?id=551 | Sean Dague | 1 | -3/+0 | |
2008-03-11 | this fixes up the exponentially growing startup times caused | Sean Dague | 1 | -9/+8 | |
by not deleting the landaccesslist. If this triggers an sqlite error on .NET, we'll need to track that down seperatly. | |||||
2008-03-09 | * Added a hack-ish routine to add the State column to the primshapes table ↵ | Teravus Ovares | 1 | -1/+11 | |
if it wasn't already there. * Started OpenSim on SQLite to a mass of red 'unable to load prim' messages. * If you are getting this message, after this update, when you start OpenSimulator, you'll get it one more time and then it'll work again. | |||||
2008-03-08 | Thank you kindly Grumly57 for a patch to solve: | Charles Krinke | 2 | -0/+4 | |
Grass type is not persisted. Try to rez some grass several time to have different random grass types around, then immediately move a couple of them. Or restart the sim and logon again. You'll see all grass types reverted to a dull default one :-) | |||||
2008-03-03 | * Applying Ahzz's profile patch. Thanks Ahzz! | Teravus Ovares | 1 | -4/+4 | |
* Fixed a few bugs in the patch that are sim crashers. * There's still a bug in mySQL mode/ grid mode where the main userprofile text doesn't save. | |||||
2008-03-02 | * Temporarily commented out the parcel banlist clearing query that was being ↵ | Teravus Ovares | 1 | -7/+8 | |
called in an ad-hoc fashion and causing an access violation error. This means that in SQLite when subdividing parcels you'll have to go to the parcel and clear out the banlist with the client instead of having it done for you immediately when you split the parcel. * A database guy really needs to look at the land stuff. :D | |||||
2008-02-20 | Minor cleanup. | Jeff Ames | 2 | -2/+2 | |
2008-02-19 | Remove "Loading inventory" messages from item inventory loads | Justin Clarke Casey | 1 | -2/+2 | |
2008-02-19 | * Committing Ahzz's patch number 620. | Teravus Ovares | 1 | -135/+177 | |
* Description SQLITE Inventory Table locks. *Provided by Openlfiegrid.com * Provides missing inventory table locks in SQLite. | |||||
2008-02-11 | From: dirk husemann <hud@zurich.ibm.com> | Sean Dague | 1 | -2/+3 | |
these two patches fixe the terrain load exception that occurs when restarting OpenSim on PPC32 by making terrain loading endian clean. it does NOT fix the client crash exception. need to hunt that one down. | |||||
2008-02-10 | Clean up logging calls using String.Format explicitly | Jeff Ames | 1 | -9/+8 | |
2008-02-07 | Update version numbers to 0.5 | Jeff Ames | 1 | -1/+1 | |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 5 | -58/+68 | |
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done. | |||||
2008-02-03 | Thanks to Brianw for pointing out the definition of OwnerUUID | Charles Krinke | 1 | -1/+1 | |
needed to be consistent with the definition of owner_uuid. They are both varchar(36) now. | |||||
2008-02-02 | * Added Full support for llSetTextureAnim. To ckrinke: Let the fountains ↵ | Teravus Ovares | 1 | -3/+3 | |
of Wright Plaza flow! * Fixed another bug in LibSL. This is the same version, as before just with a bug fix. | |||||
2008-01-23 | put the number in front of the migrations to make them easier to deal with | Sean Dague | 4 | -0/+0 | |
2008-01-21 | * Scripts edited within a prim will now be persisted correctly | Justin Clarke Casey | 1 | -61/+32 | |
* On restart the latest save will be restored rather than the very first dragged in scripts * Also add previously missed out database commits to separate prim inventory commit path (sigh) | |||||
2008-01-21 | Method rename | Justin Clarke Casey | 1 | -1/+1 | |
2008-01-21 | Properly lock new separate database accesses | Justin Clarke Casey | 1 | -52/+55 | |
2008-01-21 | * Make object persistence more granular by separating prim and prim ↵ | Justin Clarke Casey | 1 | -13/+6 | |
inventory persistence | |||||
2008-01-21 | * Stopped Physical Object saving on SQLite got commented out in my last ↵ | Teravus Ovares | 1 | -3/+3 | |
commit.. un commenting it out now. | |||||
2008-01-20 | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 2 | -7/+3 | |
* Added a Logout message with a name on the console * Added a *fixme* message to figure out why the current agent session is null * After updating you may notice that there's a login <user> and also a logout<user> | |||||
2008-01-17 | parametrize like clauses for avatar picker | Sean Dague | 1 | -18/+23 | |
2008-01-16 | * More prim inventory synchronization | Justin Clarke Casey | 1 | -11/+14 | |
* Remove some mysql verbosity | |||||
2008-01-16 | * Store task inventory when an object is taken into agent inventory | Justin Clarke Casey | 1 | -41/+43 | |
* This means that you can take an object from a region and rez it somewhere else, with its inventory intact. * As for earlier, at this stage only scripts can be placed in inventory * This isn't an efficient implementation, a better one will probably need to come along soonish | |||||
2008-01-15 | * Restore non dash asset UUID persistence which was made dashed in r3069 | Justin Clarke Casey | 1 | -6/+6 | |
* Apologies, any sqlite databases created between r3069 and this change will now contain unfindable assets. * But sqlite asset databases used previous to r3069 will now work again. * This change may have been done on purpose, so it's not impossible it will be re-reverted | |||||
2008-01-15 | * Mother of all commits: | Adam Frisby | 4 | -7/+35 | |
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate. | |||||
2008-01-14 | my Exists check was slow and wrong. This fixes issues people | Sean Dague | 1 | -5/+24 | |
were just having on IRC. Thanks to Grumly57 for helping to sort this out. | |||||
2008-01-14 | good bye ADO.NET to assets, notice faster startup time | Sean Dague | 1 | -103/+66 | |
2008-01-14 | move db open to initialization, which is where it should have been | Sean Dague | 1 | -40/+22 | |
all allong | |||||
2008-01-11 | * Do database implementation for prim inventory items in mysql | Justin Clarke Casey | 1 | -17/+34 | |
* Properly clean up items when a region object is deleted * Update persisted prim when an inventory script is changed * No user functionality yet | |||||
2008-01-11 | manually open the db connection. Mono does this automatically, .NET doesn't | Sean Dague | 1 | -0/+1 | |
2008-01-11 | Log instead of crash (User login, getting friends list) | Tedd Hansen | 1 | -9/+17 | |
2008-01-11 | Switch prim items type representation to use int rather than strings. | Justin Clarke Casey | 1 | -4/+4 | |
2008-01-10 | move Friends list to not use ADO.NET layer, it now hits the sqlite | Sean Dague | 1 | -96/+43 | |
db directly when needed | |||||
2008-01-10 | add sqlite database definitions as Resources for SQLite.dll | Sean Dague | 4 | -0/+197 | |
2008-01-09 | * This may be broken.. it hasn't been tested, however I wanted to get the ↵ | Teravus Ovares | 1 | -0/+24 | |
last database changes in before sdauge changes them significantly. | |||||
2008-01-09 | moving Region store for SQLite into the OpenSim.Framework.Data.SQLite | Sean Dague | 1 | -0/+1760 | |
namespace to mirror what is done with MySQL. This will require a configuration change for people using SQLite for prims which is given as an example in OpenSim.ini.example | |||||
2008-01-09 | * Added a hashtable based HTTP processor in preparation of the web_login_key | Teravus Ovares | 1 | -0/+21 | |
* Added the web_login_key to the users table * Added happy configurable http error message pages * This update is large enough to have 'awe' value.. so backup your users or weep. * Not tested on MSSQL, even though I added code to update the tables! | |||||
2008-01-01 | * You can add and remove a friend in standalone now within the same ↵ | Teravus Ovares | 1 | -8/+36 | |
simulator. It saves. * You can add and remove a friend in grid mode now within the same simulator. It doesn't save yet. * I got rid of Mr. OpenSim as a friend.. he bothers me /:b... | |||||
2007-12-31 | * Added database and UserManagerBase glue for FriendsList management | Teravus Ovares | 2 | -6/+191 | |
* Don't forget to run prebuild | |||||
2007-12-30 | * Fixed References in Prebuild so the project compiles | Teravus Ovares | 1 | -0/+25 | |
* Added Friends List methods to IUserData interface * Created Stub friendslist Database Methods | |||||
2007-12-27 | * Optimized usings | lbsa71 | 6 | -30/+31 | |
* shortened references * Removed redundant 'this' * Normalized EOF | |||||
2007-12-24 | Log message tweaking | Justin Clarke Casey | 1 | -5/+5 | |
2007-12-20 | Revert a couple of UUIDs back to hyphenated since we actually sometimes ↵ | Justin Clarke Casey | 1 | -2/+2 | |
store as hyphenated, sometimes not... | |||||
2007-12-20 | Convert an sqlite user LLUUID I'd missed | Justin Clarke Casey | 1 | -1/+1 | |