From 22b4f23d367c3ff8dd6121d04da68a2c0ffa5655 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Mon, 24 Feb 2020 22:31:59 +0000 Subject: [PATCH] --- Weekly-Snippets.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Weekly-Snippets.md b/Weekly-Snippets.md index 6bfa0e6..21b2cd8 100644 --- a/Weekly-Snippets.md +++ b/Weekly-Snippets.md @@ -1,5 +1,15 @@ +## 2020-02-24 +* Built a properly-packaged demo for inclusion on Microsoft Store for PC & Xbox One. + ## 2020-02-17 -* Set up Tailscale for networking. +* Used new art for scrolling parallax backgrounds. +* Added support for decorative objects in stage backgrounds. +* Started work on first real stage. +* Tweaked Player physics. +* Fixed memory leaks of graphical resources. +* Lots of messing around with Google, which poorly indexed my site due to new IP address. +* Set up Tailscale for networking & changed Digital Ocean configs appropriately. +* Bixdev: got QuickBooks set up. ## 2020-02-10 * Refactored line-of-sight code to be in a separate file & to use `DrawIndexedPrimitives()`.