| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Shutting down child agents properly in neighbor regions. | Teravus Ovares | 2008-01-21 | 4 | -3/+19 |
* | * Following on from sdague's r3144, commenting out other parts of TribalMedia | Justin Clarke Casey | 2008-01-21 | 6 | -1/+14 |
* | * Scripts edited within a prim will now be persisted correctly | Justin Clarke Casey | 2008-01-21 | 2 | -135/+64 |
* | comment out use of the TribalMedia data mapper layer | Sean Dague | 2008-01-21 | 1 | -1/+1 |
* | Method rename | Justin Clarke Casey | 2008-01-21 | 2 | -2/+2 |
* | Properly lock new separate database accesses | Justin Clarke Casey | 2008-01-21 | 2 | -111/+117 |
* | * Make object persistence more granular by separating prim and prim inventory... | Justin Clarke Casey | 2008-01-21 | 2 | -104/+77 |
* | Add additional mainlog data to LogOffUser | Charles Krinke | 2008-01-21 | 1 | -1/+2 |
* | * Stopped Physical Object saving on SQLite got commented out in my last commi... | Teravus Ovares | 2008-01-21 | 1 | -3/+3 |
* | * Added hooks for logout to all IUserService and all that implement it. | Teravus Ovares | 2008-01-20 | 9 | -25/+65 |
* | Graceful failure of teleport to unavailable regions might actually work now. | Brian McBee | 2008-01-20 | 1 | -0/+2 |
* | Check if remote simulator is up before attempting teleport. Teleport to a rem... | Brian McBee | 2008-01-20 | 1 | -1/+1 |
* | Tedds temp fix for startup crash: Waiting 3 seconds for stuff to catch up. (S... | Tedd Hansen | 2008-01-20 | 1 | -0/+2 |
* | Most is back in its original state :) Hope I didn't break anything... *looks ... | Tedd Hansen | 2008-01-19 | 1 | -7/+0 |
* | That didn't work -- added more debugging | Tedd Hansen | 2008-01-19 | 1 | -19/+8 |
* | That didn't work, trying with TableAdapter.FillSchema(DataSet, SchemaType.Sou... | Tedd Hansen | 2008-01-19 | 1 | -4/+26 |
* | Removed mega-debugging. | Tedd Hansen | 2008-01-19 | 1 | -26/+7 |
* | removed additional debugging, added temp mega-debugging to StoreLandObject | Tedd Hansen | 2008-01-19 | 1 | -0/+19 |
* | checking return code may make failed teleports fail more gracefully. | Brian McBee | 2008-01-19 | 1 | -0/+5 |
* | Still hunting, added debug output | Tedd Hansen | 2008-01-19 | 1 | -1/+1 |
* | Still looking for that startup crash bug. Added some exception handling in pr... | Tedd Hansen | 2008-01-19 | 1 | -52/+59 |
* | parametrize like clauses for avatar picker | Sean Dague | 2008-01-17 | 1 | -18/+23 |
* | * More prim inventory synchronization | Justin Clarke Casey | 2008-01-16 | 2 | -30/+36 |
* | * Fix mantis 345 - it is now possible to duplicate prims directly in the regi... | Justin Clarke Casey | 2008-01-16 | 1 | -15/+46 |
* | * Store task inventory when an object is taken into agent inventory | Justin Clarke Casey | 2008-01-16 | 3 | -103/+193 |
* | * added missing using clause | lbsa71 | 2008-01-16 | 1 | -0/+1 |
* | * More work on getting the database framework to actually work | lbsa71 | 2008-01-16 | 6 | -15/+15 |
* | * Added Packets In/s, Packets Out/s and Current un_acked Packets to the SimSt... | Teravus Ovares | 2008-01-16 | 1 | -0/+3 |
* | * Restore non dash asset UUID persistence which was made dashed in r3069 | Justin Clarke Casey | 2008-01-15 | 1 | -6/+6 |
* | Set svn:eol-style. | Jeff Ames | 2008-01-15 | 1 | -17/+17 |
* | * Renamed a bunch of Data baseclasses for clarity and readability | lbsa71 | 2008-01-15 | 4 | -7/+7 |
* | * Some morw work on specializing the database framework for OpenSim | lbsa71 | 2008-01-15 | 3 | -3/+21 |
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 57 | -282/+465 |
* | Set svn:eol-style. | Jeff Ames | 2008-01-14 | 5 | -301/+301 |
* | * Added specialization of DatabaseMapper, DataReader and ObjectFieldMapper to... | lbsa71 | 2008-01-14 | 5 | -0/+302 |
* | my Exists check was slow and wrong. This fixes issues people | Sean Dague | 2008-01-14 | 1 | -5/+24 |
* | good bye ADO.NET to assets, notice faster startup time | Sean Dague | 2008-01-14 | 1 | -103/+66 |
* | move db open to initialization, which is where it should have been | Sean Dague | 2008-01-14 | 1 | -40/+22 |
* | Applied patch from melanie (thank you) for mantis issue# 338 | MW | 2008-01-13 | 1 | -2/+2 |
* | * Do database implementation for prim inventory items in mysql | Justin Clarke Casey | 2008-01-11 | 2 | -32/+344 |
* | manually open the db connection. Mono does this automatically, .NET doesn't | Sean Dague | 2008-01-11 | 1 | -0/+1 |
* | Log instead of crash (User login, getting friends list) | Tedd Hansen | 2008-01-11 | 1 | -9/+17 |
* | * returnin LLUUID.Zero rather than LLUUID.Random on webkey null | lbsa71 | 2008-01-11 | 1 | -1/+1 |
* | Switch prim items type representation to use int rather than strings. | Justin Clarke Casey | 2008-01-11 | 2 | -6/+6 |
* | * quick fix to fix if webLoginKey is null in DB, return random key (I guess L... | lbsa71 | 2008-01-11 | 1 | -1/+9 |
* | * Just an update to the default login form | Teravus Ovares | 2008-01-10 | 1 | -3/+3 |
* | move Friends list to not use ADO.NET layer, it now hits the sqlite | Sean Dague | 2008-01-10 | 1 | -96/+43 |
* | add sqlite database definitions as Resources for SQLite.dll | Sean Dague | 2008-01-10 | 4 | -0/+197 |
* | * removed unused PrimScale on PrimitiveBaseShape (use Scale instead) | lbsa71 | 2008-01-10 | 1 | -16/+11 |
* | * Undid XmlIgnore thingy as it did cause breakage | lbsa71 | 2008-01-10 | 1 | -13/+12 |