2025-11 Edit files

This commit is contained in:
2025-11-01 07:11:40 +03:00
parent 7a296242ee
commit 60368d164f
199 changed files with 1105 additions and 669 deletions

View File

@@ -43,7 +43,8 @@
<div class="news_item_more">
<a href="ogs-mahjong-1.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="mahjong.html">Mahjong 2 (in development)</a>
</h2>
@@ -57,10 +58,11 @@
</div>
</div>
<div id="footer">
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
</div>
</center>
</body>
</html>
</html>

View File

@@ -52,4 +52,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -84,4 +84,4 @@ artists to make our future games a bit better.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -56,4 +56,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -63,4 +63,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -227,4 +227,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -78,4 +78,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -78,4 +78,4 @@ Nobody helped us at the OSG mailing list.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -60,4 +60,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -83,4 +83,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -121,4 +121,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -63,4 +63,4 @@ We will. Stay tuned.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -70,4 +70,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -60,4 +60,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -0,0 +1,31 @@
Title: Editing of files
Date: 2025-11-01
Category: News
Slug: edit-files
Lang: en
<video controls width="700">
<source src="../../images/2025-11_edit-files.mp4" type="video/mp4"/>
</video>
# October
### 1. NPM
PSKOV is now available via npm. The easiest way to launch PSKOV is with the help of `npx`:
```npx pskov --projectDir=/path/to/project```
where `/path/to/project` should be replaced with an actual path to a project
### 2. `Files`, `Edit`, `Render` tabs
PSKOV now has tabs which allow you to select a file, edit it or preview the result of Markdown conversion (previewing is not implemented yet)
### 3. Editing and saving of a selected file
PSKOV can now edit files (using Ace) and save them by clicking the diskette button
# November
I plan to implement previewing of the result of Markdown conversion

View File

@@ -100,4 +100,4 @@ be able to write the next article in PSKOV 2.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -55,4 +55,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -57,4 +57,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -79,4 +79,4 @@ code chunks equal because they interact through the Bus only.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -64,4 +64,4 @@ glue code where it can save up to 30% of code</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -57,4 +57,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -165,4 +165,4 @@ key feature for code portability.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -77,4 +77,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -67,4 +67,4 @@ finally started to bare fruits.</p>
</div>
</center>
</body>
</html>
</html>

70
en/news/edit-files.html Normal file
View File

@@ -0,0 +1,70 @@
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<head>
<link rel="stylesheet" href="../../style.css">
</head>
<body>
<script data-goatcounter="https://services.opengamestudio.org:443/count" async src="//services.opengamestudio.org:443/count.js"></script>
<div id="header">
<div class="header2">
<div class="menu">
<a href="../../en/news/index.html">News</a>
<a href="../../en/game/index.html">Games</a>
<a href="../../en/tool/index.html">Tools</a>
<a href="../../en/page/about.html">About</a>
</div>
<div id="lang">
<a href="../../en/news/edit-files.html">EN</a>
<a href="../../ru/news/edit-files.html">RU</a>
</div>
<div class="clear"></div>
</div>
</div>
<h3 class="left_item_title">In the news...</h3>
<center>
<div class="news_item">
<h2 class="news_item_title">
<a href="edit-files.html">Editing of files</a>
</h2>
<p class="news_item_date">
2025-11-01
</p>
<div class="news_item_contents">
<video controls width="700">
<source src="../../images/2025-11_edit-files.mp4" type="video/mp4"/>
</video>
<h1 id="october">October</h1>
<h3 id="1npm">1. NPM</h3>
<p>PSKOV is now available via npm. The easiest way to launch PSKOV is with the help of <code>npx</code>:</p>
<p><code>npx pskov --projectDir=/path/to/project</code></p>
<p>where <code>/path/to/project</code> should be replaced with an actual path to a project</p>
<h3 id="2fileseditrendertabs">2. <code>Files</code>, <code>Edit</code>, <code>Render</code> tabs</h3>
<p>PSKOV now has tabs which allow you to select a file, edit it or preview the result of Markdown conversion (previewing is not implemented yet)</p>
<h3 id="3editingandsavingofaselectedfile">3. Editing and saving of a selected file</h3>
<p>PSKOV can now edit files (using Ace) and save them by clicking the diskette button</p>
<h1 id="november">November</h1>
<p>I plan to implement previewing of the result of Markdown conversion</p>
</div>
</div>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://opengamestudio.org/en/news/edit-files.html";
this.page.identifier = "edit-files.html";
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://opengamestudio.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<div id="footer">
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
</div>
</center>
</body>
</html>

View File

