BeaR
|
186de4e08e
|
Add option to enable/disable panning per voice
|
2014-11-30 12:23:05 +01:00 |
|
BeaR
|
98d42adf9d
|
Implement sound logic for shaped sounds, fix rectangle height property in editor and submit voice shape information to audio interface
|
2014-11-29 14:29:40 +01:00 |
|
BeaR
|
9996751161
|
Remove deprecated falloff distance
|
2014-11-28 19:21:59 +01:00 |
|
BeaR
|
80c06aef91
|
Fix sound cutoff for looped sounds and make sound offset threshold dependent on the size of the audio buffer
|
2014-11-27 13:56:01 +01:00 |
|
def
|
f3ba2e86ca
|
Send timeout code later (fixes timeout code entering issues, fixes timeout protection not working realiably with dummy)
|
2014-11-27 01:59:55 +01:00 |
|
def
|
e4c4ba2d44
|
Remove another bad log
|
2014-11-26 21:33:57 +01:00 |
|
def
|
d2573e78c2
|
comment
|
2014-11-26 21:18:11 +01:00 |
|
def
|
8fdd6da926
|
Keep retrying for FifoFile even if it's temporarily unavailable
|
2014-11-26 21:17:00 +01:00 |
|
def
|
9d3cb79db5
|
Remove log that happens too often
|
2014-11-26 21:10:22 +01:00 |
|
def
|
bba82712e0
|
Add sv_solo_server for easier solo servers (also working for tunezones finally)
|
2014-11-25 22:42:05 +01:00 |
|
def
|
c9b4687cce
|
More time for double click recognition (0.33 instead of 0.25 seconds) (fixes #17)
|
2014-11-25 21:30:16 +01:00 |
|
def
|
91bc16c037
|
Add an option to assume demos to be race demos
|
2014-11-25 20:46:21 +01:00 |
|
def
|
93d0f43a6a
|
Broadcast about DDNet client delayed a bit (fixes #72)
|
2014-11-25 20:33:21 +01:00 |
|
def
|
2acdf5ea17
|
Code cleanup
|
2014-11-25 20:29:31 +01:00 |
|
def
|
18315e8c79
|
Improve ping on empty server (serverbrowser)
|
2014-11-24 22:31:13 +01:00 |
|
def
|
a08ed87cc4
|
Initial work on confusable utf8 name detection
|
2014-11-24 16:22:00 +01:00 |
|
def
|
4d4d8ad5e8
|
Fix compile warnings
|
2014-11-23 21:24:20 +01:00 |
|
def
|
197ed5dca3
|
Use 0.6.3 server crash fix since the other seems not to work with GCC 4.9.2 with optimizations on
|
2014-11-22 13:17:55 +01:00 |
|
def
|
5f035cf9fb
|
Fix infrequent segfault when server shuts down immediately
|
2014-11-20 22:26:13 +01:00 |
|
def
|
140173311e
|
Uncached time_get by default
|
2014-11-18 18:21:30 +01:00 |
|
def
|
893fe8785b
|
Bring back gfx_text_overlay to stop rendering text at far distances for
better performance
|
2014-11-16 21:51:44 +01:00 |
|
def
|
c79a7eba7a
|
And the same another time (Thanks coffee)
|
2014-11-16 21:51:44 +01:00 |
|
def
|
56fbd92be9
|
number check
|
2014-11-16 21:51:36 +01:00 |
|
def
|
eba1fb5b8b
|
Fix wait time on windows (Thanks to Tobii)
|
2014-11-15 18:14:24 +01:00 |
|
def
|
36a9c00aed
|
Make sound more exact
|
2014-11-15 00:13:20 +01:00 |
|
def
|
808f889c00
|
Improve server wakeup timing
|
2014-11-11 13:00:02 +01:00 |
|
def
|
4e9b6ea336
|
Ugly fix for client (TODO: improve)
|
2014-11-10 00:17:31 +01:00 |
|
def
|
aede6df2ca
|
Cache get_time calls
|
2014-11-10 00:08:50 +01:00 |
|
def
|
bc9d632103
|
Clean up whitespace detection a bit and add BRAILLE PATTERN BLANK (U+2800)
|
2014-11-08 20:14:12 +01:00 |
|
def
|
c9ceef7523
|
Add workaround for FlashWindowEx on mingw with old winapi32
|
2014-11-05 01:46:40 +01:00 |
|
def
|
627d6386ee
|
Revert "Revert "Revert "Add antiping for weapons (by nuborn)"""
This reverts commit 8f7e24b4db .
|
2014-11-02 10:59:22 +01:00 |
|
def
|
36375b67e2
|
Revert "update the version number required for extra antiping features"
This reverts commit 80dbdc3d5b .
|
2014-11-02 10:58:58 +01:00 |
|
def
|
fb0ca67adb
|
Revert "Fix version for antiping projectile"
This reverts commit e651124d59 .
|
2014-11-02 10:58:34 +01:00 |
|
def
|
d3797289c1
|
Revert "improve antiping for weapons (particularly in vanilla) by taking into account more of the info already available to the client"
This reverts commit 56036dcd7b .
|
2014-11-02 10:58:21 +01:00 |
|
def
|
11583ed434
|
Allow 256 voices
|
2014-10-30 00:14:16 +01:00 |
|
BeaR
|
f5fa00cfb7
|
Prevent integer overflow (fixes segfault in the soundengine)
|
2014-10-29 22:45:48 +01:00 |
|
def
|
0da475ea65
|
Fixes #91
|
2014-10-29 19:53:51 +01:00 |
|
def
|
e97fa68627
|
Antiping for Weapons should work with 6.0 as well
|
2014-10-29 10:50:04 +01:00 |
|
Dennis Felsing
|
346d7a04f3
|
Merge pull request #90 from trml/improve_antipingweapons
Small improvements to antiping for weapons
|
2014-10-29 00:34:45 +01:00 |
|
def
|
ec55a87972
|
Fix opus map sound crash
|
2014-10-28 22:42:31 +01:00 |
|
def
|
2a44f0cc0f
|
Merge branch 'Sound' into DDRace64
Conflicts:
bam.lua
other/opus/include/ogg/ogg.h
other/opus/include/opus/opus.h
other/opus/include/opus/opus_custom.h
other/opus/include/opus/opus_defines.h
other/opus/include/opus/opus_multistream.h
other/opus/include/opus/opus_types.h
other/opus/include/opusfile.h
src/engine/client/sound.cpp
|
2014-10-28 22:08:59 +01:00 |
|
nuborn
|
56036dcd7b
|
improve antiping for weapons (particularly in vanilla) by taking into account more of the info already available to the client
|
2014-10-28 21:13:55 +01:00 |
|
def
|
e651124d59
|
Fix version for antiping projectile
|
2014-10-28 20:07:51 +01:00 |
|
nuborn
|
80dbdc3d5b
|
update the version number required for extra antiping features
|
2014-10-28 18:30:15 +01:00 |
|
nuborn
|
8f7e24b4db
|
Revert "Revert "Add antiping for weapons (by nuborn)""
This reverts commit 755e9f4d1c .
|
2014-10-28 15:50:28 +01:00 |
|
BeaR
|
5562fac602
|
Add opus as external library (windows only)
|
2014-10-28 14:38:50 +01:00 |
|
BeaR
|
49373ee412
|
Fix opus sound loading
|
2014-10-28 14:01:21 +01:00 |
|
def
|
e283e10685
|
A bit better, but still buggy
|
2014-10-28 12:22:49 +01:00 |
|
def
|
9b3ca0d8a1
|
Something that sounds a bit more like music (NumFrames wrong or op_read wrong?)
|
2014-10-28 10:27:00 +01:00 |
|
def
|
7d7b78938e
|
Fix opus compilation
|
2014-10-28 09:51:15 +01:00 |
|