| Commit message (Expand) | Author | Files | Lines |
2008-01-26 | Set svn properties. | Jeff Ames | 1 | -0/+0 |
2008-01-25 | * Add missed out evn:eol-style native | Justin Clarke Casey | 1 | -43/+43 |
2008-01-25 | * Add very basic initial login stats to the user server | Justin Clarke Casey | 3 | -2/+149 |
2008-01-24 | * Reinsert 3 second land loading delay of r3132 accidentally removed in r3141. | Justin Clarke Casey | 1 | -0/+3 |
2008-01-23 | * Added ReadEtcIssue to Util | Teravus Ovares | 1 | -0/+22 |
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-23 | * Changing log messages to use 24 hour clock rather than 12 hour - hope nobod... | Justin Clarke Casey | 1 | -2/+2 |
2008-01-22 | * Enabled dead region tracking for ChildAgentDataUpdates | Teravus Ovares | 2 | -0/+6 |
2008-01-21 | * Shutting down child agents properly in neighbor regions. | Teravus Ovares | 4 | -3/+19 |
2008-01-21 | * Following on from sdague's r3144, commenting out other parts of TribalMedia | Justin Clarke Casey | 6 | -1/+14 |
2008-01-21 | * Scripts edited within a prim will now be persisted correctly | Justin Clarke Casey | 2 | -135/+64 |
2008-01-21 | comment out use of the TribalMedia data mapper layer | Sean Dague | 1 | -1/+1 |
2008-01-21 | Method rename | Justin Clarke Casey | 2 | -2/+2 |
2008-01-21 | Properly lock new separate database accesses | Justin Clarke Casey | 2 | -111/+117 |
2008-01-21 | * Make object persistence more granular by separating prim and prim inventory... | Justin Clarke Casey | 2 | -104/+77 |
2008-01-21 | Add additional mainlog data to LogOffUser | Charles Krinke | 1 | -1/+2 |
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 | 9 | -25/+65 |
2008-01-20 | Graceful failure of teleport to unavailable regions might actually work now. | Brian McBee | 1 | -0/+2 |
2008-01-20 | Check if remote simulator is up before attempting teleport. Teleport to a rem... | Brian McBee | 1 | -1/+1 |
2008-01-20 | Tedds temp fix for startup crash: Waiting 3 seconds for stuff to catch up. (S... | Tedd Hansen | 1 | -0/+2 |
2008-01-19 | Most is back in its original state :) Hope I didn't break anything... *looks ... | Tedd Hansen | 1 | -7/+0 |
2008-01-19 | That didn't work -- added more debugging | Tedd Hansen | 1 | -19/+8 |
2008-01-19 | That didn't work, trying with TableAdapter.FillSchema(DataSet, SchemaType.Sou... | Tedd Hansen | 1 | -4/+26 |
2008-01-19 | Removed mega-debugging. | Tedd Hansen | 1 | -26/+7 |
2008-01-19 | removed additional debugging, added temp mega-debugging to StoreLandObject | Tedd Hansen | 1 | -0/+19 |
2008-01-19 | checking return code may make failed teleports fail more gracefully. | Brian McBee | 1 | -0/+5 |
2008-01-19 | Still hunting, added debug output | Tedd Hansen | 1 | -1/+1 |
2008-01-19 | Still looking for that startup crash bug. Added some exception handling in pr... | Tedd Hansen | 1 | -52/+59 |
2008-01-17 | parametrize like clauses for avatar picker | Sean Dague | 1 | -18/+23 |
2008-01-16 | * More prim inventory synchronization | Justin Clarke Casey | 2 | -30/+36 |
2008-01-16 | * Fix mantis 345 - it is now possible to duplicate prims directly in the regi... | Justin Clarke Casey | 1 | -15/+46 |
2008-01-16 | * Store task inventory when an object is taken into agent inventory | Justin Clarke Casey | 3 | -103/+193 |
2008-01-16 | * added missing using clause | lbsa71 | 1 | -0/+1 |
2008-01-16 | * More work on getting the database framework to actually work | lbsa71 | 6 | -15/+15 |
2008-01-16 | * Added Packets In/s, Packets Out/s and Current un_acked Packets to the SimSt... | Teravus Ovares | 1 | -0/+3 |
2008-01-15 | * Restore non dash asset UUID persistence which was made dashed in r3069 | Justin Clarke Casey | 1 | -6/+6 |
2008-01-15 | Set svn:eol-style. | Jeff Ames | 1 | -17/+17 |
2008-01-15 | * Renamed a bunch of Data baseclasses for clarity and readability | lbsa71 | 4 | -7/+7 |
2008-01-15 | * Some morw work on specializing the database framework for OpenSim | lbsa71 | 3 | -3/+21 |
2008-01-15 | * Mother of all commits: | Adam Frisby | 57 | -282/+465 |
2008-01-14 | Set svn:eol-style. | Jeff Ames | 5 | -301/+301 |
2008-01-14 | * Added specialization of DatabaseMapper, DataReader and ObjectFieldMapper to... | lbsa71 | 5 | -0/+302 |
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-13 | Applied patch from melanie (thank you) for mantis issue# 338 | MW | 1 | -2/+2 |
2008-01-11 | * Do database implementation for prim inventory items in mysql | Justin Clarke Casey | 2 | -32/+344 |
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 |