@@ -63,4 +63,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -56,4 +56,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -66,4 +66,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -65,4 +65,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -80,4 +80,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -87,4 +87,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -138,4 +138,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -74,4 +74,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -161,4 +161,4 @@ browser. We'll see how this goes.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -77,4 +77,4 @@ in 3-4 days, but a job won't let you make your dream come true.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -84,4 +84,4 @@ accessible, and durable.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -89,4 +89,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -24,6 +24,29 @@
<center>
<h1>News</h1>
<div class="news_item">
<h2 class="news_item_title">
<a href="edit-files.html">Editing of files</a>
</h2>
<p class="news_item_date">
2025-11-01
</p>
<div class="news_item_contents">
<video controls width="700">
<source src="../../images/2025-11_edit-files.mp4" type="video/mp4"/>
</video>
<h1 id="october">October</h1>
<h3 id="1npm">1. NPM</h3>
<p>PSKOV is now available via npm. The easiest way to launch PSKOV is with the help of <code>npx</code>:</p>
<p><code>npx pskov --projectDir=/path/to/project</code></p>
<p>where <code>/path/to/project</code> should be replaced with an actual path to a project</p>
<h3 id="2fileseditrendertabs">2. <code>Files</code>, <code>Edit</code>, <code>Render</code> tabs</h3>
<p>PSKOV now has tabs which allow you to select a file, edit it or preview the result of Markdown conversion (previewing is not implemented yet). . .</p>
</div>
<div class="news_item_more">
<a href="edit-files.html">Continue reading</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="display-files.html">List of project files</a>
@@ -46,7 +69,8 @@
<div class="news_item_more">
<a href="display-files.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="kotlin-cross.html">The turn to cross-platform solutions</a>
</h2>
@@ -68,7 +92,8 @@ time to do that at the moment, unfortunately.. . .</p>
<div class="news_item_more">
<a href="kotlin-cross.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="add-edit-save-remove.html">Add, edit, save, and remove files</a>
</h2>
@@ -109,7 +134,8 @@ time to do that at the moment, unfortunately.. . .</p>
<div class="news_item_more">
<a href="add-edit-save-remove.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="git-fs-components.html">FS and Git components' draft</a>
</h2>
@@ -141,7 +167,8 @@ time to do that at the moment, unfortunately.. . .</p>
<div class="news_item_more">
<a href="git-fs-components.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="welcome-component.html">PSKOV 2 editor and components</a>
</h2>
@@ -165,7 +192,8 @@ Future functionality like Git and Markdown is expected to follow the same patter
<div class="news_item_more">
<a href="welcome-component.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="notes-desktop.html">Notes and Git</a>
</h2>
@@ -190,7 +218,8 @@ third one. Thus, the application is pretty much useless at the moment.. . .</p>
<div class="news_item_more">
<a href="notes-desktop.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="iso-git2.html">PSKOV 2 without LHA?</a>
</h2>
@@ -211,7 +240,8 @@ this was the second assessment of Isomorphic-Git. The first one happened in
<div class="news_item_more">
<a href="iso-git2.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="cld_ctx-gen.html">CLD: Context generation</a>
</h2>
@@ -237,37 +267,18 @@ to explain Context in detail because I don't yet have a good. . .</p>
<div class="news_item_more">
<a href="cld_ctx-gen.html">Continue reading</a>
</div>
</div><div class="news_item">
<h2 class="news_item_title">
<a href="psk-jvm-item.html">PSKOV 2 for JVM</a>
</h2>
<p class="news_item_date">
2025-02-11 00:00
</p>
<div class="news_item_contents">
<p><img src="../../images/2025_psk-jvm-item.png" alt="splash" /></p>
<h1 id="seperatepagesgeneration">Seperate pages' generation</h1>
<p>In January I implemented half of the functionality of original
PSKOV: generation of separate HTML pages from Markdown.</p>
<p>Both PSKOV 1 and PSKOV 2 produce HTML files that look the same in web browsers.
However, the contents of the generated HTML files differ because PSKOV 1 uses
<a href="https://github.com/showdownjs/showdown">Showdown</a> to convert Markdown to HTML, whereas PSKOV 2 uses
<a href="https://github.com/JetBrains/markdown">intellij-markdown</a>.</p>
<p>Let's see how the generated HTML files compare. Suppose we have the following. . .</p>
</div>
<div class="news_item_more">
<a href="psk-jvm-item.html">Continue reading</a>
</div>
</div>
<p class="pagination_title">Page 1 of 9</p>
<p>
<a href="index2.html">Older »</a>
</p>
<div id="footer">
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
</div>
</center>
</body>
</html>
</html>

View File

