Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Hooked up replacment TerrainModule, raising land will now be weird as both ↵ | Adam Frisby | 2008-02-26 | 1 | -5/+87 |
| | | | | modules are technically active. Beta software, yada yada yada. Will disable one of them by the end of the day. | ||||
* | * Reimplementing Terrain as Region Modules | Adam Frisby | 2008-02-26 | 1 | -0/+10 |
| | | | | | | | | | * New method involves interfaces for ** Terrain Paint Brushes (ie raise brush, lower brush, etc) ** Terrain Flood Brushes (ie raise area, lower area, etc) ** Terrain Effects (ie erosion, etc) [= W.I.P, not committed] * Provided sample implementation for Raise Paint and Raise Area brushes. | ||||
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -7/+1 |
| | |||||
* | Update svn properties. | Jeff Ames | 2008-02-15 | 1 | -132/+132 |
| | |||||
* | * Removed some catch-all-ignores from UDPServer in an attempt to look for #305. | Adam Frisby | 2008-02-14 | 1 | -0/+132 |
* Minor work towards abstracting terrain. |