You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

246 lines
8.6KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <style>
  6. #header
  7. {
  8. background: #2BA6E3;
  9. padding: 0.7em;
  10. text-align: left;
  11. }
  12. #header a
  13. {
  14. color: white;
  15. text-decoration: none;
  16. padding: 0.5em 1em 0.5em 1em;
  17. }
  18. #lang
  19. {
  20. float: right;
  21. }
  22. .news_item
  23. {
  24. background: #FFFFFF;
  25. width: 720px;
  26. padding: 1em;
  27. margin-top: 2em;
  28. margin-bottom: 2em;
  29. border: 1px solid #E0E0E0;
  30. text-align: left;
  31. }
  32. .news_item_contents
  33. {
  34. color: #444;
  35. line-height: 1.5em;
  36. }
  37. .news_item_date
  38. {
  39. margin-bottom: 2em;
  40. color: #aaa;
  41. }
  42. html
  43. {
  44. font-family: sans-serif;
  45. }
  46. body
  47. {
  48. background: #FAFAFA;
  49. }
  50. code, pre
  51. {
  52. font-family: monospace, serif;
  53. font-size: 1em;
  54. color: #7f0a0c;
  55. }
  56. img
  57. {
  58. width: 720px;
  59. }
  60. a
  61. {
  62. color: #3A91CB;
  63. text-decoration: none;
  64. }
  65. table
  66. {
  67. border-collapse: collapse;
  68. }
  69. table, th, td
  70. {
  71. border: 1px solid #aaa;
  72. padding: 0.5em;
  73. margin-top: 0.5em;
  74. margin-bottom: 0.5em;
  75. }
  76. </style>
  77. </head>
  78. <body>
  79. <div id="header">
  80. <strong id="title">Open Game Studio</strong>
  81. <a href="../../en/news/index.html">News</a>
  82. <a href="../../en/game/index.html">Games</a>
  83. <a href="../../en/tool/index.html">Tools</a>
  84. <a href="../../en/page/about.html">About</a>
  85. <div id="lang">
  86. <a href="../../en/news/index6.html">EN</a>
  87. <a href="../../ru/news/index6.html">RU</a>
  88. </div>
  89. </div>
  90. <center>
  91. <h1>News</h1>
  92. <div class="news_item">
  93. <h2 class="news_item_title">
  94. <a href="bye-desura-hello-humblebundle.html">Desura no more, hello Humble Bundle Widget</a>
  95. </h2>
  96. <p class="news_item_date">
  97. 2015-07-23 00:00
  98. </p>
  99. <div class="news_item_contents">
  100. <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>
  101. </div>
  102. <div class="news_item_more">
  103. <a href="bye-desura-hello-humblebundle.html">Continue reading</a>
  104. </div>
  105. </div>
  106. <div class="news_item">
  107. <h2 class="news_item_title">
  108. <a href="test-chamber-for-everyone.html">Test chamber for everyone (Editor 0.7.0)</a>
  109. </h2>
  110. <p class="news_item_date">
  111. 2015-07-22 00:00
  112. </p>
  113. <div class="news_item_contents">
  114. <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>
  115. </div>
  116. <div class="news_item_more">
  117. <a href="test-chamber-for-everyone.html">Continue reading</a>
  118. </div>
  119. </div>
  120. <div class="news_item">
  121. <h2 class="news_item_title">
  122. <a href="2015-roadmap.html">Roadmap for 2015-2016</a>
  123. </h2>
  124. <p class="news_item_date">
  125. 2015-07-19 00:00
  126. </p>
  127. <div class="news_item_contents">
  128. <p>As promised, we have come up with a list of milestones and their approximate dates for the coming year:</p>
  129. <ol>
  130. <li>Editor 0.7.0 (October 2015) - Actions' system: we recreate the <a title="Test chamber" href="https://youtu.be/9_6seUWcPbU" target="_blank">test chamber</a>. . .</li>
  131. </ol>
  132. </div>
  133. <div class="news_item_more">
  134. <a href="2015-roadmap.html">Continue reading</a>
  135. </div>
  136. </div>
  137. <div class="news_item">
  138. <h2 class="news_item_title">
  139. <a href="editor-06.html">Editor 0.6.0</a>
  140. </h2>
  141. <p class="news_item_date">
  142. 2015-06-28 00:00
  143. </p>
  144. <div class="news_item_contents">
  145. <p>We completed Editor 0.6.0. You can <a title="Editor 0.6.0" href="https://youtu.be/q85GcC6l4Tw" target="_blank">see 0.6.0 in action here</a>. </p>
  146. <p>Editor 0.6.0 got the following new features:</p>
  147. <ol>
  148. <li>Camera and light node positioning. . .</li>
  149. </ol>
  150. </div>
  151. <div class="news_item_more">
  152. <a href="editor-06.html">Continue reading</a>
  153. </div>
  154. </div>
  155. <div class="news_item">
  156. <h2 class="news_item_title">
  157. <a href="editor-06-roadmap.html">Editor 0.5.0 and plans for 0.6.0</a>
  158. </h2>
  159. <p class="news_item_date">
  160. 2015-04-15 00:00
  161. </p>
  162. <div class="news_item_contents">
  163. <p>We completed Editor 0.5.0. As it was planned, it has scene node tree editing, property browser, and Qt5 support. You can <a title="Editor 0.5.0" href="https://youtu.be/Vb2Q6IuQDbo" target="_blank">see 0.5.0 in action here</a>. . . .</p>
  164. </div>
  165. <div class="news_item_more">
  166. <a href="editor-06-roadmap.html">Continue reading</a>
  167. </div>
  168. </div>
  169. <div class="news_item">
  170. <h2 class="news_item_title">
  171. <a href="editor-0.4.0-and-0.5.0-plans.html">Editor 0.4.0 and plans for 0.5.0</a>
  172. </h2>
  173. <p class="news_item_date">
  174. 2015-03-07 00:00
  175. </p>
  176. <div class="news_item_contents">
  177. <p>We completed Editor 0.4.0 in January. As it was planned, it only contains basic abilities to open and save a project. The major goal was to make MJIN, Python and Qt work together (we were unable to use PyQt or PySide due to technical difficulties).. . .</p>
  178. </div>
  179. <div class="news_item_more">
  180. <a href="editor-0.4.0-and-0.5.0-plans.html">Continue reading</a>
  181. </div>
  182. </div>
  183. <div class="news_item">
  184. <h2 class="news_item_title">
  185. <a href="editor-0.4.0-plans.html">Editor roadmap for 0.4.0</a>
  186. </h2>
  187. <p class="news_item_date">
  188. 2015-01-13 00:00
  189. </p>
  190. <div class="news_item_contents">
  191. <p>The development of Editor 0.3.0 showed us, that usage of custom GUI was not a perfect idea. A few months ago, custom GUI seemed as a simpler way to do things, but it turned out to lack many little features, that are crucial if you're planning to make a convenient tool.. . .</p>
  192. </div>
  193. <div class="news_item_more">
  194. <a href="editor-0.4.0-plans.html">Continue reading</a>
  195. </div>
  196. </div>
  197. <div class="news_item">
  198. <h2 class="news_item_title">
  199. <a href="user-servey-finish-promise.html">User survey ends today</a>
  200. </h2>
  201. <p class="news_item_date">
  202. 2014-12-31 11:00
  203. </p>
  204. <div class="news_item_contents">
  205. <p>About a year ago, we started the user survey, in order to find out what do you think of the Open Source in general and about our project in particular. Today we're closing this survey. It took time, but we've got plenty of answers. Thank you for that.. . .</p>
  206. </div>
  207. <div class="news_item_more">
  208. <a href="user-servey-finish-promise.html">Continue reading</a>
  209. </div>
  210. </div>
  211. <div class="news_item">
  212. <h2 class="news_item_title">
  213. <a href="2014-another-year-passed.html">And another year has passed</a>
  214. </h2>
  215. <p class="news_item_date">
  216. 2014-12-31 12:00
  217. </p>
  218. <div class="news_item_contents">
  219. <p>Hello!</p>
  220. <p>So, this year comes to the end. There were very little publications from us during this year. We haven't stopped working, but right now our work is in the phase, when we have nothing to show. And the spare time of the team members is rarely more then 30-40 hours a month.. . .</p>
  221. </div>
  222. <div class="news_item_more">
  223. <a href="2014-another-year-passed.html">Continue reading</a>
  224. </div>
  225. </div>
  226. <p class="pagination_title">Page 6 of 6</p>
  227. <p>
  228. <a href="index5.html">« Newer</a>
  229. </p>
  230. <div id="footer">
  231. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  232. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  233. The site is hosted by <a href="https://pages.github.com">GitHub Pages</a>.
  234. </div>
  235. </center>
  236. </body>
  237. </html>