| Commit message (Expand) | Author | Files | Lines |
2008-02-03 | Thanks to Brianw for pointing out the definition of OwnerUUID | Charles Krinke | 1 | -1/+1 |
2008-02-02 | * Added Full support for llSetTextureAnim. To ckrinke: Let the fountains o... | Teravus Ovares | 1 | -3/+3 |
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 |
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 inventory... | Justin Clarke Casey | 1 | -13/+6 |
2008-01-21 | * Stopped Physical Object saving on SQLite got commented out in my last commi... | Teravus Ovares | 1 | -3/+3 |
2008-01-20 | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 2 | -7/+3 |
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 |
2008-01-16 | * Store task inventory when an object is taken into agent inventory | Justin Clarke Casey | 1 | -41/+43 |
2008-01-15 | * Restore non dash asset UUID persistence which was made dashed in r3069 | Justin Clarke Casey | 1 | -6/+6 |
2008-01-15 | * Mother of all commits: | Adam Frisby | 4 | -7/+35 |
2008-01-14 | my Exists check was slow and wrong. This fixes issues people | Sean Dague | 1 | -5/+24 |
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 |
2008-01-11 | * Do database implementation for prim inventory items in mysql | Justin Clarke Casey | 1 | -17/+34 |
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 |
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 l... | Teravus Ovares | 1 | -0/+24 |
2008-01-09 | moving Region store for SQLite into the OpenSim.Framework.Data.SQLite | Sean Dague | 1 | -0/+1760 |
2008-01-09 | * Added a hashtable based HTTP processor in preparation of the web_login_key | Teravus Ovares | 1 | -0/+21 |
2008-01-01 | * You can add and remove a friend in standalone now within the same simulator... | Teravus Ovares | 1 | -8/+36 |
2007-12-31 | * Added database and UserManagerBase glue for FriendsList management | Teravus Ovares | 2 | -6/+191 |
2007-12-30 | * Fixed References in Prebuild so the project compiles | Teravus Ovares | 1 | -0/+25 |
2007-12-27 | * Optimized usings | lbsa71 | 6 | -30/+31 |
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 store... | Justin Clarke Casey | 1 | -2/+2 |
2007-12-20 | Convert an sqlite user LLUUID I'd missed | Justin Clarke Casey | 1 | -1/+1 |
2007-12-20 | Convert some inventory ids I managed to miss | Justin Clarke Casey | 1 | -5/+5 |
2007-12-20 | Fix up other sqlite db interactions to use non-hyphenated uuid | Justin Clarke Casey | 3 | -13/+13 |
2007-12-20 | Establish Util.ToRawUuidString to get LLUUIDs in unhyphenated form | Justin Clarke Casey | 1 | -24/+24 |
2007-12-20 | Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. W... | Jeff Ames | 1 | -2/+2 |
2007-12-19 | Misc. cleanup: | Jeff Ames | 1 | -1/+1 |
2007-12-15 | Put out a more comprehensible message when user authentication fails than the... | Justin Clarke Casey | 1 | -21/+2 |
2007-12-15 | Grid Inventory feature upgrade: renaming folders should now be correct, subfo... | Brian McBee | 1 | -0/+32 |
2007-12-13 | Minor cleanup | Jeff Ames | 2 | -18/+13 |
2007-12-10 | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 5 | -10/+10 |
2007-12-09 | From Justin Casey (IBM) | Sean Dague | 1 | -1/+1 |
2007-12-08 | This patch fixes mantis 105. Basically, it stops the index exception when | Sean Dague | 1 | -19/+8 |
2007-11-30 | * Fixed a bug in my 'user already logged in' fix that could cause a null refe... | Teravus Ovares | 1 | -2/+4 |
2007-11-30 | * Here's the issue, on log-off, the routine sets up a null useragent member a... | Teravus Ovares | 1 | -1/+21 |
2007-11-29 | fixed duplicate login in standalone mode (mostly untested in grid mode) | Jeff Ames | 1 | -3/+3 |
2007-11-13 | * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m... | Teravus Ovares | 2 | -1/+63 |
2007-10-30 | * Optimized usings | lbsa71 | 7 | -384/+458 |
2007-10-29 | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 4 | -7/+7 |