Skip to content

Commit

Permalink
Update credits (TrenchBroom#3209)
Browse files Browse the repository at this point in the history
* Update credits section in README.md

* Update libraries

Co-authored-by: Awkor <[email protected]>
  • Loading branch information
kduske and Awkor authored May 12, 2020
1 parent df278bc commit 572ff62
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,16 @@ TrenchBroom is a modern cross-platform level editor for Quake-engine based games
- All help is appreciated!

# Credits
- wxWidgets www.wxwidgets.org
- FreeType www.freetype.org
- FreeImage www.freeimage.org
- GLEW glew.sourceforge.net
- GoogleTest code.google.com/p/googletest/
- GoogleMock code.google.com/p/googlemock/
- CMake www.cmake.org
- Pandoc www.pandoc.org
- Quake icons by Th3 ProphetMan th3-prophetman.deviantart.com
- Hexen 2 icon by thedoctor45 thedoctor45.deviantart.com
- Source Sans Pro font www.google.com/fonts/specimen/Source+Sans+Pro
- [Qt](https://www.qt.io/)
- [FreeType](https://www.freetype.org/)
- [FreeImage](http://freeimage.sourceforge.net/)
- [GLEW](http://glew.sourceforge.net/)
- [Catch2](https://github.com/catchorg/Catch2)
- [CMake](https://cmake.org/)
- [Pandoc](https://www.pandoc.org/)
- Quake icons by [Th3 ProphetMan](https://www.deviantart.com/th3-prophetman)
- Hexen 2 icon by [thedoctor45](https://www.deviantart.com/thedoctor45)
- [Source Sans Pro](https://fonts.google.com/specimen/Source+Sans+Pro) font

## Changes
See [releases](https://github.com/kduske/TrenchBroom/releases) for latest changes.
5 changes: 1 addition & 4 deletions common/src/View/AboutDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,7 @@ namespace TrenchBroom {
"GLEW (OpenGL extension library)\n"
"tinyxml2 (XML parsing library)\n"
"miniz (Archive library)\n"
"any-lite (C++ library)\n"
"optional-lite (C++ library)\n"
"Google Test (C++ testing framework)\n"
"Google Mock (C++ mocking framework)\n"
"Catch 2 (C++ testing framework)\n"
"StackWalker (C++ stack trace analyzer)\n"
"CMake (Cross platform build manager)\n"
"Pandoc (Universal document converter)\n"
Expand Down

0 comments on commit 572ff62

Please sign in to comment.