Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lts 2022 r3 #157

Merged
merged 311 commits into from
Nov 20, 2024
Merged

Lts 2022 r3 #157

merged 311 commits into from
Nov 20, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 7, 2024

  1. [General] Reivewed 'Adding Sound Effects'

    (cherry picked from commit db88a4f)
    gurpreetsinghmatharoo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6eb98bc View commit details
    Browse the repository at this point in the history
  2. [General] Reviewed 'Objects And Instances'

    (cherry picked from commit 4eb8438)
    gurpreetsinghmatharoo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    265b357 View commit details
    Browse the repository at this point in the history
  3. 1

    gurpreetsinghmatharoo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7451c38 View commit details
    Browse the repository at this point in the history
  4. 1

    gurpreetsinghmatharoo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5b56c78 View commit details
    Browse the repository at this point in the history
  5. Revert "1"

    This reverts commit 5b56c78.
    gurpreetsinghmatharoo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e29768d View commit details
    Browse the repository at this point in the history
  6. 1

    gurpreetsinghmatharoo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    afd6c8a View commit details
    Browse the repository at this point in the history
  7. [General] Reviewed 'Movement and Controls' and 'Summary'

    (cherry picked from commit cbdca5f)
    gurpreetsinghmatharoo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    690c0f4 View commit details
    Browse the repository at this point in the history
  8. [General]Added that you can list multiple data types by separating wi…

    …th a comma
    
    YoYoGames/GameMaker-Feature-Requests#1327
    * Added an extra header on the Feather Data Types page with a short description
    
    (cherry picked from commit b1274a8)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    cadad93 View commit details
    Browse the repository at this point in the history
  9. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    18eeeff View commit details
    Browse the repository at this point in the history
  10. [General]Small changes to Instances page

    * Listed the ways you can create an instance under a new section "Creating Instances"
    * Added a "Variable Reference" section and added variables under it
    
    (cherry picked from commit 1c0abda)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0d694e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    59ce1d0 View commit details
    Browse the repository at this point in the history
  2. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c9d811e View commit details
    Browse the repository at this point in the history
  3. Parent Texture Group does not affect children

    YoYoGames/GameMaker-Bugs#2079
    * Changed the description of the Parent Texture Group setting to explain children groups go on the same texture page
    * Mentioned under Texture Group Format that child groups therefore use the same format (since they share the texture page)
    * Fixed a couple of small typos
    
    (cherry picked from commit ea44d48)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d3959be View commit details
    Browse the repository at this point in the history
  4. [General]draw_vertex_texture primitives have confusing UV behaviour c…

    …ompared to vertex buffers
    
    YoYoGames/GameMaker-Bugs#2536
    * Updated the "Primitives and Vertex Formats" page:
      * Defined a bit better what a primitive is
      * Inserted image with the pr_* constants on this page (since they're shared between primitives and vertex buffers)
      * Added an introduction to both primitives and vertex buffers, most basic use with copy-pastable examples
      * Added a section on Texture Coordinates after the introductions to both to point out the difference in uvs
    * Moved the "enable WebGL on HTML5" note to a snippet
    
    (cherry picked from commit 519fb69)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    90d37f4 View commit details
    Browse the repository at this point in the history
  5. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    74bf274 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9472690 View commit details
    Browse the repository at this point in the history
  7. [General]Standalone ternary operations don't work despite manual clai…

    …ming otherwise
    
    Closes YoYoGames/GameMaker-Bugs#2682
    Kept the statement as an example on how the ternary operator cannot be used
    
    (cherry picked from commit 9194590)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8e123da View commit details
    Browse the repository at this point in the history
  8. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5b61020 View commit details
    Browse the repository at this point in the history
  9. [General]In-Game: mouse_clear() does not detect release state when cl…

    …ear is done while a mouse button is held
    
    YoYoGames/GameMaker-Bugs#2072
    Moved the part between parentheses to a note and explained it differently to make it more clear
    
    (cherry picked from commit 9afc48b)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    042fd1e View commit details
    Browse the repository at this point in the history
  10. q

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0b8ceba View commit details
    Browse the repository at this point in the history
  11. [General]Manual Content: buffer_read() page does not explain the requ…

    …irement for moving the seek position first
    
    YoYoGames/GameMaker-Bugs#3503
    * Reworded the function description a bit
    * Added a paragraph explaining that buffer_read advances the seek position
    * Added paragraph explaining that you must set the seek position correctly to get correct results
    * Linked buffer_peek function page for the alternative where you don't use the seek position
    * Updated the example, added extensive description
    
    (cherry picked from commit 2fbde3c)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    27777c3 View commit details
    Browse the repository at this point in the history
  12. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a92165a View commit details
    Browse the repository at this point in the history
  13. Revert "1"

    This reverts commit a92165a.
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    401eeab View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c9311c1 View commit details
    Browse the repository at this point in the history
  15. [General] Fixes YoYoGames/GameMaker-Bugs#4340

    (cherry picked from commit 0cf4859)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    24439c4 View commit details
    Browse the repository at this point in the history
  16. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    45d9095 View commit details
    Browse the repository at this point in the history
  17. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7854641 View commit details
    Browse the repository at this point in the history
  18. 12

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d7d08fb View commit details
    Browse the repository at this point in the history
  19. [General] remove empty line from kb shorts page

    (cherry picked from commit 4063eaf)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2006b00 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    15f28b8 View commit details
    Browse the repository at this point in the history
  21. [General] Depth text fix

    (cherry picked from commit 88f3cd5)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ed33f36 View commit details
    Browse the repository at this point in the history
  22. [General] Improvements to the text on the Instances page

    (cherry picked from commit 48a1e57)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c07c5bb View commit details
    Browse the repository at this point in the history
  23. [General] Improvements to text on Primitives page

    (cherry picked from commit ed756b9)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3968685 View commit details
    Browse the repository at this point in the history
  24. [General] Improvements on the If Else page

    * Added headings
    * Improved Ternary Operators section
    
    (cherry picked from commit cb363ec)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    50ce2b5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fc0e18d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    39635e0 View commit details
    Browse the repository at this point in the history
  27. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    38c9809 View commit details
    Browse the repository at this point in the history
  28. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    43e36bd View commit details
    Browse the repository at this point in the history
  29. [General]In-Game: get_string_async() causes games to come out of full…

    …screen, minimised and paused
    
    YoYoGames/GameMaker-Bugs#2255
    * Added a note to the Dialog page, explaining that you can use borderless fullscreen if you want to use these functions
    * Moved notes on the async function pages to a snippet and inserted that
    * Some other visual changes on the pages
    
    (cherry picked from commit 52a3c6e)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a1e2ec4 View commit details
    Browse the repository at this point in the history
  30. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2dd8cd8 View commit details
    Browse the repository at this point in the history
  31. [General]variable_clone() doesn't copy script refs in arrays correctly

    YoYoGames/GameMaker-Bugs#4548
    * Added an additional note to mention you cannot clone built-in structs
    
    (cherry picked from commit af6920b)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fc0fcff View commit details
    Browse the repository at this point in the history
  32. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b304977 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    eb5debe View commit details
    Browse the repository at this point in the history
  34. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    96348b2 View commit details
    Browse the repository at this point in the history
  35. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1f6e098 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    ee89e3e View commit details
    Browse the repository at this point in the history
  37. [General] Added file for ToC when-closed arrow

    (cherry picked from commit acef45d)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5f9b0f0 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    db9710b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ed6db67 View commit details
    Browse the repository at this point in the history
  40. [General] Document that new paths are created closed, not open

    YoYoGames/GameMaker-Bugs#4616
    * path_add
    * path_set_closed
    * path_get_closed
    
    (cherry picked from commit b02ca25)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    52889b0 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    dd4d199 View commit details
    Browse the repository at this point in the history
  42. [General] YoYoGames/GameMaker-Bugs#4502

    (cherry picked from commit dd5eba9)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7565812 View commit details
    Browse the repository at this point in the history
  43. [General] fixed no-break space code YoYoGames/GameMaker-Bugs#2199

    * added white-space characters page back into the ToC
    
    (cherry picked from commit c4f58c0)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0925074 View commit details
    Browse the repository at this point in the history
  44. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    db89e48 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    52a4b2d View commit details
    Browse the repository at this point in the history
  46. g

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0afb59a View commit details
    Browse the repository at this point in the history
  47. [General] fixed typo on gpu_set_blendmode_ext_sepalpha

    (cherry picked from commit 4539e3a)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a6856a3 View commit details
    Browse the repository at this point in the history
  48. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0b5a702 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    5038394 View commit details
    Browse the repository at this point in the history
  50. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c89545e View commit details
    Browse the repository at this point in the history
  51. [General]Mac IDE: Suggest changing the keyboard shortcut for GameMake…

    …r→Settings... to Command-, as is expected for all macOS apps.
    
    YoYoGames/GameMaker-Bugs#2450
    Updated shortcut on the Keyboard Shortcuts page
    
    (cherry picked from commit 3d53d0f)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5715892 View commit details
    Browse the repository at this point in the history
  52. [General]Mac IDE: Shift-Option-ArrowKeys not behaving as expected dur…

    …ing text entry.
    
    YoYoGames/GameMaker-Bugs#2438
    * Updated keyboard shortcuts page using script, key combinations for this issue are marked "unlisted" though
    * Updated script a tiny bit to support trailing commas (making it a bit more robust)
    
    (cherry picked from commit 940a631)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7cf7ad0 View commit details
    Browse the repository at this point in the history
  53. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3a2b7fe View commit details
    Browse the repository at this point in the history
  54. [General] Fixed typo on mp_potential_step_object

    (cherry picked from commit 8718a68)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4ee1f7b View commit details
    Browse the repository at this point in the history
  55. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    694ba37 View commit details
    Browse the repository at this point in the history
  56. [General]phy_collision_x/y is marked as real, but is an array

    YoYoGames/GameMaker-Bugs#4532
    * Fixed on phy_collision_x and phy_collision_y pages
    * Moved note about "collision event only" to a snippet and inserted on all function pages
    * Explicitly added "Collision Event" to the examples to indicate context
    * On phy_collision_points page: "between the two objects in the collision" => "between the two instances in the collision"
    * A few typo fixes here and there
    
    (cherry picked from commit e1a58c0)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    df05f13 View commit details
    Browse the repository at this point in the history
  57. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d648404 View commit details
    Browse the repository at this point in the history
  58. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d8a15f8 View commit details
    Browse the repository at this point in the history
  59. [General]Update the code example on the async Steam event page

    YoYoGames/GameMaker-Bugs#4331
    * Actually remove the sections
    
    (cherry picked from commit 2a2e241)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0fd5c91 View commit details
    Browse the repository at this point in the history
  60. [General] Updated GM folder name in tests json example

    (cherry picked from commit 76dd500)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b952b98 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    67c760b View commit details
    Browse the repository at this point in the history
  62. [General] Fixed /runtime command typos in examples on Building for Co…

    …mmand Line
    
    #98
    
    (cherry picked from commit 072526d)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7b78577 View commit details
    Browse the repository at this point in the history
  63. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a4c2dc2 View commit details
    Browse the repository at this point in the history
  64. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3e3e7cf View commit details
    Browse the repository at this point in the history
  65. [General] Documented that corner IDs do not work for vertex buffers a…

    …nd primitives (implying that they work for everything else)
    
    YoYoGames/GameMaker-Bugs#4744
    
    (cherry picked from commit d8a90bd)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6c6cc45 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    262c894 View commit details
    Browse the repository at this point in the history
  67. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2a68011 View commit details
    Browse the repository at this point in the history
  68. [General]State explicitly in the manual that instance method static v…

    …ariables are private and cannot be accessed
    
    YoYoGames/GameMaker-Bugs#4687
    * Static variables of the function of an instance method can be accessed
    * Added a note to the static_get page that explains that the static struct of the function can be accessed through the method index
    
    (cherry picked from commit 01020f5)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d35525b View commit details
    Browse the repository at this point in the history
  69. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    692e87e View commit details
    Browse the repository at this point in the history
  70. [General] Fix Syntax box on gpu_set_blendmode_ext page

    (cherry picked from commit 4502723)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7c643c0 View commit details
    Browse the repository at this point in the history
  71. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b9a6327 View commit details
    Browse the repository at this point in the history
  72. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b7d7239 View commit details
    Browse the repository at this point in the history
  73. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f4e3883 View commit details
    Browse the repository at this point in the history
  74. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3578266 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    feb5e1e View commit details
    Browse the repository at this point in the history
  76. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    80217ad View commit details
    Browse the repository at this point in the history
  77. [General] Document that you can't destroy built-in TS with time_sourc…

    …e_destroy but you can destroy their children
    
    YoYoGames/GameMaker-Bugs#5015
    
    (cherry picked from commit 16f8391)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8f3e3e1 View commit details
    Browse the repository at this point in the history
  78. [General] Documented that the Draw -> Window Resize event is used on …

    …HTML5, not UWP
    
    (cherry picked from commit 63097f0)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2ca2cdf View commit details
    Browse the repository at this point in the history
  79. 12

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0823e38 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    4c1eeed View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    f1d5b75 View commit details
    Browse the repository at this point in the history
  82. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a05be76 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    df2644e View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    eb34da8 View commit details
    Browse the repository at this point in the history
  85. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1f07940 View commit details
    Browse the repository at this point in the history
  86. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    50cd857 View commit details
    Browse the repository at this point in the history
  87. docs(general): add mouse button icon+ alt text RH snippets

    Replaces the icon with "Lmb", "Rmb", "Mmb" if the image is missing
    
    (cherry picked from commit 5a9faed)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    862eb88 View commit details
    Browse the repository at this point in the history
  88. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2eb993e View commit details
    Browse the repository at this point in the history
  89. docs(general): fixed link to toString function explanation

    (cherry picked from commit 2521d4c)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1b4ee75 View commit details
    Browse the repository at this point in the history
  90. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b12ecf8 View commit details
    Browse the repository at this point in the history
  91. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6839daa View commit details
    Browse the repository at this point in the history
  92. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3a5eb38 View commit details
    Browse the repository at this point in the history
  93. docs(general): updated broken toString() Method links, added handle t…

    …o string conversion rules
    
    (cherry picked from commit c8d9eba)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f41b551 View commit details
    Browse the repository at this point in the history
  94. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2abf3f3 View commit details
    Browse the repository at this point in the history
  95. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    272b1c3 View commit details
    Browse the repository at this point in the history
  96. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1fd75f4 View commit details
    Browse the repository at this point in the history
  97. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9309719 View commit details
    Browse the repository at this point in the history
  98. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d9cecc3 View commit details
    Browse the repository at this point in the history
  99. docs(general): removed docs on tile inheritance tool

    MAN-862: tilemap_set_mask page is confusing with poor examples
    
    (cherry picked from commit e8c6298)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ba85f0b View commit details
    Browse the repository at this point in the history
  100. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fd864fd View commit details
    Browse the repository at this point in the history
  101. docs(general): updated tile_get_index & tile_set_index pages

    (cherry picked from commit f0ffbb4)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    77844e6 View commit details
    Browse the repository at this point in the history
  102. docs(general): updated some function pages

    (cherry picked from commit 8f39747)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5118618 View commit details
    Browse the repository at this point in the history
  103. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a0b39ae View commit details
    Browse the repository at this point in the history
  104. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7b9d678 View commit details
    Browse the repository at this point in the history
  105. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    71504e4 View commit details
    Browse the repository at this point in the history
  106. docs(general): fixed absolute link on the json_stringify page

    (cherry picked from commit 637ff0c)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    914b727 View commit details
    Browse the repository at this point in the history
  107. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2492f78 View commit details
    Browse the repository at this point in the history
  108. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    214188c View commit details
    Browse the repository at this point in the history
  109. docs(general): Feather specifiers are case-sensitive

    (cherry picked from commit eabcc9c)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1be9c5e View commit details
    Browse the repository at this point in the history
  110. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ac580ce View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    e11bb30 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    5318216 View commit details
    Browse the repository at this point in the history
  113. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    db74488 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    d2f6853 View commit details
    Browse the repository at this point in the history
  115. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c132847 View commit details
    Browse the repository at this point in the history
  116. docs(general): a couple of tiny typo fixes

    (cherry picked from commit f0eb141)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c5da8da View commit details
    Browse the repository at this point in the history
  117. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    43c9aff View commit details
    Browse the repository at this point in the history
  118. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3f85c8e View commit details
    Browse the repository at this point in the history
  119. docs(general): mentioned Ctrl + Comma and Ctrl + Period for workspace…

    … overview navigation on macOS
    
    YoYoGames/GameMaker-Bugs#5595
    
    (cherry picked from commit e11fe0b)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f0a993a View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    01b70d5 View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    eac8fae View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    1f32f99 View commit details
    Browse the repository at this point in the history
  123. Configuration menu
    Copy the full SHA
    1ef9c0a View commit details
    Browse the repository at this point in the history
  124. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6606368 View commit details
    Browse the repository at this point in the history
  125. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7cb26fd View commit details
    Browse the repository at this point in the history
  126. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    281796c View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    ad48cda View commit details
    Browse the repository at this point in the history
  128. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3e17324 View commit details
    Browse the repository at this point in the history
  129. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0441a6e View commit details
    Browse the repository at this point in the history
  130. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    247558a View commit details
    Browse the repository at this point in the history
  131. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b99c51f View commit details
    Browse the repository at this point in the history
  132. docs(general): Document that changing sprite_index to a shorter anima…

    …tion sprite will reset the image_index
    
    YoYoGames/GameMaker-Bugs#4787
    
    (cherry picked from commit ee02bd9)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    910d7b0 View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    0320ad5 View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    6b8a774 View commit details
    Browse the repository at this point in the history
  135. docs(general): Clarify description on ds_map_add() to make the differ…

    …ence between the function and the $ accessor clear when overwriting existing keys
    
    YoYoGames/GameMaker-Bugs#4795
    
    (cherry picked from commit c9eb354)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e084bac View commit details
    Browse the repository at this point in the history
  136. docs(general): Manual Content: Update macOS section of Gamepad Input …

    …page to reference compatibility with more gamepads
    
    YoYoGames/GameMaker-Bugs#4738
    
    (cherry picked from commit 6f43bd6)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fb872c9 View commit details
    Browse the repository at this point in the history
  137. docs(general): draw_light_get element 5 fix

    (cherry picked from commit 3067cbd)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    195d7d3 View commit details
    Browse the repository at this point in the history
  138. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2da1af2 View commit details
    Browse the repository at this point in the history
  139. docs(general): Compiler batch scripts update

    (cherry picked from commit 9f280cd)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fb621a0 View commit details
    Browse the repository at this point in the history
  140. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1477d67 View commit details
    Browse the repository at this point in the history
  141. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3ffb22c View commit details
    Browse the repository at this point in the history
  142. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    11dcdf7 View commit details
    Browse the repository at this point in the history
  143. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    572b5a7 View commit details
    Browse the repository at this point in the history
  144. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    475368c View commit details
    Browse the repository at this point in the history
  145. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1432afb View commit details
    Browse the repository at this point in the history
  146. Configuration menu
    Copy the full SHA
    2b6c966 View commit details
    Browse the repository at this point in the history
  147. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7c1f615 View commit details
    Browse the repository at this point in the history
  148. docs(general): Add to gml.js: asset_sequence, asset_animationcurve, a…

    …sset_particlesystem
    
    (cherry picked from commit dea0ec7)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3a88318 View commit details
    Browse the repository at this point in the history
  149. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8f934fe View commit details
    Browse the repository at this point in the history
  150. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b122a00 View commit details
    Browse the repository at this point in the history
  151. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7af6eae View commit details
    Browse the repository at this point in the history
  152. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    10b09ba View commit details
    Browse the repository at this point in the history
  153. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0904a27 View commit details
    Browse the repository at this point in the history
  154. Configuration menu
    Copy the full SHA
    c42c15a View commit details
    Browse the repository at this point in the history
  155. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2b45ae5 View commit details
    Browse the repository at this point in the history
  156. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    82a13fe View commit details
    Browse the repository at this point in the history
  157. Configuration menu
    Copy the full SHA
    5c85cbb View commit details
    Browse the repository at this point in the history
  158. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    15f9d62 View commit details
    Browse the repository at this point in the history
  159. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    82f0094 View commit details
    Browse the repository at this point in the history
  160. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    77485ed View commit details
    Browse the repository at this point in the history
  161. docs(general): Add a "Mac/Linux cleaning while on PC" example in "Bui…

    …lding Via Command Line"
    
    #120
    
    (cherry picked from commit 46e6253)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    77ccdc1 View commit details
    Browse the repository at this point in the history
  162. docs(general): fixed missing parentheses around function call on gpu_…

    …get_tex_mip_enable page
    
    YoYoGames/GameMaker-Bugs#3708
    
    (cherry picked from commit 3a14db1)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9f39219 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    57e88a2 View commit details
    Browse the repository at this point in the history
  164. docs(general): cursor_sprite - manual page doesn't open

    YoYoGames/GameMaker-Bugs#6249
    
    * Fixed the tag and keyword at the bottom of the page
    * Visual update of the page
    
    (cherry picked from commit 1d534b8)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    418946c View commit details
    Browse the repository at this point in the history
  165. docs(general): shader_set_uniform_matrix & shader_set_uniform_matrix_…

    …array
    
    YoYoGames/GameMaker-Bugs#6201
    
    * Updated pages of shader_set_uniform_matrix and shader_set_uniform_matrix_array a bit
    * shader_set_uniform_matrix_array page:
      * Updated the code example on the page to a more practical one
      * Added details on how to define the uniform and access the individual matrices in the shader
      * Added explicitly that the array length should be a multiple of 16
    
    (cherry picked from commit f6049fb)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7ee05d6 View commit details
    Browse the repository at this point in the history
  166. docs(general): ds_list_set() page has an incorrect explanation for it…

    …s code example
    
    YoYoGames/GameMaker-Bugs#5908
    
    * Changed the code example and description
    * Visual update of the page
    
    (cherry picked from commit 273e25d)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6e67c57 View commit details
    Browse the repository at this point in the history
  167. docs(general): Error in "layer_get_name" example

    YoYoGames/GameMaker-Bugs#6306
    
    * Updated code example: fixed the issue and replaced DS list with array
    * Updated function page a bit
    
    (cherry picked from commit 6900952)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3e470c1 View commit details
    Browse the repository at this point in the history
  168. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c9de90c View commit details
    Browse the repository at this point in the history
  169. docs(general): gml_pragma("forceinline" does not work on methods

    YoYoGames/GameMaker-Bugs#6327
    
    * Updated the description of gml_pragma() to make it clear that this is a request that's not guaranteed
    
    (cherry picked from commit 07c6dd7)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1c4861b View commit details
    Browse the repository at this point in the history
  170. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2735fc4 View commit details
    Browse the repository at this point in the history
  171. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4ee06db View commit details
    Browse the repository at this point in the history
  172. docs(general): [Documentation] Guarantee Collision Events in Event Order

    YoYoGames/GameMaker-Bugs#5494
    YoYoGames/GameMaker-Bugs#5687
    
    * Documented the precise order of events on the Event Order page
    * Mentioned the differences when using Collision Compatibility Mode
    
    (cherry picked from commit 690c7c0)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8753067 View commit details
    Browse the repository at this point in the history
  173. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    95dc627 View commit details
    Browse the repository at this point in the history
  174. docs(general): Various dev/debug async dialog pages state it shouldn'…

    …t be used in released games, but this should clarify "on desktop OSes"
    
    YoYoGames/GameMaker#3059
    
    * Changed the note to mention that this applies to desktop OSes
    
    (cherry picked from commit b8d7c4d)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b61a3d2 View commit details
    Browse the repository at this point in the history
  175. docs(general): .NET8 has changed where user settings are stored, we s…

    …hould migrate old install settings to the new location
    
    YoYoGames/YoYoStudio#10042
    
    * IDE Preferences page:
      * Updated Mac folder path and added a note on the migration
      * Changed "GameMaker" directory name to "GameMakerStudio2"
    * Updated the paths in the example output on the Creating A Marketplace Asset page
    * Path Preferences page: updated the IDE cache and Asset cache directory paths
    * Updated the default paths on the Building via Command Line page, replaced with RH variables
    
    (cherry picked from commit 233600b)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d7dfaf2 View commit details
    Browse the repository at this point in the history
  176. docs(general): added missing "Shaders" section under Drawing section …

    …in ToC
    
    (cherry picked from commit 98d690f)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    bb106a5 View commit details
    Browse the repository at this point in the history
  177. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2ce079c View commit details
    Browse the repository at this point in the history
  178. docs(general): part_type_colour2() and ...3() incorrectly change the …

    …colour of pre-existing particles also
    
    YoYoGames/GameMaker-Bugs#5087
    
    * Updated the short description of the part_type_colour* functions to emphasize it applies to "newly created particles of the given type"
    * Also added to part_type_colour_hsv, part_type_colour_rgb and part_type_colour_mix function pages
    * Added a RH note and added it to all the part_type_colour* function pages
    * Minor changes to other pages related to particle types
    
    (cherry picked from commit edd58de)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5c30f36 View commit details
    Browse the repository at this point in the history
  179. docs(general): replaced ampersand character with its HTML equivalent …

    …in the stencil equation RH variable
    
    (cherry picked from commit 02d4a3f)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6bf0d12 View commit details
    Browse the repository at this point in the history
  180. docs(general): removed remaining non-breaking space characters with t…

    …he HTML entity " " in RH variables
    
    * To allow reading/writing the file as valid XML
    
    (cherry picked from commit 809ffc1)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b99606e View commit details
    Browse the repository at this point in the history
  181. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    145463b View commit details
    Browse the repository at this point in the history
  182. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    48b43c2 View commit details
    Browse the repository at this point in the history
  183. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c4fce79 View commit details
    Browse the repository at this point in the history
  184. docs(general): update Shader Constants manual page

    YoYoGames/GameMaker-Bugs#6380
    YoYoGames/GameMaker-Bugs#6474
    
    * Renamed "Shader Constants" page to "Built-In Shader Constants"
    * Split up the constants in "Constants" and "Uniforms" and clarified the naming convention
    * Visual update of the page and other small improvements
    * Fixed the name of "gm_Lights_Colour[]", as brought up in #6474
    
    (cherry picked from commit e002ebb)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    dd1619e View commit details
    Browse the repository at this point in the history
  185. docs(general): nameof() no longer works with enums and macros in 2024.6

    YoYoGames/GameMaker-Bugs#6506
    
    Fixed the manual page: removed the note saying enum members and macros aren't supported and reworded the description a bit
    
    (cherry picked from commit b621954)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d28ad87 View commit details
    Browse the repository at this point in the history
  186. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    dfb69ee View commit details
    Browse the repository at this point in the history
  187. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a3a2969 View commit details
    Browse the repository at this point in the history
  188. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    957574d View commit details
    Browse the repository at this point in the history
  189. Configuration menu
    Copy the full SHA
    a7fd87d View commit details
    Browse the repository at this point in the history
  190. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    573e721 View commit details
    Browse the repository at this point in the history
  191. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2c66dee View commit details
    Browse the repository at this point in the history
  192. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    193d087 View commit details
    Browse the repository at this point in the history
  193. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    23caef0 View commit details
    Browse the repository at this point in the history
  194. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    33a49ae View commit details
    Browse the repository at this point in the history
  195. docs(general): updated hyperlink to cross-reference

    (cherry picked from commit e7be277)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2fc6d1c View commit details
    Browse the repository at this point in the history
  196. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    61f841a View commit details
    Browse the repository at this point in the history
  197. docs(general): added "read-only" tag for struct members

    (cherry picked from commit 2fe836b)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    eef7aef View commit details
    Browse the repository at this point in the history
  198. docs(general): Lists of variables inside various sequence related str…

    …ucts are incomplete
    
    YoYoGames/GameMaker-Bugs#5825
    
    Tiny change in description of "enabled"
    
    (cherry picked from commit a417430)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6001c51 View commit details
    Browse the repository at this point in the history
  199. Configuration menu
    Copy the full SHA
    0f969e5 View commit details
    Browse the repository at this point in the history
  200. Configuration menu
    Copy the full SHA
    3b8f64c View commit details
    Browse the repository at this point in the history
  201. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    62bd09d View commit details
    Browse the repository at this point in the history
  202. docs(general): Audio buffers main page claims that Game Maker support…

    …s recording sounds from the OS
    
    YoYoGames/GameMaker-Bugs#6589
    
    (cherry picked from commit 659fc51)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    86c1132 View commit details
    Browse the repository at this point in the history
  203. docs(general): Page for audio_create_play_queue is incorrect about Au…

    …dio Playback Asynchronous Event
    
    YoYoGames/GameMaker-Bugs#6539
    
    (cherry picked from commit 54f0353)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    72ed3d2 View commit details
    Browse the repository at this point in the history
  204. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8f4d8d8 View commit details
    Browse the repository at this point in the history
  205. Configuration menu
    Copy the full SHA
    eab7aa9 View commit details
    Browse the repository at this point in the history
  206. Configuration menu
    Copy the full SHA
    53c566a View commit details
    Browse the repository at this point in the history
  207. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    db834af View commit details
    Browse the repository at this point in the history
  208. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    42c895f View commit details
    Browse the repository at this point in the history
  209. docs(general): Android: Extension compiler crash on valid tag injecti…

    …ons.
    
    YoYoGames/GameMaker-Bugs#6562
    
    Small changes to page
    
    (cherry picked from commit 38c53de)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    70e5888 View commit details
    Browse the repository at this point in the history
  210. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3e2b062 View commit details
    Browse the repository at this point in the history
  211. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f7d0ebe View commit details
    Browse the repository at this point in the history
  212. docs(general): Erroneous text in diagram in Collision Mask section of…

    … The Sprite Editor manual page
    
    YoYoGames/GameMaker-Bugs#6694
    
    (cherry picked from commit 391c805)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    319e7e7 View commit details
    Browse the repository at this point in the history
  213. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5c0168f View commit details
    Browse the repository at this point in the history
  214. 1

    YYBartT authored and gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b837a28 View commit details
    Browse the repository at this point in the history
  215. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    83c6b6a View commit details
    Browse the repository at this point in the history
  216. Configuration menu
    Copy the full SHA
    d0fd5b3 View commit details
    Browse the repository at this point in the history
  217. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1e57879 View commit details
    Browse the repository at this point in the history
  218. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fb70ee4 View commit details
    Browse the repository at this point in the history
  219. Configuration menu
    Copy the full SHA
    49be8ad View commit details
    Browse the repository at this point in the history
  220. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    85eeb34 View commit details
    Browse the repository at this point in the history
  221. docs(general): CSS append fix for mobile issues:

    1. Hidden bottom bar
    2. White text (unreadable) for index and glossary menus
    
    (cherry picked from commit 177f146)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    464c9ee View commit details
    Browse the repository at this point in the history
  222. docs(general): Link scm preferences on scm page

    (cherry picked from commit 63e9bdb)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b29bb45 View commit details
    Browse the repository at this point in the history
  223. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9f35ffe View commit details
    Browse the repository at this point in the history
  224. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    aeb04ff View commit details
    Browse the repository at this point in the history
  225. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    82b368b View commit details
    Browse the repository at this point in the history
  226. docs(general): Add hint onto Windows's Game Options - Images page tha…

    …t icon is only shown when Create Exe
    
    YoYoGames/GameMaker-Bugs#6870
    
    (cherry picked from commit 2781e82)
    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    eaf22db View commit details
    Browse the repository at this point in the history
  227. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    600a0a4 View commit details
    Browse the repository at this point in the history
  228. Configuration menu
    Copy the full SHA
    8787db2 View commit details
    Browse the repository at this point in the history
  229. 1

    gurpreetsinghmatharoo committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9ee28ad View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. docs(feature): Help Menu: Change "Create Your Contact Us Package" to …

    …upload the zip privately and return a download URL
    
    YoYoGames/GameMaker-Bugs#6375
    
    * Updated the name of the option, its description and the screenshot
    * Replaced hyperlinks still referring to "yoyogames.com" with the corresponding link to "gamemaker.io"
    
    (cherry picked from commit a08ed34)
    YYBartT authored and gurpreetsinghmatharoo committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    aab1847 View commit details
    Browse the repository at this point in the history
  2. 1

    gurpreetsinghmatharoo committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9cc6d51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e28a90f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    276f9be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01c0f5b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1063cf4 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    d8f672b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    ea0243e View commit details
    Browse the repository at this point in the history
  2. fixes for lts build

    ksuchitra532 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4660568 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    d576327 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. docs(general): Removed static_get and static_set from LTS manual; als…

    …o removed JSON guide as it was broken
    
    #183
    gurpreetsinghmatharoo committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a6c210a View commit details
    Browse the repository at this point in the history