From 8d07bcbe5de493de46403df445dfdc507e1c04ad Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Wed, 4 Nov 2020 09:19:07 -0500 Subject: [PATCH 1/2] Added Akigi October content --- content/posts/newsletter-015/index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/posts/newsletter-015/index.md b/content/posts/newsletter-015/index.md index c9c2855fa..93764fb64 100644 --- a/content/posts/newsletter-015/index.md +++ b/content/posts/newsletter-015/index.md @@ -334,6 +334,23 @@ _Discussions: [how-to-rust-sdl2-opengl-post]: https://blog.therocode.net/2020/10/a-guide-to-rust-sdl2-emscripten [@Therocode]: https://twitter.com/therocode +### [Akigi][akigi] + +[Akigi][akigi] is a WIP online multiplayer game. + +In October, more progress was made on the editor tool for placing entity spawn +points. Work was started on prototyping the hunting skill. Functionality was +added to allow focusing for TextAreas in the user interface. Improvements were +made to the engine's asset management code to make it more generalized. + +Full devlogs: +[#087](https://devjournal.akigi.com/october-2020/087-2020-10-04.html), +[#088](https://devjournal.akigi.com/october-2020/088-2020-10-11.html), +[#089](https://devjournal.akigi.com/october-2020/089-2020-10-18.html), +[#090](https://devjournal.akigi.com/october-2020/090-2020-10-25.html). + +[akigi]: https://akigi.com + ## Library & Tooling Updates ### [rust-psp] From f472bf0d8f4be3dbc32bad93efeac1847f81b9ea Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Wed, 4 Nov 2020 19:29:18 +0300 Subject: [PATCH 2/2] N15: Akigi: Move section --- content/posts/newsletter-015/index.md | 34 +++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/content/posts/newsletter-015/index.md b/content/posts/newsletter-015/index.md index 93764fb64..21c83f122 100644 --- a/content/posts/newsletter-015/index.md +++ b/content/posts/newsletter-015/index.md @@ -138,6 +138,23 @@ For updates and possible playtesting opportunities, follow [chrispatuzzo]: https://twitter.com/chrispatuzzo [/r/WorshipTheSunGame]: https://reddit.com/r/WorshipTheSunGame +### [Akigi][akigi] + +[Akigi][akigi] is a WIP online multiplayer game. + +In October, more progress was made on the editor tool for placing entity spawn +points. Work was started on prototyping the hunting skill. Functionality was +added to allow focusing for TextAreas in the user interface. Improvements were +made to the engine's asset management code to make it more generalized. + +Full devlogs: +[#087](https://devjournal.akigi.com/october-2020/087-2020-10-04.html), +[#088](https://devjournal.akigi.com/october-2020/088-2020-10-11.html), +[#089](https://devjournal.akigi.com/october-2020/089-2020-10-18.html), +[#090](https://devjournal.akigi.com/october-2020/090-2020-10-25.html). + +[akigi]: https://akigi.com + ### [Camp Misty] ![Camp Misty Title Screen](camp-misty.PNG) @@ -334,23 +351,6 @@ _Discussions: [how-to-rust-sdl2-opengl-post]: https://blog.therocode.net/2020/10/a-guide-to-rust-sdl2-emscripten [@Therocode]: https://twitter.com/therocode -### [Akigi][akigi] - -[Akigi][akigi] is a WIP online multiplayer game. - -In October, more progress was made on the editor tool for placing entity spawn -points. Work was started on prototyping the hunting skill. Functionality was -added to allow focusing for TextAreas in the user interface. Improvements were -made to the engine's asset management code to make it more generalized. - -Full devlogs: -[#087](https://devjournal.akigi.com/october-2020/087-2020-10-04.html), -[#088](https://devjournal.akigi.com/october-2020/088-2020-10-11.html), -[#089](https://devjournal.akigi.com/october-2020/089-2020-10-18.html), -[#090](https://devjournal.akigi.com/october-2020/090-2020-10-25.html). - -[akigi]: https://akigi.com - ## Library & Tooling Updates ### [rust-psp]