aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEduardo Julian2022-01-31 05:42:01 -0400
committerEduardo Julian2022-01-31 05:42:01 -0400
commitd432d4fc3990a073e8df091962ac1f39c9745803 (patch)
treef83f5f19a61d753c70908761d4a9701736a66035 /documentation
parent4b22baf63fd2ef2bf141835ab540f7d52168cc84 (diff)
A few JVM-related fixes & improvements.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bookmark/back_end/c++.md1
-rw-r--r--documentation/bookmark/documentation.md1
-rw-r--r--documentation/bookmark/game/worldbuilding.md4
3 files changed, 6 insertions, 0 deletions
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)
+