aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Sun (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-28Update Sun options in OpenSim.ini.example. Minor cleanup in SunModule.cs.Jeff Ames1-9/+5
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-12/+11
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-08-18Formatting cleanup.Jeff Ames1-5/+5
2008-07-14Patch #9150Melanie Thielker1-3/+3
Patch 7 of the region patches. Finish off the region parts of the estate dialog. Full user functionality. Terrain textures, heights, water, avatar counts, prim bonus, debug settings and region toggles can now be set from the dialog on a per-region basis. Estate stuff defaults to sane values where there are no defaults, to estate_settings.xml otherwise. Sun still b0rked :(
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-12/+12
2008-06-02* Fixes a bug saving the current sun phase to the estate_settings file.Teravus Ovares1-1/+3
2008-05-30* If you check fixed sun, in the estate tools 'terrain tab', the sun will ↵Teravus Ovares1-1/+8
fix in the location you set. (however the checkbox doesn't get re-populated properly yet, so it'll uncheck again even though the message got through to the server)
2008-05-30* You can set the sun phase via the estate tools now. It doesn't persist ↵Teravus Ovares1-15/+16
across reboots though.
2008-05-30* Fixed a dangling event hook that I added.Teravus Ovares1-6/+66
* Added a Non-finite avatar position reset. This will either handle the <0,0,0> avatar gracefully, or send the avatar to 127,127,127 if that also doesn't work. ( I've only been able to reproduce this error once on my development workstation )
2008-05-30Update svn properties. Formatting cleanup.Jeff Ames1-2/+2
2008-05-30* Added helper method to the Sun module to Get the Linden hour based on the ↵Teravus Ovares1-0/+16
math in the sun module. This populates the sun phase slider on the terrain tab in the estate tools according to the current sun phase. Display purposes only for now. Need to go the other way for setting the sun phase based on the linden hour in the estate tools.
2008-05-30* Updated sun module to only send sun updates to root agents. Because it ↵Teravus Ovares1-3/+54
was sending updates to both root and child agents, you'll still get sun jitter until this revision is adopted by every region nearby.
2008-05-16Formatting cleanup.Jeff Ames1-4/+4
2008-05-14Formatting cleanup.Jeff Ames1-38/+32
2008-05-12my last patch didn't actually get the sun to possition correctly, butSean Dague1-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.
2008-05-12move the sun based on localtime instead of utc. Now it won't set for me atSean Dague1-4/+10
3pm any more.
2008-05-12From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey1-22/+53
This is a diagnostic patch in support of Mantis bug 1186. It affects only SubModule and will not affect normal usage.
2008-05-07From: Alan M Webb <awebb@vnet.ibm.com>Justin Clarke Casey1-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.
2008-05-03* Cleaned up code in Terrain, Tree and Map modules.Adam Frisby1-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.
2008-05-01* Rolled back a few changes.Adam Frisby1-1/+1
2008-05-01* Spring cleaning on Region.Environment. Adam Frisby1-1/+1
* Converted a large number of read-only fields to be actually, readonly. * Reformatted code sections. * Removed redundant code.
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby1-1/+1
with namespaces.
2008-05-01Update svn properties. Minor formatting cleanup.Jeff Ames1-198/+198
2008-04-30* Cruft removal step #1. Cleaning Modules directory.Adam Frisby1-8/+12
2008-04-30* Previous commit managed to miss some files despite me hitting 'Select all'.Adam Frisby1-0/+195
* Attached.