| Commit message (Expand) | Author | Age | Files | Lines |
* | patch and files from mantis #1630, Thanks Melanie | MW | 2008-06-29 | 1 | -1/+2 |
* | Mantis#1616. Applied Melanie's patch. This may or may | Charles Krinke | 2008-06-28 | 1 | -0/+38 |
* | Added support for terrain map to be serialised to xml(as base64 binary). usef... | MW | 2008-06-25 | 1 | -0/+2 |
* | * Adds Region ban capability to Regions. You access this by going to World->... | Teravus Ovares | 2008-06-21 | 1 | -0/+6 |
* | *Parcel Prim Count Maximums moved to their own functions so modules can overr... | mingchen | 2008-06-11 | 2 | -0/+12 |
* | * Put IScenePermissions out of its misery | Justin Clarke Casey | 2008-06-01 | 1 | -35/+0 |
* | Thank you, Grumly57 kindly for: | Charles Krinke | 2008-05-28 | 1 | -1/+1 |
* | Thank you kindly, Melanie for a patch that adds: | Charles Krinke | 2008-05-27 | 1 | -0/+4 |
* | I'm dropping the ISimChat interface as that has now been | Dr Scofield | 2008-05-27 | 1 | -37/+0 |
* | This enables return from the parcel object owner display. | Teravus Ovares | 2008-05-24 | 2 | -1/+2 |
* | *Refactor of the LandManagementModule that allows OpenSim to run without it | mingchen | 2008-05-23 | 1 | -22/+3 |
* | Thank you kindly, Melanie, for a patch which: | Charles Krinke | 2008-05-23 | 1 | -0/+1 |
* | Formatting cleanup, minor refactoring. Fixed some comparisons of value types... | Jeff Ames | 2008-05-18 | 1 | -1/+1 |
* | * Patch #1312 from Melanie - Abstracts Money Module to IMoneyModule. | Adam Frisby | 2008-05-18 | 1 | -0/+42 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 3 | -6/+6 |
* | refactoring to move AvatarAppearance into Framework and | Sean Dague | 2008-05-15 | 1 | -0/+1 |
* | * Comitting 0001271: [PATCH] Refactor permissions to fully allow stacking per... | Teravus Ovares | 2008-05-14 | 1 | -3/+0 |
* | *Complete redo of the permissions module | mingchen | 2008-05-13 | 1 | -0/+1 |
* | *Added all the permission checks to the sceneexternalchecks and modified perm... | mingchen | 2008-05-08 | 1 | -66/+0 |
* | * Applying patch #1121 - Fixes for llListen() (Thanks Middlelink!) | Adam Frisby | 2008-05-08 | 1 | -6/+4 |
* | *Added SceneExternalChecks.cs that is used to manage checking the results of ... | mingchen | 2008-05-07 | 1 | -2/+2 |
* | * Cleaning up code, making it conform to OpenSim standards. | Adam Frisby | 2008-05-06 | 1 | -30/+19 |
* | * Refactor: Break out permissions code into a separate region PermissionsModule | Justin Clarke Casey | 2008-05-05 | 1 | -0/+103 |
* | *Standardized the Land module by removing all references to libsecondlife.pac... | mingchen | 2008-05-05 | 2 | -5/+3 |
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 10 | -17/+16 |
* | * Spring cleaning on Region.Environment. | Adam Frisby | 2008-05-01 | 10 | -16/+17 |
* | * Sometimes you know, you do something really stupid. | Adam Frisby | 2008-04-30 | 3 | -3/+3 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 7 | -27/+4 |
* | Update svn properties. Add copyright info to some source files. | Jeff Ames | 2008-04-17 | 5 | -9/+140 |
* | * Quick patch before I start on a bigger project | Adam Frisby | 2008-04-15 | 1 | -2/+2 |
* | * Fixed a few warnings. | Teravus Ovares | 2008-04-14 | 1 | -0/+1 |
* | a few small changes | MW | 2008-04-01 | 1 | -1/+1 |
* | Update svn properties. | Jeff Ames | 2008-03-31 | 3 | -46/+46 |
* | **Big ass update warning** | Adam Frisby | 2008-03-30 | 3 | -0/+46 |
* | Re-enabled terrain texture generation for the world map. Adam can clean up/ s... | MW | 2008-03-29 | 2 | -0/+6 |
* | From: Michael Osias <mosias@us.ibm.com> | Sean Dague | 2008-03-28 | 1 | -1/+0 |
* | Update svn properties. | Jeff Ames | 2008-03-22 | 2 | -106/+106 |
* | *Moved LandManagement into its own region module (spiffy!) | mingchen | 2008-03-22 | 3 | -2/+107 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 13 | -347/+332 |
* | Added Frist basic version on the VectorRenderModule, that allows scripts to d... | MW | 2008-03-08 | 1 | -1/+4 |
* | * Disabled ancient TerrainEngine. | Adam Frisby | 2008-03-06 | 1 | -0/+1 |
* | * New Terrain Module (disabled, search for 'usingTerrainModule = false' to re... | Adam Frisby | 2008-03-05 | 1 | -0/+1 |
* | Added copyright heaaders. Minor cleanup. | Jeff Ames | 2008-03-04 | 2 | -2/+2 |
* | * Removed and sorted using clauses in a number of files. | Adam Frisby | 2008-03-03 | 1 | -1/+1 |
* | * Start sending "ImageNotFound" packet back to the client if we can't find an... | Justin Clarke Casey | 2008-02-25 | 1 | -0/+61 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 8 | -8/+8 |
* | From: Michael Osias <mosias@us.ibm.com> | Sean Dague | 2008-02-19 | 3 | -4/+16 |
* | Patch from Michael Osias IBM (jimbo2120) | Justin Clarke Casey | 2008-02-18 | 2 | -0/+2 |
* | Small change to the IAgentAssetTransactions file that Chi11ken added for me (... | MW | 2008-02-18 | 1 | -2/+2 |
* | Added copyright notices. | Jeff Ames | 2008-02-17 | 1 | -1/+29 |