The cradle of Quake III Arena
Go to file
Artem Kharytoniuk 1b78b53bea Simplification and cleanup of windows opengl initialization.
Removed r_colorbits, use desktop color depth as default value. Nevertheless if there are issues when looking
for corresponding pixel format it is still posible to obtain pixel format with color depth that is different
from desktop color.
No changes to game modules, which means that game UI can still set r_colorbits but it has no effect.
2017-03-20 10:31:02 +02:00
config/visual-studio Removed filter for 3rd party headers from renderer project. 2017-03-17 17:03:01 +02:00
data Added test model and shaders. 2017-03-16 23:01:39 +02:00
src Simplification and cleanup of windows opengl initialization. 2017-03-20 10:31:02 +02:00
third_party Added SDL2.pdb. 2017-03-16 14:07:45 +02:00
tools/bin Moved tools binaries to tools folder 2016-07-12 00:12:51 +03:00
.gitignore Updated gitignore. 2017-03-17 16:50:20 +02:00
changelog.md Simplification and cleanup of windows opengl initialization. 2017-03-20 10:31:02 +02:00
COPYING.txt The Quake III Arena sources as originally released under the GPL license on August 20, 2005. 2012-01-31 13:41:34 -06:00
README.md Update README.md 2017-03-13 21:54:57 +02:00
README.txt The Quake III Arena sources as originally released under the GPL license on August 20, 2005. 2012-01-31 13:41:34 -06:00
Screenshot.jpg Added README.md 2014-05-09 23:51:29 +03:00

Welcome to the Quake 3 source code!

Quake 3 is one of my favourite games. This repository contains updated version of the original Q3 codebase with reorganized code structure, compatibility fixes, build setup for the latest Visual Studio and my own modifications that update the core tech but preserve original gameplay, look and feel.

The general direction is to simplify the things. The codebase should be easy to build, executable does not require additional shared libraries to work, no crazy no-op OOP or multi-layered abstractions in the code (until I need this, since there are no absolute rules). Only windows platform is supported.

The screeenshot below has no relation to this codebase, I just like it.

Kenny

Screenshot