28 May 2024
- 14:1614:16, 28 May 2024 diff hist +397 N Component:AvatarFacetAnchor Automated: create new component page
24 May 2024
- 15:4015:40, 24 May 2024 diff hist +485 N Component:SteamLinkSettings Automated: create new component page current
- 15:4015:40, 24 May 2024 diff hist +922 N Component:NumericUserOverrideGather Automated: create new component page current
- 15:4015:40, 24 May 2024 diff hist +994 N Component:BooleanUserOverrideGather Automated: create new component page
- 15:4015:40, 24 May 2024 diff hist +356 N Component:BooleanUserOverride Automated: create new component page current
7 May 2024
- 16:1616:16, 7 May 2024 diff hist +58 m Beta 2024.5.7.505 Add component page links
- 16:1116:11, 7 May 2024 diff hist +553 N Component:TextureQualitySettings Automated: create new component page
- 16:1116:11, 7 May 2024 diff hist +333 N Component:TeleportBlock Automated: create new component page
- 16:1116:11, 7 May 2024 diff hist +432 N Component:SteamIntegrationSettings Automated: create new component page current
- 16:1116:11, 7 May 2024 diff hist +376 N Component:GrabbingSettings Automated: create new component page current
- 16:1116:11, 7 May 2024 diff hist +370 N Component:FavoritesSettings Automated: create new component page current
- 16:1116:11, 7 May 2024 diff hist +417 N Component:DiscordIntegrationSettings Automated: create new component page current
1 May 2024
- 09:3309:33, 1 May 2024 diff hist +473 N Component:EarmuffSettings Automated: create new component page
- 09:3309:33, 1 May 2024 diff hist +448 N Component:DebugLinePoint Automated: create new component page current
- 09:3309:33, 1 May 2024 diff hist +450 N Component:DebugConeDistance Automated: create new component page current
30 April 2024
- 19:2419:24, 30 April 2024 diff hist +350 N Component:WorldUsersFeed Automated: create new component page
- 19:2419:24, 30 April 2024 diff hist +517 N Component:ResolutionSettings Automated: create new component page
- 19:2419:24, 30 April 2024 diff hist +463 N Component:OSC Value Automated: create new component page
- 19:2419:24, 30 April 2024 diff hist +467 N Component:OSC Sender Automated: create new component page
- 19:2419:24, 30 April 2024 diff hist +427 N Component:OSC Receiver Automated: create new component page
- 19:2419:24, 30 April 2024 diff hist +520 N Component:OSC Field Automated: create new component page
- 19:2419:24, 30 April 2024 diff hist +528 N Component:NotificationSettings Automated: create new component page current
- 19:2419:24, 30 April 2024 diff hist +1,485 N Component:FeedEntityInterface Automated: create new component page current
26 April 2024
- 16:1516:15, 26 April 2024 diff hist +154 N Type:ShadowResolutionMode Created page with "{{Infobox Enum |name=ShadowResolutionMode |type=FrooxEngine.ShadowResolutionMode }} {{stub}} {{Table EnumValues |Low|0| |Medium|1| |High|2| |Ultra|3| }}" current
- 16:1516:15, 26 April 2024 diff hist +152 N Type:ShadowCascadeMode Created page with "{{Infobox Enum |name=ShadowCascadeMode |type=FrooxEngine.ShadowCascadeMode }} {{stub}} {{Table EnumValues |None|0| |TwoCascades|1| |FourCascades|2| }}" current
- 16:1416:14, 26 April 2024 diff hist +157 N Type:SkinWeightMode Created page with "{{Infobox Enum |name=SkinWeightMode |type=FrooxEngine.SkinWeightMode }} {{stub}} {{Table EnumValues |OneBone|0| |TwoBones|1| |FourBones|2| |Unlimited|3| }}" current
- 16:1416:14, 26 April 2024 diff hist +155 N Type:AntiAliasingMethod Created page with "{{Infobox Enum |name=AntiAliasingMethod |type=FrooxEngine.AntiAliasingMethod }} {{stub}} {{Table EnumValues |Off|0| |FXAA|1| |CTAA|2| |SMAA|3| |TAA|4| }}"
- 16:1216:12, 26 April 2024 diff hist +363 N Component:VoiceSettings Automated: create new component page
- 16:1216:12, 26 April 2024 diff hist +507 N Component:TrackerSettings Automated: create new component page
- 16:1216:12, 26 April 2024 diff hist +584 N Component:TagHapticPointMapper Automated: create new component page current
- 16:1216:12, 26 April 2024 diff hist +527 N Component:RenderingQualitySettings Automated: create new component page current
- 16:1216:12, 26 April 2024 diff hist +517 N Component:PostProcessingSettings Automated: create new component page current
- 16:1216:12, 26 April 2024 diff hist +412 N Component:MediaPrivacySettings Automated: create new component page current
- 16:1216:12, 26 April 2024 diff hist +469 N Component:LocaleActiveDriver Automated: create new component page current
- 16:1216:12, 26 April 2024 diff hist +497 N Component:HapticPointData Automated: create new component page current
- 16:1216:12, 26 April 2024 diff hist +504 N Component:GiggleTechSettings Automated: create new component page
- 16:1216:12, 26 April 2024 diff hist +451 N Component:DirectTagHapticSource Automated: create new component page current
17 April 2024
- 18:1018:10, 17 April 2024 diff hist +860 N ProtoFlux:String To UTF32 Created page with "{{#Invoke:ProtoFlux|GenerateUI |Name=String To UTF32 |Category=Characters |Inputs= [ {"Name": "String", "Type": "String"}, {"Name": "Index", "Type": "int"} ] |Outputs= [ {"Name": "*", "Type": "int"} ] |}} <code>String To UTF32</code> returns the code point (UTF-32 value) of a character or surrogate pair in a Type:string. == Inputs == === String (String) === The string to retrieve the character or surrogate pair from. === Index (Type:Int|int..."
- 18:0218:02, 17 April 2024 diff hist +882 N ProtoFlux:Is Surrogate Created page with "{{#Invoke:ProtoFlux|GenerateUI |Name=Is Surrogate |Category=Characters |Inputs= [ {"Name":"Character", "Type":"char"} ] |Outputs= [ {"Name":"*", "Type":"bool"} ] |}} The <code>Is Surrogate</code> node takes in a Type:char and returns whether that char is a ''surrogate''. Surrogates are special values in UTF-16 that, in pairs, allows representing characters outside the [https://en.wikipedia.org/wiki/Plane_(Unicode)#Basic_Multilingual_Plane Basic Multilingual P..."
- 17:5717:57, 17 April 2024 diff hist +5 m ProtoFlux:Get Character code point -> code unit, add UTF-16 link
- 17:5317:53, 17 April 2024 diff hist +165 ProtoFlux:Is White Space Link to C# docs
- 17:4717:47, 17 April 2024 diff hist +8 m ProtoFlux:New Line Add missing word
- 17:4617:46, 17 April 2024 diff hist −13 m Color Splat Materials Fix broken translate tag current
- 17:4517:45, 17 April 2024 diff hist +28 N UTF-32 Redirected page to Unicode#UTF-32 current Tag: New redirect
- 17:4517:45, 17 April 2024 diff hist +28 N UTF-16 Redirected page to Unicode#UTF-16 current Tag: New redirect
- 17:4517:45, 17 April 2024 diff hist +27 N UTF-8 Redirected page to Unicode#UTF-8 current Tag: New redirect
- 17:4417:44, 17 April 2024 diff hist −1 m Unicode I love how wikitext makes it really easy to have accidental empty paragraphs. current
- 17:4417:44, 17 April 2024 diff hist +1,122 Unicode Add some info about encodings, since we have stuff mentioning that.
- 17:2417:24, 17 April 2024 diff hist +247 N Unicode Created page with "[https://en.wikipedia.org/wiki/Unicode Unicode] is the international standard used to represent text on almost all modern computer systems. Resonite also uses Unicode, so various ProtoFlux nodes and concepts have functionality relevant for it."
- 17:2017:20, 17 April 2024 diff hist +208 ProtoFlux:Is Separator Mention unicode categories more clearly