mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2025-01-18 14:31:55 +00:00
c531db636d
Fixed an old protocol bug in how extended HUD stats were sent to the client. Changed protocol for svc_sound servercommand to separate channel and entity values from a merged short to a byte and a short. More improvements to Tactician Gunner prox aiming safety in missionpack DLL. Fixed SV_CheckVelocity() sv_velocity cap in missionpack, 3ZB2, and Zaero game DLLs. |
||
---|---|---|
.. | ||
3zb2.dsp | ||
3zb2.dsw | ||
3zb2.mak | ||
3zb2_2008.sln | ||
3zb2_2008.vcproj | ||
bot.c | ||
bot.h | ||
bot_fire.c | ||
bot_func.c | ||
bot_za.c | ||
botstr.h | ||
g_chase.c | ||
g_cmds.c | ||
g_combat.c | ||
g_ctf.c | ||
g_ctf.h | ||
g_func.c | ||
g_items.c | ||
g_local.h | ||
g_main.c | ||
g_misc.c | ||
g_model.c | ||
g_monster.c | ||
g_mtrain.c | ||
g_newfnc.c | ||
g_phys.c | ||
g_save.c | ||
g_spawn.c | ||
g_svcmds.c | ||
g_target.c | ||
g_trigger.c | ||
g_turret.c | ||
g_utils.c | ||
g_weapon.c | ||
game.def | ||
game.h | ||
m_move.c | ||
m_player.h | ||
p_client.c | ||
p_hud.c | ||
p_menu.c | ||
p_menu.h | ||
p_trail.c | ||
p_view.c | ||
p_weapon.c | ||
pak.h | ||
q_shared.c | ||
q_shared.h | ||
readme.txt |
This is the source code to the 3ZB2 support DLL for KMQuake2. It supports the model_train, model_spawn, target_effect, and rotating func_train entities from the Lazarus mod, and also the func_plat2, func_door_secret2, and func_force_wall entities from the Ground Zero mission pack. Note this source code is under the original "Limited Program Source Code License" from id Software, NOT the GPL. It should not be mixed with GPLed code.