@@ -24,6 +24,28 @@
<center>
<h1>News</h1>
<div class="news_item">
<h2 class="news_item_title">
<a href="psk-jvm-item.html">PSKOV 2 for JVM</a>
</h2>
<p class="news_item_date">
2025-02-11 00:00
</p>
<div class="news_item_contents">
<p><img src="../../images/2025_psk-jvm-item.png" alt="splash" /></p>
<h1 id="seperatepagesgeneration">Seperate pages' generation</h1>
<p>In January I implemented half of the functionality of original
PSKOV: generation of separate HTML pages from Markdown.</p>
<p>Both PSKOV 1 and PSKOV 2 produce HTML files that look the same in web browsers.
However, the contents of the generated HTML files differ because PSKOV 1 uses
<a href="https://github.com/showdownjs/showdown">Showdown</a> to convert Markdown to HTML, whereas PSKOV 2 uses
<a href="https://github.com/JetBrains/markdown">intellij-markdown</a>.</p>
<p>Let's see how the generated HTML files compare. Suppose we have the following. . .</p>
</div>
<div class="news_item_more">
<a href="psk-jvm-item.html">Continue reading</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="year24.html">Results of the year 2024</a>
@@ -47,7 +69,8 @@
<div class="news_item_more">
<a href="year24.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="lha-jvm-macos.html">The first Local Host Access working version</a>
</h2>
@@ -68,7 +91,8 @@ Thus, when one needs something as simple as to find out if a symlink. . .</p>
<div class="news_item_more">
<a href="lha-jvm-macos.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="pskov-again.html">Back to the development of "PSKOV"</a>
</h2>
@@ -107,7 +131,8 @@ local file system.</p>
<div class="news_item_more">
<a href="pskov-again.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="ht-sound.html">Sound support and the search for a new direction</a>
</h2>
@@ -130,7 +155,8 @@ graphical results did not match that of the audience.. . .</p>
<div class="news_item_more">
<a href="ht-sound.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="ht-scenes.html">Switching scenes</a>
</h2>
@@ -154,7 +180,8 @@ graphical results did not match that of the audience.. . .</p>
<div class="news_item_more">
<a href="ht-scenes.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="rethinking.html">Rethinking</a>
</h2>
@@ -176,7 +203,8 @@ I participated in the jam to validate the instrument under development and. . .<
<div class="news_item_more">
<a href="rethinking.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="memory-gui.html">"Memory" GUI</a>
</h2>
@@ -197,7 +225,8 @@ gamejam of <a href="https://dtf.ru/games/2783053-nachni-igru-ocenka-videorolikov
<div class="news_item_more">
<a href="memory-gui.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="memory-text-ui.html">"Memory" text UI</a>
</h2>
@@ -217,41 +246,19 @@ The instrument under development is limited to C++11 in order to support OpenWrt
<div class="news_item_more">
<a href="memory-text-ui.html">Continue reading</a>
</div>
</div><div class="news_item">
<h2 class="news_item_title">
<a href="memory-logic.html">"Memory" game logic</a>
</h2>
<p class="news_item_date">
2024-05-03 00:00
</p>
<div class="news_item_contents">
<h1 id="memorygamelogic">"Memory" game logic</h1>
<p>In April I implemented "Memory" game logic in Python as limited language model and successfully converted the code to C++ by the instrument under development.</p>
<p>Limited language model assumes the following architecture of two parts:</p>
<ol>
<li>state context</li>
<li>pure functions without side effects working only with the context</li>
</ol>
<p>Game logic state context in Python currently looks like this (<a href="https://git.opengamestudio.org/kornerr/research-portable-memory/src/commit/6fcd542daa6242c8c23dddb88d04cda74a730328/v3/memory_Context.h">C++</a>):</p>
<p>```python
class memory_Context:
def <strong>init</strong>(self):
self.hiddenItems = []. . .</p>
</div>
<div class="news_item_more">
<a href="memory-logic.html">Continue reading</a>
</div>
</div>
<p class="pagination_title">Page 2 of 9</p>
<p>
<a href="index.html">« Newer</a>
<a href="index3.html">Older »</a>
</p>
<div id="footer">
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
</div>
</center>
</body>
</html>
</html>

View File

@@ -24,6 +24,31 @@
<center>
<h1>News</h1>
<div class="news_item">
<h2 class="news_item_title">
<a href="memory-logic.html">"Memory" game logic</a>
</h2>
<p class="news_item_date">
2024-05-03 00:00
</p>
<div class="news_item_contents">
<h1 id="memorygamelogic">"Memory" game logic</h1>
<p>In April I implemented "Memory" game logic in Python as limited language model and successfully converted the code to C++ by the instrument under development.</p>
<p>Limited language model assumes the following architecture of two parts:</p>
<ol>
<li>state context</li>
<li>pure functions without side effects working only with the context</li>
</ol>
<p>Game logic state context in Python currently looks like this (<a href="https://git.opengamestudio.org/kornerr/research-portable-memory/src/commit/6fcd542daa6242c8c23dddb88d04cda74a730328/v3/memory_Context.h">C++</a>):</p>
<p>```python
class memory_Context:
def <strong>init</strong>(self):
self.hiddenItems = []. . .</p>
</div>
<div class="news_item_more">
<a href="memory-logic.html">Continue reading</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="llm-first-py-cxx.html">The first example of a portable code</a>
@@ -47,7 +72,8 @@
<div class="news_item_more">
<a href="llm-first-py-cxx.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="bus-iOS.html">Шина-iOS</a>
</h2>
@@ -67,7 +93,8 @@ glue code where it can save up to 30% of code</p>
<div class="news_item_more">
<a href="bus-iOS.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="bus-01.html">Bus-01</a>
</h2>
@@ -93,7 +120,8 @@ code chunks equal because they interact through the Bus only.</p>
<div class="news_item_more">
<a href="bus-01.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="rpg-ends.html">Revised project goals</a>
</h2>
@@ -114,7 +142,8 @@ had the numbers that it would take us <a href="https://gamedev.ru/community/ogs/
<div class="news_item_more">
<a href="rpg-ends.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="gitjs-intro.html">How I create browser applications inside browsers</a>
</h2>
@@ -134,7 +163,8 @@ not the hardware one. Today I can confidently say I found the necessary. . .</p>
<div class="news_item_more">
<a href="gitjs-intro.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="git-budget.html">Why I keep track of spendings in a personal app made with Git+JS</a>
</h2>
@@ -156,7 +186,8 @@ not the hardware one. Today I can confidently say I found the necessary. . .</p>
<div class="news_item_more">
<a href="git-budget.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="teaching-to-program-2019.html">Teaching folks to program 2019, a.k.a. in the search of an ideal program: Sequence</a>
</h2>
@@ -173,7 +204,8 @@ not the hardware one. Today I can confidently say I found the necessary. . .</p>
<div class="news_item_more">
<a href="teaching-to-program-2019.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="the-pros-and-cons-of-restarting-from-scratch.html">The pros and cons of restarting from scratch</a>
</h2>
@@ -190,33 +222,19 @@ It seems that right now we have less completed features than before the release
<div class="news_item_more">
<a href="the-pros-and-cons-of-restarting-from-scratch.html">Continue reading</a>
</div>
</div><div class="news_item">
<h2 class="news_item_title">
<a href="on-the-way-to-durable-applications.html">On the way to durable applications</a>
</h2>
<p class="news_item_date">
2019-08-05 00:00
</p>
<div class="news_item_contents">
<p><img src="../../images/2019-08-05_on-the-way-to-durable-applications.jpg" alt="Pskov's veche" /></p>
<p>This article describes our first durable application for desktop PCs: PSKOV static site generator.</p>
<p><strong>Durability</strong></p>
<p>A durable application is an application that functions without a single change on operating systems released in years 2010-2030. In other words, a durable application has backward compatibility of 10 years and has the stability to run for 10 years. Actually, <a href="http://opengamestudio.org/pskov">PSKOV</a> runs even under Windows 2000, so PSKOV has backward compatibility of 19 years.. . .</p>
</div>
<div class="news_item_more">
<a href="on-the-way-to-durable-applications.html">Continue reading</a>
</div>
</div>
<p class="pagination_title">Page 3 of 9</p>
<p>
<a href="index2.html">« Newer</a>
<a href="index4.html">Older »</a>
</p>
<div id="footer">
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
</div>
</center>
</body>
</html>
</html>

View File

