Go to file
Christoph Oelckers 52cbb5c9dc - implemented reloading from the last saved game, like in GZDoom.
Fixes #352
2020-09-10 22:45:42 +02:00
.github/workflows - fixed Win32 CI build by forcing internal ZLib 2020-06-12 06:57:40 +03:00
bin/windows/zmusic - sound backend update. 2020-02-09 13:26:51 +01:00
build-doc - moved documentation out of the Source folder and added surface shader sources. 2019-10-05 13:17:26 +02:00
cmake - sound backend update. 2020-02-09 13:26:51 +01:00
libraries - added the softpoly and Vulkan backend code fron GZDoom. 2020-05-31 10:53:11 +02:00
package/common Update gamecontrollerdb.txt 2019-12-08 07:53:13 +01:00
platform/Windows - deleted unused application bundle files 2020-01-26 16:36:52 +02:00
soundfont - added default soundfont 2020-02-07 22:36:37 +02:00
source - implemented reloading from the last saved game, like in GZDoom. 2020-09-10 22:45:42 +02:00
tools - removed the remaining Doom-specific parts of the script compiler. 2020-05-23 22:43:04 +02:00
wadsrc - added support for Megaton's widescreen assets. 2020-09-10 00:05:10 +02:00
.gitattributes - transitioned project to CMake and deleted most of the old build system. 2019-09-22 23:15:46 +02:00
.gitignore - gitignore update for macOS 2020-07-23 17:02:45 +02:00
AUTHORS.md - credits updated to the current state of things. 2020-09-08 18:36:47 +02:00
CMakeLists.txt - added the softpoly and Vulkan backend code fron GZDoom. 2020-05-31 10:53:11 +02:00
README.md - credits updated to the current state of things. 2020-09-08 18:36:47 +02:00

README.md

Welcome to Raze!

Build Status

Raze is a fork of Build engine games backed by GZDoom tech and combines Duke Nukem 3D, Blood, Redneck Rampage, Shadow Warrior and Exhumed/Powerslave in a single package. It is also capable of playing Nam and WW2 GI.

The game modules are based on the following sources:

  • Duke Nukem: JFDuke, EDuke 2.0, World Tour extensions from DukeGDX and some minor fixes from EDuke32.
  • Redneck Rampage: Nuke.YKT's reconstructed source available in the Rednukem Git repo.
  • Blood: NBlood.
  • Shadow Warrior: SWP and VoidSW.
  • Exhumed/Powerslave: PCExhumed, with some enhancements inspired by PowerslaveGDX.

ZDoom, GZDoom Copyright (c) 1998-2020 ZDoom + GZDoom teams, and contributors

Doom Source (c) 1997 id Software, Raven Software, and contributors

EDuke32 and VoidSW Source (c) 2005-2020 EDuke32 teams, and contributors

NBlood source (c) 2019-2020 Nuke.YKT

PCExhumed source (c) 2019-2020 sirlemonhead, Nuke.YKT

BuildGDX (c) 2020

Duke Nukem 3D Source (c) 1996-2003 3D Realms

Shadow Warrior Source (c) 1997-2005 3D Realms

"Build Engine & Tools" Copyright (c) 1993-1997 Ken Silverman Ken Silverman's official web site: http://www.advsys.net/ken See the included license file "BUILDLIC.TXT" for license info.

Please see license files for individual contributor licenses

Special thanks to Coraline of the 3DGE team for allowing us to use her README.md as a template for this one.

Non-Build code is licensed under the GPL v2

https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

How to build Raze

To build Raze, please see the wiki and see the "Programmer's Corner" on the bottom-right corner of the page to build for your platform - use this repository instead of GZDoom's.