| Commit message (Expand) | Author | Age | Files | Lines |
* | disable physics actors for flexible prims | dahlia | 2009-10-04 | 1 | -3/+4 |
* | Merge branch 'diva-textures-osgrid' | Melanie | 2009-10-04 | 2 | -2/+2 |
|\ |
|
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 2009-10-02 | 2 | -2/+2 |
* | | Merge branch 'master' into diva-textures | Melanie | 2009-10-02 | 3 | -51/+51 |
|\ \ |
|
| * | | - cleaning up LandData/ILandObject capitalization issues | dr scofield (aka dirk husemann) | 2009-10-02 | 3 | -51/+51 |
* | | | Merge branch 'master' into diva-textures | Melanie | 2009-10-02 | 51 | -793/+592 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim | Melanie | 2009-10-02 | 1 | -12/+19 |
| |\ |
|
| | * | Added messages to assertions in the failing tests, so that we know which ones... | Diva Canto | 2009-10-01 | 1 | -12/+19 |
| * | | Revert "* Adding Scale to EntityBase * Fixing the incorrect initialization of... | Melanie | 2009-10-02 | 3 | -36/+16 |
| |/ |
|
| * | Removed an innefficent List.Contains lookup from UpdateQueue | James J Greensky | 2009-09-30 | 1 | -5/+4 |
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | John Hurliman | 2009-09-30 | 10 | -16/+16 |
| |\ |
|
| | * | Formatting cleanup. | Jeff Ames | 2009-10-01 | 10 | -16/+16 |
| * | | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | John Hurliman | 2009-09-30 | 48 | -870/+702 |
| |\ \
| | |/ |
|
| | * | Formatting cleanup. | Jeff Ames | 2009-10-01 | 42 | -165/+165 |
| | * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim into x-opensim | dr scofield (aka dirk husemann) | 2009-09-29 | 2 | -0/+22 |
| | |\ |
|
| | | * | A little hack to see if this fixes the problems with ~20% of SOG's becoming p... | Diva Canto | 2009-09-29 | 2 | -0/+22 |
| | * | | This fix addresses the problem where phantom objects do not | Alan M Webb | 2009-09-29 | 1 | -1/+1 |
| | |/ |
|
| | * | I think I have fixed something that was broken in the scene setup (tests) and... | Diva Canto | 2009-09-28 | 1 | -3/+4 |
| | * | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-09-28 | 1 | -1/+1 |
| | |\ |
|
| | | * | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-09-29 | 1 | -1/+1 |
| | * | | Improved the Local grid connector to fetch data from the DB when it doesn't f... | Diva Canto | 2009-09-28 | 1 | -3/+4 |
| | |/ |
|
| | * | Neighbours cache working. | Diva Canto | 2009-09-27 | 2 | -3/+5 |
| | * | Unpacking the mess with OtherRegionUp, so we can have a real cache of the nei... | Diva Canto | 2009-09-27 | 5 | -95/+74 |
| | * | Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c... | Diva Canto | 2009-09-26 | 2 | -23/+29 |
| | * | Fixed MapBlocks bug, wrong order of arguments. First version that seems compl... | Diva Canto | 2009-09-26 | 1 | -7/+1 |
| | * | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-09-26 | 4 | -13/+23 |
| | |\ |
|
| | | * | * Does a full battery of tests to ensure that the object isn't an attachment ... | Teravus Ovares (Dan Olivares) | 2009-09-25 | 1 | -1/+6 |
| | | * | * Fixes teleporting within megaregions on HG enabled regions. You can tele... | Teravus Ovares (Dan Olivares) | 2009-09-25 | 2 | -3/+9 |
| | | * | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2009-09-25 | 1 | -0/+7 |
| | | |\ |
|
| | | * | | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-09-25 | 1 | -9/+8 |
| | * | | | First pass at the heart surgery for grid services. Compiles and runs minimall... | Diva Canto | 2009-09-26 | 6 | -455/+181 |
| | | |/
| | |/| |
|
| | * | | Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the... | Diva Canto | 2009-09-25 | 1 | -0/+7 |
| | |/ |
|
| | * | addition of a new script function osSetParcelSIPAddress(string SIPAddress), n... | Rob Smart | 2009-09-18 | 1 | -0/+45 |
| | * | Alternate algorithm for fixing avatar capsule tilt (Mantis #2905) | nlin | 2009-09-18 | 1 | -1/+1 |
| * | | * Adding Scale to EntityBase * Fixing the incorrect initialization of EntityB... | John Hurliman | 2009-09-16 | 3 | -16/+36 |
* | | | * Change the signature of the agent set appearance callback to prevent unnece... | John Hurliman | 2009-09-30 | 1 | -7/+32 |
* | | | Remove predecode-j2k and it's assoaciated logic | Melanie | 2009-09-30 | 1 | -122/+0 |
* | | | Attempting to improve the robustness of texture decoding by always ignoring L... | John Hurliman | 2009-09-30 | 2 | -4/+3 |
| |/
|/| |
|
* | | While running a test case I had written to pursue problems with | Alan M Webb | 2009-09-17 | 1 | -113/+152 |
|/ |
|
* | SceneObjectGroup cleanup. Removes the default constructor and unnecessary nul... | John Hurliman | 2009-09-16 | 4 | -118/+52 |
* | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2009-09-16 | 1 | -1/+2 |
|\ |
|
| * | updated the IAuthorizationService interface so that a message is passed back ... | Rob Smart | 2009-09-16 | 1 | -1/+2 |
* | | on iar save/load, let the user know if they put in the wrong password | Justin Clark-Casey (justincc) | 2009-09-16 | 1 | -4/+1 |
|/ |
|
* | Some OSGrid specific changes, please use this or later for OSGrid use | Melanie | 2009-09-15 | 1 | -3/+3 |
* | * Use the BeginInvoke methodology instead of the FireAndForget methodology to... | Teravus Ovares (Dan Olivares) | 2009-09-13 | 1 | -5/+25 |
* | Change the type value for given folders to -1. Prevents inventory blowups | Melanie | 2009-09-13 | 1 | -1/+1 |
* | Merge branch 'master' of ssh://MyConnection/var/git/opensim | Teravus Ovares (Dan Olivares) | 2009-09-13 | 1 | -7/+7 |
|\ |
|
| * | Formatting cleanup. | Jeff Ames | 2009-09-13 | 1 | -7/+7 |
* | | * More comments in the RegionCombinerModule | Teravus Ovares (Dan Olivares) | 2009-09-13 | 2 | -15/+135 |
|/ |
|
* | Changed the interface of IAuthorizationService to get less data. | Diva Canto | 2009-09-10 | 1 | -5/+3 |