def
|
e816e2e0e0
|
Clean up menus
|
2014-12-14 17:16:44 +01:00 |
|
def
|
ad50badc05
|
Remove colorization options from server filter
|
2014-12-14 16:55:10 +01:00 |
|
def
|
8d945fe968
|
Exclude DDNet servery by type
|
2014-12-14 16:45:18 +01:00 |
|
def
|
3b0f768478
|
Add setting to ignore clan in friends and enable by default
|
2014-12-12 17:15:29 +01:00 |
|
def
|
dfa804fb58
|
Add missing file
|
2014-12-10 11:21:13 +01:00 |
|
def
|
76b6a99f26
|
Add Exclusion filter strings and clean up menu a bit
|
2014-12-10 04:49:16 +01:00 |
|
def
|
8b108a2311
|
Clean up gametype determination
|
2014-12-10 03:39:15 +01:00 |
|
BeaR
|
cd32f6d79a
|
Cleanup grenade prediction, now also correctly shows smoke trails
|
2014-12-08 19:14:44 +01:00 |
|
BeaR
|
0b00f17627
|
Fix visual studio build (C89-compatibility)
|
2014-12-08 18:44:01 +01:00 |
|
def
|
3a5b3735ed
|
Fix: Client & Server quit properly
|
2014-12-08 13:53:19 +01:00 |
|
def
|
eb12370db0
|
Rename cl_antiping to cl_antiping_players and add cl_antiping metasetting
|
2014-12-08 13:49:39 +01:00 |
|
def
|
9d488d7a28
|
No one cares about the TOS value but shouldn't hurt to set it
|
2014-12-07 14:19:03 +01:00 |
|
def
|
87ebb2f03e
|
Defer character kill from thread to prevent race conditions
|
2014-12-07 03:42:43 +01:00 |
|
def
|
6ecd02d410
|
No threaded debug output with fuzzing
|
2014-12-06 19:45:52 +01:00 |
|
def
|
f32b09206a
|
Fuzzing optimization
|
2014-12-06 19:29:20 +01:00 |
|
def
|
9e1ed24c53
|
Fuzzable server
|
2014-12-06 19:19:39 +01:00 |
|
def
|
366f0281ed
|
Fuzzing options
|
2014-12-06 16:17:04 +01:00 |
|
def
|
8275f2d811
|
Finally working...
|
2014-12-06 14:34:30 +01:00 |
|
def
|
6b1666d51d
|
Next try
|
2014-12-06 14:18:59 +01:00 |
|
def
|
b334c462c2
|
Try to explicitly close fifo console
|
2014-12-06 14:14:46 +01:00 |
|
def
|
2e7e4cfd46
|
Code piece to convert race stoppers to ddrace stoppers
|
2014-12-06 00:56:08 +01:00 |
|
def
|
14382356d9
|
Add AntiPing weapons button
|
2014-12-05 18:47:27 +01:00 |
|
def
|
af3b68b253
|
Enable antiping projectiles starting with 6.4
|
2014-12-05 17:46:32 +01:00 |
|
def
|
e47c653437
|
Version 6.4
|
2014-12-05 17:03:54 +01:00 |
|
BeaR
|
5d364410de
|
Add editor compatibility with sound layers from older maps
|
2014-12-05 14:38:16 +01:00 |
|
def
|
83987e0bfb
|
Fix compile
|
2014-12-02 21:23:54 +01:00 |
|
def
|
801d6033a5
|
Revert "More unsigned ints because of undefined integer overflow behaviour"
This reverts commit 623223354a .
|
2014-12-02 15:54:59 +01:00 |
|
def
|
9ea846033b
|
Optimization for faster server side demo recording
|
2014-12-02 15:44:54 +01:00 |
|
def
|
0947de4b3f
|
Centisecs -> Decisecs
|
2014-12-02 13:55:19 +01:00 |
|
def
|
6b12cc6f73
|
Merge branch 'DDRace64' of github.com:def-/ddnet into DDRace64
|
2014-12-02 13:36:36 +01:00 |
|
def
|
0963b68dea
|
Fix memory leak in client
|
2014-12-02 13:36:27 +01:00 |
|
def
|
d0c85acc0d
|
Add cl_show_centisecs
|
2014-12-02 13:19:06 +01:00 |
|
def
|
d3837038eb
|
Fix stack underflow
|
2014-12-02 12:35:52 +01:00 |
|
def
|
db4d472443
|
Don't copy string when it's in the right position already
|
2014-12-02 12:35:28 +01:00 |
|
def
|
623223354a
|
More unsigned ints because of undefined integer overflow behaviour
|
2014-12-02 12:10:21 +01:00 |
|
Dennis Felsing
|
b525de33b5
|
Merge pull request #112 from trml/prediction_weapons
Prediction weapons
|
2014-12-02 11:24:52 +01:00 |
|
nuborn
|
13f56be3a1
|
fix recording of projectiles in server too
|
2014-12-02 02:32:07 +01:00 |
|
nuborn
|
88a1565d75
|
make the prediction compatible with very large maps
|
2014-12-02 01:08:52 +01:00 |
|
def
|
b4cef79b82
|
Fix compile with -O3 & -Ofast
|
2014-12-01 21:10:10 +01:00 |
|
def
|
158ba846fa
|
Merge branch 'DDRace64' of github.com:def-/ddnet into DDRace64
|
2014-12-01 20:35:52 +01:00 |
|
def
|
49f6f2dff2
|
Fix some editor popup
|
2014-12-01 20:35:30 +01:00 |
|
nuborn
|
bb9c699f35
|
use consistent values for prediction
|
2014-12-01 18:34:16 +01:00 |
|
nuborn
|
9752334e75
|
convert projectiles back to default format before recording demos
|
2014-12-01 01:32:51 +01:00 |
|
nuborn
|
03bc769c09
|
prediction of hammer (hits) and grenade (explosions)
|
2014-12-01 01:31:58 +01:00 |
|
Dennis Felsing
|
598c6c9968
|
Merge pull request #111 from cinaera/pr_pan
Add option to enable/disable panning per voice
|
2014-11-30 13:26:01 +01:00 |
|
BeaR
|
186de4e08e
|
Add option to enable/disable panning per voice
|
2014-11-30 12:23:05 +01:00 |
|
BeaR
|
5f4067c483
|
Check array boundary for shape type
|
2014-11-30 11:33:44 +01:00 |
|
Dennis Felsing
|
82eba3875d
|
Merge pull request #109 from cinaera/pr_shape
Shaped audio source support
|
2014-11-29 21:28:29 +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
|
485aa4ce54
|
Add editor properties for rectangle shaped sources and visualize falloff distance
|
2014-11-29 13:20:04 +01:00 |
|
BeaR
|
fbcd560eb0
|
Working on adding editor UI support for sound shapes
|
2014-11-28 20:25:43 +01:00 |
|
BeaR
|
a045a20fba
|
Render sound shapes
|
2014-11-28 20:01:25 +01:00 |
|
BeaR
|
9996751161
|
Remove deprecated falloff distance
|
2014-11-28 19:21:59 +01:00 |
|
def
|
1d4ac3b03a
|
check in better order
|
2014-11-27 22:38:25 +01:00 |
|
BeaR
|
d1327742e7
|
Start adding support for custom shaped audio fields
Add version check for sound layers
|
2014-11-27 16:18:15 +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
|
771eb1a625
|
Disregard whitespaces in confusable name comparison
|
2014-11-26 02:05:40 +01:00 |
|
def
|
c1fd694c14
|
Version 6.3
|
2014-11-25 23:24:47 +01:00 |
|
def
|
21472046df
|
Remove magic number: 256 -> NUM_TUNINGZONES
|
2014-11-25 22:47:25 +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
|
0071fbaf8d
|
Make detail flag work for sounds (fixes #103)
|
2014-11-25 21:01:31 +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
|
a840df5635
|
Don't add duplicate skins (fixes #102)
|
2014-11-25 20:13:40 +01:00 |
|
def
|
4b3dd81a74
|
Disable map sounds with snd_enable 0 as well (fixes #98)
|
2014-11-25 19:56:31 +01:00 |
|
heinrich5991
|
1651c2ea35
|
Only use WriteConsoleW if the intended output is the console
Conflicts:
src/base/system.c
|
2014-11-25 19:49:31 +01:00 |
|
heinrich5991
|
d2d4423655
|
Fix compilation on windows
const int wasn't detected as compile-time constant.
|
2014-11-25 19:49:19 +01:00 |
|
heinrich5991
|
92cdb15679
|
Add unicode support for console output on windows
Hints regarding the unicode support were taken from the libuv project, which
really helped.
Conflicts:
src/base/system.c
|
2014-11-25 19:48:53 +01:00 |
|
def
|
7e89917ddd
|
Rename ping -> twping
|
2014-11-24 23:22:37 +01:00 |
|
def
|
bde77f09c1
|
Default port for ping tool
|
2014-11-24 22:37:13 +01:00 |
|
def
|
e8cf3fbec0
|
Newlines in ping tool
|
2014-11-24 22:32:24 +01:00 |
|
def
|
18315e8c79
|
Improve ping on empty server (serverbrowser)
|
2014-11-24 22:31:13 +01:00 |
|
def
|
8fb0358452
|
ping tool cleanup
|
2014-11-24 21:21:16 +01:00 |
|
def
|
7ff73a2ee5
|
Add ping tool
|
2014-11-24 21:16:03 +01:00 |
|
def
|
d7e5a7b9ab
|
Whitespace cleanup
|
2014-11-24 19:10:19 +01:00 |
|
def
|
bfcc82ff03
|
Fix demo saving
|
2014-11-24 18:29:38 +01:00 |
|
def
|
434b757733
|
Exactly wrong way around
|
2014-11-24 17:15:05 +01:00 |
|
def
|
92e4a5c7f1
|
Add ASCII confusable detection in names
|
2014-11-24 17:09:01 +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
|
8c07ae19a1
|
Allow for more than 9 DDNet locations
|
2014-11-21 14:11:04 +01:00 |
|
def
|
5f035cf9fb
|
Fix infrequent segfault when server shuts down immediately
|
2014-11-20 22:26:13 +01:00 |
|
def
|
913d5ac226
|
Fix editor in Images & Sounds views when GUI is deactivated (Reported by Welf)
|
2014-11-19 21:58:25 +01:00 |
|
def
|
140173311e
|
Uncached time_get by default
|
2014-11-18 18:21:30 +01:00 |
|
def
|
3df4c76e57
|
Version 6.2.1
|
2014-11-16 21:51:45 +01:00 |
|
def
|
8abe166484
|
Don't render evil cp-tele-in numbers either
|
2014-11-16 21:51:44 +01:00 |
|
def
|
e21bbeaedb
|
Version 6.2
|
2014-11-16 21:51:44 +01:00 |
|
def
|
2976f0719d
|
Don't render useless TILE_TELECHECKIN number
|
2014-11-16 21:51:44 +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
|
0a9b0b11b9
|
Significantly improve performance of /rank
|
2014-11-11 11:51:36 +01:00 |
|
def
|
ae78518c83
|
Another fix for mariadb 10
|
2014-11-11 11:35:43 +01:00 |
|
BeaR
|
29b5b92827
|
Fix C89-compatibility compiler error
|
2014-11-10 14:09:42 +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
|
5923bb10f5
|
Merge branch 'DDRace64' of github.com:def-/ddnet into DDRace64
|
2014-11-09 20:23:14 +01:00 |
|
def
|
37a8e89f73
|
Fix /points and /top5points with MariaDB 10
|
2014-11-09 20:22:31 +01:00 |
|
Dennis Felsing
|
15d444199b
|
Merge pull request #104 from cinaera/pr_replace
Fix editor sound replacing
|
2014-11-09 15:11:54 +01:00 |
|
BeaR
|
c3689658b4
|
Fix editor sound replacing
|
2014-11-09 14:58:28 +01:00 |
|
def
|
630e8430aa
|
Fix: Show 0 finishes in /mapinfo
|
2014-11-09 00:25:53 +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
|
9fb02ade4f
|
Remove BB skins
|
2014-11-07 02:20:36 +01:00 |
|
def
|
c9ceef7523
|
Add workaround for FlashWindowEx on mingw with old winapi32
|
2014-11-05 01:46:40 +01:00 |
|
def
|
449a609339
|
Stupid temporary fix for projectile issue
|
2014-11-02 14:00:03 +01:00 |
|
def
|
e67acc7d5c
|
Merge branch 'DDRace64' of github.com:def-/ddnet into DDRace64
|
2014-11-02 11:01:34 +01:00 |
|
def
|
f7f4ea9eb9
|
Version 6.1.2
|
2014-11-02 11:01:23 +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
|
e096cb56a0
|
Revert "Revert "Revert "Add option for weapons prediction"""
This reverts commit 99c928fc17 .
|
2014-11-02 10:59:18 +01:00 |
|
def
|
0802177658
|
Revert "fix bug in weapons antiping (getting lasered in freeze)"
This reverts commit ff8791681f .
|
2014-11-02 10:59:03 +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
|
997e1edc0d
|
Revert "also predict explosions from crazy shotgun"
This reverts commit 1d21a552e8 .
|
2014-11-02 10:58:15 +01:00 |
|
BeaR
|
475c637996
|
Play sounds and envelopes also on pause
|
2014-10-31 16:10:09 +01:00 |
|
def
|
11583ed434
|
Allow 256 voices
|
2014-10-30 00:14:16 +01:00 |
|
def
|
515ad45eed
|
Merge branch 'DDRace64' of github.com:def-/ddnet into DDRace64
|
2014-10-29 23:19:52 +01:00 |
|
def
|
1e3a474687
|
Version 6.1.1
|
2014-10-29 22:49:00 +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 |
|
def
|
4c06232d99
|
Oops, forgot the version number
|
2014-10-29 10:49:37 +01:00 |
|
def
|
c15fc5bc19
|
Merge branch 'DDRace64' of github.com:def-/ddnet into DDRace64
|
2014-10-29 10:05:44 +01:00 |
|
def
|
a635015eca
|
Version 6.1
|
2014-10-29 10:05:36 +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
|
0b1118938d
|
Don't try to load preview images of directories
|
2014-10-28 22:54:24 +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 |
|
def
|
929d59454c
|
Text change
|
2014-10-28 21:37:46 +01:00 |
|
nuborn
|
1d21a552e8
|
also predict explosions from crazy shotgun
|
2014-10-28 21:30:51 +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 |
|
Dennis Felsing
|
8334f1641a
|
Merge pull request #89 from trml/fix_antipingweapons
Add updated/fixed weapons prediction
|
2014-10-28 20:07:47 +01:00 |
|
Dennis Felsing
|
d12c485e4a
|
Merge pull request #84 from east/voteopslow
Balance sending of vote options
|
2014-10-28 20:07:19 +01:00 |
|
nuborn
|
80dbdc3d5b
|
update the version number required for extra antiping features
|
2014-10-28 18:30:15 +01:00 |
|
nuborn
|
ff8791681f
|
fix bug in weapons antiping (getting lasered in freeze)
|
2014-10-28 17:23:48 +01:00 |
|
def
|
30801c4e15
|
Add bind for dyncam to settings
|
2014-10-28 16:42:26 +01:00 |
|
nuborn
|
99c928fc17
|
Revert "Revert "Add option for weapons prediction""
This reverts commit 451cc8949d .
|
2014-10-28 15:51:36 +01:00 |
|
nuborn
|
8f7e24b4db
|
Revert "Revert "Add antiping for weapons (by nuborn)""
This reverts commit 755e9f4d1c .
|
2014-10-28 15:50:28 +01:00 |
|