| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes System.UnauthorizedAccessExceptions when trying to load OARs from | Dr Scofield | 2009-04-17 | 1 | -2/+2 |
* | trying to fix exception in Random.Next() probably caused through sharing of | Dr Scofield | 2009-04-16 | 1 | -1/+1 |
* | Correctly flag group owned prims in the land prim list | Melanie Thielker | 2009-04-16 | 1 | -1/+4 |
* | Fix build break and change some groups interfaces | Melanie Thielker | 2009-04-16 | 1 | -1/+1 |
* | * Make it possible to add a request id to load and save oar requests | Justin Clarke Casey | 2009-04-15 | 5 | -23/+51 |
* | * Make archiver tests pump the asset server manually instead of starting the ... | Justin Clarke Casey | 2009-04-14 | 1 | -1/+6 |
* | Add the RegionLoaded(Scene) API to the new region module interface to allow | Melanie Thielker | 2009-04-14 | 1 | -0/+4 |
* | - Moved TerrainModule to the new region-module system. | Homer Horwitz | 2009-04-13 | 1 | -31/+39 |
* | Correct Opensim.ini.example to reflect the default settings for clouds. | idb | 2009-04-11 | 1 | -49/+2 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3427 | Justin Clarke Casey | 2009-04-10 | 1 | -1/+71 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-09 | 1 | -1/+1 |
* | * Tagged long running tests with LongRunningAttribute. | lbsa71 | 2009-04-09 | 1 | -2/+4 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-07 | 2 | -3/+3 |
* | * Apply http://opensimulator.org/mantis/view.php?id=3418 | Justin Clarke Casey | 2009-04-07 | 1 | -6/+10 |
* | * Implements World.Parcels[] array for MRM scripting. | Adam Frisby | 2009-04-06 | 1 | -0/+9 |
* | - Move IWindModule to OpenSim.Region.Framework.Interfaces | Homer Horwitz | 2009-04-05 | 3 | -83/+3 |
* | Give a meaningful message if terrain save fails because of a file IO error. | idb | 2009-04-04 | 1 | -0/+5 |
* | Thanks jonc, for a patch that adds rendering of classic clouds. | Homer Horwitz | 2009-04-04 | 1 | -0/+190 |
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-04-04 | 4 | -14/+87 |
* | Update svn properties. | Jeff Ames | 2009-04-01 | 3 | -406/+406 |
* | Finally clean up the Scene.Permissions and permissions module. | Melanie Thielker | 2009-04-01 | 1 | -42/+42 |
* | Turning the wind module off by default. | diva | 2009-03-31 | 1 | -1/+1 |
* | Thank you kindly, MCortez for a patch that: | Charles Krinke | 2009-03-31 | 4 | -100/+716 |
* | * minor: move RegionSettingsSerializer into OpenSim.Framework.Serialization | Justin Clarke Casey | 2009-03-27 | 3 | -257/+2 |
* | * Apply http://opensimulator.org/mantis/view.php?id=865 | Justin Clarke Casey | 2009-03-26 | 1 | -0/+67 |
* | * minor: remove load oar logging I accidentally left in a few commits ago | Justin Clarke Casey | 2009-03-24 | 1 | -8/+4 |
* | * Use memory more efficiently when loading oars | Justin Clarke Casey | 2009-03-24 | 1 | -11/+19 |
* | Thank you, mcortez, for patch to add functionality to the sun module. | Melanie Thielker | 2009-03-20 | 1 | -26/+224 |
* | Rename OpenSim.Framework.Archive to OpenSim.Framework.Serialization | Mike Mazur | 2009-03-16 | 5 | -102/+102 |
* | Fixes Mantis#3301. Thank you kindly, MaimedLeech for a patch that: | Charles Krinke | 2009-03-15 | 1 | -22/+44 |
* | Thank you, mcortez, for a patch that fixes a number of long standing | Melanie Thielker | 2009-03-13 | 2 | -205/+272 |
* | * Support loading empty folders in an iar | Justin Clarke Casey | 2009-03-13 | 2 | -7/+12 |
* | * Move SceneObject tests into their proper namespace | Justin Clarke Casey | 2009-03-12 | 1 | -0/+6 |
* | Move ArchiveConstants to OpenSim.Framework.Archive | Mike Mazur | 2009-03-12 | 2 | -123/+1 |
* | Moving TarArchive to OpenSim.Framework.Archive | Mike Mazur | 2009-03-12 | 6 | -436/+5 |
* | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 2009-03-11 | 2 | -2/+2 |
* | * Enable test logging for TestSaveOarV0p2 to capture more information the nex... | Justin Clarke Casey | 2009-03-10 | 1 | -3/+4 |
* | * Address http://opensimulator.org/mantis/view.php?id=3207 | Justin Clarke Casey | 2009-03-09 | 1 | -2/+8 |
* | * Tweak llMoveToTarget per mantis 3265 | Teravus Ovares | 2009-03-09 | 1 | -2/+2 |
* | Add copyright headers. | Jeff Ames | 2009-03-07 | 1 | -1/+28 |
* | Update svn properties. | Jeff Ames | 2009-03-07 | 1 | -10/+10 |
* | * Improve memory usage when writing OARs | Justin Clarke Casey | 2009-03-06 | 5 | -71/+61 |
* | * Add more status information when an oar is being saved | Justin Clarke Casey | 2009-03-05 | 2 | -0/+23 |
* | * refactor: move media and music url setting from scene into LandObject | Justin Clarke Casey | 2009-03-05 | 1 | -1/+20 |
* | * simplify media and music url setting since we never get back a null land ob... | Justin Clarke Casey | 2009-03-05 | 1 | -7/+2 |
* | * Replace some string to byte conversions for object/item name/description fi... | Justin Clarke Casey | 2009-03-05 | 1 | -1/+1 |
* | Fixes Mantis #3255. Thank you kindly, MCortez, for a patch that: | Charles Krinke | 2009-03-05 | 1 | -2/+28 |
* | * Add the abilty to load and save iar item nodes where folders have identical... | Justin Clarke Casey | 2009-03-04 | 1 | -17/+28 |
* | * Add gnu tar format long file name support to tar reading and writing. | Justin Clarke Casey | 2009-03-04 | 3 | -85/+126 |
* | * More work on MiniRegionModule module. | Adam Frisby | 2009-03-04 | 1 | -0/+10 |