Skip to content

Commit

Permalink
Credits (PR #2846)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikjuvonen committed Apr 7, 2023
1 parent 73c6457 commit 894c0f7
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 6 deletions.
39 changes: 35 additions & 4 deletions Client/core/CCredits.cpp
Expand Up @@ -111,7 +111,7 @@ CCredits::CCredits()

"Enes \"cleopatra\" Akıllıok\n"
"Nawaf \"xLive\" Alqarni\n"
"Nicolás \"PlatinMTA\" Barrios\n"
"Nicolás \"Platin\" Barrios\n"
"Amine \"UndR\" Bidah\n"
"Lukasz \"W\" Biegaj\n"
"Pacal \"buepas\" Buerklin\n"
Expand Down Expand Up @@ -149,9 +149,11 @@ CCredits::CCredits()
"ApeLsiN4eG\n"
"asturel\n"
"Audifire\n"
"BCG2000\n"
"Bonus1702\n"
"correaAlex\n"
"CubedDeath\n"
"DarkDrifter Nacim\n"
"Deihim007\n"
"delinx\n"
"DetectedStorm\n"
Expand All @@ -164,11 +166,15 @@ CCredits::CCredits()
"emre1702\n"
"Fabio(GNR)\n"
"fastman92\n"
"Fernando Rocha\n"
"FrankZZ\n"
"Gothem\n"
"GRascm\n"
"gta191977649\n"
"GTX / Timic3\n"
"guix\n"
"Inder00\n"
"JessePinkman\n"
"JeViCo\n"
"John_Michael\n"
"JR10\n"
Expand All @@ -181,7 +187,9 @@ CCredits::CCredits()
"Lordmau5\n"
"LosFaul\n"
"lucasc190\n"
"lyncon\n"
"MCvarial\n"
"Merlin\n"
"mickdermack\n"
"NeO_D-Power\n"
"Patrick2562\n"
Expand All @@ -192,16 +200,20 @@ CCredits::CCredits()
"PhrozenByte\n"
"rafalh\n"
"samt2497\n"
"Santi\n"
"SDraw\n"
"se16n\n"
"Sergeanur\n"
"-ffs-Sniper\n"
"STR6\n"
"TAPL-93\n"
"tederis\n"
"TEDERIs\n"
"TFP-dev\n"
"theSarrum\n"
"Totto8492\n"
"turret001\n"
"tvc\n"
"vahook\n"
"x0rh4x\n"
"xerox8521\n"
"[GP_A]XetaQuake\n"
Expand Down Expand Up @@ -232,35 +244,54 @@ CCredits::CCredits()
"Adamix\n"
"Aibo\n"
"diegofkda\n"
"headfonez\n"
"leetIbrahim\n"
"Phatlooser\n"
"Pugwipe\n"
"Ren712\n"
"StifflersMom\n"
"The_GTA\n"
"trx\n"
"\n"
"\n";

m_strCredits += _("This software makes use of the following libraries and software:");
m_strCredits +=
"\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://bzip.org/)\n"
"bzip2 (http://www.bzip.org/)\n"
"CEF (https://bitbucket.org/chromiumembedded/cef/)\n"
"CEGUI (http://www.cegui.org.uk/)\n"
"CEGUI (http://cegui.org.uk/)\n"
"CRC-32 (https://bochs.sourceforge.io/)\n"
"cryptopp (https://cryptopp.com/)\n"
"cURL (https://curl.se/)\n"
"Detours (https://github.com/microsoft/Detours)\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"
"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"
"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"
"pme by Zac Hansen\n"
"PortAudio (http://www.portaudio.com/)\n"
"pthreads-win32 (https://sourceware.org/pthreads-win32/)\n"
"RakNet (http://www.jenkinssoftware.com/)\n"
"SA Limit adjuster source code (Credits to Sacky)\n"
"sparsehash (https://github.com/sparsehash/sparsehash)\n"
"speex (https://www.speex.org/)\n"
"SQLite (https://www.sqlite.org/)\n"
"tinygettext (https://github.com/tinygettext/tinygettext/)\n"
"tinyxml (https://sourceforge.net/projects/tinyxml/)\n"
"UnRAR (https://www.rarlab.com/)\n"
"zlib (https://zlib.net/)\n";

Expand Down
4 changes: 2 additions & 2 deletions Shared/data/MTA San Andreas/MTA/locale/en_US/client.pot
Expand Up @@ -1687,11 +1687,11 @@ msgstr ""
msgid "Patch contributors"
msgstr ""

#: Client/core/CCredits.cpp:215
#: Client/core/CCredits.cpp:227
msgid "Special Thanks"
msgstr ""

#: Client/core/CCredits.cpp:244
#: Client/core/CCredits.cpp:258
msgid "This software makes use of the following libraries and software:"
msgstr ""

Expand Down

0 comments on commit 894c0f7

Please sign in to comment.