| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed "Loading inventory for Primitive" message. | Tedd Hansen | 2008-02-01 | 1 | -1/+1 |
* | * setting some readonlies | lbsa71 | 2008-01-31 | 1 | -1/+1 |
* | * Add asset/texture cache statistics to region server console | Justin Clarke Casey | 2008-01-31 | 3 | -3/+144 |
* | * Add 'asset not found' statistics to grid asset server stats | Justin Clarke Casey | 2008-01-30 | 1 | -8/+23 |
* | * Print out exception information when a mysql asset fetch fails | Justin Clarke Casey | 2008-01-30 | 1 | -16/+29 |
* | * Insert 'assets served per hour' speed to asset server stats | Justin Clarke Casey | 2008-01-30 | 1 | -6/+15 |
* | * Add total logouts (and total logins) to server side user stats | Justin Clarke Casey | 2008-01-28 | 2 | -4/+42 |
* | * Move AssetStatsReporter to Framework.Statistics | Justin Clarke Casey | 2008-01-28 | 1 | -0/+82 |
* | Set svn properties. | Jeff Ames | 2008-01-26 | 1 | -0/+0 |
* | * Add missed out evn:eol-style native | Justin Clarke Casey | 2008-01-25 | 1 | -43/+43 |
* | * Add very basic initial login stats to the user server | Justin Clarke Casey | 2008-01-25 | 3 | -2/+149 |
* | * Reinsert 3 second land loading delay of r3132 accidentally removed in r3141. | Justin Clarke Casey | 2008-01-24 | 1 | -0/+3 |
* | * Added ReadEtcIssue to Util | Teravus Ovares | 2008-01-23 | 1 | -0/+22 |
* | put the number in front of the migrations to make them easier to deal with | Sean Dague | 2008-01-23 | 4 | -0/+0 |
* | * Changing log messages to use 24 hour clock rather than 12 hour - hope nobod... | Justin Clarke Casey | 2008-01-23 | 1 | -2/+2 |
* | * Enabled dead region tracking for ChildAgentDataUpdates | Teravus Ovares | 2008-01-22 | 2 | -0/+6 |
* | * 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 |