443 Commits

Author SHA1 Message Date
yvt
821c392ade Add protocol version parameter to GameProperties’ constructor 2017-09-11 20:49:21 +09:00
NotAFile
bfe62a0a2c Skip dead players when spectating between spawns (#653)
* Skip dead players when spectating between spawns

This makes e.g. spectating the last player alive in arena easier

* Add skip dead players config option
2017-09-08 01:39:22 +09:00
Teodor
0cb053c15d Add a headshot bang sound like in classic (#648)
* Add satisfying headshot bangs like in classic

* add whack sound

* Update Client_Update.cpp

* Add files via upload

* Moved to Resources/Sounds/Feedback

* Play only if inflicted by LocalPlayer

Also lowered volume

* Update AUTHORS

* Update Credits.inc
2017-09-05 18:27:05 +09:00
yvt
f016bd7cee Prepare for an increased number of player slots
Related: #630
2017-09-04 14:39:37 +09:00
notafile
1578bdf157 add ability to push messages to CenterMessageView 2017-09-04 00:36:22 +02:00
yvt
a8ae6c1098 Clear the kill count when a player leaves
Fixes #620.
2017-09-03 16:59:33 +09:00
yvt
a853a58631 Remove corpses after respawn on a certain game mode
Fixes #145.
2017-09-03 16:56:01 +09:00
yvt
aa22e4b25a Show "player joined team" message for the Spectator team
Fixes #635.
2017-09-03 16:00:30 +09:00
yvt
ca892698e3 Minor fixes
- Remove unnecessary `volatile`
- Replace some operations with atomic ones for soundness
- Clean up
- Avoid certain UBs
- Typo
2017-06-25 21:15:27 +09:00
yvt
6f0955349e Add unsupported options (cg_viewWeaponX, cg_viewWeaponY, cg_viewWeaponZ)
Fixes #591.
2017-03-04 03:44:57 +09:00
yvt
03b5d7869e Fix recoil motion 2017-03-04 03:36:10 +09:00
yvt
1743c2c764 Update recoil/spread amount to match measured values 2017-02-25 23:08:36 +09:00
yvt
8e8f2a8772 (Hopefully) fixes #577 2017-02-25 21:19:19 +09:00
yvt
23231dd2a4 Fix some crashes 2017-02-22 08:19:14 +09:00
yvt
cdd794ed9c Fix crash 2017-02-20 04:09:10 +09:00
yvt
2b230c0598 Fix #254 2017-02-20 04:00:08 +09:00
yvt
b4a3837578 Tracers for SWRenderer (temporary)
Fixes #229.
2017-02-20 03:55:27 +09:00
yvt
cf1404c8ae Regenerate block’s health after a certain period of time
Fixes #148
2017-02-20 03:30:10 +09:00
yvt
fb6b0ae838 Change default input parameters to (approximately?) match the original 2017-02-20 03:12:10 +09:00
yvt
971432a373 Recoil adjustment 2017-02-20 03:11:54 +09:00
yvt
84e1292526 Fix blood sprite spawning location 2017-02-18 20:00:39 +09:00
yvt
64d7362228 Update kill feed message in the chat log file 2017-02-11 20:24:05 +09:00
yvt
f52f840256 Add translator comments 2017-02-11 16:38:24 +09:00
yvt
a6bb4ac7e2 Support the enhanced variant of Version Get/Send packet
Fixes #561.
2017-02-11 16:24:53 +09:00
yvt
38529b73c6 Fix #551
Thanks @kmsiapps for pointing this out!
2017-02-11 03:46:31 +09:00
yvt
812a30b9e2 Fix #539
This is a quick fix; the spectator system might need to be refactored or reworked
2017-02-10 00:01:21 +09:00
yvt
66c4b6b91a Limit the range of cg_fov
Fixes #549.
2017-01-29 19:58:49 +09:00
yvt
27d9320476 More accurate weapon firing interval control 2017-01-26 16:27:49 +09:00
David Carlier
c282f0bf72 While loading a map, a tack overflow is triggered either
in NetLog or LogMessage so here we put some limit to
the buffer.
2017-01-14 18:20:53 +00:00
yvt
a88d160aa2 Weaken the radial blur that occurs while a player’s firing 2017-01-14 04:44:11 +09:00
yvt
3e4c92bd8c Bring scoreboard to the front so it won’t be covered by center-aligned messages
Fixes #535 (?)
2017-01-12 22:06:16 +09:00
yvt
93ed881449 Redesign HUDs 2017-01-09 22:56:55 +09:00
yvt
8349b4c9d8 Tracers on MapView
Fixes #139.
2017-01-09 05:00:05 +09:00
yvt
6d6e55b7f8 Change appearance of tracers 2017-01-09 03:45:37 +09:00
yvt
ac33a21a08 Fix #158 2017-01-08 19:03:09 +09:00
yvt
0389540cd0 Fix #378 2017-01-08 18:02:21 +09:00
yvt
65752b4198 Remove cg_smp 2017-01-08 01:30:24 +09:00
yvt
d39de113e2 Make grenades spin and roll
Fix #501
2017-01-08 00:43:55 +09:00
yvt
9f30e9edfc Fix #499 2017-01-08 00:17:51 +09:00
yvt
2ad5074d9c Rename SetSoundAmbience to SetSoundEnvironment 2017-01-07 03:55:39 +09:00
yvt
7ceada702f Make environmental audio switchable 2017-01-07 01:38:56 +09:00
yvt
5e7050a4aa Make audio environment estimation more temporally stable 2017-01-07 01:36:45 +09:00
yvt
7a14c39911 Enhancement to weapon sound effects 2017-01-06 04:01:10 +09:00
yvt
42e7d56f59 Refactor 2017-01-05 21:12:00 +09:00
yvt
ffd5207614 Merge branch 'master' of github.com:yvt/openspades 2017-01-05 04:54:21 +09:00
VelocityRa
d150d2848c Add medium-sized font to FontManager 2017-01-04 21:32:11 +02:00
VelocityRa
2369679dc1 Use GUI font if spectator string contains special chars. 2017-01-04 21:32:11 +02:00
yvt
2554eaad57 Refactor, add more checks 2017-01-05 04:11:42 +09:00
yvt
88f03f01e9 Refactoring
- Mark overriding virtual functions with `override`
- Get rid of warnings
2017-01-05 03:48:11 +09:00
yvt
a7b9909b2e Refactoring 2017-01-05 03:03:39 +09:00