aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Sun (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2008-05-141-38/+32
|
* my last patch didn't actually get the sun to possition correctly, butSean Dague2008-05-121-3/+5
| | | | | | | | now we are correctly using the timezone offset. If you set day_length to 24.0 you'll get a sun progression that roughly follows your real world day on your server.
* move the sun based on localtime instead of utc. Now it won't set for me atSean Dague2008-05-121-4/+10
| | | | | | 3pm any more.
* From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey2008-05-121-22/+53
| | | | | | | This is a diagnostic patch in support of Mantis bug 1186. It affects only SubModule and will not affect normal usage.
* From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey2008-05-071-47/+179
| | | | | | | | | | | The attached patch moves the sun module incrementally nearer where it needs to be. Default behavior, i.e. no overriding configuration is to match Second Life's diurnal/nocturnal rhythm. All designated values are now sent to the client.There remain a couple of unanswered questions about how this SHOULD be implemented though.
* * Cleaned up code in Terrain, Tree and Map modules.Adam Frisby2008-05-031-59/+2
| | | | | | | * 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 Frisby2008-05-011-1/+1
|
* * Spring cleaning on Region.Environment. Adam Frisby2008-05-011-1/+1
| | | | | | | * Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
* * Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby2008-05-011-1/+1
| | | | with namespaces.
* Update svn properties. Minor formatting cleanup.Jeff Ames2008-05-011-198/+198
|
* * Cruft removal step #1. Cleaning Modules directory.Adam Frisby2008-04-301-8/+12
|
* * Previous commit managed to miss some files despite me hitting 'Select all'.Adam Frisby2008-04-301-0/+195
* Attached.