| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 0001558: [PATCH] Add support for full collision geometry feature set for li... | Teravus Ovares | 2008-06-15 | 2 | -88/+296 |
* | Update svn properties. | Jeff Ames | 2008-06-15 | 0 | -0/+0 |
* | Change VersionInfo string from | Charles Krinke | 2008-06-15 | 1 | -1/+1 |
* | Change VersionInfo string from: | Charles Krinke | 2008-06-14 | 1 | -1/+1 |
* | * minor: A few miscellaneous doc comments before I break and start on somethi... | Justin Clarke Casey | 2008-06-14 | 3 | -3/+5 |
* | * Vintage 2, a good year. | Teravus Ovares | 2008-06-14 | 1 | -4/+6 |
* | * Fixes: 0001554: r5106 update fails to load on some regions with NullRef err... | Teravus Ovares | 2008-06-14 | 1 | -0/+20 |
* | * Start recording asset request failures | Justin Clarke Casey | 2008-06-14 | 2 | -14/+27 |
* | * Enables maptile display in grid mode for simulators that are not on the sam... | Teravus Ovares | 2008-06-14 | 5 | -6/+110 |
* | save_assets_to_file path shouldn't always assume uploaded | Sean Dague | 2008-06-13 | 1 | -1/+8 |
* | the first pass at Asset Fridays. Contribution of a handshake | Sean Dague | 2008-06-13 | 5 | -5/+19 |
* | rename to index.xml just to make this more consistant | Sean Dague | 2008-06-13 | 1 | -0/+0 |
* | * refactor: catch asset service request exceptions at the AssetServerBase lev... | Justin Clarke Casey | 2008-06-13 | 2 | -26/+35 |
* | * minor: Remove LINK_SET debug Console Writeline | Justin Clarke Casey | 2008-06-13 | 1 | -2/+0 |
* | * minor: Print out uptime as well as stats in periodic diagnostics logging, s... | Justin Clarke Casey | 2008-06-13 | 2 | -6/+30 |
* | * Double timeout on region registration XMLRPC call to the grid service | Justin Clarke Casey | 2008-06-13 | 1 | -1/+4 |
* | * minor: comment out confusing DefaultTimeout field in RestClient, which is c... | Justin Clarke Casey | 2008-06-13 | 1 | -1/+1 |
* | * If appropriate, start printing out the inner exception from the grid -> reg... | Justin Clarke Casey | 2008-06-13 | 1 | -1/+5 |
* | add indexes for sqlite inventory | Sean Dague | 2008-06-13 | 1 | -0/+8 |
* | A little minor cleanup and harmonizing between LSL_BuiltIn_Commands.cs | Charles Krinke | 2008-06-13 | 2 | -19/+9 |
* | Update svn properties, clean up formatting, refactor out duplicate hard-coded... | Jeff Ames | 2008-06-13 | 11 | -94/+74 |
* | look mom, migrations in action. This adds a couple of indexes | Sean Dague | 2008-06-12 | 1 | -0/+6 |
* | * Split the World Map code into a module. | Teravus Ovares | 2008-06-12 | 5 | -18/+284 |
* | Fix mysql migrations. This is tested with an existing up to date schema, | Sean Dague | 2008-06-12 | 7 | -17/+32 |
* | * minor: Remove and tidy duplicate 'storing object to scene' messages in log | Justin Clarke Casey | 2008-06-12 | 5 | -5/+7 |
* | * refactor: For new objects, move attach to backup to occur when adding to a ... | Justin Clarke Casey | 2008-06-12 | 7 | -58/+46 |
* | * refactor: rename CreatePrimFromXml to CreatePrimFromXml2 | Justin Clarke Casey | 2008-06-12 | 2 | -5/+12 |
* | this, in theory, adds migration support to mysql for all | Sean Dague | 2008-06-12 | 4 | -112/+194 |
* | check in region store initial migration definition, | Sean Dague | 2008-06-12 | 1 | -0/+150 |
* | check in migration files for mysql | Sean Dague | 2008-06-12 | 3 | -0/+152 |
* | * Insulate maptile volume draw routine against TextureEntry oddities. | Teravus Ovares | 2008-06-12 | 1 | -14/+28 |
* | * Added Prim drawing to the mainmap tile generation.. you can see blocks re... | Teravus Ovares | 2008-06-12 | 2 | -1/+147 |
* | check in working migration code fore SQLite. This | Sean Dague | 2008-06-11 | 5 | -214/+276 |
* | updated resources for current sqlite schema for migrations | Sean Dague | 2008-06-11 | 4 | -171/+200 |
* | For people receiving: Exception: System.ArgumentException: Value of -21474836... | Teravus Ovares | 2008-06-11 | 1 | -8/+41 |
* | *Parcel Prim Count Maximums moved to their own functions so modules can overr... | mingchen | 2008-06-11 | 10 | -16/+87 |
* | Mantis#1514. Thank you kindly, Boscata for an InventoryServer patch | Charles Krinke | 2008-06-11 | 5 | -1/+47 |
* | Mantis#1528. Thank you kindly, Boscata for: | Charles Krinke | 2008-06-11 | 2 | -29/+168 |
* | * Drop periodic stats logging back down to 60 minutes to reduce console spam. | Justin Clarke Casey | 2008-06-11 | 1 | -1/+1 |
* | Mantis 1370. Thanks lulurun for the patch | Johan Berntsson | 2008-06-11 | 1 | -2/+3 |
* | * Fix the string substitutions in the last commit | Justin Clarke Casey | 2008-06-11 | 1 | -1/+1 |
* | * From inspecting OSGrid WP logs, it appears one particular client is failing... | Justin Clarke Casey | 2008-06-11 | 1 | -3/+14 |
* | * Add 'show info' command to all servers, which prints the directory in which... | Justin Clarke Casey | 2008-06-11 | 1 | -2/+16 |
* | * minor: Reduce statistic log snapshots to every 20 minutes to get more infor... | Justin Clarke Casey | 2008-06-10 | 1 | -1/+1 |
* | * minor: Report cache figures in rounded up KB instead of with decimal places... | Justin Clarke Casey | 2008-06-10 | 1 | -4/+4 |
* | * minor: Properly clear the pushed asset cache statistics where the clear-ass... | Justin Clarke Casey | 2008-06-10 | 3 | -1/+21 |
* | * If a server has statistics, print these out to the log every hour to get so... | Justin Clarke Casey | 2008-06-10 | 2 | -1/+22 |
* | I'm going to need the Version property to manage | Sean Dague | 2008-06-10 | 1 | -0/+6 |
* | update of migration code to be more sane on version | Sean Dague | 2008-06-10 | 1 | -40/+37 |
* | Update svn properties. | Jeff Ames | 2008-06-10 | 1 | -51/+51 |