git repos / blockattack-game

commit b2a289f7

sago007 · 2018-03-31 18:10
b2a289f7b87054c8b125e4194d8ef0f59c6eb2ba patch · browse files
parent e45be9c720ef34e145aa52553036cbf130c3a9d1

Remove references to NFont

Changed files

M README.md before
M source/code/AUTHORS before
diff --git a/README.md b/README.md index 083ac2e..d9447a0 100644 --- a/README.md +++ b/README.md
@@ -72,7 +72,7 @@ This project is a bit unconversionel because I didn't know any better at the tim
* Game - The output is placed here
* man - The manual file and the script to generate it. May be moved to source/misc at some point
* source/code/ - The source code
- * source/code/Libs - External libs that are compiled into the project because they are either header only (Cereal) or not designed for use as a shared library (NFont).
+ * source/code/Libs - External libs that are compiled into the project because they are either header only (Cereal) or not designed for use as a shared library.
* source/code/sago - Source code. Not designed to be specific to Block Attack - Rise of the Blocks
* source/assets - Source for the assets if relevant. For instance svg source for the graphics.
* source/misc - Misc stuff. Code related tool that are used for development but not part of the final product.
diff --git a/source/code/AUTHORS b/source/code/AUTHORS index 6634cf0..4e63aaa 100644 --- a/source/code/AUTHORS +++ b/source/code/AUTHORS
@@ -5,9 +5,6 @@ http://blockattack.net
Gonéri Le Bouder
Done some work for making it work with SHAREDIR and all Scons scripts
-Jonathan Dearborn
-NFont library
-
Jordà Polo
Two patches