CIA.vc
jjustincc
Real-time open source activity stats
Stats » Authors » jjustincc
informationsyndicateUTC clock
13:56 on Feb 13, 2012
event counters
The last message was received 2.33 days ago at 05:55 on Feb 11, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 65 messages last week
134 messages so far this month, 219 messages last month
5703 messages since the first one, 2.53 years ago, for an average of 3.88 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
02:29 Saturdayopensim
Commit by jjustincc :: rf49897a4195d / (3 files in 2 dirs):
 Clamp ODE character velocity.  Make ODE falling character 54m/s by default.

If velocity reaches 256 in any vector then bad things happen with ODE, so we now clamp this value.
In addition, a falling avatar is clamped by default at 54 m/s, which is the same as a falling skydiver.
This also appears to be the value used on the linden lab grid.
This should resolve http://opensimulator.org/mantis/view.php?id=5882
#
02:29 Saturdayopensim
Commit by jjustincc :: rb92b9228ef5c /OpenSim/Region/Physics/OdePlugin/OdeScene.cs:
correct the default avatar_terminal_velocity value that I accidentally left in whilst testing
#
00:13 Saturdayopensim
Commit by jjustincc :: re7fd7322095d /OpenSim/Region/Framework/Scenes/ScenePresence.cs:
Make ScenePresence.MovementFlag a private only settable value to reduce complexity of code analysis
#
00:13 Saturdayopensim
Commit by jjustincc :: raab30f5e6709 /OpenSim/Framework/Console/CommandConsole.cs:
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
#
00:09 Saturdaycareminster
Commit by jjustincc :: r71e484516a03 /OpenSim/Framework/RegionInfo.cs:
minor: Remove warning from RegionInfo due to repeated config.GetString() call where the first was unused.
#
00:09 Saturdaycareminster
Commit by jjustincc :: rd80422eba7a4 /OpenSim/Framework/Util.cs:
Add line numbers to Util.PrintCallStack()
#
00:09 Saturdaycareminster
Commit by jjustincc :: r38f878952c51 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs:
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
#
00:09 Saturdaycareminster
Commit by jjustincc :: rb3d152f3ba5c /OpenSim/Region/ScriptEngine/Shared/Api/Implementation/Plugins/SensorRepeat.cs:
 Fix an npc delete race condition with LSL sensors where an initial presence check could succeed but then the npc removed before the subequent npc check.

The resulting null would cause an exception.  We now check for null before looking at SenseAsAgent.
Hopefully fixes http://opensimulator.org/mantis/view.php?id=5872
#
00:09 Saturdaycareminster
Commit by jjustincc :: r44d84bc27791 /OpenSim/Region/ (2 files in 2 dirs):
 Fix bug where somebody taking a copy of an object they didn't own that was rezzed before the region was restarted would wrongly place the copy in the object owner's inventory.

Addresses http://opensimulator.org/mantis/view.php?id=5825
#
23:41 Fridayopensim
Commit by jjustincc :: r71e484516a03 /OpenSim/Framework/RegionInfo.cs:
minor: Remove warning from RegionInfo due to repeated config.GetString() call where the first was unused.
#
23:41 Fridayopensim
Commit by jjustincc :: r38f878952c51 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs:
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
#
23:41 Fridayopensim
Commit by jjustincc :: rd80422eba7a4 /OpenSim/Framework/Util.cs:
Add line numbers to Util.PrintCallStack()
#
23:05 Fridaycareminster
Commit by jjustincc on ubitwork :: re8cc1bd3296a /prebuild.xml:
Fix another Torture test build break on Windows.
#
23:05 Fridaycareminster
Commit by jjustincc on ubitwork :: rddca5347c31a /OpenSim/Region/ (6 files in 5 dirs):
 When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer permissions, not PermissionMask.All

Setting PermissionMask.All will cause next permissions to replace current permissions when the object is rezzed, since bit 4 will be set.
This is not correct behaviour for a freshly uploaded mesh.  Freshly rezzed in-world prims also do not have bit 4 set (don't yet know exactly what this is).
Should resolve http://opensimulator.org/mantis/view.php?id=5651
#
23:05 Fridaycareminster
Commit by jjustincc on ubitwork :: r16c46360486c / (2 files in 2 dirs):
Add NPC torture tests for 100, 1000 and 2000 create and delete NPC calls.
#
23:05 Fridaycareminster
Commit by jjustincc on ubitwork :: r9c84a8162f70 /OpenSim/Region/ (2 files in 2 dirs):
If NPCModule.CreateNPC() fails to create the required ScenePresence (which should in theory never happen), don't add the NPC to the npc list but return UUID.Zero instead.
#
23:05 Fridaycareminster
Commit by jjustincc on ubitwork :: r3fa61c4a3924 /prebuild.xml:
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
#
23:05 Fridaycareminster
Commit by jjustincc on ubitwork :: rdbe32a1f6d14 /OpenSim/Region/ (2 files in 2 dirs):
minor: put in commented out logging statements for future reuse
#
23:05 Fridaycareminster
Commit by jjustincc on ubitwork :: rdfa19e23f036 /OpenSim/Region/Framework/Scenes/ (4 files in 2 dirs):
 Stop a scene object from attempting to link with itself (which results in an exception and constant complaints in v3 viewers).

Aims to address http://opensimulator.org/mantis/view.php?id=5878
#
23:05 Fridaycareminster
Commit by jjustincc on ubitwork :: rbef2a368f4d9 /OpenSim/Region/UserStatistics/WebStatsModule.cs:
Make WebStats logging report consistently as WEB STATS MODULE instead of VC, VS and WEBSTATS
#