hero: Remove / modify dead links
This commit is contained in:
parent
f5977c4dc0
commit
77a6854f6c
|
@ -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]
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<!-- __CINERA_INCLUDES__ -->
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<!-- __CINERA_MENUS__ -->
|
||||
<!-- __CINERA_PLAYER__ -->
|
||||
</div>
|
||||
<!-- __CINERA_SCRIPT__ -->
|
||||
|
||||
<article id="video-notes">
|
||||
<h1><!-- __CINERA_TITLE__ --></h1>
|
||||
<p><a href="https://drive.google.com/file/d/0B6DxtsjMnvF8R2Mzckc1R3dhbzQ/view?usp=sharing">Handmade Hero Day 001 - Setting Up the Windows Build</a> - by <a href="https://twitter.com/Mannilie">Emmanuel Vaccaro</a></p>
|
||||
</article>
|
||||
</body>
|
||||
</html>
|
|
@ -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]
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<!-- __CINERA_INCLUDES__ -->
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<!-- __CINERA_MENUS__ -->
|
||||
<!-- __CINERA_PLAYER__ -->
|
||||
</div>
|
||||
<!-- __CINERA_SCRIPT__ -->
|
||||
|
||||
<article id="video-notes">
|
||||
<h1><!-- __CINERA_TITLE__ --></h1>
|
||||
<p><a href="https://drive.google.com/open?id=0B6DxtsjMnvF8MjN1eER5NW8xV3M&authuser=0">Handmade Hero Day 002 - Opening a Win32 Window</a> - by <a href="https://twitter.com/Mannilie">Emmanuel Vaccaro</a></p>
|
||||
</article>
|
||||
</body>
|
||||
</html>
|
|
@ -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)]
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<!-- __CINERA_INCLUDES__ -->
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<!-- __CINERA_MENUS__ -->
|
||||
<!-- __CINERA_PLAYER__ -->
|
||||
</div>
|
||||
<!-- __CINERA_SCRIPT__ -->
|
||||
|
||||
<article id="video-notes">
|
||||
<h1><!-- __CINERA_TITLE__ --></h1>
|
||||
<p><a href="https://drive.google.com/open?id=0B6DxtsjMnvF8VXF0d2F0ZjNzUE0&authuser=0">Handmade Hero Day 003 - Allocating a Back Buffer</a> - by <a href="https://twitter.com/Mannilie">Emmanuel Vaccaro</a></p>
|
||||
</article>
|
||||
</body>
|
||||
</html>
|
|
@ -12,7 +12,7 @@
|
|||
<article id="video-notes">
|
||||
<h1><!-- __CINERA_TITLE__ --></h1>
|
||||
<h2 id="notes-">Notes:</h2>
|
||||
<p>Continuation on how dll uses memory: <a href="https://hero.handmadedev.org/forum/code-discussion/99-day-21-s-statement-about-msvcrt-is-correct">https://hero.handmadedev.org/forum/code-discussion/99-day-21-s-statement-about-msvcrt-is-correct</a></p>
|
||||
<p>Continuation on how dll uses memory: <a href="https://hero.handmade.network/forums/code-discussion/t/114-day_21s_statement_about_msvcrt_is_correct...">Day 21's Statement About MSVCRT is Correct...</a></p>
|
||||
</article>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue