From e0fd7657337972444b41cb236b73eca7288ad4b7 Mon Sep 17 00:00:00 2001 From: Topher Anselmo Date: Mon, 22 Jan 2024 15:31:50 -0800 Subject: [PATCH 1/8] Add instance_count to the KEYWORDS comment to keep consistent with other pages --- .../GML_Reference/Asset_Management/Instances/instance_count.htm | 1 + 1 file changed, 1 insertion(+) diff --git a/Manual/contents/GameMaker_Language/GML_Reference/Asset_Management/Instances/instance_count.htm b/Manual/contents/GameMaker_Language/GML_Reference/Asset_Management/Instances/instance_count.htm index 722a2d8e..a106837b 100644 --- a/Manual/contents/GameMaker_Language/GML_Reference/Asset_Management/Instances/instance_count.htm +++ b/Manual/contents/GameMaker_Language/GML_Reference/Asset_Management/Instances/instance_count.htm @@ -47,6 +47,7 @@
© Copyright YoYo Games Ltd. 2021 All R \ No newline at end of file From ebb4f4a51675e208ef7d7c2e6f1c3bb3232392d2 Mon Sep 17 00:00:00 2001 From: gurpreetsinghmatharoo Date: Thu, 1 Feb 2024 15:09:38 +0000 Subject: [PATCH 5/8] [General] Updated Feather data types page on Struct.ConstructorName syntax --- .../Code_Editor_Properties/Feather_Data_Types.htm | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Manual/contents/The_Asset_Editors/Code_Editor_Properties/Feather_Data_Types.htm b/Manual/contents/The_Asset_Editors/Code_Editor_Properties/Feather_Data_Types.htm index 38df33f5..4d55d7cf 100644 --- a/Manual/contents/The_Asset_Editors/Code_Editor_Properties/Feather_Data_Types.htm +++ b/Manual/contents/The_Asset_Editors/Code_Editor_Properties/Feather_Data_Types.htm @@ -68,7 +68,7 @@

Feather Data Types

Struct DefaultStruct
... - A struct, may include specifiers + A struct, may include specifiers (such as constructors) Id @@ -123,15 +123,17 @@

Feather Data Types

You may see an Any* type in the IDE when using Feather, which indicates that the type of the identifier (which may be a variable, parameter, return value, etc.) can't be discerned by Feather at the moment. When more code is added for that identifier, it may be able to assume a specific type.

Specifiers

A specifier is added after the base data type using a dot ., to specify the exact type of data in that group.

-

Types such as Id.DsList, Asset.GMObject, and Constant.Color use specifiers. Structs are accessed through the constructor name Struct.{Name}. As an example:

-

