Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 14, 2023
2 parents b3a1fc1 + 78ca8c5 commit 535fa27
Show file tree
Hide file tree
Showing 43 changed files with 152 additions and 127 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>game_save_id</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<meta name="generator" content="Adobe RoboHelp 2022" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<meta name="rh-authors" content="Mark Alexander" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="generator" content="Adobe RoboHelp 2022"/>
<meta name="topic-comment" content="A warning note to explain that GameMaker by default uses the file sandbox"/>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Adobe RoboHelp 2022" />
<meta name="topic-comment" content="A warning note to explain that GameMaker by default uses the file sandbox" />
<title>Note_Warning_GM_FileSystem_Sandboxed</title>
<link rel="stylesheet" type="text/css" href="../css/default.css"/>
<link rel="stylesheet" type="text/css" href="../css/default.css" />
</head>
<body>
<p class="note"><b><span data-conref="Tag_warning.hts"> </span> </b>This function may not work as you expect due to <span data-keyref="GameMaker Name">GameMaker</span> being sandboxed! Please see the section on <a data-xref="{title}" href="../../Additional_Information/The_File_System.htm">The File System</a> for more information.</p>

</body></html>
<p class="note"><b><span data-conref="Tag_warning.hts"> </span> </b>This may not work as you expect due to <span data-keyref="GameMaker Name">GameMaker</span> being sandboxed! Please see the section on <a data-xref="{title}" href="../../Additional_Information/The_File_System.htm">The File System</a> for more information.</p>
</body>
</html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Adobe RoboHelp 2022" />
<meta name="topic-comment" content="" />
<title>Warning_directory_os_permissions</title>
<link rel="stylesheet" type="text/css" href="../css/default.css" />
</head>
<body>
<p class="note"><span data-conref="Tag_warning.hts"> </span> <span data-keyref="GameMaker Name">GameMaker</span> doesn&#39;t limit writing to this directory so whether this is possible depends on OS permissions. It is however discouraged that you write to <span class="inline2"><span data-field="title" data-format="default">Warning_directory_os_permissions</span></span>, as it is possible to damage the game installation this way.</p>
</body>
</html>
2 changes: 1 addition & 1 deletion Manual/toc/Default.toc
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
</book>
<page href="../contents/Settings/The_Room_Manager.htm" format="html" processing-role="normal"></page>
<page href="../contents/Settings/Included_Files.htm" format="html" processing-role="normal"></page>
<page href="../contents/Additional_Information/The_File_System.htm" format="html" processing-role="normal"></page>
<page href="../contents/Settings/Audio_Groups.htm" format="html" processing-role="normal"></page>
<book href="../contents/Settings/Texture_Groups.htm" format="html" processing-role="normal">
<page href="../contents/Settings/Texture_Information/Texture_Pages.htm" format="html" processing-role="normal"></page>
Expand Down Expand Up @@ -243,7 +244,6 @@
</book>
<book navtitle="추가 정보" href="../contents/Additional_Information/Additional_Information.htm" format="html" processing-role="normal">
<page href="../contents/Additional_Information/Best_Practices_When_Programming.htm" format="html" processing-role="normal"></page>
<page href="../contents/Additional_Information/The_File_System.htm" format="html" processing-role="normal"></page>
<page href="../contents/Additional_Information/Bitwise_Operators.htm" format="html" processing-role="normal"></page>
<page href="../contents/Additional_Information/Type_Tables.htm" format="html" processing-role="normal"></page>
<page href="../contents/Additional_Information/Vectors.htm" format="html" processing-role="normal"></page>
Expand Down

0 comments on commit 535fa27

Please # to comment.