Source code of Thirty Flights of Loving (2012)
Find a file
Knightmare66 74e4a4f1cc Renamed cvars hud_scale, hud_alpha, and hud_squeezedigits to scr_hudsize, scr_hudalpha, and scr_hudsqueezedigits.
Added cl_hud and cl_hud_variant placeholder cvars.
Fixed some VS2019 compiler warnings pointed out by Paril.
2020-08-09 17:03:47 -04:00
3zb2 Added ifeq, ifneq, ifgt, ifge, iflt, ifle, ifbit and ifnbit layout script commands. 2020-07-19 22:33:17 -04:00
client Renamed cvars hud_scale, hud_alpha, and hud_squeezedigits to scr_hudsize, scr_hudalpha, and scr_hudsqueezedigits. 2020-08-09 17:03:47 -04:00
extractfuncs Yet more 64-bit porting fixes. 2020-08-02 02:00:01 -04:00
game Changed hyperblaster turret to use effects for blaster color instead of sounds. 2020-08-04 22:53:56 -04:00
include Updated to libcurl 7.69.1 with HTTPS support. 2020-04-30 02:10:27 -04:00
linux Added cvar r_maxfps_autoset to allow disabling of automatic framerate capping. 2020-08-06 18:47:26 -04:00
missionpack Added missing check_dodge() calls for plasma rifle in misionpack DLL. 2020-08-09 03:49:29 -04:00
null Updated GPL headers based on Q2 Tools GPL source release. 2020-06-04 17:01:28 -04:00
projects Added "Large Address Aware" flag to project file. 2020-08-03 12:47:38 -04:00
qcommon Yet more 64-bit porting fixes. 2020-08-02 02:00:01 -04:00
renderer Renamed cvars hud_scale, hud_alpha, and hud_squeezedigits to scr_hudsize, scr_hudalpha, and scr_hudsqueezedigits. 2020-08-09 17:03:47 -04:00
server Yet more 64-bit porting fixes. 2020-08-02 02:00:01 -04:00
tools_bin inital commit of full repository 2019-03-13 15:20:07 -04:00
ui Renamed cvars hud_scale, hud_alpha, and hud_squeezedigits to scr_hudsize, scr_hudalpha, and scr_hudsqueezedigits. 2020-08-09 17:03:47 -04:00
unix Added cvar r_maxfps_autoset to allow disabling of automatic framerate capping. 2020-08-06 18:47:26 -04:00
win32 Added cvar r_maxfps_autoset to allow disabling of automatic framerate capping. 2020-08-06 18:47:26 -04:00
zaero Added fix to Zaero g_utils.c->G_UseTargets() to properly free sentien laser and titan hook entities on killtargeting. 2020-07-29 13:53:57 -04:00
.gitignore Added 64-bit static libraries. 2020-08-01 23:00:38 -04:00
3.21_Changes.txt inital commit of full repository 2019-03-13 15:20:07 -04:00
buglist.txt Fixed crucified insanes being screwed up by the clearing of spawnflags bit 8, which conflicts with SF_MONSTER_GOODGUY. 2020-05-14 03:38:00 -04:00
gnu.txt inital commit of full repository 2019-03-13 15:20:07 -04:00
kmq2_md3_scripting.txt inital commit of full repository 2019-03-13 15:20:07 -04:00
kmquake2.txt Update readme with copyrignt info on libraries used. 2020-06-08 20:03:41 -04:00
kmquake2_changelog.txt Renamed cvars hud_scale, hud_alpha, and hud_squeezedigits to scr_hudsize, scr_hudalpha, and scr_hudsqueezedigits. 2020-08-09 17:03:47 -04:00
kmquake2_lazarus.txt Fixed enleess looped HTTP download attempts of missing player model files. 2020-05-04 21:24:51 -04:00
Makefile Fixed enleess looped HTTP download attempts of missing player model files. 2020-05-04 21:24:51 -04:00
readme.txt inital commit of full repository 2019-03-13 15:20:07 -04:00
todo.txt Added ifeq, ifneq, ifgt, ifge, iflt, ifle, ifbit and ifnbit layout script commands. 2020-07-19 22:33:17 -04:00

This is the complete source code for Quake 2, version 3.21, buildable with
visual C++ 6.0.  The linux version should be buildable, but we haven't
tested it for the release.

The code is all licensed under the terms of the GPL (gnu public license).  
You should read the entire license, but the gist of it is that you can do 
anything you want with the code, including sell your new version.  The catch 
is that if you distribute new binary versions, you are required to make the 
entire source code available for free to everyone.

The primary intent of this release is for entertainment and educational 
purposes, but the GPL does allow commercial exploitation if you obey the 
full license.  If you want to do something commercial and you just can't bear 
to have your source changes released, we could still negotiate a separate 
license agreement (for $$$), but I would encourage you to just live with the 
GPL.

All of the Q2 data files remain copyrighted and licensed under the 
original terms, so you cannot redistribute data from the original game, but if 
you do a true total conversion, you can create a standalone game based on 
this code.

Thanks to Robert Duffy for doing the grunt work of building this release.

John Carmack
Id Software