@@ -24,6 +24,23 @@
<center>
<h1>News</h1>
<div class="news_item">
<h2 class="news_item_title">
<a href="on-the-way-to-durable-applications.html">On the way to durable applications</a>
</h2>
<p class="news_item_date">
2019-08-05 00:00
</p>
<div class="news_item_contents">
<p><img src="../../images/2019-08-05_on-the-way-to-durable-applications.jpg" alt="Pskov's veche" /></p>
<p>This article describes our first durable application for desktop PCs: PSKOV static site generator.</p>
<p><strong>Durability</strong></p>
<p>A durable application is an application that functions without a single change on operating systems released in years 2010-2030. In other words, a durable application has backward compatibility of 10 years and has the stability to run for 10 years. Actually, <a href="http://opengamestudio.org/pskov">PSKOV</a> runs even under Windows 2000, so PSKOV has backward compatibility of 19 years.. . .</p>
</div>
<div class="news_item_more">
<a href="on-the-way-to-durable-applications.html">Continue reading</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="defending-availability.html">Defending availability</a>
@@ -39,7 +56,8 @@
<div class="news_item_more">
<a href="defending-availability.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="teaching-kids-to-program.html">Teaching kids to program</a>
</h2>
@@ -64,7 +82,8 @@
<div class="news_item_more">
<a href="teaching-kids-to-program.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="2019-year-of-rethinking.html">Year of rethinking</a>
</h2>
@@ -80,7 +99,8 @@
<div class="news_item_more">
<a href="2019-year-of-rethinking.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="ideal-gamedev.html">Ideal games and game development tools</a>
</h2>
@@ -106,7 +126,8 @@
<div class="news_item_more">
<a href="ideal-gamedev.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="mahjong-demo2.html">OGS Mahjong 2: Demo 2</a>
</h2>
@@ -123,7 +144,8 @@
<div class="news_item_more">
<a href="mahjong-demo2.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="examples-and-dependencies.html">Examples and dependencies</a>
</h2>
@@ -139,7 +161,8 @@
<div class="news_item_more">
<a href="examples-and-dependencies.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="example-driven-development.html">Example-driven development</a>
</h2>
@@ -156,7 +179,8 @@
<div class="news_item_more">
<a href="example-driven-development.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="openscenegraph-examples.html">OpenSceneGraph cross-platform examples</a>
</h2>
@@ -171,43 +195,19 @@
<div class="news_item_more">
<a href="openscenegraph-examples.html">Continue reading</a>
</div>
</div><div class="news_item">
<h2 class="news_item_title">
<a href="mahjong-techdemo1-gameplay.html">First techdemo of OGS Mahjong 2: Gameplay</a>
</h2>
<p class="news_item_date">
2018-02-16 00:00
</p>
<div class="news_item_contents">
<p><img src="../../images/2018-02-16-mahjong-techdemo1-gameplay.png" alt="End of a Mahjong party" /></p>
<p>We are glad to announce the release of the first technical demonstration of OGS Mahjong 2. The purpose of this release was to verify gameplay across supported platforms.</p>
<p>Get techdemo for your platform:</p>
<ul>
<li>Run <a href="https://ogstudio.github.io/game-mahjong/versions/013/mjin-player.html">Web version</a> in your browser</li>
<li>Get <a href="https://drive.google.com/open?id=1KW8IEN8Dpz8ODeg8BctVSJyzj9-AL9hR">Android version</a></li>
<li>Get <a href="https://drive.google.com/open?id=1oj0-OXSmEatttzn86u2vgP9SRAIC0ozB">Windows version</a></li>
<li>Get <a href="https://drive.google.com/open?id=1EX7kLIThLiMz9_W7VmBPySms3mlrF-i6">Linux version</a></li>
<li>Get <a href="https://drive.google.com/open?id=1KWnvbHzan8MpMcZPG2QC-7KWoEYbqrM2">macOS version</a></li>
</ul>
<p>Notes:</p>
<ul>
<li>iOS version is not released because it cannot be easily shared outside AppStore.. . .</li>
</ul>
</div>
<div class="news_item_more">
<a href="mahjong-techdemo1-gameplay.html">Continue reading</a>
</div>
</div>
<p class="pagination_title">Page 4 of 9</p>
<p>
<a href="index3.html">« Newer</a>
<a href="index5.html">Older »</a>
</p>
<div id="footer">
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
</div>
</center>
</body>
</html>
</html>

View File

@@ -24,6 +24,33 @@
<center>
<h1>News</h1>
<div class="news_item">
<h2 class="news_item_title">
<a href="mahjong-techdemo1-gameplay.html">First techdemo of OGS Mahjong 2: Gameplay</a>
</h2>
<p class="news_item_date">
2018-02-16 00:00
</p>
<div class="news_item_contents">
<p><img src="../../images/2018-02-16-mahjong-techdemo1-gameplay.png" alt="End of a Mahjong party" /></p>
<p>We are glad to announce the release of the first technical demonstration of OGS Mahjong 2. The purpose of this release was to verify gameplay across supported platforms.</p>
<p>Get techdemo for your platform:</p>
<ul>
<li>Run <a href="https://ogstudio.github.io/game-mahjong/versions/013/mjin-player.html">Web version</a> in your browser</li>
<li>Get <a href="https://drive.google.com/open?id=1KW8IEN8Dpz8ODeg8BctVSJyzj9-AL9hR">Android version</a></li>
<li>Get <a href="https://drive.google.com/open?id=1oj0-OXSmEatttzn86u2vgP9SRAIC0ozB">Windows version</a></li>
<li>Get <a href="https://drive.google.com/open?id=1EX7kLIThLiMz9_W7VmBPySms3mlrF-i6">Linux version</a></li>
<li>Get <a href="https://drive.google.com/open?id=1KWnvbHzan8MpMcZPG2QC-7KWoEYbqrM2">macOS version</a></li>
</ul>
<p>Notes:</p>
<ul>
<li>iOS version is not released because it cannot be easily shared outside AppStore.. . .</li>
</ul>
</div>
<div class="news_item_more">
<a href="mahjong-techdemo1-gameplay.html">Continue reading</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="mahjong-recreation-start.html">Mahjong recreation start</a>
@@ -48,7 +75,8 @@
<div class="news_item_more">
<a href="mahjong-recreation-start.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="the-year-of-lessons.html">The year of lessons</a>
</h2>
@@ -64,7 +92,8 @@
<div class="news_item_more">
<a href="the-year-of-lessons.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="2017-summary.html">2017 summary</a>
</h2>
@@ -81,7 +110,8 @@
<div class="news_item_more">
<a href="2017-summary.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="back-to-the-static.html">Back to the Static</a>
</h2>
@@ -96,7 +126,8 @@
<div class="news_item_more">
<a href="back-to-the-static.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="mjin-world-birth.html">The birth of MJIN world</a>
</h2>
@@ -117,7 +148,8 @@
<div class="news_item_more">
<a href="mjin-world-birth.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="scripting-research.html">Scripting research</a>
</h2>
@@ -133,7 +165,8 @@
<div class="news_item_more">
<a href="scripting-research.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="openscenegraph-cross-platform-guide.html">OpenSceneGraph cross-platform guide</a>
</h2>
@@ -148,7 +181,8 @@
<div class="news_item_more">
<a href="openscenegraph-cross-platform-guide.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="ios-tutorial.html">iOS tutorial</a>
</h2>
@@ -163,32 +197,19 @@
<div class="news_item_more">
<a href="ios-tutorial.html">Continue reading</a>
</div>
</div><div class="news_item">
<h2 class="news_item_title">
<a href="osg-sample.html">OpenSceneGraph sample</a>
</h2>
<p class="news_item_date">
2017-05-12 00:00
</p>
<div class="news_item_contents">
<p><img src="../../images/2017-05_osg-sample.png" alt="Rocket in the distance" /></p>
<p>This article describes creation of the tutorials for building sample OpenSceneGraph application under Linux, macOS, Windows, and Android in April 2017.</p>
<p>Previous tutorials described how to install OpenSceneGraph under Linux, macOS, Windows and render a model using the standard <strong>osgviewer</strong> tool. This time we worked on a <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide-application">sample OpenSceneGraph application</a> that would run under Linux, macOS, Windows, and Android.. . .</p>
</div>
<div class="news_item_more">
<a href="osg-sample.html">Continue reading</a>
</div>
</div>
<p class="pagination_title">Page 5 of 9</p>
<p>
<a href="index4.html">« Newer</a>
<a href="index6.html">Older »</a>
</p>
<div id="footer">
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
</div>
</center>
</body>
</html>
</html>

