Difference between revisions of "User:Haravikk Mistral"

From Second Life Wiki
Jump to navigation Jump to search
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{User:Haravikk_Mistral/Profile}}
= About =
= About =
== Real Life ==
== Real Life ==
Line 11: Line 12:


== Resident ==
== Resident ==
Haravikk Mistral has been a Second Life [[Resident]] since 5th September 2005. Since joining Second Life Haravikk has been active in the [[Furry]] community, including popular places such as [http://furnation.com Furnation]. After quickly learning to build and script Haravikk began producing popular [[adult]] items and to this day continues to run the [http://sl.renara.com Renara.com Store].
Haravikk Mistral has been a Second Life [[Resident]] since 5th September 2005. Since joining Second Life Haravikk has been active in the [[Furry]] community, including popular places such as [http://furnation.com Furnation]. After quickly learning to build and script Haravikk began producing a number of popular scripted items, as well as open-source scripting projects.


Haravikk frequently is seen wearing a self-styled [http://wikipedia.org/Renamon Renamon]-based avatar, a character referred to as [http://renara.com Renara] due to the different markings and other customisations. As a result of adopting Renara as an avatar, Haravikk typically wears the female form of the avatar, but is in actuality male.
Haravikk frequently is seen wearing a self-styled [http://wikipedia.org/Renamon Renamon]-based avatar, a character referred to as [http://renara.com Renara] due to the different markings and other customisations. As a result of adopting Renara as an avatar, Haravikk typically wears the female form of the avatar, but is in actuality male.
Line 21: Line 22:
Haravikk Mistral is an active participant of the [[JIRA|Second Life JIRA]], posting feature requests/bugs and spending some time helping with misfiled/duplicated issues.
Haravikk Mistral is an active participant of the [[JIRA|Second Life JIRA]], posting feature requests/bugs and spending some time helping with misfiled/duplicated issues.
{{Jira Reporter}}
{{Jira Reporter}}
=== Key Issues ===
{{User:Haravikk_Mistral/JIRA/Issues/All}}


== Scripting ==
== Scripting ==
Line 31: Line 35:
** [[ListCompare|Compare two lists]]
** [[ListCompare|Compare two lists]]
** [[ListCast|Cast the contents of a list to one-type]]
** [[ListCast|Cast the contents of a list to one-type]]
** [[Pseudo-randomly Generate Unique Indices]]
* Miscellaneous
* Miscellaneous
** [[isPointInPolygon2D|Point in Polygon]]
** [[isPointInPolygon2D|Point in Polygon]]
Line 38: Line 43:
** [[Key Compression]]
** [[Key Compression]]
** [[LZW Compression]]
** [[LZW Compression]]
** [[User:Haravikk_Mistral/Library/Offset_Compression|Offset Compression]]
* [[:Category:LSL Encryption|Cryptography]]
* [[:Category:LSL Encryption|Cryptography]]
** [[AES Strong Encryption]]
** [[AES Strong Encryption]]
** [[Vignére Weak Encryption]]
** [[Vignére Weak Encryption]]
* [[:Category:LSL Parcel|Parcel]]
** [[Parcel Scanning]]
* Tools
* Tools
** [[Pseudo Random Number Generator]]
** [[Pseudo Random Number Generator]]
Line 46: Line 54:
* Miscellaneous
* Miscellaneous
** [[Lever Library]] (**IN DEVELOPMENT**)
** [[Lever Library]] (**IN DEVELOPMENT**)
{{skills
|Architect=*
|Builder=*
|Machinima=
|Roleplayer=*
|Scenographer=
|Scripter=*
|SLogistician=
|Terraformer=
|}}

Latest revision as of 17:05, 16 December 2015

Profile
Haravikk Mistral.jpg
Born:
Wed 5th Oct 2005
About:
Tragically Scatter-Brained Vixen
Achievements:
  • Began learning to script after four days in SL.
  • JIRA contributor since it was introduced.
Links:

About

Real Life

Haravikk Mistral, or just Haravikk outside of Second Life, is a Master of Engineering with Merit in Computer Science, and currently lives in central Scotland. Interests are mostly computer-related, including a strong love for programming, as well as some experience in business. Programming knowledge includes:

Resident

Haravikk Mistral has been a Second Life Resident since 5th September 2005. Since joining Second Life Haravikk has been active in the Furry community, including popular places such as Furnation. After quickly learning to build and script Haravikk began producing a number of popular scripted items, as well as open-source scripting projects.

Haravikk frequently is seen wearing a self-styled Renamon-based avatar, a character referred to as Renara due to the different markings and other customisations. As a result of adopting Renara as an avatar, Haravikk typically wears the female form of the avatar, but is in actuality male.

Contributions

Haravikk Mistral is an active community participant, and can be seen regularly posting in the Second Life.com Forums.

JIRA Reporter

Haravikk Mistral is an active participant of the Second Life JIRA, posting feature requests/bugs and spending some time helping with misfiled/duplicated issues.

View the issues Haravikk Mistral has filed at jira.secondlife.com

Key Issues

   Cookie support for HTTP requests and responses
   llSetHTTPHeader() - Enable setting of headers in http_response()
   Allow llGetHTTPHeader() in the http_response() event
   llCreateBakedTexture() - Texture Baking for Scripted Objects
   llGetInventoryTime() - Added/Modified Time for Inventory Assets
   Adjust for Animation Download Delay
   Adjust for Drift in Looping Animations
   llStartAnimationSynced() - synchronised animation support
   llPreloadAnimation() - Per-Avatar Preloading of Animations
   llPreloadAsset() - Preload any object inventory asset
   Bezier Curve Support for llSetKeyframedMotion()
   KFM_STRICT_TIMING for llSetKeyframedMotion()
   KFM_SYNC_TIME - Synchronised Timing for llSetKeyframedMotion()

More

Scripting

Haravikk Mistral specialises in scripting within the Second Life community, and is usually working on a number of scripting projects at any one time. Below are some useful code snippets or scripts that others may find useful in their own projects. Check back regularly as these are constantly being added to!

Useful Functions

Useful Scripts