From 77a6854f6cc056740670cb4e127544a00579a9d9 Mon Sep 17 00:00:00 2001 From: Matt Mascarenhas Date: Fri, 25 May 2018 22:12:03 +0100 Subject: [PATCH] hero: Remove / modify dead links --- cmuratori/hero/code/code001.hmml | 2 +- cmuratori/hero/code/code001_template.html | 17 ----------------- cmuratori/hero/code/code002.hmml | 2 +- cmuratori/hero/code/code002_template.html | 17 ----------------- cmuratori/hero/code/code003.hmml | 2 +- cmuratori/hero/code/code003_template.html | 17 ----------------- cmuratori/hero/code/code021_template.html | 2 +- 7 files changed, 4 insertions(+), 55 deletions(-) delete mode 100644 cmuratori/hero/code/code001_template.html delete mode 100644 cmuratori/hero/code/code002_template.html delete mode 100644 cmuratori/hero/code/code003_template.html diff --git a/cmuratori/hero/code/code001.hmml b/cmuratori/hero/code/code001.hmml index ab8b73e..2daffae 100644 --- a/cmuratori/hero/code/code001.hmml +++ b/cmuratori/hero/code/code001.hmml @@ -1,4 +1,4 @@ -[video member=cmuratori stream_platform=twitch stream_username=handmade_hero project=code template=code001_template.html title="Setting Up the Windows Build" vod_platform=youtube id=Ee3EtYb8d1o annotator=jacebennett annotator=Miblo annotator=Mannilie annotator=theinternetftw annotator=wheatdog] +[video member=cmuratori stream_platform=twitch stream_username=handmade_hero project=code title="Setting Up the Windows Build" vod_platform=youtube id=Ee3EtYb8d1o annotator=jacebennett annotator=Miblo annotator=Mannilie annotator=theinternetftw annotator=wheatdog] [0:46][Course of the Handmade Hero series] [3:04][Start the project] [5:06][Command line in Windows] diff --git a/cmuratori/hero/code/code001_template.html b/cmuratori/hero/code/code001_template.html deleted file mode 100644 index d7cf17b..0000000 --- a/cmuratori/hero/code/code001_template.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - -
- - -
- - -
-

-

Handmade Hero Day 001 - Setting Up the Windows Build - by Emmanuel Vaccaro

-
- - diff --git a/cmuratori/hero/code/code002.hmml b/cmuratori/hero/code/code002.hmml index 6182c2f..f6f7c6d 100644 --- a/cmuratori/hero/code/code002.hmml +++ b/cmuratori/hero/code/code002.hmml @@ -1,4 +1,4 @@ -[video member=cmuratori stream_platform=twitch stream_username=handmade_hero project=code template=code002_template.html title="Opening a Win32 Window" vod_platform=youtube id=4ROiWonnWGk annotator=jacebennett annotator=dspecht annotator=Miblo annotator=Mannilie annotator=theinternetftw] +[video member=cmuratori stream_platform=twitch stream_username=handmade_hero project=code title="Opening a Win32 Window" vod_platform=youtube id=4ROiWonnWGk annotator=jacebennett annotator=dspecht annotator=Miblo annotator=Mannilie annotator=theinternetftw] [3:20][WNDCLASS Implementation start] [4:40][Struct explanation of why Windows Documentation is the way it is] [9:38][Initialization of WNDCLASS] diff --git a/cmuratori/hero/code/code002_template.html b/cmuratori/hero/code/code002_template.html deleted file mode 100644 index 12f9a4d..0000000 --- a/cmuratori/hero/code/code002_template.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - -
- - -
- - -
-

-

Handmade Hero Day 002 - Opening a Win32 Window - by Emmanuel Vaccaro

-
- - diff --git a/cmuratori/hero/code/code003.hmml b/cmuratori/hero/code/code003.hmml index a2aaabb..71a8a95 100644 --- a/cmuratori/hero/code/code003.hmml +++ b/cmuratori/hero/code/code003.hmml @@ -1,4 +1,4 @@ -[video member=cmuratori stream_platform=twitch stream_username=handmade_hero project=code template=code003_template.html title="Allocating a Back Buffer" vod_platform=youtube id=GAi_nTx1zG8 annotator=jacebennett annotator=Miblo annotator=Mannilie annotator=theinternetftw] +[video member=cmuratori stream_platform=twitch stream_username=handmade_hero project=code title="Allocating a Back Buffer" vod_platform=youtube id=GAi_nTx1zG8 annotator=jacebennett annotator=Miblo annotator=Mannilie annotator=theinternetftw] [0:50][Short overview about a backbuffer] [2:56][Windows message callback] [4:43][Closing the window (PostQuitMessage function)] diff --git a/cmuratori/hero/code/code003_template.html b/cmuratori/hero/code/code003_template.html deleted file mode 100644 index 65c5602..0000000 --- a/cmuratori/hero/code/code003_template.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - -
- - -
- - -
-

-

Handmade Hero Day 003 - Allocating a Back Buffer - by Emmanuel Vaccaro

-
- - diff --git a/cmuratori/hero/code/code021_template.html b/cmuratori/hero/code/code021_template.html index 58e5a79..92f6cf8 100644 --- a/cmuratori/hero/code/code021_template.html +++ b/cmuratori/hero/code/code021_template.html @@ -12,7 +12,7 @@

Notes:

-

Continuation on how dll uses memory: https://hero.handmadedev.org/forum/code-discussion/99-day-21-s-statement-about-msvcrt-is-correct

+

Continuation on how dll uses memory: Day 21's Statement About MSVCRT is Correct...