Re: [Opensim-dev] CHANGED_REGION_START

2010-07-22 Thread Siann Beck
CHANGED_REGION_START = 0x400 = 1024 CHANGED_REGION_RESTART = 0x100 = 256 If you have a Windows system available, the calculator accessory speaks hex (as well as octal and binary) in Scientific view. -- Siann Beck On Thursday, July 22, 2010, 2:58:17 PM, you wrote: > As many people living in

[Opensim-dev] 0.7 release now available

2010-07-22 Thread Diva Canto
Hi all, It is with great pleasure that we announce version 0.7 of OpenSim! Before installing/upgrading, make sure to read the release notes here: http://opensimulator.org/wiki/0.7_Release Additional help can be found in the IRC channel opensim-users and in the users mailing list. The binary

Re: [Opensim-dev] CHANGED_REGION_START

2010-07-22 Thread drwhiet
As many people living in a Non Hexadecimal World .. What is ((intChange & 0x400) || (intChange & 0x100)) is this the " else if (change & 256) // that bit is set during a region restart " Regards Word ?! -Ursprüngliche Nachricht- Von: opensim-dev-boun...@lists.berlios.de [mailto:open

[Opensim-dev] Call for Participation: Massively Multiuser Virtual Environment (MMVE) 2010 workshop

2010-07-22 Thread Shun-Yun Hu
Hello all, I'm the current maintainer of the VAST project at SourceForge (http://vast.sf.net), and I'd like to let this community know there's an upcoming workshop on Massively Multiuser Virtual Environment (MMVE) in Nov. 2010, focusing on the techniques of developing large-scale virtual worlds. I

Re: [Opensim-dev] CHANGED_REGION_START

2010-07-22 Thread Siann Beck
It would be good to have the constant and value consistent with LSL, but for now it's easy enough to just use the literal values and and check for both ((intChange & 0x400) || (intChange & 0x100)) so it works in either world. -- Siann Beck On Thursday, July 22, 2010, 6:19:41 AM, you wrote: >>

Re: [Opensim-dev] CHANGED_REGION_START

2010-07-22 Thread Ai Austin
it's implemented as CHANGED_REGION_RESTART. I think all that is being asked for is that it also work as the Seconf Life LSL equivalent, so that script changes and notes to users to make the change are not needed in distributed systems. ___ Opens