UbitUmarov
|
257a9ad398
libomv now knows old opensim material asset type + dotnet8 usless changes
|
hace 7 meses |
UbitUmarov
|
8895577c80
use Random.Shared
|
hace 2 años |
UbitUmarov
|
be16cf9531
sync some more things with work copy
|
hace 4 años |
UbitUmarov
|
da0a8d6c43
remove some more useless NULL arguments
|
hace 5 años |
Melanie
|
0fd17c08ae
Massive console refactor. Greatly simplify interface.
|
hace 5 años |
UbitUmarov
|
c92ba1cc04
shut up some pesty warnings
|
hace 6 años |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
hace 8 años |
UbitUmarov
|
f5189b2cdd
do the same for legacy clouds (still visible on older viewer ie singu 1.8.7). Fix clouds update. Send clouds and wind also to child agents.
|
hace 8 años |
UbitUmarov
|
8d7f10e36b
cache wind compressed data so cpu burning compression is only done after a change. Not happy with version scheme for several regions on same instance, but should be ok for now
|
hace 8 años |
UbitUmarov
|
a6df626868
add a version tag to wind and cloud data updates to iclient
|
hace 8 años |
UbitUmarov
|
984cb38583
move wind generation out of heartbeat to a pool job. Use that to send to all clients and not one per client
|
hace 8 años |
UbitUmarov
|
d3627c4f33
no need to send wind on avatar arrival when it is sent periodicly
|
hace 8 años |
Justin Clark-Casey (justincc)
|
d656ec2a07
Make WindParamSet success a console message rather than a log message.
|
hace 11 años |
Justin Clark-Casey (justincc)
|
5ddd818238
minor: Make wind console commands print out to console rather than log
|
hace 11 años |
Justin Clark-Casey (justincc)
|
acc1810af2
minor: remove some mono compiler warnings
|
hace 12 años |
Diva Canto
|
d73aa8c1a6
Moved the WindModule and its own plugins out of .addin.xml
|
hace 12 años |
Diva Canto
|
19aab3e6fe
Converted the WindModule to the new region module interface (38 to go). Also added both the WindModule and the SunModule to the Plugin manifest.
|
hace 12 años |
Justin Clark-Casey (justincc)
|
749c3fef8a
Change "help" to display categories/module list then "help <category/module>" to display commands in a category.
|
hace 12 años |
Dan Lake
|
94dc7d07eb
Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls to
|
hace 13 años |
Dan Lake
|
b98613091c
Added new ForEachRootScenePresence to Scene since almost every delegate passed to ForEachScenePresence checks for !IsChildAgent first. It consolidates child and root handling for coming refactors.
|
hace 13 años |
Jeff Ames
|
f1f0bc23f4
Formatting cleanup.
|
hace 14 años |
Dan Lake
|
859bc717a4
Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>).
|
hace 14 años |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
hace 15 años |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
hace 15 años |
Dr Scofield
|
4de3f9b597
trying to fix exception in Random.Next() probably caused through sharing of
|
hace 15 años |
Justin Clarke Casey
|
ad7b005784
* minor: remove some mono compiler warnings
|
hace 15 años |
Jeff Ames
|
5cf7b784ce
Add copyright headers, formatting cleanup.
|
hace 15 años |
diva
|
cb74848f2d
Turning the wind module off by default.
|
hace 15 años |
Charles Krinke
|
54a27f9f5c
Thank you kindly, MCortez for a patch that:
|
hace 15 años |
Charles Krinke
|
5bc386c648
Fixes Mantis#3301. Thank you kindly, MaimedLeech for a patch that:
|
hace 15 años |