| Commit message (Expand) | Author | Files | Lines |
2008-02-02 | Implements LSL function llDialog(). | alondria | 1 | -0/+1 |
2008-02-02 | fix for error on null owner_uuid field | Brian McBee | 1 | -1/+8 |
2008-02-02 | Change casting slightly for reading owner_uuid from mysql. | Charles Krinke | 1 | -2/+3 |
2008-02-02 | Thank you very much daTwitch for your first contribution to the C# simulator. | Charles Krinke | 1 | -5/+36 |
2008-02-02 | In an attempt to solve multihomed UDP problem I seem to have bound UDP socket... | Tedd Hansen | 1 | -1/+1 |
2008-02-02 | * Added Full support for llSetTextureAnim. To ckrinke: Let the fountains o... | Teravus Ovares | 1 | -3/+3 |
2008-02-02 | Added commands to change config file from console: | Tedd Hansen | 2 | -4/+14 |
2008-02-02 | Hopefully fixed MySQL DB crash on startup issue (so we can remove 3 sec wait). | Tedd Hansen | 4 | -4/+33 |
2008-02-02 | Last patch was a disaster... reset terrain whenever bug occurred. Trying agai... | Tedd Hansen | 1 | -65/+64 |
2008-02-02 | And one more patch before sleep | Tedd Hansen | 1 | -28/+43 |
2008-02-02 | Add last entry "owner_uuid" back into regions table definition. | Charles Krinke | 1 | -1/+19 |
2008-02-02 | * Committing some untested stuff regarding texture animations. This won't br... | Teravus Ovares | 1 | -0/+4 |
2008-02-01 | Removed "Loading inventory for Primitive" message. | Tedd Hansen | 1 | -1/+1 |
2008-01-31 | * setting some readonlies | lbsa71 | 1 | -1/+1 |
2008-01-31 | * Add asset/texture cache statistics to region server console | Justin Clarke Casey | 3 | -3/+144 |
2008-01-30 | * Add 'asset not found' statistics to grid asset server stats | Justin Clarke Casey | 1 | -8/+23 |
2008-01-30 | * Print out exception information when a mysql asset fetch fails | Justin Clarke Casey | 1 | -16/+29 |
2008-01-30 | * Insert 'assets served per hour' speed to asset server stats | Justin Clarke Casey | 1 | -6/+15 |
2008-01-28 | * Add total logouts (and total logins) to server side user stats | Justin Clarke Casey | 2 | -4/+42 |
2008-01-28 | * Move AssetStatsReporter to Framework.Statistics | Justin Clarke Casey | 1 | -0/+82 |
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 |