Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-04-02 | whole lot more moving | Sean Dague | 12 | -4575/+0 | |
2008-03-28 | * Introduced common abstract UserDataBase provider | lbsa71 | 1 | -101/+86 | |
* Weeded out multiple AvatarPickerAvatar classes | |||||
2008-03-28 | * Send full inventory folder skeleton to standalone client logins rather ↵ | Justin Clarke Casey | 1 | -6/+2 | |
than just the root child folders * This may resolve some current problems with non root child folders on standalone installations. * A fix for the same problem in grid mode will come soon. | |||||
2008-03-28 | * Introduced base abstract provider class for GridData | lbsa71 | 1 | -12/+12 | |
2008-03-28 | * Introduced common abstract AssetDataBase implementing IAssetProvider | lbsa71 | 5 | -30/+30 | |
* changed the semantics of SQLiteBase to SQLiteUtils * Added abstract placeholder files for the other db providers | |||||
2008-03-25 | Comment out unused private methods. | Jeff Ames | 2 | -79/+82 | |
2008-03-22 | *Moved LandManagement into its own region module (spiffy!) | mingchen | 1 | -4/+3 | |
2008-03-18 | Formatting cleanup. Minor refactoring. | Jeff Ames | 1 | -5/+2 | |
2008-03-18 | * Added the ability to type the partial name of a region in the start ↵ | Teravus Ovares | 1 | -0/+32 | |
location box and go to that region if it's there. If no close match was found, it sends you home. This is tested on mySQL. There's untested code on grids that are based on sqlite and MSSQL. The SQL statements *should* be right, but your results may very. * Ex, if you want to go to Wright Plaza, you simply need to type Wright Plaza in the start location in the client when you log-in. | |||||
2008-03-18 | Formatting cleanup. | Jeff Ames | 8 | -214/+211 | |
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 | |