Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Q2 blog (#109)
Browse files Browse the repository at this point in the history
* Fix readme formatting

* Update contribute.md

* Update index.md

* Update post.html

* Fix post download link format

* Fix dead links on prev post

* add post and assets

* Update art.md
  • Loading branch information
cosmiccoincidence committed Jul 14, 2023
1 parent 266d57b commit f6164d4
Show file tree
Hide file tree
Showing 9 changed files with 108 additions and 7 deletions.
5 changes: 3 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ <h2>SS3D (Outdated):
{% endif %}
{% if page.release %}
<h2>SS3D {{ page.release }}</h2>
<a href="{{ site.github_url }}/SS3D/releases/tag/{{ page.release }}">Changelog</a></h3> -
<a href="{{ site.github_url }}/SS3D/releases/download/{{ page.release }}/SS3D_{{ page.release }}.zip">Download</a>
<h4>
<a href="{{ site.github_url }}/SS3D/releases/download/{{ page.release }}/SS3D_{{ page.release }}.zip">Download</a> - <a href="{{ site.github_url }}/SS3D/releases/tag/{{ page.release }}">Changelog</a>
</h4>
{% endif %}
<br>
{{ content }}
8 changes: 4 additions & 4 deletions _posts/2023-03-30-23.03.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@ And **CosmicCoincidence** made a 3D variant of SS13's classic logo and some bann
{% responsive_image path: assets/img/SS3Dsmall.png %}
</div>

<img src="https://raw.githubusercontent.com/RE-SS3D/SS3D/develop/Documents/Images/SS3DBanner1.png" alt="SS3D Banner 1">
<img src="https://github.com/RE-SS3D/SS3D-Art/blob/main/Artwork/Banners/BorderedBanners/SS3DBanner1.png" alt="SS3D Banner 1">

<img src="https://raw.githubusercontent.com/RE-SS3D/SS3D-Art/main/Documents/Images/SS3DBanner2.png" alt="SS3D Banner 2">
<img src="https://github.com/RE-SS3D/SS3D-Art/blob/main/Artwork/Banners/BorderedBanners/SS3DBanner2.png" alt="SS3D Banner 2">

<img src="https://raw.githubusercontent.com/RE-SS3D/SS3D-Website/master/assets/img/SS3DBanner3.png" alt="SS3D Banner 3">
<img src="https://github.com/RE-SS3D/SS3D-Art/blob/main/Artwork/Banners/BorderedBanners/SS3DBanner3.png" alt="SS3D Banner 3">

<img src="https://raw.githubusercontent.com/RE-SS3D/SS3D-CentCom/master/Docs/Images/SS3DBanner4.png" alt="SS3D Banner 4">
<img src="https://github.com/RE-SS3D/SS3D-Art/blob/main/Artwork/Banners/BorderedBanners/SS3DBanner4.png" alt="SS3D Banner 4">

## Footnotes

Expand Down
92 changes: 92 additions & 0 deletions _posts/2023-06-30-23.06.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
---
layout: post
title: "23.04-06: 2023 2nd Quarter Devblog"
date: 2023-07-05 12:30:00 +0100
description: |
"Today we created a new science!"
author: CosmicCoincidence
image: /assets/img/art/ProbablyNot/Researcher.png
image_credit: ProbablyNot
release: 0.0.6.4
---

*"We will follow the science no matter where it leads, even to death or destruction."*

-- RD

# Q2 Recap

This past quarter has been a slow one, but we are still working hard!

A few months ago we started the slow process of reviewing and moving game assets from our GoogleDrive to our new GitHub [art repo]({{ site.github_url }}/SS3D-art){:target="_blank"}, the process is slow going but we've made decent progress over the last few months. It's a good time to work on this because a lot of our assets haven't been examined by anyone is a long time and it's adventagous to have them reviewed now while they are not needed in-game yet. Eventually we plan to embed the art repo into the game repo so that the assets do not need to be updated at multiple locations.

## Details

**LightVelox**
- Applied humble object pattern on items.

**iamteapot**
- Added lights to lockers based on lock status.
- Changed the IngameDebugConsole location.
- Fixed stored items being rendered.
- Added camera rotation with mouse drag.
- Reworked inconsistent icon rendering in the tilemap editor.

**mchlopecki** (new contributor)
- Fixed skybox connections.

**CiciSpace** (new contributor)
- Normalized movement speed.

**Ryan**
- Added summarized test results with CI.
- Automated self-assigning issues.
- Automated opening project boards based on milestones.
- Automated adding issues/prs to projects boards and moving PRs to certain columns.
- Fixed stamina bar display on host.
- Resolved warnings caused by hiding inherited members.
- Added more tests for the containers system.

**CosmicCoincidence**
- Updated startup logo.
- Updated the human, hair, organs, and clothing models.
- Added some basic items & furniture from the old branch.
- Moved many assets from GoogleDrive to GitHub.

**xk0fe**
- Added collider checks for child objects.
- Renamed code, prefabs, objects, and inputs.
- Changed object display names in the log.

**Nath**
- Fixed duplicate player key bug.
- Applied humble object pattern on substance containers.

**John**
- Reworked how network settings are loaded.
- Fixed overrides in the Engiborg prefab?

## Assets

**Kruzn** returned with a couple more models for us, a modular stone altar for the chapel and two variations on the status display monitor.

<div class='horizontal-2' markdown='1'>
{% responsive_image path: assets/img/posts/23.04-06/StatusMonitor.png %}
{% responsive_image path: assets/img/posts/23.04-06/StoneChapelAltar.png %}
</div>

## Art

**ProbablyNot** purpose in life is making these fabulous wallpapers for us!

{% responsive_image path: assets/img/art/ProbablyNot/Researcher.png template: _includes/srcset.html %}

And **SmokingMan** enjoys doing some chaotic/comedic scenes for us too!

{% responsive_image path: assets/img/art/SmokingMan/Spessmen.png template: _includes/srcset.html %}

{% responsive_image path: assets/img/art/SmokingMan/ShoeStealer.png template: _includes/srcset.html %}

## Footnotes

If you want contribute or take part in community discussions, join us in our [Discord]({{ site.discord_url }}){:target="_blank"} server.
10 changes: 9 additions & 1 deletion art.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,10 @@ permalink: /art/
# Probably Not
{: class="centred" }

{% responsive_image path: assets/img/art/ProbablyNot/ProbablyNot_QM.png template: _includes/srcset.html %}
<div class='horizontal-2' markdown='1'>
{% responsive_image path: assets/img/art/ProbablyNot/Researcher.png %}
{% responsive_image path: assets/img/art/ProbablyNot/ProbablyNot_QM.png %}
</div>

<div class='horizontal-2' markdown='1'>
{% responsive_image path: assets/img/art/ProbablyNot/ProbablyNot_Slime.png %}
Expand Down Expand Up @@ -204,6 +207,11 @@ permalink: /art/

<iframe class="video" width="580px" height="325px" src="https://www.youtube-nocookie.com/embed/bOB6af_ZCj0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<div class='horizontal-2' markdown='1'>
{% responsive_image path: assets/img/art/SmokingMan/ShoeStealer.png %}
{% responsive_image path: assets/img/art/SmokingMan/Spessmen.png %}
</div>

<div class='horizontal-2' markdown='1'>
{% responsive_image path: assets/img/art/SmokingMan/SmokingMan_Beeer.png %}
{% responsive_image path: assets/img/art/SmokingMan/SmokingMan_GreyGuy.png %}
Expand Down
Binary file added assets/img/art/ProbablyNot/Researcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/art/SmokingMan/ShoeStealer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/art/SmokingMan/Spessmen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/posts/23.04-06/StatusMonitor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/posts/23.04-06/StoneChapelAltar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f6164d4

Please sign in to comment.