Commit Graph

102 Commits

Author SHA1 Message Date
Blixibon
cd17ec21a0 Added "Don't drown" and "No melee insta-kill" spawnflags for npc_headcrab 2020-06-12 14:23:52 -05:00
Blixibon
0bd61c4cca Added option to use dirty Nova Prospekt prison guard model 2020-06-07 16:59:56 -05:00
Blixibon
f7e8d4daa6 Added filter_script 2020-05-30 11:35:21 -05:00
Blixibon
2ee2a5545f Added more VScript stuff 2020-05-27 10:54:02 -05:00
Blixibon
93c99bd3d0 Added RunScriptCodeQuotable 2020-05-22 22:29:06 -05:00
Blixibon
d3bb22bdd9
Merge pull request #1 from ReDucTor/WIP/vscript_support
WIP: vscript support
2020-05-22 22:17:48 -05:00
James Mitchell
bba5141c2d Adding logic_script entity 2020-05-19 22:48:40 +10:00
James Mitchell
a099ab87f6 Adding vscript properties for base entity 2020-05-15 19:21:58 +10:00
Blixibon
61cbdd48e9 Added ability to change channel on env_microphone, added "SetPitchScale" input 2020-04-29 13:25:22 -05:00
Blixibon
6749724245 Added "OnSoundFinished" output for ambient_generic, "Play break sound" spawnflag for func_breakable_surf, "Use look entity as caller" for trigger_look 2020-04-29 13:24:22 -05:00
Blixibon
a50cb801a7 Added metrocop alt-fire abilities 2020-04-29 13:22:58 -05:00
Blixibon
7888c71185 Added "Spawn even if player meets all requirements" spawnflag on item_dynamic_resupply to FGD, added new OnSpawnNPC output for npc_combinedropship 2020-04-29 13:22:09 -05:00
Blixibon
39b75266ae Added item_grubnugget to FGD with the ability to set size, added combine_mine cheap warn sound 2020-04-29 13:19:42 -05:00
Blixibon
2417eacf24 Added "Search Type" keyvalue to ai_goal_fear 2020-04-29 13:16:24 -05:00
Blixibon
94e4eac04c Added a description to the env_projectedtexture texture name to clarify that it only takes VTFs, not VMTs 2020-04-29 13:15:22 -05:00
Blixibon
f43b690124 Fixed filter_damage_mod keyvalues not using eyedropper, fixed a typo with the "Radius pickup" flag 2020-04-29 13:13:49 -05:00
Blixibon
b9585711d0 Added NPC speed modifiers and look distance inputs 2020-04-29 13:11:34 -05:00
Blixibon
e96316e041 Turned instances of sphere() into sphere(radius) due to some parts of the sphere code apparently not accepting a default 2020-02-01 09:59:18 -06:00
Blixibon
33e3f69443 Added new Mapbase entities and some other new stuff 2020-02-01 09:57:47 -06:00
Blixibon
2a8046c2db Added some new inputs and keyvalues from the last Mapbase update 2020-02-01 09:55:49 -06:00
Blixibon
fce1324e95 Fixed KillWhenNotVisible not accepting a parameter, fixed "Damaged Other Players" using the wrong name 2020-01-26 17:11:33 -06:00
Blixibon
1f907624cc Added new inputs to math_vector, all animating entities, and logic_modelinfo related to pose parameters 2020-01-06 11:51:50 -06:00
Blixibon
370664e8a2 Added sphere to point_tesla radius and point_tesla sound browser 2020-01-06 11:47:21 -06:00
Blixibon
a29f788a19 Added ammo multiplier I/KV, which had been forgotten about 2020-01-06 11:46:46 -06:00
Blixibon
8a4c350ba2 Added spheres to certain sprite-based entities, particularly for GlowProxySize 2020-01-06 11:46:05 -06:00
Blixibon
2d8197fb6d Added spheres to vrad light radius keyvalues 2020-01-06 11:45:31 -06:00
Blixibon
3b6b4e096f Added custom model support to item_health/suitcharger 2019-12-17 18:34:56 -06:00
Blixibon
e39bc05ecb Clarified bit about damage types in filter_damage_mod 2019-12-17 16:51:24 -06:00
Blixibon
cc7b7eff9f Fixed error in base.fgd + removal of parallax correction resolution increase comment 2019-12-17 16:47:53 -06:00
Blixibon
0473deb762 Add/RemoveSolidFlags 2019-12-17 13:46:57 -06:00
Blixibon
012c684ac5 Added damage bit modification to filter_damage_mod 2019-12-17 11:23:26 -06:00
Blixibon
ee020b3f47 OnFoundNPC output on scripted_sequence 2019-12-17 10:40:54 -06:00
Blixibon
de4e7db1c7 Added parallax_obb to the "Cubemaps" visgroup, added "Touch" input to targetname base class 2019-12-17 10:40:06 -06:00
Blixibon
e088e0435f Added "Always touchable" flags to weapons and items 2019-12-17 10:39:24 -06:00
Blixibon
211aa5e911 Made item_ammo_crate use the empty model and support skin changing 2019-12-17 10:37:34 -06:00
Blixibon
24e03f687a Added SetAbsOrigin/Angles, logic_entity_position OutAngles, misc. text changes 2019-12-13 16:09:23 -06:00
Blixibon
41bed5b61e scripted_sequence OnPreIdleSequence and help text revisions, new field additions for chargers and weapons 2019-12-11 23:11:54 -06:00
Blixibon
4a58cdcefb Uncommented parallax corrected cubemap stuff, added projected texture attenuation control 2019-12-11 23:10:26 -06:00
Blixibon
285199ebd5 Added a bunch of miscellaneous I/O/KV on various entities, changed comments/help text 2019-12-11 23:08:56 -06:00
Blixibon
6d5900608a Added logic_playerinfo, worldspawn changes for save comment/RPC 2019-12-11 23:07:41 -06:00
Blixibon
65bc9b0063 Ragdoll boogie color, trigger_waterydeath customization I/O/KV 2019-12-11 23:05:19 -06:00
Blixibon
3855a7462b math_counter_advanced lerping, miscellaneous logic entity I/O changes and additions 2019-12-11 23:03:18 -06:00
Blixibon
8437d9837b Miscellaneous parameter and description changes 2019-12-11 22:13:09 -06:00
Blixibon
035f3ed5bf Added parenting support to ambient_generic, func_lod, point_teleport, point_radiation_source, and point_bugbait. 2019-12-11 22:11:17 -06:00
Blixibon
fd6e220d82 Merge branch 'master' into mapbase 2019-10-24 21:44:16 -05:00
Blixibon
f7cbdda060
Created README.md 2019-10-24 21:41:50 -05:00
Blixibon
4a79dce177 Changed camera frustum to use fog values 2019-10-24 21:36:04 -05:00
Blixibon
b13b9a06a9 Added parallax cubemaps framework + other misc changes 2019-10-24 14:00:38 -05:00
Blixibon
85655b133f Added spheres to env_fog_controller, changed npc_cscanner entry + added custom flight speed, gave a frustum to point_camera 2019-10-24 12:26:24 -05:00
Blixibon
40bfb8067f Updated Mapbase base FGD with lighting origins, point_damageinfo, func_areaportalwindow fade distances, and BecomeRagdoll on studiomodels 2019-10-09 09:43:04 -05:00