View File

@@ -24,6 +24,22 @@
<center>
<h1>News</h1>
<div class="news_item">
<h2 class="news_item_title">
<a href="osg-sample.html">OpenSceneGraph sample</a>
</h2>
<p class="news_item_date">
2017-05-12 00:00
</p>
<div class="news_item_contents">
<p><img src="../../images/2017-05_osg-sample.png" alt="Rocket in the distance" /></p>
<p>This article describes creation of the tutorials for building sample OpenSceneGraph application under Linux, macOS, Windows, and Android in April 2017.</p>
<p>Previous tutorials described how to install OpenSceneGraph under Linux, macOS, Windows and render a model using the standard <strong>osgviewer</strong> tool. This time we worked on a <a href="https://github.com/OGStudio/openscenegraph-cross-platform-guide-application">sample OpenSceneGraph application</a> that would run under Linux, macOS, Windows, and Android.. . .</p>
</div>
<div class="news_item_more">
<a href="osg-sample.html">Continue reading</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="its-all-fine.html">It's all fine</a>
@@ -43,7 +59,8 @@
<div class="news_item_more">
<a href="its-all-fine.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="lets-go.html">Let's go</a>
</h2>
@@ -59,7 +76,8 @@
<div class="news_item_more">
<a href="lets-go.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="the-year-of-challenges.html">The year of challenges</a>
</h2>
@@ -77,7 +95,8 @@
<div class="news_item_more">
<a href="the-year-of-challenges.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="2017-happy-new-year.html">Happy 2017</a>
</h2>
@@ -93,7 +112,8 @@
<div class="news_item_more">
<a href="2017-happy-new-year.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="2016-november-recap.html">November 2016 recap</a>
</h2>
@@ -110,7 +130,8 @@
<div class="news_item_more">
<a href="2016-november-recap.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="2016-october-recap.html">October 2016 recap</a>
</h2>
@@ -126,7 +147,8 @@
<div class="news_item_more">
<a href="2016-october-recap.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="2016-tech-showcases.html">Technology showcases</a>
</h2>
@@ -147,7 +169,8 @@
<div class="news_item_more">
<a href="2016-tech-showcases.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="2016-september-recap.html">September 2016 recap</a>
</h2>
@@ -170,35 +193,19 @@
<div class="news_item_more">
<a href="2016-september-recap.html">Continue reading</a>
</div>
</div><div class="news_item">
<h2 class="news_item_title">
<a href="ogs-editor-0.10.html">OGS Editor 0.10 and live session materials</a>
</h2>
<p class="news_item_date">
2016-10-03 00:00
</p>
<div class="news_item_contents">
<p><img src="../../images/2016-10-03_ogs-editor-0.10.png" alt="OGS Editor with Mahjong game" /></p>
<p>Note: we won't release 0.10 for macOS due to technical difficulties with the build system. macOS support will be back for 0.11.</p>
<ul>
<li><strong>OGS Editor 0.10</strong> <a href="https://sourceforge.net/projects/osrpgcreation/files/Editor/jenkins/51_2016-10-01_06-39-48_0.10.0/">is available at SourceForge</a>. Simply unpack the archive and launch the run script.</li>
<li><strong>Mahjong Solitaire game</strong> <a href="https://sourceforge.net/projects/osrpgcreation/files/Games/MahjongSolitaire/">is available at SourceForge</a>, too. Simply unpack the archive and launch the run script.. . .</li>
</ul>
</div>
<div class="news_item_more">
<a href="ogs-editor-0.10.html">Continue reading</a>
</div>
</div>
<p class="pagination_title">Page 6 of 9</p>
<p>
<a href="index5.html">« Newer</a>
<a href="index7.html">Older »</a>
</p>
<div id="footer">
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
</div>
</center>
</body>
</html>
</html>

View File

