aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Sun (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update Sun options in OpenSim.ini.example. Minor cleanup in SunModule.cs.Jeff Ames2008-10-281-9/+5
|
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-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.
* Formatting cleanup.Jeff Ames2008-08-181-5/+5
|
* Patch #9150Melanie Thielker2008-07-141-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 :(
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-12/+12
|
* * Fixes a bug saving the current sun phase to the estate_settings file.Teravus Ovares2008-06-021-1/+3
|
* * If you check fixed sun, in the estate tools 'terrain tab', the sun will ↵Teravus Ovares2008-05-301-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)
* * You can set the sun phase via the estate tools now. It doesn't persist ↵Teravus Ovares2008-05-301-15/+16
| | | | across reboots though.
* * Fixed a dangling event hook that I added.Teravus Ovares2008-05-301-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 )
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-301-2/+2
|
* * Added helper method to the Sun module to Get the Linden hour based on the ↵Teravus Ovares2008-05-301-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.
* * Updated sun module to only send sun updates to root agents. Because it ↵Teravus Ovares2008-05-301-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.
* Formatting cleanup.Jeff Ames2008-05-161-4/+4
|
* 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.