mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2024-11-15 00:41:21 +00:00
Source code of Thirty Flights of Loving (2012)
7b6f4281ad
Added Zaero flare gun to no-autoswitch in p_weapon.c->Pickup_Weapon() in missionpack DLL. Added LM plasma rifle to p_weapon.c->NoAmmoWeaponChange() in missionpack DLL. Added output of modelindex5&6, alpha, and attenuation to properties command in missionpack DLL. Added nogib and environment spawnflags to trigger_hurt and trigger_hurt_boox in missionpack DLL. Added MONSTER_KNOWS_MIRRORS flag to berserker, barracuda shark, and mutant in missionpack DLL. Added entity class IDs to misc_actor and target_actor in missionpack DLL. Added syntax whitespacing to some files in missionpack DLL. Added backpack drop to certain monsters in missionpack DLL. Changed some sound paths for new monsters and weapons in missionpack DLL. |
||
---|---|---|
3zb2 | ||
client | ||
extractfuncs | ||
game | ||
include | ||
linux | ||
missionpack | ||
null | ||
projects | ||
qcommon | ||
renderer | ||
server | ||
tools_bin | ||
ui | ||
unix | ||
win32 | ||
zaero | ||
.gitignore | ||
3.21_Changes.txt | ||
buglist.txt | ||
gnu.txt | ||
kmq2_md3_scripting.txt | ||
kmquake2.txt | ||
kmquake2_changelog.txt | ||
kmquake2_lazarus.txt | ||
Makefile | ||
readme.txt | ||
todo.txt |
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