@@ -24,6 +24,25 @@
<center>
<h1>News</h1>
<div class="news_item">
<h2 class="news_item_title">
<a href="ogs-editor-0.10.html">OGS Editor 0.10 and live session materials</a>
</h2>
<p class="news_item_date">
2016-10-03 00:00
</p>
<div class="news_item_contents">
<p><img src="../../images/2016-10-03_ogs-editor-0.10.png" alt="OGS Editor with Mahjong game" /></p>
<p>Note: we won't release 0.10 for macOS due to technical difficulties with the build system. macOS support will be back for 0.11.</p>
<ul>
<li><strong>OGS Editor 0.10</strong> <a href="https://sourceforge.net/projects/osrpgcreation/files/Editor/jenkins/51_2016-10-01_06-39-48_0.10.0/">is available at SourceForge</a>. Simply unpack the archive and launch the run script.</li>
<li><strong>Mahjong Solitaire game</strong> <a href="https://sourceforge.net/projects/osrpgcreation/files/Games/MahjongSolitaire/">is available at SourceForge</a>, too. Simply unpack the archive and launch the run script.. . .</li>
</ul>
</div>
<div class="news_item_more">
<a href="ogs-editor-0.10.html">Continue reading</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="yesterdays-live-session-short-overview.html">A few words about live session yesterday</a>
@@ -35,13 +54,14 @@
<iframe width="560" height="315" src="https://www.youtube.com/embed/_t8TGhSgJG4" frameborder="0" allowfullscreen></iframe>
<p>Mahjong Solitaire was successfully created, and it took less than 4 hours.</p>
<p>We will publish live session materials later this week.</p>
<p>Thank you for joining us.
. . .</p>
<p>Thank you for joining us.</p>
<p>. . .</p>
</div>
<div class="news_item_more">
<a href="yesterdays-live-session-short-overview.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="september-live-session-announcement-tomorrow.html">Live session is in 24 hours</a>
</h2>
@@ -50,13 +70,14 @@
</p>
<div class="news_item_contents">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Fj4yHG-mV1U" frameborder="0" allowfullscreen></iframe>
<p>Get ready for <a href="https://www.livecoding.tv/kornerr">live session</a>, it's about to happen in 24 hours!
. . .</p>
<p>Get ready for <a href="https://www.livecoding.tv/kornerr">live session</a>, it's about to happen in 24 hours!</p>
<p>. . .</p>
</div>
<div class="news_item_more">
<a href="september-live-session-announcement-tomorrow.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="september-live-session-announcement.html">Live session: 25 September 2016</a>
</h2>
@@ -66,13 +87,14 @@
<div class="news_item_contents">
<iframe width="560" height="315" src="https://www.youtube.com/embed/Y5hOGKcQ8wA" frameborder="0" allowfullscreen></iframe>
<p>We will hold <a href="https://www.livecoding.tv/kornerr">live session</a> on <a href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=Open+Game+Studio+September+2016+live+session&iso=20160925T12&p1=37&ah=2">25 September 2016 at 12:00 CEST</a>
It's time to create simple Mahjong solitaire game.
. . .</p>
It's time to create simple Mahjong solitaire game.</p>
<p>. . .</p>
</div>
<div class="news_item_more">
<a href="september-live-session-announcement.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="2016-august-recap.html">August 2016 recap</a>
</h2>
@@ -92,7 +114,8 @@ It's time to create simple Mahjong solitaire game.
<div class="news_item_more">
<a href="2016-august-recap.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="back-to-social-networks.html">Were back to social networks</a>
</h2>
@@ -101,13 +124,14 @@ It's time to create simple Mahjong solitaire game.
</p>
<div class="news_item_contents">
<p>If you follow us on <a href="https://www.facebook.com/groups/162611230470183/">Facebook</a>, <a href="https://twitter.com/OpenGameStudio">Twitter</a>, or <a href="https://new.vk.com/opengamestudo">VK</a> you noticed we started to use them again. That's no coincidence: we're finally ready to communicate our progress verbally after 4 years of almost silent development.</p>
<p>Follow us to stay up-to-date!
. . .</p>
<p>Follow us to stay up-to-date!</p>
<p>. . .</p>
</div>
<div class="news_item_more">
<a href="back-to-social-networks.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="once-mahjong-always-mahjong.html">Once Mahjong always Mahjong</a>
</h2>
@@ -123,7 +147,8 @@ It's time to create simple Mahjong solitaire game.
<div class="news_item_more">
<a href="once-mahjong-always-mahjong.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="ogs-editor-0.9.html">May 2016 live session materials</a>
</h2>
@@ -140,7 +165,8 @@ It's time to create simple Mahjong solitaire game.
<div class="news_item_more">
<a href="ogs-editor-0.9.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="may-live-session-announcement.html">Live session: 28 May 2016</a>
</h2>
@@ -148,40 +174,25 @@ It's time to create simple Mahjong solitaire game.
2016-05-17 00:00
</p>
<div class="news_item_contents">
<p>We're glad to annouce that the <a title="LiveCoding" href="https://www.livecoding.tv/kornerr">LiveCoding</a> session will take place on <a title="Local time" href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=Open+Game+Studio+May+live+session&iso=20160528T12&p1=37&ah=3">28 May 2016 at 12:00 CEST</a>. Join us!
. . .</p>
<p>We're glad to annouce that the <a title="LiveCoding" href="https://www.livecoding.tv/kornerr">LiveCoding</a> session will take place on <a title="Local time" href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=Open+Game+Studio+May+live+session&iso=20160528T12&p1=37&ah=3">28 May 2016 at 12:00 CEST</a>. Join us!</p>
<p>. . .</p>
</div>
<div class="news_item_more">
<a href="may-live-session-announcement.html">Continue reading</a>
</div>
</div><div class="news_item">
<h2 class="news_item_title">
<a href="may-live-session-decision.html">May live session (Editor 0.9)</a>
</h2>
<p class="news_item_date">
2016-04-24 00:00
</p>
<div class="news_item_contents">
<p>As you know, the previously published roadmap assumed, that we would hold a live session in April and it would feature a ping-pong game created with Editor 0.9.</p>
<p>We have to admit, our abilities to plan are not yet good enough. That's why the next live session will take place by the end of May. The exact date will be announced later.</p>
<p>Here's a short preview of the coming game:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/V3EvCVPc6kg" frameborder="0" allowfullscreen></iframe>
<p>. . .</p>
</div>
<div class="news_item_more">
<a href="may-live-session-decision.html">Continue reading</a>
</div>
</div>
<p class="pagination_title">Page 7 of 9</p>
<p>
<a href="index6.html">« Newer</a>
<a href="index8.html">Older »</a>
</p>
<div id="footer">
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
</div>
</center>
</body>
</html>
</html>

View File

