From mahmoudahmedismail at gmail.com Mon Feb 1 04:51:52 2010 From: mahmoudahmedismail at gmail.com (Mahmoud Ismail) Date: Mon, 1 Feb 2010 14:51:52 +0200 Subject: [sldev] Error: Windlight doesn't exists?? Message-ID: hi all, i've got an error at the end of sl viewer 1.23.5 compilation here is a snapshot of what it i've gotten Processing *.pem => None ... 1 files Processing *.ini => None ... 4 files Processing *.xml => None ... 13 files Processing *.db2 => None ... 0 files Processing shaders => None ... 125 files Processing windlight => None ... Traceback (most recent call last): File "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/viewer_manifest.py", line 712, in main() File "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/../lib/python/indra/util/llmanifest.py", line 233, in main wm.do(*args['actions']) File "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/../lib/python/indra/util/llmanifest.py", line 647, in do self.construct() File "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/viewer_manifest.py", line 644, in construct super(Linux_i686Manifest, self).construct() File "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/viewer_manifest.py", line 585, in construct super(LinuxManifest, self).construct() File "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/viewer_manifest.py", line 60, in construct self.path("windlight") File "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/../lib/python/indra/util/llmanifest.py", line 642, in path count = try_path(os.path.join(self.get_build_prefix(), src)) File "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/../lib/python/indra/util/llmanifest.py", line 629, in try_path self.check_file_exists(src) File "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/../lib/python/indra/util/llmanifest.py", line 598, in check_file_exists os.path.normpath(os.path.join(os.getcwd(), path)),)) RuntimeError: Path /home/mahmoud/OpenSim_projects/slviewer/indra/viewer-linux-i686-relwithdebinfo/newview/app_settings/windlight doesn't exist make[2]: *** [newview/SecondLife-i686-1.23.5.136262.tar.bz2] Error 1 make[2]: Leaving directory `/home/mahmoud/OpenSim_projects/slviewer/indra/viewer-linux-i686-relwithdebinfo' make[1]: *** [newview/CMakeFiles/package.dir/all] Error 2 make[1]: Leaving directory `/home/mahmoud/OpenSim_projects/slviewer/indra/viewer-linux-i686-relwithdebinfo' make: *** [all] Error 2 make: Leaving directory `/home/mahmoud/OpenSim_projects/slviewer/indra/viewer-linux-i686-relwithdebinfo' Error: the command 'make' exited with status 2 thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/sldev/attachments/20100201/bba9e527/attachment.htm From nexiim at googlemail.com Mon Feb 1 06:02:47 2010 From: nexiim at googlemail.com (Nexii Malthus) Date: Mon, 1 Feb 2010 14:02:47 +0000 Subject: [sldev] Error: Windlight doesn't exists?? In-Reply-To: References: Message-ID: <824c8ab71002010602i5e29629fk6be48e170ce658cd@mail.gmail.com> Well. Does the path app_settings/windlight really exist? If not, try copy one over from a readily built viewer, there should be plenty of examples to take from. Windlight folder consists of a texture and a bunch of day, sky and water presets. - Nexii On Mon, Feb 1, 2010 at 12:51 PM, Mahmoud Ismail wrote: > hi all, > i've got an error at the end of sl viewer 1.23.5 compilation > here is a snapshot of what it i've gotten > Processing *.pem => None ... 1 files > Processing *.ini => None ... 4 files > Processing *.xml => None ... 13 files > Processing *.db2 => None ... 0 files > Processing shaders => None ... 125 files > Processing windlight => None ... Traceback (most recent call last): > ??File > "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/viewer_manifest.py", > line 712, in > ?? ?main() > ??File > "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/../lib/python/indra/util/llmanifest.py", > line 233, in main > ?? ?wm.do(*args['actions']) > ??File > "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/../lib/python/indra/util/llmanifest.py", > line 647, in do > ?? ?self.construct() > ??File > "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/viewer_manifest.py", > line 644, in construct > ?? ?super(Linux_i686Manifest, self).construct() > ??File > "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/viewer_manifest.py", > line 585, in construct > ?? ?super(LinuxManifest, self).construct() > ??File > "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/viewer_manifest.py", > line 60, in construct > ?? ?self.path("windlight") > ??File > "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/../lib/python/indra/util/llmanifest.py", > line 642, in path > ?? ?count = try_path(os.path.join(self.get_build_prefix(), src)) > ??File > "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/../lib/python/indra/util/llmanifest.py", > line 629, in try_path > ?? ?self.check_file_exists(src) > ??File > "/home/mahmoud/OpenSim_projects/slviewer/indra/newview/../lib/python/indra/util/llmanifest.py", > line 598, in check_file_exists > ?? ?os.path.normpath(os.path.join(os.getcwd(), path)),)) > RuntimeError: Path > /home/mahmoud/OpenSim_projects/slviewer/indra/viewer-linux-i686-relwithdebinfo/newview/app_settings/windlight > doesn't exist > make[2]: *** [newview/SecondLife-i686-1.23.5.136262.tar.bz2] Error 1 > make[2]: Leaving directory > `/home/mahmoud/OpenSim_projects/slviewer/indra/viewer-linux-i686-relwithdebinfo' > make[1]: *** [newview/CMakeFiles/package.dir/all] Error 2 > make[1]: Leaving directory > `/home/mahmoud/OpenSim_projects/slviewer/indra/viewer-linux-i686-relwithdebinfo' > make: *** [all] Error 2 > make: Leaving directory > `/home/mahmoud/OpenSim_projects/slviewer/indra/viewer-linux-i686-relwithdebinfo' > Error: the command 'make' exited with status 2 > thanks in advance > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting > privileges > From nexiim at googlemail.com Mon Feb 1 07:20:30 2010 From: nexiim at googlemail.com (Nexii Malthus) Date: Mon, 1 Feb 2010 15:20:30 +0000 Subject: [sldev] [HELP] Unresolved external symbols In-Reply-To: <452861.52007.qm@web56302.mail.re3.yahoo.com> References: <452861.52007.qm@web56302.mail.re3.yahoo.com> Message-ID: <824c8ab71002010720u8cf3732wdba80d09e0232257@mail.gmail.com> Ugh, ugly STL warnings. Try this: http://www.bdsoft.com/tools/stlfilt.html May or may not be helpful, but worth to set it up in the long run. It is a special filter designed to track STL warnings/errors and convert them into a Human Readable Format?. - Nexii On Sun, Jan 31, 2010 at 12:33 PM, Sage Allen wrote: > I am attempting to compile the latest version of Snowglobe in VC90 for the first time. I have managed to narrow down all problems related to Boost libraries, but there seems to be one group of nagging errors that I don't quite follow. Any help would be appreciated. > > 1>------ Build started: Project: secondlife-bin, Configuration: RelWithDebInfo Win32 ------ > 1>Setting the secondlife-bin working directory for debugging. > 1>Editing solution: C:/source/linden/indra/build-VC90/SecondLife.sln > 1>Looking for existing VisualStudio instance... > 1> ?Didn't find open solution, starting new background VisualStudio instance... > 1> ?Reading .sln file version... > 1> ?Using version: VC90... > 1>Value cannot be null. > 1>Parameter name: type > 1>Quitting do to error opening: C:\source\linden\indra\build-VC90\SecondLife.sln > 1>Verifying message template > 1>master: http://secondlife.com/app/message_template/master_message_template.msg > 1>current: C:\source\linden\scripts\messages\message_template.msg > 1>--- PASS --- > 1>Older > 1> in message DirPopularReply: is less deprecated: NotDeprecated vs. Deprecated in base > 1> in message DirPopularQueryBackend: is less deprecated: NotDeprecated vs. Deprecated in base > 1> in message ViewerStats: is less deprecated: NotDeprecated vs. UDPDeprecated in base > 1> missing message LinkInventoryItem, did you mean to deprecate? > 1> in message DataHomeLocationRequest: missing 1 extra blocks > 1> in message OpenCircuit: is less deprecated: NotDeprecated vs. UDPBlackListed in base > 1> in message ChildAgentUpdate: missing 2 extra blocks > 1> in message DirPopularQuery: is less deprecated: NotDeprecated vs. Deprecated in base > 1> in message RequestParcelTransfer: missing 1 extra blocks > 1> > 1>C:\source\linden\indra\lib\python\indra\ipc\llmessage.py:29: DeprecationWarning: the sets module is deprecated > 1> ?from sets import Set, ImmutableSet > 1>Linking... > 1> ? Creating library C:\source\linden\indra\build-VC90\newview\RelWithDebInfo\secondlife-bin.lib and object C:\source\linden\indra\build-VC90\newview\RelWithDebInfo\secondlife-bin.exp > 1>llui.lib(llnotifications.obj) : error LNK2001: unresolved external symbol "private: class boost::basic_regex > > & __thiscall boost::basic_regex > >::do_assign(char const *,char const *,unsigned int)" (?do_assign@?$basic_regex at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@boost@@AAEAAV12 at PBD0I@Z) > 1>llfeaturemanager.obj : error LNK2019: unresolved external symbol "private: class boost::basic_regex > > & __thiscall boost::basic_regex > >::do_assign(char const *,char const *,unsigned int)" (?do_assign@?$basic_regex at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@boost@@AAEAAV12 at PBD0I@Z) referenced in function "public: class boost::basic_regex > > & __thiscall boost::basic_regex > >::assign(char const *,char const *,unsigned int)" (?assign@?$basic_regex at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@boost@@QAEAAV12 at PBD0I@Z) > 1>llfloaterpostcard.obj : error LNK2001: unresolved external symbol "private: class boost::basic_regex > > & __thiscall boost::basic_regex > >::do_assign(char const *,char const *,unsigned int)" (?do_assign@?$basic_regex at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@boost@@AAEAAV12 at PBD0I@Z) > 1>llgroupmgr.obj : error LNK2001: unresolved external symbol "private: class boost::basic_regex > > & __thiscall boost::basic_regex > >::do_assign(char const *,char const *,unsigned int)" (?do_assign@?$basic_regex at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@boost@@AAEAAV12 at PBD0I@Z) > 1>llpaneldisplay.obj : error LNK2001: unresolved external symbol "private: class boost::basic_regex > > & __thiscall boost::basic_regex > >::do_assign(char const *,char const *,unsigned int)" (?do_assign@?$basic_regex at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@boost@@AAEAAV12 at PBD0I@Z) > 1>llfeaturemanager.obj : error LNK2019: unresolved external symbol "public: bool __thiscall boost::re_detail::perl_matcher,class std::allocator >,class std::allocator,class std::allocator > > >,struct boost::regex_traits > >::find(void)" (?find@?$perl_matcher at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at U?$sub_match at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@boost@@@2 at U?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@re_detail at boost@@QAE_NXZ) referenced in function "bool __cdecl boost::regex_search,class std::allocator >,char,struct boost::regex_traits > > ?>(class std::_String_const_iterator,class std::allocator >,class std::_String_const_iterator,class std::allocator >,class boost::basic_regex > > const &,enum boost::regex_constants::_match_flags)" (??$regex_search at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@boost@@YA_NV?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@0ABV?$basic_regex at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@0 at W4_match_flags@regex_constants at 0@@Z) > 1>llui.lib(llnotifications.obj) : error LNK2001: unresolved external symbol "public: bool __thiscall boost::re_detail::perl_matcher,class std::allocator >,class std::allocator,class std::allocator > > >,struct boost::regex_traits > >::find(void)" (?find@?$perl_matcher at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at U?$sub_match at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@boost@@@2 at U?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@re_detail at boost@@QAE_NXZ) > 1>llfeaturemanager.obj : error LNK2019: unresolved external symbol "private: void __thiscall boost::re_detail::perl_matcher,class std::allocator >,class std::allocator,class std::allocator > > >,struct boost::regex_traits > >::construct_init(class boost::basic_regex > > const &,enum boost::regex_constants::_match_flags)" > ?(?construct_init@?$perl_matcher at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at U?$sub_match at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@boost@@@2 at U?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@re_detail at boost@@AAEXABV?$basic_regex at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@3 at W4_match_flags@regex_constants at 3@@Z) referenced in function "public: __thiscall boost::re_detail::perl_matcher,class std::allocator >,class std::allocator,class std::allocator > > >,struct boost::regex_traits > >::perl_matcher,class std::allocator >,class std::allocator ?std::_String_const_iterator,class std::allocator > > >,struct boost::regex_traits > >(class std::_String_const_iterator,class std::allocator >,class std::_String_const_iterator,class std::allocator >,class boost::match_results,class std::allocator >,class std::allocator,class std::allocator > > > > &,class boost::basic_regex > > const &,enum boost::regex_constants::_match_flags,class std::_String_const_iterator,class std::allocator >)" > ?(??0?$perl_matcher at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at U?$sub_match at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@boost@@@2 at U?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@re_detail at boost@@QAE at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@0AAV?$match_results at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at U?$sub_match at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@boost@@@2@@2 at ABV?$basic_regex at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@2 at W4_match_flags@regex_constants at 2@0 at Z) > 1>llfloaterpostcard.obj : error LNK2001: unresolved external symbol "private: void __thiscall boost::re_detail::perl_matcher,class std::allocator >,class std::allocator,class std::allocator > > >,struct boost::regex_traits > >::construct_init(class boost::basic_regex > > const &,enum boost::regex_constants::_match_flags)" > ?(?construct_init@?$perl_matcher at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at U?$sub_match at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@boost@@@2 at U?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@re_detail at boost@@AAEXABV?$basic_regex at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@3 at W4_match_flags@regex_constants at 3@@Z) > 1>llui.lib(llnotifications.obj) : error LNK2001: unresolved external symbol "private: void __thiscall boost::re_detail::perl_matcher,class std::allocator >,class std::allocator,class std::allocator > > >,struct boost::regex_traits > >::construct_init(class boost::basic_regex > > const &,enum boost::regex_constants::_match_flags)" > ?(?construct_init@?$perl_matcher at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at U?$sub_match at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@boost@@@2 at U?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@re_detail at boost@@AAEXABV?$basic_regex at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@3 at W4_match_flags@regex_constants at 3@@Z) > 1>llfloaterpostcard.obj : error LNK2019: unresolved external symbol "public: bool __thiscall boost::re_detail::perl_matcher,class std::allocator >,class std::allocator,class std::allocator > > >,struct boost::regex_traits > >::match(void)" (?match@?$perl_matcher at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at U?$sub_match at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@boost@@@2 at U?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@re_detail at boost@@QAE_NXZ) referenced in function "bool __cdecl boost::regex_match,class std::allocator >,class std::allocator ?std::_String_const_iterator,class std::allocator > > >,char,struct boost::regex_traits > >(class std::_String_const_iterator,class std::allocator >,class std::_String_const_iterator,class std::allocator >,class boost::match_results,class std::allocator >,class std::allocator,class std::allocator > > > > &,class boost::basic_regex > > const &,enum boost::regex_constants::_match_flags)" > ?(??$regex_match at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at U?$sub_match at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@boost@@@2 at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@boost@@YA_NV?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@0AAV?$match_results at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@V?$allocator at U?$sub_match at V?$_String_const_iterator at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@boost@@@2@@0 at ABV?$basic_regex at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@0 at W4_match_flags@regex_constants at 0@@Z) > 1>llgroupmgr.obj : error LNK2019: unresolved external symbol "public: bool __thiscall boost::re_detail::perl_matcher >,struct boost::regex_traits > >::match(void)" (?match@?$perl_matcher at PBDV?$allocator at U?$sub_match at PBD@boost@@@std@@U?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@re_detail at boost@@QAE_NXZ) referenced in function "bool __cdecl boost::regex_match >,char,struct boost::regex_traits > >(char const *,char const *,class boost::match_results > > &,class boost::basic_regex > > const &,enum boost::regex_constants::_match_flags)" > ?(??$regex_match at PBDV?$allocator at U?$sub_match at PBD@boost@@@std@@DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@boost@@YA_NPBD0AAV?$match_results at PBDV?$allocator at U?$sub_match at PBD@boost@@@std@@@0 at ABV?$basic_regex at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@0 at W4_match_flags@regex_constants at 0@@Z) > 1>llpaneldisplay.obj : error LNK2001: unresolved external symbol "public: bool __thiscall boost::re_detail::perl_matcher >,struct boost::regex_traits > >::match(void)" (?match@?$perl_matcher at PBDV?$allocator at U?$sub_match at PBD@boost@@@std@@U?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@re_detail at boost@@QAE_NXZ) > 1>llgroupmgr.obj : error LNK2019: unresolved external symbol "private: void __thiscall boost::re_detail::perl_matcher >,struct boost::regex_traits > >::construct_init(class boost::basic_regex > > const &,enum boost::regex_constants::_match_flags)" (?construct_init@?$perl_matcher at PBDV?$allocator at U?$sub_match at PBD@boost@@@std@@U?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@re_detail at boost@@AAEXABV?$basic_regex at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@3 at W4_match_flags@regex_constants at 3@@Z) referenced in function "public: __thiscall boost::re_detail::perl_matcher >,struct boost::regex_traits > >::perl_matcher ?std::allocator >,struct boost::regex_traits > >(char const *,char const *,class boost::match_results > > &,class boost::basic_regex > > const &,enum boost::regex_constants::_match_flags,char const *)" (??0?$perl_matcher at PBDV?$allocator at U?$sub_match at PBD@boost@@@std@@U?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@re_detail at boost@@QAE at PBD0AAV?$match_results at PBDV?$allocator at U?$sub_match at PBD@boost@@@std@@@2 at ABV?$basic_regex at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@2 at W4_match_flags@regex_constants at 2@0 at Z) > 1>llpaneldisplay.obj : error LNK2001: unresolved external symbol "private: void __thiscall boost::re_detail::perl_matcher >,struct boost::regex_traits > >::construct_init(class boost::basic_regex > > const &,enum boost::regex_constants::_match_flags)" (?construct_init@?$perl_matcher at PBDV?$allocator at U?$sub_match at PBD@boost@@@std@@U?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@re_detail at boost@@AAEXABV?$basic_regex at DU?$regex_traits at DV?$w32_regex_traits at D@boost@@@boost@@@3 at W4_match_flags@regex_constants at 3@@Z) > 1>C:\source\linden\indra\build-VC90\newview\RelWithDebInfo\secondlife-bin.exe : fatal error LNK1120: 6 unresolved externals > 1>Build log was saved at "file://c:\source\linden\indra\build-VC90\newview\secondlife-bin.dir\RelWithDebInfo\BuildLog.htm" > 1>secondlife-bin - 16 error(s), 0 warning(s) > 2>------ Skipped Build: Project: ALL_BUILD, Configuration: RelWithDebInfo Win32 ------ > 2>Project not selected to build for this solution configuration > 3>------ Skipped Build: Project: viewer, Configuration: RelWithDebInfo Win32 ------ > 3>Project not selected to build for this solution configuration > ========== Build: 0 succeeded, 1 failed, 50 up-to-date, 2 skipped ========== > > > > > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting privileges > From monkowsk at fishkill.ibm.com Mon Feb 1 08:42:26 2010 From: monkowsk at fishkill.ibm.com (Mike Monkowski) Date: Mon, 01 Feb 2010 11:42:26 -0500 Subject: [sldev] 'L$ received' notification generated server side? In-Reply-To: <105c09f1001312215k7a10631g6dd52dbd5dea000c@mail.gmail.com> References: <105c09f1001312215k7a10631g6dd52dbd5dea000c@mail.gmail.com> Message-ID: <4B670472.3020200@fishkill.ibm.com> Is this notification text not in skins/default/xui/en-us/notifications.xml and localized in skins/default/xui/*/notifications.xml? Jacek Antonelli wrote: > Could a Linden confirm that the notification text is indeed generated > server side? > > If so, would it be feasible to shift that to client side? That is, > have the server send the payer name/UUID, money amount, and the custom > message ("description") to the viewer, and let the viewer format the > notification text? > > It seems like that would be a good idea anyway, because then "paid > you" could be localized, too. :) From jacek.antonelli at gmail.com Mon Feb 1 11:57:39 2010 From: jacek.antonelli at gmail.com (Jacek Antonelli) Date: Mon, 1 Feb 2010 13:57:39 -0600 Subject: [sldev] 'L$ received' notification generated server side? In-Reply-To: <4B670472.3020200@fishkill.ibm.com> References: <105c09f1001312215k7a10631g6dd52dbd5dea000c@mail.gmail.com> <4B670472.3020200@fishkill.ibm.com> Message-ID: <105c09f1002011157q3cfc1d39kd38f00f6a5ae4721@mail.gmail.com> It is not in notifications.xml. If it were, I wouldn't need to ask about this on the list. :) (The phrase "paid you" is found in only two files in the viewer: llinventory/lltransactionflags.cpp as I mentioned, and in newview/llpanelgrouplandmoney.cpp, which is used only by the group land/finances history.) On Mon, Feb 1, 2010 at 10:42 AM, Mike Monkowski wrote: > Is this notification text not in skins/default/xui/en-us/notifications.xml > and localized in skins/default/xui/*/notifications.xml? > > Jacek Antonelli wrote: >> >> Could a Linden confirm that the notification text is indeed generated >> server side? >> >> If so, would it be feasible to shift that to client side? That is, >> have the server send the payer name/UUID, money amount, and the custom >> message ("description") to the viewer, and let the viewer format the >> notification text? >> >> It seems like that would be a good idea anyway, because then "paid >> you" could be localized, too. :) > From thickbrick.sleaford at gmail.com Mon Feb 1 22:08:01 2010 From: thickbrick.sleaford at gmail.com (Thickbrick Sleaford) Date: Tue, 2 Feb 2010 08:08:01 +0200 Subject: [sldev] 'L$ received' notification generated server side? In-Reply-To: <105c09f1002011157q3cfc1d39kd38f00f6a5ae4721@mail.gmail.com> References: <105c09f1001312215k7a10631g6dd52dbd5dea000c@mail.gmail.com> <4B670472.3020200@fishkill.ibm.com> <105c09f1002011157q3cfc1d39kd38f00f6a5ae4721@mail.gmail.com> Message-ID: <201002020808.01206.thickbrick.sleaford@gmail.com> On Monday 01 February 2010 21:57:39 Jacek Antonelli wrote: > It is not in notifications.xml. If it were, I wouldn't need to ask > about this on the list. :) > > (The phrase "paid you" is found in only two files in the viewer: > llinventory/lltransactionflags.cpp as I mentioned, and in > newview/llpanelgrouplandmoney.cpp, which is used only by the group > land/finances history.) > It looks to me like the whole "First Last paid you L$n [for x]." string comes pre-formatted from the sim (or dataserver -> sim -> viewer, according to the message template,) in the Description field of the MoneyBalanceReply message. So there's nothing the viewer can do about the "for x" part if it's not already there. See process_money_balance_reply() in llviewermessage.cpp. -- Thickbrick From jodiah at my-webhome.com Tue Feb 2 01:22:49 2010 From: jodiah at my-webhome.com (jodiah at my-webhome.com) Date: Tue, 02 Feb 2010 02:22:49 -0700 Subject: [sldev] [HELP] Unresolved external symbols Message-ID: <20100202022249.8b0823960ceb6a56f7ddf638f99b00cb.c7ec8183a3.wbe@email.secureserver.net> An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/sldev/attachments/20100202/62420c84/attachment.htm From hebersites at hotmail.com Tue Feb 2 05:21:58 2010 From: hebersites at hotmail.com (heber lima) Date: Tue, 2 Feb 2010 13:21:58 +0000 Subject: [sldev] hello for all i am new Message-ID: hi.. I am new , i think this is for devolpers list... am i correct? What is the job that will do here? please i need some directions...more single.. thanks... _________________________________________________________________ Voc? sabia que o Windows 7 inicia e desliga mais r?pido? Clique e conhe?a mais. http://www.microsoft.com/brasil/windows7/default.html?WT.mc_id=1539 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/sldev/attachments/20100202/f2acdec1/attachment-0001.htm From sllists at boroon.dasgupta.ch Tue Feb 2 06:13:35 2010 From: sllists at boroon.dasgupta.ch (Boroondas Gupte) Date: Tue, 02 Feb 2010 15:13:35 +0100 Subject: [sldev] [META] Welcome! (was: hello for all i am new) In-Reply-To: References: Message-ID: <4B68330F.8090602@boroon.dasgupta.ch> heber lima schrieb: > hi.. > > I am new , Welcome to SLDev! :-) > i think this is for devolpers list... am i correct? Exactly! > What is the job that will do here? We discuss "software development issues related to Second Life." (See https://wiki.secondlife.com/wiki/SLDev) This is the main mailing list of Second Life's FLOSS developer community. Because only the client code is fully open, most discussions here are about client development. As of recently, the focus was mainly on Snowglobe (https://wiki.secondlife.com/wiki/Snowglobe), Linden Lab's own open source viewer project. Most third party viewers with large enough audience and/or developer teams have their own mailing lists and/or forums, though some of their devs are usually lurking and commenting here, too. Also, this list isn't our only channel, see https://wiki.secondlife.com/wiki/Developer_communication_tools for IRC, bug tracker, forum, inworld meetings ... > please i need some directions... What would you like to do? If you're not sure yet, have a look at https://wiki.secondlife.com/wiki/Open_Source_Portal and https://wiki.secondlife.com/wiki/Participating > more single.. hu? Boroondas From robertltux at gmail.com Tue Feb 2 06:42:11 2010 From: robertltux at gmail.com (Robert Martin) Date: Tue, 2 Feb 2010 09:42:11 -0500 Subject: [sldev] hello for all i am new In-Reply-To: References: Message-ID: Me i would get in touch with the other folks from Brazil that are working on SecondLife The Client is rather huge so get into a group and see whats needed. BTW you may want to get into the habit of posting in Portuguese when you need to be exact (if i have your native tongue correct) -- Robert L Martin From robin.cornelius at gmail.com Tue Feb 2 08:51:50 2010 From: robin.cornelius at gmail.com (Robin Cornelius) Date: Tue, 2 Feb 2010 16:51:50 +0000 Subject: [sldev] List rename? Message-ID: Hmm is the list being renamed OSDev? (http://wiki.secondlife.com/wiki/OSDev#Second_Life_.3C-.3E_mailing_list_name_mapping) did i fall asleep and miss an announcement or is it being setup prior to the announcement? Robin From I_really_needed_a_new_mailbox at gmx.de Tue Feb 2 09:11:31 2010 From: I_really_needed_a_new_mailbox at gmx.de (Zai Lynch) Date: Tue, 2 Feb 2010 18:11:31 +0100 Subject: [sldev] List rename? In-Reply-To: References: Message-ID: telling from the article history, that just happened happened about 1.5 hours ago: (Move log ); 15:37 . . Soft Linden (Talk| contribs ) moved SLDevto OSDev (SLDev mailing list is being renamed) --zai 2010/2/2 Robin Cornelius > Hmm is the list being renamed OSDev? > > ( > http://wiki.secondlife.com/wiki/OSDev#Second_Life_.3C-.3E_mailing_list_name_mapping > ) > > did i fall asleep and miss an announcement or is it being setup prior > to the announcement? > > Robin > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting > privileges > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/sldev/attachments/20100202/00f26838/attachment.htm From soft at lindenlab.com Tue Feb 2 09:37:01 2010 From: soft at lindenlab.com (Soft Linden) Date: Tue, 2 Feb 2010 11:37:01 -0600 Subject: [sldev] List rename? In-Reply-To: References: Message-ID: Yes, soon. Merov will make the announcement when we're cutting over and members will be moved over. sldev is an ambiguous name, also used by an in-world solutions provider program unrelated to open source development. (They were here first.) A name based on "open source development" makes the focus of the list more clear. On Tue, Feb 2, 2010 at 10:51 AM, Robin Cornelius wrote: > Hmm is the list being renamed OSDev? > > ?(http://wiki.secondlife.com/wiki/OSDev#Second_Life_.3C-.3E_mailing_list_name_mapping) > > did i fall asleep and miss an announcement or is it being setup prior > to the announcement? From tigrospottystripes at gmail.com Tue Feb 2 11:25:05 2010 From: tigrospottystripes at gmail.com (Tigro Spottystripes) Date: Tue, 02 Feb 2010 17:25:05 -0200 Subject: [sldev] List rename? In-Reply-To: References: Message-ID: <4B687C11.5070609@Gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 what is the full name of the "solution provider" ? if it's just SLDev or SL Development or somthing like that, i think they don't own the right to the name according to those rules that attacked SLEducation (or whatever they were called) On 2/2/2010 15:37, Soft Linden wrote: > Yes, soon. Merov will make the announcement when we're cutting over > and members will be moved over. > > sldev is an ambiguous name, also used by an in-world solutions > provider program unrelated to open source development. (They were here > first.) A name based on "open source development" makes the focus of > the list more clear. > > On Tue, Feb 2, 2010 at 10:51 AM, Robin Cornelius > wrote: >> Hmm is the list being renamed OSDev? >> >> (http://wiki.secondlife.com/wiki/OSDev#Second_Life_.3C-.3E_mailing_list_name_mapping) >> >> did i fall asleep and miss an announcement or is it being setup prior >> to the announcement? > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting privileges > -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAktofAMACgkQ+dvI+XYnc2b2swCgqZHPkBIVMjcOUxJervdVLEt9 5jMAnArxVTzXpR7L4XFvywDPWJU1tyOQ =3uuw -----END PGP SIGNATURE----- From soft at lindenlab.com Tue Feb 2 12:11:06 2010 From: soft at lindenlab.com (Soft Linden) Date: Tue, 2 Feb 2010 14:11:06 -0600 Subject: [sldev] List rename? In-Reply-To: <4B687C11.5070609@Gmail.com> References: <4B687C11.5070609@Gmail.com> Message-ID: Since before the viewer went open source, Linden Lab has had an SL Developer program for the solution providers listed in the SL Developer directory at http://solutionproviders.secondlife.com . It's the same group that has the SLDEV and SLDEVu islands and the SLDEV group in-world. I don't know the history of how open source ended up on a list with the same name. On Tue, Feb 2, 2010 at 1:25 PM, Tigro Spottystripes wrote: > > what is the full name of the "solution provider" ? if it's just SLDev or > SL Development or somthing like that, i think they don't own the right > to the name according to those rules that attacked SLEducation (or > whatever they were called) > > On 2/2/2010 15:37, Soft Linden wrote: >> Yes, soon. Merov will make the announcement when we're cutting over >> and members will be moved over. >> >> sldev is an ambiguous name, also used by an in-world solutions >> provider program unrelated to open source development. (They were here >> first.) A name based on "open source development" makes the focus of >> the list more clear. >> >> On Tue, Feb 2, 2010 at 10:51 AM, Robin Cornelius >> wrote: >>> Hmm is the list being renamed OSDev? >>> >>> ?(http://wiki.secondlife.com/wiki/OSDev#Second_Life_.3C-.3E_mailing_list_name_mapping) >>> >>> did i fall asleep and miss an announcement or is it being setup prior >>> to the announcement? From adam at deepthink.com.au Tue Feb 2 21:24:54 2010 From: adam at deepthink.com.au (Frisby, Adam) Date: Wed, 3 Feb 2010 00:24:54 -0500 Subject: [sldev] List rename? In-Reply-To: References: <4B687C11.5070609@Gmail.com> Message-ID: <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> Why not viewer-dev or something like that? The reason I ask is because you are now conflicting with OpenSimDEV which is another mailing list in the same scope that is referred do with the same acronym. ;) Adam > -----Original Message----- > From: sldev-bounces at lists.secondlife.com [mailto:sldev- > bounces at lists.secondlife.com] On Behalf Of Soft Linden > Sent: Tuesday, 2 February 2010 12:11 PM > To: Tigro Spottystripes > Cc: sldev at lists.secondlife.com > Subject: Re: [sldev] List rename? > > Since before the viewer went open source, Linden Lab has had an SL > Developer program for the solution providers listed in the SL > Developer directory at http://solutionproviders.secondlife.com . It's > the same group that has the SLDEV and SLDEVu islands and the SLDEV > group in-world. I don't know the history of how open source ended up > on a list with the same name. > > On Tue, Feb 2, 2010 at 1:25 PM, Tigro Spottystripes > wrote: > > > > what is the full name of the "solution provider" ? if it's just SLDev > or > > SL Development or somthing like that, i think they don't own the > right > > to the name according to those rules that attacked SLEducation (or > > whatever they were called) > > > > On 2/2/2010 15:37, Soft Linden wrote: > >> Yes, soon. Merov will make the announcement when we're cutting over > >> and members will be moved over. > >> > >> sldev is an ambiguous name, also used by an in-world solutions > >> provider program unrelated to open source development. (They were > here > >> first.) A name based on "open source development" makes the focus of > >> the list more clear. > >> > >> On Tue, Feb 2, 2010 at 10:51 AM, Robin Cornelius > >> wrote: > >>> Hmm is the list being renamed OSDev? > >>> > >>> ?(http://wiki.secondlife.com/wiki/OSDev#Second_Life_.3C- > .3E_mailing_list_name_mapping) > >>> > >>> did i fall asleep and miss an announcement or is it being setup > prior > >>> to the announcement? > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting > privileges From sempuki1 at gmail.com Tue Feb 2 21:51:05 2010 From: sempuki1 at gmail.com (Ryan McDougall) Date: Wed, 3 Feb 2010 07:51:05 +0200 Subject: [sldev] List rename? In-Reply-To: <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> References: <4B687C11.5070609@Gmail.com> <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> Message-ID: How about snowglobe-dev, as there are other people making SL-compatible viewers as well. Cheers, On Wed, Feb 3, 2010 at 7:24 AM, Frisby, Adam wrote: > Why not viewer-dev or something like that? > > The reason I ask is because you are now conflicting with OpenSimDEV which is another mailing list in the same scope that is referred do with the same acronym. ;) > > Adam > >> -----Original Message----- >> From: sldev-bounces at lists.secondlife.com [mailto:sldev- >> bounces at lists.secondlife.com] On Behalf Of Soft Linden >> Sent: Tuesday, 2 February 2010 12:11 PM >> To: Tigro Spottystripes >> Cc: sldev at lists.secondlife.com >> Subject: Re: [sldev] List rename? >> >> Since before the viewer went open source, Linden Lab has had an SL >> Developer program for the solution providers listed in the SL >> Developer directory at http://solutionproviders.secondlife.com . It's >> the same group that has the SLDEV and SLDEVu islands and the SLDEV >> group in-world. I don't know the history of how open source ended up >> on a list with the same name. >> >> On Tue, Feb 2, 2010 at 1:25 PM, Tigro Spottystripes >> wrote: >> > >> > what is the full name of the "solution provider" ? if it's just SLDev >> or >> > SL Development or somthing like that, i think they don't own the >> right >> > to the name according to those rules that attacked SLEducation (or >> > whatever they were called) >> > >> > On 2/2/2010 15:37, Soft Linden wrote: >> >> Yes, soon. Merov will make the announcement when we're cutting over >> >> and members will be moved over. >> >> >> >> sldev is an ambiguous name, also used by an in-world solutions >> >> provider program unrelated to open source development. (They were >> here >> >> first.) A name based on "open source development" makes the focus of >> >> the list more clear. >> >> >> >> On Tue, Feb 2, 2010 at 10:51 AM, Robin Cornelius >> >> wrote: >> >>> Hmm is the list being renamed OSDev? >> >>> >> >>> ?(http://wiki.secondlife.com/wiki/OSDev#Second_Life_.3C- >> .3E_mailing_list_name_mapping) >> >>> >> >>> did i fall asleep and miss an announcement or is it being setup >> prior >> >>> to the announcement? >> _______________________________________________ >> Policies and (un)subscribe information available here: >> http://wiki.secondlife.com/wiki/SLDev >> Please read the policies before posting to keep unmoderated posting >> privileges > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting privileges > From chaosstar at gmail.com Tue Feb 2 23:45:23 2010 From: chaosstar at gmail.com (Ambrosia) Date: Wed, 3 Feb 2010 08:45:23 +0100 Subject: [sldev] List rename? In-Reply-To: References: <4B687C11.5070609@Gmail.com> <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> Message-ID: <9bb32d431002022345n499d3efdm45fe98a3cd8e23b4@mail.gmail.com> It's not exclusively about Snowglobe. With OpenSimDev around..hmh. OSVDev could be a good name. On Wed, Feb 3, 2010 at 06:51, Ryan McDougall wrote: > How about snowglobe-dev, as there are other people making > SL-compatible viewers as well. > > Cheers, > From nexiim at googlemail.com Wed Feb 3 06:47:47 2010 From: nexiim at googlemail.com (Nexii Malthus) Date: Wed, 3 Feb 2010 14:47:47 +0000 Subject: [sldev] List rename? In-Reply-To: <9bb32d431002022345n499d3efdm45fe98a3cd8e23b4@mail.gmail.com> References: <4B687C11.5070609@Gmail.com> <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> <9bb32d431002022345n499d3efdm45fe98a3cd8e23b4@mail.gmail.com> Message-ID: <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> My favourite goes for 'OSDev'. 'viewer-dev' is good too. I'm happy to settle on 'OVDev' for OpenViewerDev as well. - Nexii On Wed, Feb 3, 2010 at 7:45 AM, Ambrosia wrote: > It's not exclusively about Snowglobe. > With OpenSimDev around..hmh. OSVDev could be a good name. > > On Wed, Feb 3, 2010 at 06:51, Ryan McDougall wrote: >> How about snowglobe-dev, as there are other people making >> SL-compatible viewers as well. >> >> Cheers, >> > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting privileges > From andromedaquonset at gmail.com Wed Feb 3 07:43:37 2010 From: andromedaquonset at gmail.com (Andromeda Quonset) Date: Wed, 03 Feb 2010 08:43:37 -0700 Subject: [sldev] List rename? In-Reply-To: <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.co m> References: <4B687C11.5070609@Gmail.com> <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> <9bb32d431002022345n499d3efdm45fe98a3cd8e23b4@mail.gmail.com> <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> Message-ID: <4b6999a7.1508c00a.114b.fffffdb2@mx.google.com> When I see 'OSDev' , I think "Operating Systems", then I think "Open Space Grid". While I understand the reasons for wanting to rename the list, the re-naming should either be to something appropriate, or postponed until an appropriate name has been formulated, so it doesn't have to go through 10 name changes until the appropriate name is arrived at. - Andro At 07:47 AM 2/3/2010, you wrote: >My favourite goes for 'OSDev'. 'viewer-dev' is good too. >I'm happy to settle on 'OVDev' for OpenViewerDev as well. > >- Nexii > >On Wed, Feb 3, 2010 at 7:45 AM, Ambrosia wrote: > > It's not exclusively about Snowglobe. > > With OpenSimDev around..hmh. OSVDev could be a good name. > > > > On Wed, Feb 3, 2010 at 06:51, Ryan McDougall wrote: > >> How about snowglobe-dev, as there are other people making > >> SL-compatible viewers as well. > >> > >> Cheers, > >> > > _______________________________________________ > > Policies and (un)subscribe information available here: > > http://wiki.secondlife.com/wiki/SLDev > > Please read the policies before posting to keep unmoderated > posting privileges > > >_______________________________________________ >Policies and (un)subscribe information available here: >http://wiki.secondlife.com/wiki/SLDev >Please read the policies before posting to keep unmoderated posting privileges From monkowsk at fishkill.ibm.com Wed Feb 3 08:17:26 2010 From: monkowsk at fishkill.ibm.com (Mike Monkowski) Date: Wed, 03 Feb 2010 11:17:26 -0500 Subject: [sldev] List rename? In-Reply-To: <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> References: <4B687C11.5070609@Gmail.com> <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> <9bb32d431002022345n499d3efdm45fe98a3cd8e23b4@mail.gmail.com> <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> Message-ID: <4B69A196.6060206@fishkill.ibm.com> How about OSVSDev for Open Source Viewer and Server Development? Hey, I can dream. :-) Mike Nexii Malthus wrote: > My favourite goes for 'OSDev'. 'viewer-dev' is good too. > I'm happy to settle on 'OVDev' for OpenViewerDev as well. > > - Nexii From dzonatas at gmail.com Wed Feb 3 08:37:15 2010 From: dzonatas at gmail.com (Dzonatas Sol) Date: Wed, 03 Feb 2010 08:37:15 -0800 Subject: [sldev] List rename? In-Reply-To: <4B69A196.6060206@fishkill.ibm.com> References: <4B687C11.5070609@Gmail.com> <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> <9bb32d431002022345n499d3efdm45fe98a3cd8e23b4@mail.gmail.com> <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> <4B69A196.6060206@fishkill.ibm.com> Message-ID: <4B69A63B.3040209@gmail.com> What ever happened to AWG? ok ok.... maybe... OSWG Mike Monkowski wrote: > How about OSVSDev for Open Source Viewer and Server Development? > Hey, I can dream. :-) > > Mike > > > Nexii Malthus wrote: > >> My favourite goes for 'OSDev'. 'viewer-dev' is good too. >> I'm happy to settle on 'OVDev' for OpenViewerDev as well. >> >> - Nexii >> > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting privileges > > From soft at lindenlab.com Wed Feb 3 08:29:39 2010 From: soft at lindenlab.com (Soft Linden) Date: Wed, 3 Feb 2010 10:29:39 -0600 Subject: [sldev] List rename? In-Reply-To: <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> References: <4B687C11.5070609@Gmail.com> <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> <9bb32d431002022345n499d3efdm45fe98a3cd8e23b4@mail.gmail.com> <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> Message-ID: The list isn't restricted to the viewer. There are eventlet, mulib, etc too. On Wed, Feb 3, 2010 at 8:47 AM, Nexii Malthus wrote: > My favourite goes for 'OSDev'. 'viewer-dev' is good too. > I'm happy to settle on 'OVDev' for OpenViewerDev as well. > > - Nexii > > On Wed, Feb 3, 2010 at 7:45 AM, Ambrosia wrote: >> It's not exclusively about Snowglobe. >> With OpenSimDev around..hmh. OSVDev could be a good name. >> >> On Wed, Feb 3, 2010 at 06:51, Ryan McDougall wrote: >>> How about snowglobe-dev, as there are other people making >>> SL-compatible viewers as well. From merov at lindenlab.com Wed Feb 3 22:06:22 2010 From: merov at lindenlab.com (Philippe (Merov) Bossut) Date: Wed, 3 Feb 2010 22:06:22 -0800 Subject: [sldev] Snowglobe 1.3 show stopper : SNOW-457 Message-ID: <78f69851002032206y7a8b32efkfd5d4a1d9fa2c818@mail.gmail.com> Hi, I posted a patch for SNOW-457 (https://jira.secondlife.com/browse/SNOW-457) and tested it successfully IW on Windows. It's basically an implementation of the strategy we discussed at the last Hippo meeting (rollback some changes made in 1.3, port most recent Viewer2 changes for lltexturefetch and lltexturecache). If the Snowglobe builders could give the patch a spin, that'd be great. Cheers, - Merov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/sldev/attachments/20100203/8e043cb8/attachment.htm From carlo at alinoe.com Thu Feb 4 06:42:14 2010 From: carlo at alinoe.com (Carlo Wood) Date: Thu, 4 Feb 2010 15:42:14 +0100 Subject: [sldev] List rename? In-Reply-To: References: <4B687C11.5070609@Gmail.com> <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> <9bb32d431002022345n499d3efdm45fe98a3cd8e23b4@mail.gmail.com> <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> Message-ID: <20100204144214.GA29420@alinoe.com> On Wed, Feb 03, 2010 at 10:29:39AM -0600, Soft Linden wrote: > The list isn't restricted to the viewer. There are eventlet, mulib, etc too. Still, it seems a bit hypocrite to rename the list because there is exists some group in-world that I never heard of before and then rename it to an acronym that collides with no less than "Open Sim Development". -- Carlo Wood From lufpleh at googlemail.com Thu Feb 4 07:06:37 2010 From: lufpleh at googlemail.com (lufpleh) Date: Thu, 4 Feb 2010 15:06:37 +0000 Subject: [sldev] List rename? In-Reply-To: <20100204144214.GA29420@alinoe.com> References: <4B687C11.5070609@Gmail.com> <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> <9bb32d431002022345n499d3efdm45fe98a3cd8e23b4@mail.gmail.com> <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> <20100204144214.GA29420@alinoe.com> Message-ID: this list for Second LIfe or Linden Lab, use SL or LL its Open Source, use OS developers list, use dev SLOSdev or LLOSdev On 4 February 2010 14:42, Carlo Wood wrote: > On Wed, Feb 03, 2010 at 10:29:39AM -0600, Soft Linden wrote: > > The list isn't restricted to the viewer. There are eventlet, mulib, etc > too. > > Still, it seems a bit hypocrite to rename the list because there is > exists some group in-world that I never heard of before and then > rename it to an acronym that collides with no less than "Open Sim > Development". > > -- > Carlo Wood > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting > privileges > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/sldev/attachments/20100204/18fc0e8f/attachment.htm From open at autistici.org Thu Feb 4 07:26:33 2010 From: open at autistici.org (Opensource Obscure) Date: Thu, 04 Feb 2010 15:26:33 +0000 Subject: [sldev] =?utf-8?q?List_rename=3F?= In-Reply-To: References: <4B687C11.5070609@Gmail.com> <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> <9bb32d431002022345n499d3efdm45fe98a3cd8e23b4@mail.gmail.com> <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> <20100204144214.GA29420@alinoe.com> Message-ID: AWESOME THREAD. THANKS EVERYBODY From mrfrans at gmail.com Thu Feb 4 12:36:51 2010 From: mrfrans at gmail.com (Frans) Date: Thu, 4 Feb 2010 21:36:51 +0100 Subject: [sldev] List rename? In-Reply-To: <20100204144214.GA29420@alinoe.com> References: <4B687C11.5070609@Gmail.com> <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> <9bb32d431002022345n499d3efdm45fe98a3cd8e23b4@mail.gmail.com> <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> <20100204144214.GA29420@alinoe.com> Message-ID: <7765f2c61002041236k6a37013crafd888d7cf1370f5@mail.gmail.com> On Thu, Feb 4, 2010 at 3:42 PM, Carlo Wood wrote: > Still, it seems a bit hypocrite to rename the list because there is > exists some group in-world that I never heard of before and then > rename it to an acronym that collides with no less than "Open Sim > Development". > > Counter point, I have been part of the solution provider program for several years, and there have been many occasions where the name overlap has caused some confusion. Nothing critical though, but questionable. The Open Source and Open Sim acronym overlap is quite unfortunate. Though you can question the idea that a OpenSim mailing list could be hosted on a secondlife.com domain. I'm not sure how else the list could be called that would match its purpose. Maybe I can think of something over a cup of Earl Grey. Regards, -- Jeroen Frans Virtual World Technology Specialist. TheVesuviusGroup.com SL: Frans Charming -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/sldev/attachments/20100204/2e1cda7e/attachment.htm From kakurady at gmail.com Thu Feb 4 18:27:55 2010 From: kakurady at gmail.com (Geneko Nemeth) Date: Thu, 04 Feb 2010 21:27:55 -0500 Subject: [sldev] Build tools improvements in Viewer 2.0? Message-ID: <4B6B822B.4000409@gmail.com> I want to ask any Lindens around here, is there much improvements in build tools in Viewer2? 'cause if not, I want to base my term project for a UI course on it. Thanks! Kakurady (Geneko Nemeth) From adam at deepthink.com.au Thu Feb 4 22:14:52 2010 From: adam at deepthink.com.au (Frisby, Adam) Date: Fri, 5 Feb 2010 01:14:52 -0500 Subject: [sldev] List rename? In-Reply-To: References: <4B687C11.5070609@Gmail.com> <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> <9bb32d431002022345n499d3efdm45fe98a3cd8e23b4@mail.gmail.com> <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> Message-ID: <63FAD4F222230A4EA79DE9E8BE6647354E0CCA94@winxbeus19.exchange.xchg> Second Life Open Source ([slos]) ? Adam > -----Original Message----- > From: sldev-bounces at lists.secondlife.com [mailto:sldev- > bounces at lists.secondlife.com] On Behalf Of Soft Linden > Sent: Wednesday, 3 February 2010 8:30 AM > To: SLDev Mailing List > Subject: Re: [sldev] List rename? > > The list isn't restricted to the viewer. There are eventlet, mulib, etc > too. > > On Wed, Feb 3, 2010 at 8:47 AM, Nexii Malthus > wrote: > > My favourite goes for 'OSDev'. 'viewer-dev' is good too. > > I'm happy to settle on 'OVDev' for OpenViewerDev as well. > > > > - Nexii > > > > On Wed, Feb 3, 2010 at 7:45 AM, Ambrosia wrote: > >> It's not exclusively about Snowglobe. > >> With OpenSimDev around..hmh. OSVDev could be a good name. > >> > >> On Wed, Feb 3, 2010 at 06:51, Ryan McDougall > wrote: > >>> How about snowglobe-dev, as there are other people making > >>> SL-compatible viewers as well. > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting > privileges From newhook at us.ibm.com Fri Feb 5 08:53:44 2010 From: newhook at us.ibm.com (Richard Newhook) Date: Fri, 5 Feb 2010 11:53:44 -0500 Subject: [sldev] List rename? In-Reply-To: <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> References: <4B687C11.5070609@Gmail.com> <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> <9bb32d431002022345n499d3efdm45fe98a3cd8e23b4@mail.gmail.com> <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> Message-ID: If the focus of the group name is the 'open source', isn't the common abbreviation OSS (open source software), instead of OS? Not to mention that OSS isn't going to clash with other similar mailing lists in this arena (like OpenSim). - Richard/Newfie sldev-bounces at lists.secondlife.com wrote on 02/03/2010 09:47:47 AM: > [image removed] > > Re: [sldev] List rename? > > Nexii Malthus > > to: > > Ambrosia > > 02/03/2010 09:48 AM > > Sent by: > > sldev-bounces at lists.secondlife.com > > Cc: > > "sldev at lists.secondlife.com" > > My favourite goes for 'OSDev'. 'viewer-dev' is good too. > I'm happy to settle on 'OVDev' for OpenViewerDev as well. > > - Nexii > > On Wed, Feb 3, 2010 at 7:45 AM, Ambrosia wrote: > > It's not exclusively about Snowglobe. > > With OpenSimDev around..hmh. OSVDev could be a good name. > > > > On Wed, Feb 3, 2010 at 06:51, Ryan McDougall wrote: > >> How about snowglobe-dev, as there are other people making > >> SL-compatible viewers as well. > >> > >> Cheers, > >> > > _______________________________________________ > > Policies and (un)subscribe information available here: > > http://wiki.secondlife.com/wiki/SLDev > > Please read the policies before posting to keep unmoderated > posting privileges > > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting privileges -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/sldev/attachments/20100205/9461d9af/attachment.html From djfoxyslpr at gmail.com Fri Feb 5 09:40:38 2010 From: djfoxyslpr at gmail.com (Jonathan Irvin) Date: Fri, 5 Feb 2010 11:40:38 -0600 Subject: [sldev] List rename? In-Reply-To: References: <4B687C11.5070609@Gmail.com> <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> <9bb32d431002022345n499d3efdm45fe98a3cd8e23b4@mail.gmail.com> <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> Message-ID: <9f4fbd5c1002050940y1eff3df0l3b6727fda49b9054@mail.gmail.com> I agree. On Fri, Feb 5, 2010 at 10:53, Richard Newhook wrote: > If the focus of the group name is the 'open source', isn't the common > abbreviation OSS (open source software), instead of OS? Not to mention that > OSS isn't going to clash with other similar mailing lists in this arena > (like OpenSim). > > > - Richard/Newfie > > > > sldev-bounces at lists.secondlife.com wrote on 02/03/2010 09:47:47 AM: > > > [image removed] > > > > Re: [sldev] List rename? > > > > Nexii Malthus > > > > to: > > > > Ambrosia > > > > 02/03/2010 09:48 AM > > > > Sent by: > > > > > sldev-bounces at lists.secondlife.com > > > > Cc: > > > > "sldev at lists.secondlife.com" > > > > My favourite goes for 'OSDev'. 'viewer-dev' is good too. > > I'm happy to settle on 'OVDev' for OpenViewerDev as well. > > > > - Nexii > > > > On Wed, Feb 3, 2010 at 7:45 AM, Ambrosia wrote: > > > It's not exclusively about Snowglobe. > > > With OpenSimDev around..hmh. OSVDev could be a good name. > > > > > > On Wed, Feb 3, 2010 at 06:51, Ryan McDougall > wrote: > > >> How about snowglobe-dev, as there are other people making > > >> SL-compatible viewers as well. > > >> > > >> Cheers, > > > >> > > > _______________________________________________ > > > Policies and (un)subscribe information available here: > > > http://wiki.secondlife.com/wiki/SLDev > > > Please read the policies before posting to keep unmoderated > > posting privileges > > > > > _______________________________________________ > > Policies and (un)subscribe information available here: > > http://wiki.secondlife.com/wiki/SLDev > > Please read the policies before posting to keep unmoderated posting > privileges > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting > privileges > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/sldev/attachments/20100205/7d9ff6ea/attachment.htm From nexiim at googlemail.com Fri Feb 5 10:00:02 2010 From: nexiim at googlemail.com (Nexii Malthus) Date: Fri, 5 Feb 2010 18:00:02 +0000 Subject: [sldev] List rename? In-Reply-To: <9f4fbd5c1002050940y1eff3df0l3b6727fda49b9054@mail.gmail.com> References: <4B687C11.5070609@Gmail.com> <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> <9bb32d431002022345n499d3efdm45fe98a3cd8e23b4@mail.gmail.com> <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> <9f4fbd5c1002050940y1eff3df0l3b6727fda49b9054@mail.gmail.com> Message-ID: <824c8ab71002051000u15062d2bvf8fdcbbd5aaf4e36@mail.gmail.com> +1 @ Richard - Nexii On Fri, Feb 5, 2010 at 5:40 PM, Jonathan Irvin wrote: > I agree. > > On Fri, Feb 5, 2010 at 10:53, Richard Newhook wrote: >> >> If the focus of the group name is the 'open source', isn't the common >> abbreviation OSS (open source software), instead of OS? Not to mention that >> OSS isn't going to clash with other similar mailing lists in this arena >> (like OpenSim). >> >> >> - Richard/Newfie >> >> >> >> sldev-bounces at lists.secondlife.com wrote on 02/03/2010 09:47:47 AM: >> >> > [image removed] >> > >> > Re: [sldev] List rename? >> > >> > Nexii Malthus >> > >> > to: >> > >> > Ambrosia >> > >> > 02/03/2010 09:48 AM >> > >> > Sent by: >> >> > >> > sldev-bounces at lists.secondlife.com >> > >> > Cc: >> > >> > "sldev at lists.secondlife.com" >> > >> > My favourite goes for 'OSDev'. 'viewer-dev' is good too. >> > I'm happy to settle on 'OVDev' for OpenViewerDev as well. >> > >> > - Nexii >> > >> > On Wed, Feb 3, 2010 at 7:45 AM, Ambrosia wrote: >> > > It's not exclusively about Snowglobe. >> > > With OpenSimDev around..hmh. OSVDev could be a good name. >> > > >> > > On Wed, Feb 3, 2010 at 06:51, Ryan McDougall >> > > wrote: >> > >> How about snowglobe-dev, as there are other people making >> > >> SL-compatible viewers as well. >> > >> >> > >> Cheers, >> > >> >> > > _______________________________________________ >> > > Policies and (un)subscribe information available here: >> > > http://wiki.secondlife.com/wiki/SLDev >> > > Please read the policies before posting to keep unmoderated >> > posting privileges >> > > >> > _______________________________________________ >> > Policies and (un)subscribe information available here: >> > http://wiki.secondlife.com/wiki/SLDev >> > Please read the policies before posting to keep unmoderated posting >> > privileges >> >> _______________________________________________ >> Policies and (un)subscribe information available here: >> http://wiki.secondlife.com/wiki/SLDev >> Please read the policies before posting to keep unmoderated posting >> privileges > > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting > privileges > From tigrospottystripes at gmail.com Fri Feb 5 10:08:00 2010 From: tigrospottystripes at gmail.com (Tigro Spottystripes) Date: Fri, 05 Feb 2010 16:08:00 -0200 Subject: [sldev] List rename? In-Reply-To: References: <4B687C11.5070609@Gmail.com> <63FAD4F222230A4EA79DE9E8BE6647354E0CC648@winxbeus19.exchange.xchg> <9bb32d431002022345n499d3efdm45fe98a3cd8e23b4@mail.gmail.com> <824c8ab71002030647s2756883dm798edf18f06f98df@mail.gmail.com> Message-ID: <4B6C5E80.9060800@Gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 how about somthing more specific, like OSSL (Open Source Second Life) ? On 5/2/2010 14:53, Richard Newhook wrote: > If the focus of the group name is the 'open source', isn't the common > abbreviation OSS (open source software), instead of OS? Not to mention > that OSS isn't going to clash with other similar mailing lists in this > arena (like OpenSim). > > > - Richard/Newfie > > > > sldev-bounces at lists.secondlife.com wrote on 02/03/2010 09:47:47 AM: > >> [image removed] >> >> Re: [sldev] List rename? >> >> Nexii Malthus >> >> to: >> >> Ambrosia >> >> 02/03/2010 09:48 AM >> >> Sent by: >> >> sldev-bounces at lists.secondlife.com >> >> Cc: >> >> "sldev at lists.secondlife.com" >> >> My favourite goes for 'OSDev'. 'viewer-dev' is good too. >> I'm happy to settle on 'OVDev' for OpenViewerDev as well. >> >> - Nexii >> >> On Wed, Feb 3, 2010 at 7:45 AM, Ambrosia wrote: >> > It's not exclusively about Snowglobe. >> > With OpenSimDev around..hmh. OSVDev could be a good name. >> > >> > On Wed, Feb 3, 2010 at 06:51, Ryan McDougall wrote: >> >> How about snowglobe-dev, as there are other people making >> >> SL-compatible viewers as well. >> >> >> >> Cheers, >> >> >> > _______________________________________________ >> > Policies and (un)subscribe information available here: >> > http://wiki.secondlife.com/wiki/SLDev >> > Please read the policies before posting to keep unmoderated >> posting privileges >> > >> _______________________________________________ >> Policies and (un)subscribe information available here: >> http://wiki.secondlife.com/wiki/SLDev >> Please read the policies before posting to keep unmoderated posting > privileges > > > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting privileges -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAktsXnQACgkQ+dvI+XYnc2adgwCeLzvv7hLXq4bxa+EO7PAwqLEE tAwAoN1Fdi2DYgolg/7nfpzFW+TPRZdp =Lm5Y -----END PGP SIGNATURE----- From merov at lindenlab.com Fri Feb 5 10:22:32 2010 From: merov at lindenlab.com (Philippe (Merov) Bossut) Date: Fri, 5 Feb 2010 10:22:32 -0800 Subject: [sldev] Mailing list rename (official) Message-ID: <78f69851002051022nafb319fyea8d96087af55b26@mail.gmail.com> Hi, This email to inform you officially that we decided to rename that mailing list. Here's why: - we wanted to refocus the scope of the list around "open source development": * widening to not just Snowglobe and the viewer but other Linden Lab open source projects * narrowing to source code *development*, so people don't get it confused with ux or SL development (scripting) issues - sldev is a generic name confusingly used by some other group in SL (as explained by Soft in a previous thread) As for the new name, there has been a long thread already discussing this and we listen to your concerns. In the end, we settled on: " opensource-dev at lists.secondlife.com " (I think Pixel gets the bragging rights of being the first one to suggest that name). All current subscribers will be automatically subscribed to the new list so there's nothing you need to do really, just adjust your filter on your email client so things go to the right place. If you were subscribed using the "digest" mail, that choice won't be automatically moved so you'll have to request the change "manually". As for the archive, we won't try to migrate it but we'll simply maintain the old ones as sldev. Hope the change won't create too much turmoil for you. Cheers, - Merov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/sldev/attachments/20100205/a1e8389e/attachment.htm From monkowsk at fishkill.ibm.com Fri Feb 5 10:31:46 2010 From: monkowsk at fishkill.ibm.com (Mike Monkowski) Date: Fri, 05 Feb 2010 13:31:46 -0500 Subject: [sldev] Mailing list rename (official) In-Reply-To: <78f69851002051022nafb319fyea8d96087af55b26@mail.gmail.com> References: <78f69851002051022nafb319fyea8d96087af55b26@mail.gmail.com> Message-ID: <4B6C6412.2020808@fishkill.ibm.com> Philippe (Merov) Bossut wrote: > All current subscribers will be automatically subscribed to the new list > so there's nothing you need to do really, just adjust your filter on > your email client so things go to the right place. and reset your password? Mike From kakurady at gmail.com Fri Feb 5 11:09:38 2010 From: kakurady at gmail.com (Kakurady Drakenar) Date: Fri, 5 Feb 2010 14:09:38 -0500 Subject: [sldev] What's with the rename? Message-ID: <21b2f1351002051109t3ee6b955h681109296cdaceca@mail.gmail.com> I don't like the name "opensource-dev". The old name, SLDev, fits just well - it was about people getting together developing Second Life-related stuff. Now what are we developing? "Open Source"? That's a slogan, it does not manifest as anything, like an actual virtual world. Not to mention that, since there are so many Free Software and Open Source projects in the world, naming the list "opensource-dev" will only serve to confuse people. Some may say it's no longer fitting as the community developers' focus have shifted from the mainline Second Life client to Snowglobe, but it's still a Second Life client, so SLDev is still a good candidate for the name of the mailing list. If you guys really don't like it, I propose this list be named "sl-client-dev", or "hippo-hackers". Kakurady (Geneko Nemeth) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/sldev/attachments/20100205/b5f3d0ea/attachment.htm From kakurady at gmail.com Fri Feb 5 11:13:51 2010 From: kakurady at gmail.com (Kakurady Drakenar) Date: Fri, 5 Feb 2010 14:13:51 -0500 Subject: [sldev] What's with the rename? In-Reply-To: <21b2f1351002051109t3ee6b955h681109296cdaceca@mail.gmail.com> References: <21b2f1351002051109t3ee6b955h681109296cdaceca@mail.gmail.com> Message-ID: <21b2f1351002051113t6af46e93l72f580952a842077@mail.gmail.com> P.S. Actually "viewer-dev" might be even better. Kakurady (Geneko Nemeth) 2010/2/5 Kakurady Drakenar > I don't like the name "opensource-dev". The old name, SLDev, fits just well > - it was about people getting together developing Second Life-related stuff. > Now what are we developing? "Open Source"? That's a slogan, it does not > manifest as anything, like an actual virtual world. Not to mention that, > since there are so many Free Software and Open Source projects in the world, > naming the list "opensource-dev" will only serve to confuse people. > > Some may say it's no longer fitting as the community developers' focus have > shifted from the mainline Second Life client to Snowglobe, but it's still a > Second Life client, so SLDev is still a good candidate for the name of the > mailing list. If you guys really don't like it, I propose this list be named > "sl-client-dev", or "hippo-hackers". > > Kakurady (Geneko Nemeth) > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/sldev/attachments/20100205/0da8ec69/attachment.htm From maggie at matrisync.com Fri Feb 5 11:21:37 2010 From: maggie at matrisync.com (Maggie Leber (sl: Maggie Darwin) ) Date: Fri, 5 Feb 2010 14:21:37 -0500 Subject: [sldev] [opensource-dev] What's with the rename? In-Reply-To: <21b2f1351002051113t6af46e93l72f580952a842077@mail.gmail.com> References: <21b2f1351002051109t3ee6b955h681109296cdaceca@mail.gmail.com> <21b2f1351002051113t6af46e93l72f580952a842077@mail.gmail.com> Message-ID: > 2010/2/5 Kakurady Drakenar >> >> I don't like the name "opensource-dev". The old name, SLDev, fits just >> well - i Yes, but Linden Research owns "SL". From djfoxyslpr at gmail.com Fri Feb 5 11:43:30 2010 From: djfoxyslpr at gmail.com (Jonathan Irvin) Date: Fri, 5 Feb 2010 13:43:30 -0600 Subject: [sldev] [opensource-dev] What's with the rename? In-Reply-To: References: <21b2f1351002051109t3ee6b955h681109296cdaceca@mail.gmail.com> <21b2f1351002051113t6af46e93l72f580952a842077@mail.gmail.com> Message-ID: <9f4fbd5c1002051143y55fd501fmd7a470746849a240@mail.gmail.com> if I'm not mistaken, this is hosted on a secondlife.com domain, correct? what's the difference? On Fri, Feb 5, 2010 at 13:21, Maggie Leber (sl: Maggie Darwin) < maggie at matrisync.com> wrote: > > 2010/2/5 Kakurady Drakenar > >> > >> I don't like the name "opensource-dev". The old name, SLDev, fits just > >> well - i > > Yes, but Linden Research owns "SL". > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting > privileges > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/sldev/attachments/20100205/949463ea/attachment.htm From poppy at lindenlab.com Fri Feb 5 13:33:35 2010 From: poppy at lindenlab.com (Paul Oppenheim (Poppy Linden)) Date: Fri, 05 Feb 2010 13:33:35 -0800 Subject: [sldev] Build tools improvements in Viewer 2.0? In-Reply-To: <4B6B822B.4000409@gmail.com> References: <4B6B822B.4000409@gmail.com> Message-ID: <4B6C8EAF.3040108@lindenlab.com> It's still CMake, if that's what you're asking. I'm not on the viewer 2 team, so I can't say much more than that. + poppy Geneko Nemeth wrote: > I want to ask any Lindens around here, is there much improvements in > build tools in Viewer2? 'cause if not, I want to base my term project > for a UI course on it. Thanks! > > Kakurady (Geneko Nemeth) > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting privileges From nexiim at googlemail.com Fri Feb 5 13:54:05 2010 From: nexiim at googlemail.com (Nexii Malthus) Date: Fri, 5 Feb 2010 21:54:05 +0000 Subject: [sldev] Client-side prediction Message-ID: <824c8ab71002051354o4b908399l27a2e0f8e21b3fa8@mail.gmail.com> Heya, I written a quick article about a theoretical implementation that I had been baffling on about for a while now. http://www.avatarsunited.com/avatars/nexii/apps/blogs?view-params={"section":"show","id":"2442"} I realized that moving the 2D representation to 3D space is a bit more complex than the picture gives. But it should still work if you work from each of the 3D planes and apply to the XYZ values individually kinda, I think, not sure if that phrases well or makes sense. - Nexii On Thu, Jan 14, 2010 at 10:17 PM, surangika ranathunga wrote: > I also agree that there's a problem in the case of acceleration > calculation. I recorded two consecutive objectUpdate callbacks received by > the viewer, and used that formula to interpolate the position values. in the > case of avatar movement, this would work fine for a greater extent because > there the acceleration was 0. But for objects that have an acceleration, the > interpolated values look very strange. according to those position values, > the object should move forward and backward, when it is supposed to move > forward only. But the interesting thing is that I cannot see that object > jumping forward and backward in the Second Life viewer. So the viewer might > be using some kind of rectifying mechanism somewhere else to cope with these > wrongly calculated values?? > > /Surangika > > Get your Christmas shopping sorted now with Yahoo!Xtra Shopping. > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting > privileges > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/sldev/attachments/20100205/4c5d781a/attachment.htm From nexiim at googlemail.com Fri Feb 5 14:01:56 2010 From: nexiim at googlemail.com (Nexii Malthus) Date: Fri, 5 Feb 2010 22:01:56 +0000 Subject: [sldev] Build tools improvements in Viewer 2.0? In-Reply-To: <4B6C8EAF.3040108@lindenlab.com> References: <4B6B822B.4000409@gmail.com> <4B6C8EAF.3040108@lindenlab.com> Message-ID: <824c8ab71002051401l50f4ecfaw5ce11749545a00b@mail.gmail.com> I think he means the in-world building tools? - Nexii On Fri, Feb 5, 2010 at 9:33 PM, Paul Oppenheim (Poppy Linden) wrote: > It's still CMake, if that's what you're asking. I'm not on the viewer 2 team, so I can't say much more than that. > > + poppy > > Geneko Nemeth wrote: >> I want to ask any Lindens around here, is there much improvements in >> build tools in Viewer2? 'cause if not, I want to base my term project >> for a UI course on it. Thanks! >> >> Kakurady (Geneko Nemeth) >> _______________________________________________ >> Policies and (un)subscribe information available here: >> http://wiki.secondlife.com/wiki/SLDev >> Please read the policies before posting to keep unmoderated posting privileges > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/SLDev > Please read the policies before posting to keep unmoderated posting privileges > From colin.kern at gmail.com Fri Feb 5 14:06:19 2010 From: colin.kern at gmail.com (Colin Kern) Date: Fri, 5 Feb 2010 17:06:19 -0500 Subject: [sldev] Build tools improvements in Viewer 2.0? In-Reply-To: <4B6C8EAF.3040108@lindenlab.com> References: <4B6B822B.4000409@gmail.com> <4B6C8EAF.3040108@lindenlab.com> Message-ID: <77c421f01002051406i16623291lb8de770b2c973694@mail.gmail.com> On Fri, Feb 5, 2010 at 4:33 PM, Paul Oppenheim (Poppy Linden) wrote: > It's still CMake, if that's what you're asking. I'm not on the viewer 2 team, so I can't say much more than that. > > + poppy > > Geneko Nemeth wrote: >> I want to ask any Lindens around here, is there much improvements in >> build tools in Viewer2? 'cause if not, I want to base my term project >> for a UI course on it. Thanks! >> >> Kakurady (Geneko Nemeth) It sounds like he was referring to the in-world prim building tools. Colin From kakurady at gmail.com Fri Feb 5 15:01:52 2010 From: kakurady at gmail.com (Kakurady Drakenar) Date: Fri, 5 Feb 2010 18:01:52 -0500 Subject: [sldev] Build tools improvements in Viewer 2.0? In-Reply-To: <77c421f01002051406i16623291lb8de770b2c973694@mail.gmail.com> References: <4B6B822B.4000409@gmail.com> <4B6C8EAF.3040108@lindenlab.com> <77c421f01002051406i16623291lb8de770b2c973694@mail.gmail.com> Message-ID: <21b2f1351002051501i48fb72bdld1d4826fd06d528e@mail.gmail.com> Yup that was about the in-world build tools all right. Nothing about compiling it. Kakurady (Geneko Nemeth) 2010/2/5 Colin Kern > On Fri, Feb 5, 2010 at 4:33 PM, Paul Oppenheim (Poppy Linden) > wrote: > > It's still CMake, if that's what you're asking. I'm not on the viewer 2 > team, so I can't say much more than that. > > > > + poppy > > > > Geneko Nemeth wrote: > >> I want to ask any Lindens around here, is there much improvements in > >> build tools in Viewer2? 'cause if not, I want to base my term project > >> for a UI course on it. Thanks! > >> > >> Kakurady (Geneko Nemeth) > > It sounds like he was referring to the in-world prim building tools. > > Colin > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/sldev/attachments/20100205/33504361/attachment.htm From merov at lindenlab.com Fri Feb 5 16:07:16 2010 From: merov at lindenlab.com (Philippe (Merov) Bossut) Date: Fri, 5 Feb 2010 16:07:16 -0800 Subject: [sldev] Mailing list rename (official) In-Reply-To: <4B6C6412.2020808@fishkill.ibm.com> References: <78f69851002051022nafb319fyea8d96087af55b26@mail.gmail.com> <4B6C6412.2020808@fishkill.ibm.com> Message-ID: <78f69851002051607u66af85cdvbd32ca0c8311b6a1@mail.gmail.com> On Fri, Feb 5, 2010 at 10:31 AM, Mike Monkowski wrote: > Philippe (Merov) Bossut wrote: > >> All current subscribers will be automatically subscribed to the new list >> so there's nothing you need to do really, just adjust your filter on your >> email client so things go to the right place. >> > > and reset your password? > > Mike > Yes, a new password has been attributed to you. You should have received it in the *Welcome to the "opensource-dev" mailing list* email. Please visit https://lists.secondlife.com/cgi-bin/mailman/options/opensource-dev/ to manage your account and get your password if you missed it. Cheers, - Merov -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/sldev/attachments/20100205/bc644bfa/attachment.htm