diff options
| author | Jakob L. Kreuze <jakob@memeware.net> | 2018-06-06 17:48:25 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <jakob@memeware.net> | 2018-06-06 17:48:25 -0400 |
| commit | 9bb619edf01a897dd531c4c4df03ff60c7b5c4ad (patch) | |
| tree | 95a09f4126d99afad14fd8154a50663f0844a6ec /README.md | |
| parent | 8d5cbda448d439deafceb9ecc54ce04a01689999 (diff) | |
Began to implement a MAP parser
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,8 +16,9 @@ lack of foresight. # Thanks - To the 3D Realms teams for releasing the source code for Duke Nukem 3D. +- To Fabien Sanglard for his [detailed analysis of the Duke Nukem 3D codebase][3], and his work on Chocolate Duke3D. - To Richard Gobeille et al. for their work on EDuke32. -- To Mathieu Olivier for releasing the source code to his various BUILD format parsers. +- To Mathieu Olivier et al. for their work on Transfusion - specifically their open-source parsing code for the BUILD file formats. # Roadmap @@ -65,3 +66,4 @@ lack of foresight. [1]: https://blood-wiki.org/index.php/BloodGDX [2]: http://eduke32.com/ +[3]: http://fabiensanglard.net/duke3d/index.php |