Commit graph

36 commits

Author SHA1 Message Date
edc0f6ac8d Fixed #41 and added HUD 'Caliber' graphics for the explosives
Removed temporary menu cursor fix, because the SVN version of FTE addressed the cursor issue! Yay for Spike!
2017-10-26 19:43:38 -05:00
3188c43bc0 Cleaned a few things up and fixed doors being able to be triggered from above 2017-07-03 13:55:11 +02:00
dbde5342d7 Fixed range of TraceAttack weapons
Fixed AWP inaccuracy
2017-07-03 05:11:53 +02:00
d8987e4135 Implemented smoke and flash grenades.
Fixed some equipment menu bug that caused you to money despite not getting any nades.
v_lefthanded exists now! Use only on the newest FTE SVN build though.
2017-07-02 22:49:22 +02:00
06d1cf7a3c Weapon selection now cares about the grenade slot again.
Overhauled chat handling and display
HUD and VGUI colors now reflect 1.5 more closely
Fixes to func_door
Fixes to func_door_rotating
Overhauled radio message handling and diplay to match chat
2017-07-01 20:31:35 +02:00
d25eb3850f Fixed multi_source trigger problem on complex maps like de_aztec
Added env_spark
Added scope border type 1
Misc fixes
2017-07-01 02:39:15 +02:00
e58ddeb566 Fixed weapon switching in reverse, fixed radius damages healing players on special occasions... 2017-06-21 21:07:23 +02:00
f68a9b9f25 Work towards grenades, translations etc. 2017-06-21 14:50:02 +02:00
4007c5111b Fixed LOADS of networking guff. 2017-04-19 23:06:41 +02:00
ec41057c4e Added my prediction codee 2017-03-04 21:08:59 +01:00
bf1adc491a Support for more muzzleflashes
Fixes and cleanups regarding effects, networking
All sorts of other cool things
2017-01-14 16:00:31 +01:00
47932e57a0 Some more work towards player animations 2017-01-10 22:55:12 +01:00
ce7a2243cc Revamped radio system
Added keybinds for a ton of radio commands
Revamped the start-message stuff
2017-01-10 18:24:43 +01:00
427e2d300d Hit-location based death animations
Fix related to shotguns having an insane accuracy
2017-01-08 15:11:34 +01:00
5347482d9c Implemented new impact effects based around materials
Implemented round-draw
Ricochet sounds and whatnot
2017-01-07 17:29:27 +01:00
Marco Hladik
2b9aef8167 Added semi-automatic fire 2016-12-24 16:30:44 +01:00
Marco Hladik
234b38bb44 Minor fixes to VGUI objects and Nightvision 2016-12-24 01:23:33 +01:00
Marco Hladik
cb9fa0b183 Added a basic spectator HUD
Added nightvision
Added zoom modes for weapons that are supposed to have them
Fixed a bug in which spectators could interact with the game-world
Overhauled the way the rule system works
Switched to autocvars for most cvar-related variables
2016-12-18 10:09:01 +01:00
Marco Hladik
7afac5c6cf Fixed a bug in which switching the team wouldn't restart the match when the playercount was 0
Optimisations with cvars
Added cross_color
Added vgui_color
2016-12-17 13:55:18 +01:00
Marco Hladik
2fa81cc594 Added a new weapon info table field for the upcoming damage system
Added cvar con_color from the old CS days that changes the HUD color (takes RGB)
2016-12-13 23:09:49 +01:00
Marco Hladik
122fbe10ef Basic Player Animations
Added a dynamic crosshair
Updated weapon selection system
Updated the view to do our own bobbing
Fixed a few logic issues with the round/timer loop
Added some new sound events and some overall polish
2016-12-13 20:15:09 +01:00
Marco Hladik
d6479da6b0 Added weapon selection display on the HUD
Changed the reloading behaviour (time needs to pass in order for the mag/caliber fields to update)
2016-12-11 14:17:00 +01:00
Marco Hladik
f8a1902187 Added bomb-defusing
Added progressbar on bomb defusing
Added seperators on the timer and the ammo display
Fixed some USE bugs related to doors and other ents
+use (+button6) is now something that can be toggled, whereas before it was a one-time thing
Added various sounds when buying things
Added various messages when trying to buy things you already have
Added proper radio sounds to the bombing mission type
More work done on the equipment
2016-12-11 11:10:03 +01:00
Marco Hladik
b1b81e8728 Added env_sprite (non-looping)
Added fixes to the VIP selection algorithm
Particle fixes and tweaks
Change how ModelGib calls are broadcast due to PVS issues on maps like cs_militia
Fixed scoreboard coloring
Fixed the random-number generation in some occasions
Added gibmodels being able to have a random selection of submodels
Added monetary rewards
Added penalties for injuring/killing hostages
Misc fixes to func_door and func_button in terms of triggering events
2016-12-10 15:25:16 +01:00
Marco Hladik
dfae8b5dae Added the scoreboard
Added orbituaries
Added monetary rewards for objectives
Fixed weapons not switching/drawing after buying new ones
Added $16.000 salary cap
Fixed func_breakables always starting with 100HP
Fixed something about the doors
Fixed the Buymenu Exit button trying to buy ammunition
Fixed spawning behaviour between switching teams and modes
Fixed VIPs being able to switch teams midsession
Changed gamedir loading behaviour (attempts to read cstrike, then opencs)
2016-12-10 00:03:13 +01:00
Marco Hladik
1290fb0daf Radio messages are now being cast in a bandwidth friendly way
Added ability for mapobjects to respawn (only useful on ones that move/die)
Fixed bug that would "draw" the weapon twice, causing a double-soundcast on the SDL audio driver of FTEQW
2016-12-07 20:38:26 +01:00
Marco Hladik
4f7defcb98 Added info_map_parameters (setting buyrestrictions)
Added trigger_camera
Added ammo-buying restrictions (money wasn't taken into account)
Added spawning of buyzones when there aren't any
Added sound when buying ammo
Added Client_TriggerCamera as part of EV_CAMERATRIGGER
Fixed the Knife not showing/animating
2016-12-07 01:05:06 +01:00
Marco Hladik
ba88b9e818 Improved crouching by a ton, changed speed handling (via multipliers) and fixed the timer so that we can do cool things which will come in later. 2016-12-05 19:06:24 +01:00
Marco Hladik
786b51c2e6 Added loading for texternal MOTD/Mapinfo files
Added ammo purchases and caliber infotypes
Started working on the Escape gamemode
Crouching is now implemented
2016-12-05 01:22:52 +01:00
Marco Hladik
3bd3b7c95f Progress on match logic, respawning, spectating, triggers... 2016-12-04 15:04:30 +01:00
Marco Hladik
dac1623b0d Implemented env_render, cycler_sprite, trigger_multiple and a few other bits 2016-12-04 02:27:15 +01:00
Marco Hladik
a75b6d1dda Improved pathfinding, early breakable model stuff 2016-12-03 20:25:03 +01:00
Marco Hladik
2a69d07ee0 Last commit for tonight, slowly adding in clientside sounds for the viewmodels 2016-12-03 01:35:50 +01:00
Marco Hladik
6378be9043 Additive rendermodes for brushents, basic damage system & hostage deaths 2016-12-03 00:12:10 +01:00
Marco Hladik
c366e8fc9a Hostages are now fully implemented, as well as the game timer display 2016-12-02 17:54:40 +01:00
Marco Hladik
0d58529b79 Initial Commit 2016-12-01 18:50:48 +01:00