3a59243ea0
- Fixed debris physics flags was not properly reset on level restart. - Added new modern type "kModernSlopeChanger" that can manipulate sector and sprite slopes. - Allow to drop items and keys for players in multiplayer (gModernMap only). - Added event commands to manipulate dude flags. - Patrol enemies (xsprite.dudeFlag4, gModernMap only): - Added path markers following. - Added stealth mechanics. - Added spot target progress bar. - Added alarm dude flag. - Added blind dude flag. - Added deaf dude flag. - Added conditions for kModernCondition related to patrol enemies. - kModernDamager can work like generator and damage anyone in sectors or in map. - kSectorDamage is not does the damage if in Off state (gModernMap only). - Additional options kModernSeqSpawner. - Effects that created with kModernEffectSpawner now inherits offset of the sprite. - Added kCmdSectorMotionPause and kCmdSectorMotionContinue event commands that allows to pause or continue sector motion (gModernMap only, WIP). - Various minor fixes. # Conflicts: # source/blood/src/ai.cpp # source/blood/src/common_game.h # source/blood/src/eventq.cpp # source/blood/src/nnexts.cpp # source/blood/src/nnexts.h # source/blood/src/triggers.cpp # source/blood/src/triggers.h # source/blood/src/view.cpp # Conflicts: # source/games/blood/src/ai.cpp # source/games/blood/src/nnexts.h # Conflicts: # source/games/blood/src/actor.cpp # source/games/blood/src/ai.cpp |
||
---|---|---|
.github/workflows | ||
bin/windows | ||
build-doc | ||
cmake | ||
libraries | ||
package/common | ||
soundfont | ||
source | ||
tools | ||
wadsrc | ||
.gitattributes | ||
.gitignore | ||
AUTHORS.md | ||
CMakeLists.txt | ||
README.md |
Welcome to Raze!
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.