aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/SunModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-10default day's to a more sensible 24 hrs instead of 0.5. YouSean Dague1-1/+1
can still change this in the config file if you want something different.
2007-12-07added one more command to the console help.Jeff Ames1-2/+1
2007-11-18cleaned up some mono compiler warningsJeff Ames1-1/+1
2007-11-09don't break if they haven't defined the Sun section of their configSean Dague1-2/+10
2007-11-09make Sun progression configurable for the Sim from OpenSim.iniSean Dague1-2/+3
2007-11-07get rid of the debug line, that's just going to drive everyone nutsSean Dague1-1/+1
2007-11-07move Sun into a Region Module, pass 1. Currently this works fine withSean Dague1-0/+178
a fixed 30 minute day and the sun going East -> West again. It gets rid of super noon as well. It's a bit debug heavy right now, which I'll clean up tomorrow. I also plan to make time progression configurable in OpenSim.ini, but that will be tomorrow.