|
72e5c6f2ef
|
random_speaker: Initial implementation. This entity appears in Gunman Chronicles.
|
2020-08-29 00:07:53 +02:00 |
|
|
e3812ee88a
|
trigger_counter: change print to dprint
|
2020-08-28 22:39:23 +02:00 |
|
|
9d5b1fb1a8
|
trigger_endsection: Add support for the 'master' key
|
2020-08-28 22:38:48 +02:00 |
|
|
ffca4e14b9
|
trigger_playerfreeze: Initial implementation. This entity is used in Opposing Force/Blue Shift to freeze players, like in the drill sergeant intro. Works fine in the maps that use it.
|
2020-08-28 22:36:56 +02:00 |
|
|
06a512137b
|
trigger_counter: Initial implementation. You don't see this entity used a lot so more testing needs to be done to ensure we're not missing any undocumented fields.
|
2020-08-28 21:57:01 +02:00 |
|
|
63fb7e1d7f
|
trigger_endsection: Fix it and add it back in... I suppose it was never enabled?
|
2020-08-28 21:55:37 +02:00 |
|
|
5526b3524c
|
trigger_changetarget: implemented. needs testing, also any entity's get their target value reset during Respawn() properly if it's been changed by one of those.
|
2020-08-28 21:35:18 +02:00 |
|
|
67930b7dde
|
monster_furniture: changed parent class, because Gunman uses scripted sequences on monster_furnitures.
|
2020-08-28 19:12:45 +02:00 |
|
|
6845bf76bd
|
func_vehicle: Reset .angles upon respawn, clamp velocity and angles by default for now. Will add a spawnflag later?
|
2020-08-27 10:15:12 +02:00 |
|
|
f9241d86ea
|
func_vehicle: It was 20 years ago today, this entity came out to play. It got everyone to smile, at least for a little while. Happy birthday Counter-Strike 7.0, introducing: func_vehicle!
|
2020-08-26 22:31:49 +02:00 |
|
|
0d700f487e
|
infodecal: Added support for Trigger() states. This means you can de-spawn decals now, too. That's a first.
|
2020-08-20 19:40:22 +02:00 |
|
|
1bd552685d
|
env_spark: Added support for Trigger() state control
|
2020-08-20 19:15:01 +02:00 |
|
|
cf96d9379a
|
ambient_generic: Fix harmless warning from when Trigger() was changed
|
2020-08-17 02:41:22 +02:00 |
|
|
6ff467f6ce
|
func_healthcharger/func_recharge: Don't let dead players be funny and use them when dead
|
2020-08-16 07:36:44 +02:00 |
|
|
bb22097203
|
target_cdaudio is now implemented, what maps use this over trigger_cdaudio anyway?
|
2020-08-10 13:11:14 +02:00 |
|
|
d3b488b7bf
|
CBaseTrigger/s: Overhauled the system to keep proper track of its activators. This was important in some mods who'd e.g. call a trigger_camera over longer periods of time and expected to target the same player as before as part of a multi_manager.
|
2020-08-10 12:32:18 +02:00 |
|
|
d8ce029466
|
scripted_sequence: Report state value to multisources.
|
2020-08-09 12:55:38 +02:00 |
|
|
b3ba711bab
|
CBaseTrigger: The order of states was actually kinda iffy for relays. Adjusted the internal order to require no messy conversion.
|
2020-08-09 02:11:54 +02:00 |
|
|
bbf426e58e
|
CBaseEntity: Change EF_FULLBRIGHT to the infinitely superior two-step method of setting some drawflag and setting the .abslight key from HeXen II to the max. That's how we do it on brushes apparently. Bogus!
|
2020-08-09 02:10:36 +02:00 |
|
|
19b565b202
|
Menu: Cleaned up gamma hack.
|
2020-08-09 00:53:18 +02:00 |
|
|
1c8d21da62
|
Prototypes for momentary_rot_button and momentary_door with some basic input logic to have them interact.
|
2020-08-08 02:39:38 +02:00 |
|
|
80fb0aa46f
|
func_breakable: Changing material from float to int fixed our material type always being glass - OKAY... fteqcc compiler bug?
|
2020-08-07 23:15:37 +02:00 |
|
|
8ad56c0f2f
|
func_door: Add support for trigger states on/off/toggle.
|
2020-08-07 22:19:29 +02:00 |
|
|
2299a478bb
|
func_door_rotating: Handle trigger state (on/off/toggle).
|
2020-08-07 22:16:00 +02:00 |
|
|
c9094d86d9
|
trigger_auto: Respect the triggerstate entity key. trigger_teleport: Fix flag check for monsters.
|
2020-08-07 22:14:59 +02:00 |
|
|
d324259e72
|
CBaseTrigger: Massive change that allows us to finally set states. This affected every entity that can be triggered. Things like the airlock check in c1a0d work now.
|
2020-08-07 14:07:38 +02:00 |
|
|
40d0ceedf5
|
CBaseEntity: Fix hologram alpha calculation that regressed.
|
2020-08-07 13:55:29 +02:00 |
|
|
774eb4cf14
|
trigger_once: Implement the spawnflags that check for whether a monster/client is allowed to trigger.
|
2020-08-07 09:58:52 +02:00 |
|
|
96a873c0da
|
trigger_changelevel: Fix and improve landmark positions and direct touch triggers.
|
2020-08-05 23:17:21 +02:00 |
|
|
1eefedbc36
|
Smoothed out turning of monsters/npc entities, they'll also reset paths when losing track of a target properly now.
|
2020-08-03 23:39:57 +02:00 |
|
|
3c4a518b8e
|
Counter-Strike: Fixed some warnings.
|
2020-08-03 18:49:30 +02:00 |
|
|
743d7a33d0
|
Half-Life: Add support for player respawns when coop is 1, as well as custom player model support in coop.
|
2020-08-02 15:21:35 +02:00 |
|
|
e8bafa044d
|
scripted_sequence: Added support for the IDLE key. This means the setup for most sequence look and behave correct now.
|
2020-08-02 13:09:37 +02:00 |
|
|
b9f4da2494
|
Half-Life: monster_zombie and monster_headcrab are attacking somewhat properly now and chase you around. Currently still working out the whole vision logic.
|
2020-08-02 12:55:03 +02:00 |
|
|
73597af3c0
|
Some basic Attack functions for CBaseMonster. monster_barney in Half-Life will draw, holster his weapon against targets and shoot. Shows there's some use in our pathfinding already.
|
2020-07-27 01:19:53 +02:00 |
|
|
abe97ebe43
|
Half-Life: Add a silly announcer to spice things up when players get killed.
|
2020-07-18 01:56:28 +02:00 |
|
|
4323dd71bd
|
func_door: Expanded QUAKED documentation for level designers, added notes on spawnflags.
|
2020-07-11 21:40:19 +02:00 |
|
|
1fca666a5f
|
Menu: Fix memory leak that'll when preparing some TCP streams. Fix a name display issue in the IRC log.
|
2020-07-11 15:55:03 +02:00 |
|
|
b3713ca0ab
|
func_door: Improve documentation for level designers
|
2020-07-10 13:43:11 +02:00 |
|
|
f33541a84d
|
func_door: Support for Source engine noise1 and noise2 fields, allowing for custom door sounds outside the predefined set.
|
2020-07-10 11:57:30 +02:00 |
|
|
37a3494559
|
Fix 3 small warnings.
|
2020-06-28 10:52:13 +02:00 |
|
|
980fe8f864
|
Mark monster_furniture, monster_generic and monstermaker as MULTIPLAYER available
|
2020-06-25 11:05:28 +02:00 |
|
|
aef3b2f8c1
|
Sentences: Minor improvement to parsing sentences.txt entries
|
2020-06-25 11:01:44 +02:00 |
|
|
776ef713fc
|
Missed this file with the last commit.
|
2020-06-14 00:56:21 +02:00 |
|
|
9a4cc85366
|
speaker: Initial implementation; Misc improvements to the sentences processing.
|
2020-06-14 00:55:01 +02:00 |
|
|
12c26958e1
|
CBaseMonster: Add MSF_MULTIPLAYER flag, so monsters can be made available in multiplayer on a per-class basis.
|
2020-06-12 17:02:30 +02:00 |
|
|
8c62ea4f73
|
Update gs-entbase README
|
2020-06-12 16:30:09 +02:00 |
|
|
1b27e26582
|
func_friction: Added implementation of a friction modifier for player entities. This affects pmove.c as well.
|
2020-06-12 13:37:37 +02:00 |
|
|
a3ade0deab
|
trigger_teleport: respect the 'master' value, support for spawnflags 1 and 2.
|
2020-06-12 13:02:14 +02:00 |
|
|
4fe5166fd1
|
button_target: Initial implementation
|
2020-06-12 12:48:40 +02:00 |
|