Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-02-04 Thread Nicky Perian
https://www.incredibuild.com/frequently-asked-questions-technical.html#q4 Q: Can IncrediBuild be used from the command-line or from build scripts? A: Yes. IncrediBuild includes a strong command-line interface for building projects, which can easily be integrated in any script that runs msdev.exe/d

Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-02-04 Thread Nicky Perian
A look at the options below BuildConsole indicated that devenv is the underlying builder. devenv secondlife.sln /build "Release|Win32" would be the underlying command as neither of those options can be used with MSBuild. Release build

Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-02-04 Thread Nicky Perian
To complete the record as a couple replies missed the list git pull / merge from singularity 1-20-2015 tip at hash 123ded50 by Inusaito Sayori 2015-01-20 16:44:22 origin https://github.com/singularity-viewer/SingularityViewer.git (fetch) the msbuild code was put in as an experiment by Shyotl on D

Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-02-04 Thread Cinder Roxley
On February 4, 2015 at 2:18:55 PM, Nicky Perian (nickyper...@gmail.com) wrote: I know I'm not the sharpest knife in the draw especially when it come to python. But, if I am reading this code snip from SingularityViewer develop.py correctly a command line build usingĀ devenv.comĀ is executed each tim

Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-02-04 Thread holydoughnuts
On 2/2/2015 1:42 PM, Nicky Perian wrote: > > Does the underlying builder in LL's automated build system call > MSBuild or Devenv? > For what IncrediBuild does, see http://www.incredibuild.com/webhelp/distributing_vs_builds.html - it currently calls devenv, unless you force it to use msbuild thr

Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-02-04 Thread Nicky Perian
I know I'm not the sharpest knife in the draw especially when it come to python. But, if I am reading this code snip from SingularityViewer develop.py correctly a command line build using devenv.com is executed each time it finds visual studio and does not use it for Express because it isn't presen

Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-02-04 Thread Nicky Perian
Yes, I am being persistent and I will not let it drop til I get a definitive answer from Linden Lab. On Wed, Feb 4, 2015 at 10:42 AM, Cinder Roxley wrote: > On February 4, 2015 at 8:18:19 AM, Nicky Perian (nickyper...@gmail.com) > wrote: > > Underneath BuildConsole which I assume is a wrapper to

Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-02-04 Thread Cinder Roxley
On February 4, 2015 at 8:18:19 AM, Nicky Perian (nickyper...@gmail.com) wrote: Underneath BuildConsole which I assume is a wrapper to prepare an internal build request likely calls Devenv or MSBuild. Both are available in Pro and CE. Express only has MSBuild. Building from a blank build-vc120 wi

Re: [opensource-dev] HTTP Project Viewer & Source

2015-02-04 Thread Jonathan Ballard
With another round of Net Neutrality on the table today, the interesting part with HTTP viewer is the potential for interactive HTML5 video (i.e. youtube). I imagined immersion controls that appear while in Google Maps with the focus on street view of Linden Lab. We have rendered overlays. It's th

Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-02-04 Thread Nicky Perian
Underneath BuildConsole which I assume is a wrapper to prepare an internal build request likely calls Devenv or MSBuild. Both are available in Pro and CE. Express only has MSBuild. Building from a blank build-vc120 with Devenv provides a significant build time improvement over MSBuild. However, a

Re: [opensource-dev] Viewer Tools Upgrades - with a call for help

2015-02-04 Thread Oz Linden (Scott Lawrence)
On 2015-02-02 10:42 , Nicky Perian wrote: Does the underlying builder in LL's automated build system call MSBuild or Devenv? Neither - as you can see in the autobuild.xml configuration, it runs 'BuildConsole'. I don't see any value at all in maintaining compatibility with Express given

Re: [opensource-dev] Avatar Hover Height feature

2015-02-04 Thread Henri Beauchamp
On Wed, 4 Feb 2015 03:50:08 +0100, Carlo Wood wrote: > However, > sometimes I wonder why you aren't being smarter than this :p Probably because I'm more stubborn than I am smart... :-P I don't give-up easily when I know "my way" is "the right way" to achieve a given result. > Linden Lab ('s inte