| Commit message (Expand) | Author | Age | Files | Lines |
* | * Apply http://opensimulator.org/mantis/view.php?id=3151 | Justin Clarke Casey | 2009-02-19 | 12 | -28/+37 |
* | * It think it actually works now. Only that AssetService weirdness left to fix. | lbsa71 | 2009-02-19 | 1 | -0/+0 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3142 | Justin Clarke Casey | 2009-02-19 | 30 | -180/+1125 |
* | * Okay, so finally got my head around this. Problem is that upstream Prebuild... | lbsa71 | 2009-02-19 | 61 | -2148/+2961 |
* | * Fix http://opensimulator.org/mantis/view.php?id=3193 | Justin Clarke Casey | 2009-02-19 | 1 | -51/+45 |
* | * refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it... | Justin Clarke Casey | 2009-02-19 | 3 | -7/+7 |
* | * Do deep inspection when saving inventory items in order to capture all the ... | Justin Clarke Casey | 2009-02-19 | 1 | -1/+1 |
* | * reverted the revert of the revert. What can I say? I'm calling this a day, ... | lbsa71 | 2009-02-19 | 61 | -2821/+2011 |
* | * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po... | lbsa71 | 2009-02-19 | 23 | -31/+31 |
* | * Reverted the revert, as it seems the problem was the 1.0.* in the separate ... | lbsa71 | 2009-02-19 | 61 | -2011/+2821 |
* | * Reverted Prebuild commit due to strange run-time errors. | lbsa71 | 2009-02-19 | 61 | -2821/+2011 |
* | * Ignored some bins | lbsa71 | 2009-02-19 | 0 | -0/+0 |
* | * ... okay, so the Prebuild.exe changed again when building from VS... trying... | lbsa71 | 2009-02-19 | 1 | -0/+0 |
* | Make the implementation of the message transfer module protected virtual | Melanie Thielker | 2009-02-19 | 1 | -13/+13 |
* | * Hm. Something odd here, the Prebuild.exe wasn't supposed to change from las... | lbsa71 | 2009-02-19 | 1 | -0/+0 |
* | === PREBUILD UPSTREAMS UPDATE : POTENTIAL BREAKAGE === | lbsa71 | 2009-02-19 | 61 | -2011/+2821 |
* | reverted last revision, until we decide how to handle capturing IM's | MW | 2009-02-19 | 2 | -18/+1 |
* | Added a event to IMessageTransferModule (and MessageTransferModule) so that o... | MW | 2009-02-19 | 2 | -0/+17 |
* | Force plugin state update when region crossing | Melanie Thielker | 2009-02-19 | 1 | -0/+4 |
* | Try this, then :) remove just one line from script serialization, | Melanie Thielker | 2009-02-19 | 1 | -1/+0 |
* | Refix the fix, adding a forgotten line | Melanie Thielker | 2009-02-19 | 1 | -0/+1 |
* | Attempt to fix a Windows only race in thread termination | Melanie Thielker | 2009-02-19 | 1 | -1/+8 |
* | Thank you, Snowdrop, for a patch that makes the callback ID parameter | Melanie Thielker | 2009-02-19 | 8 | -16/+18 |
* | Mantis#3188. Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 2009-02-19 | 2 | -3/+50 |
* | Fix region crossing for unscripted prims, avoid costly SEH | Melanie Thielker | 2009-02-19 | 1 | -1/+3 |
* | Make in-code provisions for the tests. Tests would fail because the | Melanie Thielker | 2009-02-18 | 1 | -1/+14 |
* | Fix standalone / simulator local script crossings. | Melanie Thielker | 2009-02-18 | 1 | -0/+2 |
* | Fix the windows sharing violations on script crossings | Melanie Thielker | 2009-02-18 | 3 | -16/+91 |
* | Stops animations on Teleports, to conform with what the viewer does. | diva | 2009-02-18 | 3 | -0/+11 |
* | * Change AssetGatherer method access so that only methods which are worth cal... | Justin Clarke Casey | 2009-02-18 | 3 | -88/+101 |
* | Fixes height on Basic Physics in local teleports. Plus some small refactoring. | diva | 2009-02-18 | 2 | -2/+18 |
* | * minor: comment out a few more [de]serialization sog timing messages | Justin Clarke Casey | 2009-02-18 | 1 | -3/+3 |
* | * Move asset gathering code from oar module to OpenSim.Region.Framework since... | Justin Clarke Casey | 2009-02-18 | 3 | -198/+264 |
* | * Make save iar behave properly if the nominated inventory path does not exist | Justin Clarke Casey | 2009-02-18 | 2 | -10/+28 |
* | Fix estate ban list persistence in MySQL and reenable tests | Melanie Thielker | 2009-02-18 | 2 | -16/+1 |
* | Restoring method 2 of linking regions in HG, which was commented out for some... | diva | 2009-02-18 | 1 | -92/+22 |
* | From: Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 2009-02-18 | 4 | -32/+48 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-02-18 | 7 | -0/+62 |
* | remove legacy pre-migration code for mysql grid adapter, who knew this | Sean Dague | 2009-02-18 | 1 | -55/+0 |
* | Improved log message. | diva | 2009-02-18 | 1 | -2/+2 |
* | Adds support for preserving animations on region crossings and TPs. | diva | 2009-02-18 | 8 | -46/+699 |
* | Makes SP.CopyFrom a bit more robust with respect to sims in older versions wh... | diva | 2009-02-17 | 1 | -6/+4 |
* | Fix a typo. i + i is not 2 times me | Melanie Thielker | 2009-02-17 | 1 | -1/+1 |
* | Re-fixing the fix :/ | Melanie Thielker | 2009-02-17 | 1 | -1/+1 |
* | One-liner to fix an omission | Melanie Thielker | 2009-02-17 | 1 | -0/+1 |
* | remove all the very old create and upgrade sql files, these were | Sean Dague | 2009-02-17 | 17 | -288/+0 |
* | * Allow inventory archives to be saved from the 'root' inventory directory | Justin Clarke Casey | 2009-02-17 | 1 | -3/+10 |
* | - additional code to get ConciergeModule to do truly async broker updates | Dr Scofield | 2009-02-17 | 1 | -13/+63 |
* | * Assign incoming items with a random UUID so that archives can be loaded mor... | Justin Clarke Casey | 2009-02-17 | 3 | -13/+6 |
* | * extend inventory archive save test to check for the presence of the item fi... | Justin Clarke Casey | 2009-02-17 | 1 | -26/+32 |