From d432d4fc3990a073e8df091962ac1f39c9745803 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 31 Jan 2022 05:42:01 -0400 Subject: A few JVM-related fixes & improvements. --- documentation/bookmark/back_end/c++.md | 1 + documentation/bookmark/documentation.md | 1 + documentation/bookmark/game/worldbuilding.md | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 documentation/bookmark/game/worldbuilding.md (limited to 'documentation') diff --git a/documentation/bookmark/back_end/c++.md b/documentation/bookmark/back_end/c++.md index d7436b3bb..27f33a229 100644 --- a/documentation/bookmark/back_end/c++.md +++ b/documentation/bookmark/back_end/c++.md @@ -1,5 +1,6 @@ # Reference +0. [Back to Basics: const and constexpr - Rainer Grimm - CppCon 2021](https://www.youtube.com/watch?v=tA6LbPyYdco) 0. [Misra Parallelism Safety-critical Guidelines for C++11, 17, Then C++20, 23 - CppCon 2021](https://www.youtube.com/watch?v=hVv7Nc3f4Jo) 0. [Back to Basics: Move Semantics - Nicolai Josuttis - CppCon 2021](https://www.youtube.com/watch?v=Bt3zcJZIalk) 0. [Type-and-resource Safety in Modern C++ - Bjarne Stroustrup - CppCon 2021](https://www.youtube.com/watch?v=l3rvjWfBzZI) diff --git a/documentation/bookmark/documentation.md b/documentation/bookmark/documentation.md index f6efeb70e..8a76e9348 100644 --- a/documentation/bookmark/documentation.md +++ b/documentation/bookmark/documentation.md @@ -54,6 +54,7 @@ # Reference +0. [Documentation in the Era of Concepts and Ranges - Christopher Di Bella & Sy Brand - CppCon 2021](https://www.youtube.com/watch?v=nm45t2fnUms) 0. [conventional: comments](https://conventionalcomments.org/) 0. [Architecture decision record (ADR)](https://github.com/joelparkerhenderson/architecture_decision_record) 0. [Seamless API Specification](https://github.com/seamlessapis/seamless/tree/master/domain) diff --git a/documentation/bookmark/game/worldbuilding.md b/documentation/bookmark/game/worldbuilding.md new file mode 100644 index 000000000..31d76b746 --- /dev/null +++ b/documentation/bookmark/game/worldbuilding.md @@ -0,0 +1,4 @@ +# Reference + +0. [The Best Way to Creating the Illusion of a Living World - Top GM Tips](https://www.youtube.com/watch?v=6JP-nkeCwYg) + -- cgit v1.2.3