@@ -24,6 +24,24 @@
<center>
<h1>News</h1>
<div class="news_item">
<h2 class="news_item_title">
<a href="may-live-session-decision.html">May live session (Editor 0.9)</a>
</h2>
<p class="news_item_date">
2016-04-24 00:00
</p>
<div class="news_item_contents">
<p>As you know, the previously published roadmap assumed, that we would hold a live session in April and it would feature a ping-pong game created with Editor 0.9.</p>
<p>We have to admit, our abilities to plan are not yet good enough. That's why the next live session will take place by the end of May. The exact date will be announced later.</p>
<p>Here's a short preview of the coming game:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/V3EvCVPc6kg" frameborder="0" allowfullscreen></iframe>
<p>. . .</p>
</div>
<div class="news_item_more">
<a href="may-live-session-decision.html">Continue reading</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="rolling-ball.html">"Rolling ball" live session videos and downloads</a>
@@ -40,7 +58,8 @@
<div class="news_item_more">
<a href="rolling-ball.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="rolling-ball-live-session-pt2.html">Game creation live session (part 2): 7 February 2016</a>
</h2>
@@ -49,13 +68,14 @@
</p>
<div class="news_item_contents">
<p>Unfortunately, we have failed to finish creation of the simple "Rolling ball" game in 3 hours. That's why we will hold the second <a title="LiveCoding" href="https://www.livecoding.tv/kornerr">LiveCoding</a> session on <a title="Local time" href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=Open+Game+Studio%3A+Game+creation+live+session%2C+part+2&iso=20160207T12&p1=37&ah=3">7 February 2016 at 12:00 CET</a>.</p>
<p>Let's finish the game!
. . .</p>
<p>Let's finish the game!</p>
<p>. . .</p>
</div>
<div class="news_item_more">
<a href="rolling-ball-live-session-pt2.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="january-live-session-announcement.html">Game creation live session: 31 January 2016</a>
</h2>
@@ -63,13 +83,14 @@
2016-01-25 00:00
</p>
<div class="news_item_contents">
<p>We're glad to annouce that the <a title="LiveCoding" href="https://www.livecoding.tv/kornerr">LiveCoding</a> session will take place on <a title="Local time" href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=Open+Game+Studio%3A+Game+creation+live+session&iso=20160131T12&p1=37&ah=3">31 January 2016 at 12:00 CET</a>. Join us!
. . .</p>
<p>We're glad to annouce that the <a title="LiveCoding" href="https://www.livecoding.tv/kornerr">LiveCoding</a> session will take place on <a title="Local time" href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=Open+Game+Studio%3A+Game+creation+live+session&iso=20160131T12&p1=37&ah=3">31 January 2016 at 12:00 CET</a>. Join us!</p>
<p>. . .</p>
</div>
<div class="news_item_more">
<a href="january-live-session-announcement.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="january-live-session-decision.html">SOON: Creating a simple game live (Editor 0.8)</a>
</h2>
@@ -78,13 +99,14 @@
</p>
<div class="news_item_contents">
<p>We are ready to present Editor 0.8 with Player. The live session will be held at <a title="LiveCoding" href="https://www.livecoding.tv/kornerr">LiveCoding</a> SOON. We will show you how to create a simple game with sounds from scratch. And this time it will not need an Editor to run.</p>
<p>The exact date and time is to be announced in the coming days. Stay tuned!
. . .</p>
<p>The exact date and time is to be announced in the coming days. Stay tuned!</p>
<p>. . .</p>
</div>
<div class="news_item_more">
<a href="january-live-session-decision.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="2016-roadmap.html">Roadmap for 2016</a>
</h2>
@@ -102,7 +124,8 @@
<div class="news_item_more">
<a href="2016-roadmap.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="livesession-materials-editor-07.html">Live session video and downloads</a>
</h2>
@@ -120,7 +143,8 @@
<div class="news_item_more">
<a href="livesession-materials-editor-07.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="livesession-editor-07.html">Creating a simple game live: 15 November 2015</a>
</h2>
@@ -128,13 +152,14 @@
2015-11-09 00:00
</p>
<div class="news_item_contents">
<p>We're glad to annouce that the <a title="LiveCoding" href="https://www.livecoding.tv/kornerr">LiveCoding</a> session will take place on <a title="Local time" href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=Whac-a-mole+game+from+scratch+live&amp;iso=20151115T12&amp;p1=37&amp;ah=3">15 November 2015 at 12:00 CET</a>. Join us!
. . .</p>
<p>We're glad to annouce that the <a title="LiveCoding" href="https://www.livecoding.tv/kornerr">LiveCoding</a> session will take place on <a title="Local time" href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=Whac-a-mole+game+from+scratch+live&amp;iso=20151115T12&amp;p1=37&amp;ah=3">15 November 2015 at 12:00 CET</a>. Join us!</p>
<p>. . .</p>
</div>
<div class="news_item_more">
<a href="livesession-editor-07.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="soon-game-creation-editor-07.html">SOON: Creating a simple game live (Editor 0.7)</a>
</h2>
@@ -152,33 +177,19 @@
<div class="news_item_more">
<a href="soon-game-creation-editor-07.html">Continue reading</a>
</div>
</div><div class="news_item">
<h2 class="news_item_title">
<a href="bye-desura-hello-humblebundle.html">Desura no more, hello Humble Bundle Widget</a>
</h2>
<p class="news_item_date">
2015-07-23 00:00
</p>
<div class="news_item_contents">
<p>After the recent bankruptcy of Desura's parent company, we decided, that we need a new place for our Deluxe version. Something better, more modern and more trustworthy. We have chosen the Humble Widget, with which you can buy the deluxe version of the game without leaving our site.</p>
<p>Here it is:</p>
<iframe src="https://www.humblebundle.com/widget/v2/product/ogsmahjong/ySGF3h34?theme=transparent-light" width="526" height="325" style="border: none;" scrolling="no" frameborder="0"></iframe>
<p>We haven't received a single penny from Desura (due to the minimal cache out limitations), but if you bought the deluxe version from them and experiencing any problems with downloading it (right now we see no problems with that), send us a letter, tell your name on Desura, we'll figure something out.. . .</p>
</div>
<div class="news_item_more">
<a href="bye-desura-hello-humblebundle.html">Continue reading</a>
</div>
</div>
<p class="pagination_title">Page 8 of 9</p>
<p>
<a href="index7.html">« Newer</a>
<a href="index9.html">Older »</a>
</p>
<div id="footer">
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
</div>
</center>
</body>
</html>
</html>

View File

