Skip to content

Commit

Permalink
Update software credits
Browse files Browse the repository at this point in the history
Big in our project operations, so they deserve a mention, also because a number of them provide us with exclusive plans and support for free. Big thank you.
  • Loading branch information
patrikjuvonen committed Apr 9, 2023
1 parent ca5a980 commit 2f57318
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Client/core/CCredits.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,33 +255,42 @@ CCredits::CCredits()
"\n"
"\n";

m_strCredits += _("This software makes use of the following libraries and software:");
m_strCredits += _("This software and project makes use of the following libraries and software:");
m_strCredits +=
"\n"
"1Password (https://1password.com/)\n"
"BASS (https://www.un4seen.com/bass.html)\n"
"bcrypt (https://www.openwall.com/crypt/)\n"
"breakpad (https://chromium.googlesource.com/breakpad/breakpad/)\n"
"bzip2 (http://www.bzip.org/)\n"
"CEF (https://bitbucket.org/chromiumembedded/cef/)\n"
"CEGUI (http://cegui.org.uk/)\n"
"Cloudflare (https://www.cloudflare.com/)\n"
"CRC-32 (https://bochs.sourceforge.io/)\n"
"Crowdin (https://crowdin.com/)\n"
"cryptopp (https://cryptopp.com/)\n"
"cURL (https://curl.se/)\n"
"Detours (https://github.com/microsoft/Detours)\n"
"Discord (https://discord.com/)\n"
"Docker (https://www.docker.com/)\n"
"Embedded HTTP Server (https://ehs.fritz-elfert.de/)\n"
"FreeType (https://freetype.org/)\n"
"inspect.lua by kikito (https://github.com/kikito/inspect.lua)\n"
"json-c (https://github.com/json-c/json-c)\n"
"GitBook (https://www.gitbook.com/)\n"
"GitHub (https://github.com/)\n"
"ksignals (https://github.com/xforce/ksignals)\n"
"libjpeg (https://libjpeg.sourceforge.net/)\n"
"libpcre (https://www.pcre.org/)\n"
"libpng (http://www.libpng.org/)\n"
"Lua (https://www.lua.org/)\n"
"lunasvg (https://github.com/sammycage/lunasvg)\n"
"mbedtls (https://github.com/Mbed-TLS/mbedtls)\n"
"MediaWiki (https://www.mediawiki.org/wiki/MediaWiki)\n"
"minizip (https://www.winimage.com/zLibDll/minizip.html)\n"
"mysql-connector-c (https://downloads.mysql.com/archives/c-c/)\n"
"nvapi (https://developer.nvidia.com/rtx/path-tracing/nvapi/get-started)\n"
"Open Collective (https://opencollective.com/)\n"
"pme by Zac Hansen\n"
"PortAudio (http://www.portaudio.com/)\n"
"pthreads-win32 (https://sourceware.org/pthreads-win32/)\n"
Expand All @@ -290,6 +299,8 @@ CCredits::CCredits()
"sparsehash (https://github.com/sparsehash/sparsehash)\n"
"speex (https://www.speex.org/)\n"
"SQLite (https://www.sqlite.org/)\n"
"TeamCity by JetBrains (https://www.jetbrains.com/teamcity/)\n"
"Teleport (https://goteleport.com/)\n"
"tinygettext (https://github.com/tinygettext/tinygettext/)\n"
"tinyxml (https://sourceforge.net/projects/tinyxml/)\n"
"UnRAR (https://www.rarlab.com/)\n"
Expand Down

0 comments on commit 2f57318

Please sign in to comment.