Justin Clark-Casey (justincc)
|
e6080a38c5
Rename "debug stats record" command to "stats record" for consistency. Move from debug to general command category
|
10 years ago |
Justin Clark-Casey (justincc)
|
1d0a9e521c
Allow a snapshot of stats to be dumped to a file with a "stats save" command
|
10 years ago |
Justin Clark-Casey (justincc)
|
fad1d70180
Add httpserver.<port>.QueuedPollResponses and httpserver.<port>.ProcessedPollResponses statistics
|
10 years ago |
Justin Clark-Casey (justincc)
|
9e0d419239
minor: Correction to description of QueuedPollResponses since this covers long poll and other 'poll' types
|
10 years ago |
Justin Clark-Casey (justincc)
|
eed343ed8a
Add httpserver.<port-number>,QueuedPollResponses stat
|
10 years ago |
Justin Clark-Casey (justincc)
|
7df325c275
Extend locking in BlockingQueue to cover operations that are not guaranteed to be thread-safe
|
10 years ago |
Justin Clark-Casey (justincc)
|
fdcd392582
Set executable bit on Npgsql.dll for cygwin
|
10 years ago |
Justin Clark-Casey (justincc)
|
f27766d47b
Set executable flag on BulletXNA.dll for cygwin
|
10 years ago |
Justin Clark-Casey (justincc)
|
a660c0a750
Add scene.<scene-name>.ProcessedFetchInventoryRequests
|
10 years ago |
Justin Clark-Casey (justincc)
|
8ce3fa646b
Allow "show stats" console command to take a full stat name and display only that stat.
|
10 years ago |
Justin Clark-Casey (justincc)
|
e82d394ddf
Add scene.<scene-name>.QueuedFetchInventoryRequests stat
|
10 years ago |
Justin Clark-Casey (justincc)
|
d5f5649750
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
10 years ago |
Justin Clark-Casey (justincc)
|
c605c7a7b7
Lock m_syncRoot on DoubleQueue.Count. This is not documented as a thread-safe operation
|
10 years ago |
Melanie Thielker
|
a53272c5fb
Add delete maptile ability to MapImageService - yet untested
|
10 years ago |
Justin Clark-Casey (justincc)
|
ae56b946cf
Fix a bug in previous commit 01520bb where I accidentally saved OtherCleanTime instead of Dwell
|
10 years ago |
Justin Clark-Casey (justincc)
|
01520bbb3e
Save and load dwell parcel stat in MySQL DB adaptor. Field in table already exists!
|
10 years ago |
Justin Clark-Casey (justincc)
|
f3e177814a
Add regression test for http inventory fetch.
|
10 years ago |
Justin Clark-Casey (justincc)
|
873eee5431
Implement osForceBreakAllLinks().
|
10 years ago |
Justin Clark-Casey (justincc)
|
6a279feb2f
Only allow llBreakAllLinks() to work if script has received PERMISSION_CHANGE_LINKS
|
10 years ago |
Justin Clark-Casey (justincc)
|
296d63e20b
Implement osForceCreateLink() and osForceBreakLink()
|
10 years ago |
Justin Clark-Casey (justincc)
|
beba20846f
When sending group notices through group messaging, allow the agent ID to use for fetching group data to be different from im.fromAgentID
|
10 years ago |
Dev Random
|
7112ee0015
Enable MapImageServiceModule with no refresh
|
10 years ago |
Justin Clark-Casey (justincc)
|
86630a1b70
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
|
10 years ago |
Justin Clark-Casey (justincc)
|
d975b42f6a
Instead of auto-creating a parcel on request if one doesn't cover a given location, fill in gaps or extend existing parcel right after initial data load.
|
10 years ago |
Robert Adams
|
8edf4225f3
varregion: remove serialization of region terrain to floats when sending patches.
|
10 years ago |
Robert Adams
|
6b17c9bd98
Add Lani Global to CONTRIBUTORS.txt
|
10 years ago |
Lani Global
|
71c808cd32
PhysicalPrimMax 64m for OpenSim_ini_example standard size prim
|
10 years ago |
Lani Global
|
3e8f593bf2
PhysicalPrimMax to 64m for ini Default files to enable standard size prims and mesh to be used with vehicles.
|
10 years ago |
Robert Adams
|
742f505440
Change terrain update sending to be triggered by frame tick rather
|
10 years ago |
Oren Hurvitz
|
0237d9113d
Don't start KeyframeMotion timers until all the regions are ready. This prevents problems in megaregions (prims that think they've crossed over to other regions).
|
11 years ago |