@@ -24,6 +24,23 @@
<center>
<h1>News</h1>
<div class="news_item">
<h2 class="news_item_title">
<a href="bye-desura-hello-humblebundle.html">Desura no more, hello Humble Bundle Widget</a>
</h2>
<p class="news_item_date">
2015-07-23 00:00
</p>
<div class="news_item_contents">
<p>After the recent bankruptcy of Desura's parent company, we decided, that we need a new place for our Deluxe version. Something better, more modern and more trustworthy. We have chosen the Humble Widget, with which you can buy the deluxe version of the game without leaving our site.</p>
<p>Here it is:</p>
<iframe src="https://www.humblebundle.com/widget/v2/product/ogsmahjong/ySGF3h34?theme=transparent-light" width="526" height="325" style="border: none;" scrolling="no" frameborder="0"></iframe>
<p>We haven't received a single penny from Desura (due to the minimal cache out limitations), but if you bought the deluxe version from them and experiencing any problems with downloading it (right now we see no problems with that), send us a letter, tell your name on Desura, we'll figure something out.. . .</p>
</div>
<div class="news_item_more">
<a href="bye-desura-hello-humblebundle.html">Continue reading</a>
</div>
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="test-chamber-for-everyone.html">Test chamber for everyone (Editor 0.7.0)</a>
@@ -33,13 +50,14 @@
</p>
<div class="news_item_contents">
<p>As you know, the main goal of Editor 0.7.0 is the ability to create the <a title="Test chamber" href="https://youtu.be/9_6seUWcPbU" target="_blank">test chamber</a> with it. It needs Actions' system and a few stability fixes for that. We are going to publish a detailed article describing how to create the test chamber, too, so that anyone could create their own test chamber!</p>
<p>We estimate to complete it in October.
. . .</p>
<p>We estimate to complete it in October.</p>
<p>. . .</p>
</div>
<div class="news_item_more">
<a href="test-chamber-for-everyone.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="2015-roadmap.html">Roadmap for 2015-2016</a>
</h2>
@@ -58,7 +76,8 @@
<div class="news_item_more">
<a href="2015-roadmap.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="editor-06.html">Editor 0.6.0</a>
</h2>
@@ -82,7 +101,8 @@
<div class="news_item_more">
<a href="editor-06.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="editor-06-roadmap.html">Editor 0.5.0 and plans for 0.6.0</a>
</h2>
@@ -104,7 +124,8 @@
<div class="news_item_more">
<a href="editor-06-roadmap.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="editor-0.4.0-and-0.5.0-plans.html">Editor 0.4.0 and plans for 0.5.0</a>
</h2>
@@ -123,7 +144,8 @@
<div class="news_item_more">
<a href="editor-0.4.0-and-0.5.0-plans.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="editor-0.4.0-plans.html">Editor roadmap for 0.4.0</a>
</h2>
@@ -138,7 +160,8 @@
<div class="news_item_more">
<a href="editor-0.4.0-plans.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="user-servey-finish-promise.html">User survey ends today</a>
</h2>
@@ -153,7 +176,8 @@
<div class="news_item_more">
<a href="user-servey-finish-promise.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="2014-another-year-passed.html">And another year has passed</a>
</h2>
@@ -170,15 +194,17 @@
<a href="2014-another-year-passed.html">Continue reading</a>
</div>
</div>
<p class="pagination_title">Page 9 of 9</p>
<p>
<a href="index8.html">« Newer</a>
</p>
<div id="footer">
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
</div>
</center>
</body>
</html>
</html>

View File

@@ -85,4 +85,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -71,4 +71,4 @@ application. This will help me understand how to use Git in PSKOV 2.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -72,4 +72,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -54,4 +54,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -55,4 +55,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -69,4 +69,4 @@ using Kotlin Multiplatform.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -78,4 +78,4 @@ text 5 Congratulations! We just finished installing Blender
</div>
</center>
</body>
</html>
</html>

View File

@@ -71,4 +71,4 @@ cover as many platforms as the original LFSA in Python.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -54,4 +54,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -64,4 +64,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -78,4 +78,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -71,4 +71,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -94,4 +94,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -71,4 +71,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -54,4 +54,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -57,4 +57,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -65,4 +65,4 @@ gamejam of <a href="https://dtf.ru/games/2783053-nachni-igru-ocenka-videorolikov
</div>
</center>
</body>
</html>
</html>

View File

@@ -153,4 +153,4 @@ def memory_selectItem(
</div>
</center>
</body>
</html>
</html>

View File

@@ -100,4 +100,4 @@ of code cheaper than if it would be without the instrument. Nice figures.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -74,4 +74,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -72,4 +72,4 @@ will use <a href="cld_ctx-gen.html">Context/Controller/Should</a>.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -61,4 +61,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -61,4 +61,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -91,4 +91,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -58,4 +58,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -72,4 +72,4 @@ In case you missed it, here's a <a href="https://ogstudio.github.io/openscenegra
</div>
</center>
</body>
</html>
</html>

View File

@@ -70,4 +70,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -88,4 +88,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -107,4 +107,4 @@ pragmatist thinks this hardly deserves such an attention.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -111,4 +111,4 @@ in the beginning).</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -83,4 +83,4 @@ mouse click.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -55,4 +55,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -66,4 +66,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -90,4 +90,4 @@ to take portability to the new level for both OGS Mahjong and PSKOV</strong>.</p
</div>
</center>
</body>
</html>
</html>

View File

@@ -83,4 +83,4 @@ Next, we tried to inherit a class in Lua and override the class methods. We fail
</div>
</center>
</body>
</html>
</html>

View File

@@ -55,4 +55,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -56,4 +56,4 @@ It's time to create simple Mahjong solitaire game.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -60,4 +60,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -219,4 +219,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -309,4 +309,4 @@ console.log(кот);
</div>
</center>
</body>
</html>
</html>

View File

@@ -55,4 +55,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -74,4 +74,4 @@ And even if we will complete only the first part and <a href="http://opengamestu
</div>
</center>
</body>
</html>
</html>

View File

@@ -64,4 +64,4 @@ At the same time, such a harsh environment highlighted weak spots in our technol
</div>
</center>
</body>
</html>
</html>

View File

@@ -60,4 +60,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -58,4 +58,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -84,4 +84,4 @@ the constructor of <code>WelcomeComponent</code> just so you can feel the mood:<
</div>
</center>
</body>
</html>
</html>

View File

@@ -80,4 +80,4 @@ pour my scarce free time during 2025.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -57,4 +57,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -55,4 +55,4 @@ first step in the long path towards full-scale RPG.</p>
</div>
</center>
</body>
</html>
</html>

View File

@@ -35,7 +35,8 @@
<div class="news_item_more">
<a href="pskov.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="lfsa.html">LFSA</a>
</h2>
@@ -46,7 +47,8 @@
<div class="news_item_more">
<a href="lfsa.html">Continue reading</a>
</div>
</div><div class="news_item">
</div>
<div class="news_item">
<h2 class="news_item_title">
<a href="zipbase64.html">ZipBase64</a>
</h2>
@@ -59,10 +61,11 @@
</div>
</div>
<div id="footer">
The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
</div>
</center>
</body>
</html>
</html>

View File

@@ -51,4 +51,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -51,4 +51,4 @@
</div>
</center>
</body>
</html>
</html>

View File

@@ -51,4 +51,4 @@
</div>
</center>
</body>
</html>
</html>

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More