function Person() constructor {
+

Types such as Id.DsList, Asset.GMObject, and Constant.Color use specifiers. Constructors are specified through the syntax Struct.{ConstructorName}. For example:

+

function Person() constructor
+ {

}

/// @param {Struct.Person} _person
- function do_business(_person) {
-
- }
+ function do_business(_person)
+ {
+
+ }

Collection Types

Types such as Array and Id.DsList, which are data structures that contain multiple values, are able to specify a single data type for all of their contents.

From 2e5bb2344a60d14c0a0fbf91669fa337a2f47643 Mon Sep 17 00:00:00 2001 From: gurpreetsinghmatharoo Date: Thu, 1 Feb 2024 15:41:26 +0000 Subject: [PATCH 6/8] [General] added css appends for index and glossary colours --- SupportFiles/layout_fix_append.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SupportFiles/layout_fix_append.css b/SupportFiles/layout_fix_append.css index 3d75ce7c..bb36e9f8 100644 --- a/SupportFiles/layout_fix_append.css +++ b/SupportFiles/layout_fix_append.css @@ -1,3 +1,11 @@ div.topic { background-color: #282828 !important; +} + +body.media-landscape div.idx-holder div.Index { + color: #505050; +} + +body.media-landscape div.glo-holder div.Glossary { + color: #505050; } \ No newline at end of file From acef45d03a7b3535d1f1ffb0dfb34d8300930d61 Mon Sep 17 00:00:00 2001 From: gurpreetsinghmatharoo Date: Thu, 1 Feb 2024 15:51:02 +0000 Subject: [PATCH 7/8] [General] Added file for ToC when-closed arrow --- .../Charcoal_Grey/toc_book_closed_mobile.png | Bin 0 -> 436 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Manual/publish/skins/Charcoal_Grey/toc_book_closed_mobile.png diff --git a/Manual/publish/skins/Charcoal_Grey/toc_book_closed_mobile.png b/Manual/publish/skins/Charcoal_Grey/toc_book_closed_mobile.png new file mode 100644 index 0000000000000000000000000000000000000000..a557d4328006073bc66f6e99620492639f2084fb GIT binary patch literal 436 zcmV;l0ZaagP)Px$Zb?KzR7ef&lD$jBKoG?*ej$QlA##PSgVgpJBKm~rj_h);%OU->93!#>CLwx+TCW@eYVRsxvs*iccoBz>km{nM z(UZK?Z3I=1m2en_^N`;&-gO1kcgag#`t*F&dE}^ZG6%sOv0X)!*Iw9n!F-JBt#k~* zECfTsMpU$jk|ddlH66=iyC4qC#)fy{5xzf<_?Khcp3`*HP^1jD zf$L>l-|7uN!ci2R@o$dx;y<1@ecxY5)AT`cehK6B6wwovY-5Li3+K}~e{O@{ak>e( e3AhQgKY>q)LS`{g7?q6x0000 Date: Thu, 1 Feb 2024 16:04:25 +0000 Subject: [PATCH 8/8] [General] Fixed toc when-closed arrow icon, needed rotation --- .../Charcoal_Grey/toc_book_closed_mobile.png | Bin 436 -> 957 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Manual/publish/skins/Charcoal_Grey/toc_book_closed_mobile.png b/Manual/publish/skins/Charcoal_Grey/toc_book_closed_mobile.png index a557d4328006073bc66f6e99620492639f2084fb..bb90528c973bbd77fbca0bf27cb160b26e01d285 100644 GIT binary patch literal 957 zcmeAS@N?(olHy`uVBq!ia0vp^av;pX1|+Qw)-3{3Ea{HEjtmSN`?>!lvI6-E$sR$z z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBC=rkv;hE;^%b*2hb1*P5 z3NbJPS&Tr)(4NV_0%kKX08Ih{<^_xh*#%5+S-Azw2sTLJjX9FiKtm!kLn2Bde0{8v z^K1^l#~=$>Fbx5m+O@q>*W`v>l<2H zTIw4Z=^Gj80#)c1SLT%@R_NvxD?a#8ycOWDy)d z+*y*DhOjBG80syc2lYWR`i6Q2`f#&>T5Uk0R{lkqsX&`S=Gz(CfK{T1LG7{82U(8f z7>G~7qCl_OaoOm@gUyahGVUQeFp%3lT^vI^c;8-A^f>AubNr*P%Nzv>9=6R#lQwmB zxnB9yrNE&yV~b=MPjp4*g22TbO$n8*M;5HO;Um_4GhqX#pUa&4&Afay`S2K_YsQK0^3dqU_>jvtP14PG$+@VfiK_JxZ3-w0`+rR5313;gE>n7;ec z=a|2;MC!{bfEKwiivKKkj}d(3wfT>k&KY~1^6QCH=} qGKcHAfs5ygb~DU&{l9;05mUUw&77QPJ3k77Qn#n8pUXO@geCwHgHs9s delta 410 zcmV;L0cHNZ2ebo_B!2;OQb$4nuFf3k0004QNklXjDQs=6Y{cdo5e@`DP!jwb{0}UxZR2k=E9;u%Ho-K93!#> zCLwx+TCW@eYVRsxvs*iccoBz>km{nM(UZK?Z3I=1m2en_^N`;&-gO1kcgag#`t*F& zdE}^ZG6%sOv0X)!*Iw9n!F-JBt#k~*ECfTsMpU$92&mS*{wD`MZQ)x59KzZwL=O_C&;i8UR| zW4j;@%*KXy;Ss(+kNB5k+@8~P)KH`hwt?$qT;J*qKf+NIo$+su_2NICH+|n