| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved ITerrainModule and ITerainEffect to OpenSim.Region.Framework.Interfaces... | Homer Horwitz | 2009-04-19 | 3 | -97/+8 |
* | Thank you kindly, MCortez, for a patch that: | Charles Krinke | 2009-04-19 | 2 | -1/+34 |
* | Thank you kindly, StrawberryFride, for a patch that: | Charles Krinke | 2009-04-18 | 1 | -5/+10 |
* | * Change inventory archiver module to use profile cache | Justin Clarke Casey | 2009-04-17 | 1 | -11/+3 |
* | fixes System.UnauthorizedAccessExceptions when trying to load OARs from | Dr Scofield | 2009-04-17 | 1 | -2/+2 |
* | * minor: Eliminate redundant argument in PreloadUserCache | Justin Clarke Casey | 2009-04-16 | 1 | -1/+1 |
* | 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 |
* | Adds session authentication upon NewUserConnections. Adds user key authentica... | diva | 2009-04-14 | 3 | -3/+81 |
* | * Make archiver tests pump the asset server manually instead of starting the ... | Justin Clarke Casey | 2009-04-14 | 2 | -2/+11 |
* | Add the RegionLoaded(Scene) API to the new region module interface to allow | Melanie Thielker | 2009-04-14 | 1 | -0/+4 |
* | * Commit a variety of fixes to bugs discovered while trying to fix the NaN si... | Teravus Ovares | 2009-04-14 | 1 | -1/+2 |
* | - Moved TerrainModule to the new region-module system. | Homer Horwitz | 2009-04-13 | 2 | -32/+40 |
* | * Remove null reference exception in the J2KDecoderModule's J2K repair routin... | Teravus Ovares | 2009-04-13 | 1 | -2/+14 |
* | Actually do what I promised in the previous commit :/ | Melanie Thielker | 2009-04-12 | 1 | -4/+14 |
* | Funnel stored (offline) IMs through the Scene EventManager to make sure | Melanie Thielker | 2009-04-12 | 1 | -14/+10 |
* | Correct Opensim.ini.example to reflect the default settings for clouds. | idb | 2009-04-11 | 1 | -49/+2 |
* | Expose the XMLRPC listener port on the IXMLRPC interface to allow | Melanie Thielker | 2009-04-10 | 1 | -0/+5 |
* | * 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 | 2 | -3/+6 |
* | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 2009-04-08 | 5 | -7/+7 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-07 | 3 | -4/+4 |
* | * 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 |
* | Ouch. Remove some test left over from r9013, which broke startup | Homer Horwitz | 2009-04-05 | 1 | -2/+1 |
* | - Add new RegionModulesControllerPlugin to the application modules | Homer Horwitz | 2009-04-05 | 2 | -12/+20 |
* | - Move IWindModule to OpenSim.Region.Framework.Interfaces | Homer Horwitz | 2009-04-05 | 3 | -83/+3 |
* | Added CreateObject(regionhandle, userID, itemID) to post objects that are to ... | diva | 2009-04-05 | 3 | -30/+78 |
* | * Fixed copyright headers on HyperGrid source files. (Now match the rest of O... | Adam Frisby | 2009-04-05 | 4 | -96/+92 |
* | 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 |
* | * refactor: Call StatsReporter methods directly rather than through Scene (as... | Justin Clarke Casey | 2009-04-03 | 2 | -2/+2 |
* | More refactoring. This time extracting the client-side of RESTInterregionComm... | diva | 2009-04-01 | 1 | -533/+51 |
* | Update svn properties. | Jeff Ames | 2009-04-01 | 4 | -418/+418 |
* | 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 | 5 | -100/+728 |
* | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 2009-03-31 | 4 | -453/+449 |
* | * Fix test breakage by always inserting a gods module when testing | Justin Clarke Casey | 2009-03-30 | 1 | -1/+1 |
* | * minor: remove mono compiler warnings | Justin Clarke Casey | 2009-03-30 | 1 | -11/+11 |
* | * refactor: Move god related methods in Scene out to a module | Justin Clarke Casey | 2009-03-30 | 1 | -0/+150 |
* | Moved some files around, so that it's easier to share code between standalone... | diva | 2009-03-29 | 3 | -807/+166 |
* | Don't let a missing configuration cause a NRE | Melanie Thielker | 2009-03-29 | 2 | -0/+11 |
* | Change the client API to use GridInstantMessage for the "last mile" of IM | Melanie Thielker | 2009-03-29 | 5 | -62/+28 |
* | Finish the offline IM module (still needs a server). Add rudimentary | Melanie Thielker | 2009-03-29 | 2 | -8/+199 |
* | Minor bug fix in UpdateItem (meta data). | diva | 2009-03-28 | 1 | -1/+3 |