Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add copyright notices. | Jeff Ames | 2008-05-20 | 2 | -4/+58 |
| | | | | | Fix spelling typo (Thanks ChrisDown for pointing this out) | ||||
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 6 | -17/+17 |
| | |||||
* | * Applying Mantis #970 - Revert brush does stupid things. Thanks tglion for ↵ | Adam Frisby | 2008-05-13 | 1 | -2/+2 |
| | | | | fixing a really dumb bug. | ||||
* | * Minor tweak to TerrainChannel | Adam Frisby | 2008-05-09 | 1 | -6/+7 |
| | | | | | * Minor tweak to Permissions/PermissionsModule.cs | ||||
* | *Added all the permission checks to the sceneexternalchecks and modified ↵ | mingchen | 2008-05-08 | 1 | -1/+1 |
| | | | | | | | permission module to follow this. *This makes permission checking much more modular; allows restrictive and granting module to be made without modifying the existing permission module | ||||
* | * Refactor: Break out permissions code into a separate region PermissionsModule | Justin Clarke Casey | 2008-05-05 | 1 | -1/+1 |
| | |||||
* | * Updating some file locations. | Adam Frisby | 2008-05-04 | 1 | -1/+1 |
| | |||||
* | * Cleaned up code in Terrain, Tree and Map modules. | Adam Frisby | 2008-05-03 | 25 | -280/+100 |
| | | | | | | | * Fixed a bug with Terragen loader where it would do bad things on a non 256x256 sized terrain. Now loads the array correctly. * Moved MapImageModule.cs to Modules/World/WorldMap * Changed Location.RegionHandle to use Helpers.GetUlong instead of doing it ourselves. | ||||
* | * Rolled back a few changes. | Adam Frisby | 2008-05-01 | 8 | -12/+13 |
| | |||||
* | * Spring cleaning on Region.Environment. | Adam Frisby | 2008-05-01 | 8 | -13/+12 |
| | | | | | | | * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code. | ||||
* | Update svn properties. Minor formatting cleanup. | Jeff Ames | 2008-05-01 | 37 | -4119/+4119 |
| | |||||
* | * Adding unit test support to Environment for modules. | Adam Frisby | 2008-05-01 | 1 | -0/+59 |
| | | | | | * Written some unit tests for Terrain Module as an example. | ||||
* | * Spring cleaned a bunch of '//TODO: unused' marked functions. | Adam Frisby | 2008-04-30 | 1 | -33/+0 |
| | |||||
* | * Cruft removal step #1. Cleaning Modules directory. | Adam Frisby | 2008-04-30 | 4 | -7/+3 |
| | |||||
* | * Commiting a bunch of missed files. | Adam Frisby | 2008-04-30 | 36 | -0/+4134 |