UbitUmarov
|
be16cf9531
sync some more things with work copy
|
4 years ago |
UbitUmarov
|
da0a8d6c43
remove some more useless NULL arguments
|
5 years ago |
Melanie
|
0fd17c08ae
Massive console refactor. Greatly simplify interface.
|
5 years ago |
UbitUmarov
|
c92ba1cc04
shut up some pesty warnings
|
6 years ago |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
7 years ago |
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.
|
8 years ago |
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
|
8 years ago |
UbitUmarov
|
a6df626868
add a version tag to wind and cloud data updates to iclient
|
8 years ago |
UbitUmarov
|
984cb38583
move wind generation out of heartbeat to a pool job. Use that to send to all clients and not one per client
|
8 years ago |
UbitUmarov
|
d3627c4f33
no need to send wind on avatar arrival when it is sent periodicly
|
8 years ago |
Justin Clark-Casey (justincc)
|
d656ec2a07
Make WindParamSet success a console message rather than a log message.
|
11 years ago |
Justin Clark-Casey (justincc)
|
5ddd818238
minor: Make wind console commands print out to console rather than log
|
11 years ago |
Justin Clark-Casey (justincc)
|
acc1810af2
minor: remove some mono compiler warnings
|
12 years ago |
Diva Canto
|
d73aa8c1a6
Moved the WindModule and its own plugins out of .addin.xml
|
12 years ago |
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.
|
12 years ago |
Justin Clark-Casey (justincc)
|
749c3fef8a
Change "help" to display categories/module list then "help <category/module>" to display commands in a category.
|
12 years ago |
Dan Lake
|
94dc7d07eb
Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls to
|
13 years ago |
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.
|
13 years ago |
Jeff Ames
|
f1f0bc23f4
Formatting cleanup.
|
14 years ago |
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>).
|
14 years ago |
Jeff Ames
|
ee205e7e81
Formatting cleanup.
|
15 years ago |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
Dr Scofield
|
4de3f9b597
trying to fix exception in Random.Next() probably caused through sharing of
|
15 years ago |
Justin Clarke Casey
|
ad7b005784
* minor: remove some mono compiler warnings
|
15 years ago |
Jeff Ames
|
5cf7b784ce
Add copyright headers, formatting cleanup.
|
15 years ago |
diva
|
cb74848f2d
Turning the wind module off by default.
|
15 years ago |
Charles Krinke
|
54a27f9f5c
Thank you kindly, MCortez for a patch that:
|
15 years ago |
Charles Krinke
|
5bc386c648
Fixes Mantis#3301. Thank you kindly, MaimedLeech for a patch that:
|
15 years ago |
Teravus Ovares
|
f9ebdee1d2
* Tweak llMoveToTarget per mantis 3265
|
15 years ago |
Charles Krinke
|
62eaddbe14
Fixes Mantis #3255. Thank you kindly, MCortez, for a patch that:
|
15 years ago |