{"id":30203061,"url":"https://github.com/monoid/rtcw-rebirth","last_synced_at":"2025-08-13T11:14:46.483Z","repository":{"id":1029094,"uuid":"857253","full_name":"monoid/rtcw-rebirth","owner":"monoid","description":"Attempt to fix RTCW bugs","archived":false,"fork":false,"pushed_at":"2011-01-20T07:57:10.000Z","size":3587,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-03T03:38:31.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monoid.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":"COPYING.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-08-23T18:03:18.000Z","updated_at":"2023-06-08T22:52:54.000Z","dependencies_parsed_at":"2022-07-06T02:32:54.454Z","dependency_job_id":null,"html_url":"https://github.com/monoid/rtcw-rebirth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/monoid/rtcw-rebirth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monoid%2Frtcw-rebirth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monoid%2Frtcw-rebirth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monoid%2Frtcw-rebirth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monoid%2Frtcw-rebirth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monoid","download_url":"https://codeload.github.com/monoid/rtcw-rebirth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monoid%2Frtcw-rebirth/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270228738,"owners_count":24548901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-13T11:14:06.222Z","updated_at":"2025-08-13T11:14:46.434Z","avatar_url":"https://github.com/monoid.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Return to Castle Wolfenstein single player GPL source release\n=============================================================\n\nThis file contains the following sections:\n\nGENERAL NOTES\nLICENSE\n\nGENERAL NOTES\n=============\n\nGame data and patching:\n-----------------------\n\nThis source release does not contain any game data, the game data is still\ncovered by the original EULA and must be obeyed as usual.\n\nYou must patch the game to the latest version.\n\nNote that RTCW is available from the Steam store at\nhttp://store.steampowered.com/app/9010/\n\nLinux note: due to the game CD containing only a Windows version of the game,\nyou must install and update the game using WINE to get the game data.\n\nCompiling on win32:\n-------------------\n\nA Visual C++ 2008 project is provided in src\\wolf.sln.\nThe solution file is compatible with the Express release of Visual C++.\n\nYou will need to execute src\\extractfuncs\\extractfuncs.bat to generate src\\game\\g_save.c\n\nYou can test your binaries by replacing WolfSP.exe, qagamex86.dll, cgamex86.dll, uix86.dll at the top of the RTCW install\n\nCompiling on GNU/Linux x86:\n---------------------------\n\nGo to the src/unix directory, and run the cons script\n(cons is a perl based precursor to scons, this is what we were using at the time)\n\nRun ./cons -h to review build options. Use ./cons -- release to compile in release mode.\n\nIf problems occur, consult the internet.\n\nOther platforms, updated source code, security issues:\n------------------------------------------------------\n\nIf you have obtained this source code several weeks after the time of release\n(August 2010), it is likely that you can find modified and improved\nversions of the engine in various open source projects across the internet.\nDepending what is your interest with the source code, those may be a better\nstarting point.\n\n\nLICENSE\n=======\n\nSee COPYING.txt for the GNU GENERAL PUBLIC LICENSE\n\nADDITIONAL TERMS:  The Return to Castle Wolfenstein single player GPL Source Code is also subject to certain additional terms. You should have received a copy of these additional terms immediately following the terms and conditions of the GNU GPL which accompanied the RTCW SP Source Code.  If not, please request a copy in writing from id Software at id Software LLC, c/o ZeniMax Media Inc., Suite 120, Rockville, Maryland 20850 USA.\n\nEXCLUDED CODE:  The code described below and contained in the Return to Castle Wolfenstein single player GPL Source Code release is not part of the Program covered by the GPL and is expressly excluded from its terms.  You are solely responsible for obtaining from the copyright holder a license for such code and complying with the applicable license terms.\n\nIO on .zip files using portions of zlib\n---------------------------------------------------------------------------\nlines\tfile(s)\n4301\tsrc/qcommon/unzip.c\nCopyright (C) 1998 Gilles Vollant\nzlib is Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler\n\n  This software is provided 'as-is', without any express or implied\n  warranty.  In no event will the authors be held liable for any damages\n  arising from the use of this software.\n\n  Permission is granted to anyone to use this software for any purpose,\n  including commercial applications, and to alter it and redistribute it\n  freely, subject to the following restrictions:\n\n  1. The origin of this software must not be misrepresented; you must not\n     claim that you wrote the original software. If you use this software\n     in a product, an acknowledgment in the product documentation would be\n     appreciated but is not required.\n  2. Altered source versions must be plainly marked as such, and must not be\n     misrepresented as being the original software.\n  3. This notice may not be removed or altered from any source distribution.\n\nMD4 Message-Digest Algorithm\n-----------------------------------------------------------------------------\nlines   file(s)\n289     src/qcommon/md4.c\nCopyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved.\n\nLicense to copy and use this software is granted provided that it is identified\nas the \u003c93\u003eRSA Data Security, Inc. MD4 Message-Digest Algorithm\u003c94\u003e in all mater\nial mentioning or referencing this software or this function.\nLicense is also granted to make and use derivative works provided that such work\ns are identified as \u003c93\u003ederived from the RSA Data Security, Inc. MD4 Message-Dig\nest Algorithm\u003c94\u003e in all material mentioning or referencing the derived work.\nRSA Data Security, Inc. makes no representations concerning either the merchanta\nbility of this software or the suitability of this software for any particular p\nurpose. It is provided \u003c93\u003eas is\u003c94\u003e without express or implied warranty of any\nkind.\n\nJPEG library\n-----------------------------------------------------------------------------\nsrc/jpeg-6\nCopyright (C) 1991-1995, Thomas G. Lane\n\nPermission is hereby granted to use, copy, modify, and distribute this\nsoftware (or portions thereof) for any purpose, without fee, subject to these\nconditions:\n(1) If any part of the source code for this software is distributed, then this\nREADME file must be included, with this copyright and no-warranty notice\nunaltered; and any additions, deletions, or changes to the original files\nmust be clearly indicated in accompanying documentation.\n(2) If only executable code is distributed, then the accompanying\ndocumentation must state that \"this software is based in part on the work of\nthe Independent JPEG Group\".\n(3) Permission for use of this software is granted only if the user accepts\nfull responsibility for any undesirable consequences; the authors accept\nNO LIABILITY for damages of any kind.\n\nThese conditions apply to any software derived from or based on the IJG code,\nnot just to the unmodified library.  If you use our work, you ought to\nacknowledge us.\n\nNOTE: unfortunately the README that came with our copy of the library has\nbeen lost, so the one from release 6b is included instead. There are a few\n'glue type' modifications to the library to make it easier to use from\nthe engine, but otherwise the dependency can be easily cleaned up to a\nbetter release of the library.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonoid%2Frtcw-rebirth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonoid%2Frtcw-rebirth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonoid%2Frtcw-rebirth/lists"}