Experimental fork that tries out daring and cutting edge features. Forked from here - https://github.com/zdoom/gzdoom
Find a file
Christoph Oelckers 22e8c57a59 - reset the viewpoint buffer only once per scene, not per viewpoint.
This doesn't work for camera textures because they are a separate viewpoint.
2018-09-02 20:05:36 +02:00
bzip2
cmake
docs
dumb
game-music-emu
gdtoa
jpeg
lzma
soundfont
specs
src - reset the viewpoint buffer only once per scene, not per viewpoint. 2018-09-02 20:05:36 +02:00
tools
unused
wadsrc - use a uniform buffer for per-scene data like rotation matrices. 2018-09-02 18:40:36 +02:00
wadsrc_bm
wadsrc_extra
wadsrc_lights
zlib
.appveyor.yml
.gitattributes
.gitignore - specify fragment output locations in the shader source. 2018-06-12 23:52:33 +02:00
.travis.yml - updated Travis CI configuration with Xcode 9.4 and GCC 8 2018-07-27 16:34:18 +03:00
CMakeLists.txt - disable runtime buffer security check in release build. 2018-08-14 21:29:14 +02:00
LICENSE - add LICENSE file for GitHub's info displays 2018-07-21 07:03:52 -04:00
README.md - There really isn't an "or greater" for the GPL v3 license - if the license needs to be upgraded in the future then it should be done so explicitly. 2018-06-02 03:36:53 -04:00

Welcome to GZDoom!

Build Status Build Status

GZDoom is a modder-friendly OpenGL source port based on the DOOM engine

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

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

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.

Licensed under the GPL v3

https://www.gnu.org/licenses/quick-guide-gplv3.en.html

How to build GZDoom

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