Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Дополнительная информация</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page with additional information about programming features" />
<meta name="rh-index-keywords" content="Additional Information" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Лучшие практики при программировании</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains some best practices when programming using GameMaker" />
<meta name="rh-index-keywords" content="Best Practices When Programming" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Побитовые операторы</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains how bitwise operators work" />
<meta name="rh-index-keywords" content="Bitwise Operators" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Функции совместимости</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the various Compatibility Functions" />
<meta name="rh-index-keywords" content="Compatibility Functions" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Сценарии совместимости</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the compatibility scripts" />
<meta name="rh-index-keywords" content="Compatibility Scripts" />
Expand Down
2 changes: 1 addition & 1 deletion Manual/contents/Additional_Information/Error_Reporting.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Отчеты об ошибках</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the various Error Reporting systems." />
<meta name="rh-index-keywords" content="Error Reporting" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Ошибки компилятора</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the various compiler errors" />
<meta name="rh-index-keywords" content="Compile Errors" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Ошибки бегунов</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the various runner errors" />
<meta name="rh-index-keywords" content="Runtime Errors,Runner Errors" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Ошибки синтаксиса (сообщения пера)</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the various syntax errors" />
<meta name="rh-index-keywords" content="Syntax Errors" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Руководство по примитивам и построению вершин</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains how to set up and use primitives and vertex buffers" />
<meta name="rh-index-keywords" content="Guide To Primitives And Vertex Building" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Руководство по использованию блендмодов</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains how blendmodes work." />
<meta name="rh-index-keywords" content="blendmodes,Guide To Using Blendmodes" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Руководство по использованию буферов</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains how buffers work" />
<meta name="rh-index-keywords" content="Guide To Using Buffers" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Руководство по использованию частиц</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains how to set up and use particles" />
<meta name="rh-index-keywords" content="Guide To Using Particles" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Руководство по использованию шейдеров</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains how to set up and use shaders" />
<meta name="rh-index-keywords" content="Guide To Using Shaders" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Устаревшие функции</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the various Obsolete Functions" />
<meta name="rh-index-keywords" content="Obsolete Functions" />
Expand Down
2 changes: 1 addition & 1 deletion Manual/contents/Additional_Information/The_File_System.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Файловая система</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains how the GMS file system works for compiled games" />
<meta name="rh-index-keywords" content="The File System" />
Expand Down
2 changes: 1 addition & 1 deletion Manual/contents/Additional_Information/Type_Tables.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Типовые столы</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that shows the type tables for different arithmetic operations" />
<meta name="rh-index-keywords" content="Type Tables" />
Expand Down
2 changes: 1 addition & 1 deletion Manual/contents/Additional_Information/Vectors.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Векторы</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../assets/css/default.css" type="text/css" />
<script src="../assets/scripts/main_script.js"></script>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains how vectors work" />
<meta name="rh-index-keywords" content="Vectors" />
Expand Down
2 changes: 1 addition & 1 deletion Manual/contents/Drag_And_Drop/Drag_And_Drop_Index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>{GML_Visual}</title>
<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>
<script src="../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that indexes all the other GML Visual pages" />
<meta name="rh-index-keywords" content="GML Visual, GameMaker Language" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Функции сценария блока действий</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Article explaining how to make action block script functions" />
<meta name="rh-index-keywords" content="GML Visual Overview - Action Block Script Functions" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Применение действий к другим экземплярам</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Article explaining how to apply actions to other instances" />
<meta name="rh-index-keywords" content="GML Visual Overview - Applying Actions To Other Instances" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Изменение визуального представления GML в код</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Article explaining how to change GML Visual to GML code" />
<meta name="rh-index-keywords" content="GML Visual Overview - Changing GML Visual To Code" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Конструирование кода блока действий</title>
<meta name="generator" content="Adobe RoboHelp 2020" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Article explaining how to construct GML Visual actions" />
<meta name="rh-index-keywords" content="GML Visual Overview - Constructing Action Block Code" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>обзор {GML_Visual}</title>
<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>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Overview of GML Visual" />
<meta name="rh-index-keywords" content="GML Visual Overview - Overview" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Опции меню правой кнопки мыши</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../assets/css/default.css" type="text/css" />
<script src="../../assets/scripts/main_script.js"></script>
<script src="../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Article explaining the right mouse button menu options
" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Аудиодействия</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Section detailing all the Audio actions" />
<meta name="rh-index-keywords" content="GML Visual Overview - Audio Actions Library" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Получить длину звука</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the Get Audio Length action" />
<meta name="rh-index-keywords" content="GML Visual Action - Get Audio Length" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Получение звукового сигнала</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the Get Audio Pitch action" />
<meta name="rh-index-keywords" content="GML Visual Action - Get Audio Pitch" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Получить громкость звука</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the Get Audio Volume action" />
<meta name="rh-index-keywords" content="GML Visual Action - Get Audio Volume" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Получить главный объем</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the Get Master Volume action" />
<meta name="rh-index-keywords" content="GML Visual Action - Get Master Volume" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Если звук приостановлен</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the If Audio Is Paused action" />
<meta name="rh-index-keywords" content="GML Visual Action - If Audio Is Paused" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Если воспроизводится звук</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the If Audio Is Playing action" />
<meta name="rh-index-keywords" content="GML Visual Action - If Audio Is Playing" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Приостановить все аудио</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the Pause All Audio action" />
<meta name="rh-index-keywords" content="GML Visual Action - Pause All Audio" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Приостановить аудио</title>
<meta name="generator" content="Adobe RoboHelp 2019" />
<link rel="stylesheet" href="../../../assets/css/default.css" type="text/css" />
<script src="../../../assets/scripts/main_script.js"></script>
<script src="../../../assets/scripts/main_script.js" type="module"></script>
<meta name="rh-authors" content="Mark Alexander" />
<meta name="topic-comment" content="Page that explains the Pause Audio action" />
<meta name="rh-index-keywords" content="GML Visual Action - Pause Audio" />
Expand Down
Loading