Difference between revisions of "Category talk:Wizardry and Steamworks"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
== 3-Term Logical Disjunction Using Vectors ==
{{delete|Privacy issues, lack of time to offer support and ultimately the license clash between Wizardry and Steamworks' GFDL License and Second Life Creative Commons CC-BY-SA 3.0 which are not compatible. Reference: http://en.wikipedia.org/wiki/GNU_Free_Documentation_License#Compatibility_with_Creative_Commons_licensing_terms}}
 
I'm a bit confused why there is so much extra logic in the Universal NOR, the following gives the same value to Q.
<lsl>integer Q = !((integer)I.x || (integer)I.y || (integer)I.z);
//or even
integer Q = !(integer)(I * I);//this is a cheat and computationally more expensive but oh so elegant.</lsl>
-- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 23:19, 26 November 2011 (PST)
 
=== Cool ===
 
Added, thanks!
 
Kira Komarov 12:56, 14 January 2012 (PST)

Revision as of 03:32, 23 May 2012

Deletion Requested
The deletion of this article was requested for the following reason:

Privacy issues, lack of time to offer support and ultimately the license clash between Wizardry and Steamworks' GFDL License and Second Life Creative Commons CC-BY-SA 3.0 which are not compatible. Reference: http://en.wikipedia.org/wiki/GNU_Free_Documentation_License#Compatibility_with_Creative_Commons_licensing_terms

If there is a need to discuss the deletion of this article, please add your comment(s) here.


@Admin: Please read the discussion before deleting the article.