Commit graph

6964 commits

Author SHA1 Message Date
Dennis Felsing b7cb4ee017 Merge pull request #573 from ddnet/pr-demo-speed
Refactor demo speed setting, add 1.5x speed (fixes #568)
2016-11-07 10:19:05 +01:00
Dennis Felsing 1330e7cf54 Merge pull request #576 from elemongw/fix-server-icon
Fix macOS server icon
2016-11-07 10:18:53 +01:00
Dennis Felsing 2de9f9c279 Merge pull request #571 from PathosEthosLogos/patch-1
More Korean translations
2016-11-07 10:17:10 +01:00
Dennis Felsing b3dc83c7cc Merge pull request #583 from BannZay/russianLocalizationUpdate
Russian localization update
2016-11-07 10:14:05 +01:00
BannZay e67fc795a5 Russian localization update 2016-11-07 04:59:42 +02:00
Dennis Felsing 3bf925f5d7 Version 10.3.4 2016-11-04 13:27:01 +01:00
Dennis Felsing ab6ed4c589 Discard invalid snaps 2016-11-04 13:26:46 +01:00
Dennis Felsing 40da13695a Add traditional_chinese to index 2016-11-04 08:33:29 +01:00
def 5074355591 Rename traditional_chinese language file, still missing in index 2016-11-03 22:19:57 +01:00
def 79c37ce0fe Version 10.3.3 2016-11-03 22:13:37 +01:00
def 34531c0696 cleanup 2016-11-03 22:10:31 +01:00
heinrich5991 cd3b0ae855 Implement the confusable algorithm from Unicode more closely
See UTS#39 "Unicode Security Mechanisms":
http://www.unicode.org/reports/tr39/

This means that characters with accents or other things around them are
now considered the confusable with the base character.

Fixes #557. Fixes #575.
2016-10-30 13:45:55 +01:00
Giorgos Retsinas a0b2abff28 Fix macOS server icon 2016-10-29 15:09:14 +03:00
Dennis Felsing c92e10914a Refactor demo speed setting, add 1.5x speed (fixes #568) 2016-10-28 09:31:22 +02:00
PathosEthosLogos 68a91f3c8d More translations 2016-10-27 16:42:17 -05:00
d3fault d6b732113e dummy copyMoves/hammer disabling when dummy connecting 2016-10-26 15:00:02 -07:00
Dennis Felsing 795e68ec2b Merge pull request #561 from BannZay/ConNinja
Getting jetpack through remote
2016-10-24 14:22:56 +02:00
Dennis Felsing bfd54db3f5 Merge pull request #566 from timakro/pr_brazilian_portuguese_translation_update
Update Brazilian Portuguese translation, closes #564
2016-10-24 14:18:12 +02:00
Tim Schumacher 4f88ba3c34 Update Brazilian Portuguese translation by Rafael Fontenelle, closes #564 2016-10-24 14:14:00 +02:00
Dennis Felsing bf54147e27 Merge pull request #563 from SiuFuWong/patch-1
Create traditional_chinese
2016-10-20 07:09:26 +02:00
Elvis 79361053d4 Create traditional_chinese
Add Traditional Chinese language
2016-10-19 17:57:57 +08:00
BannZay a96ebde93a getting jetpack through remote 2016-10-10 15:18:06 +03:00
east 3b8c17d9d6 fixed VS compilation 2016-10-06 13:03:48 +02:00
east 823e330a76 Merge pull request #554 from heinrich5991/pr_ddnet_random_timeouttoken
Generate server-specific timeout codes
2016-10-05 12:21:51 +02:00
heinrich5991 0836298261 Merge pull request #559 from timakro/pr_fix_gitignore
Fix .gitignore excluding some src directories
2016-10-04 22:37:29 +02:00
Tim Schumacher fa548bc2a0 Fix .gitignore excluding some src directories 2016-10-04 22:10:12 +02:00
heinrich5991 38f7707e7a Merge pull request #558 from ChillerDragon/master
Fixed typo.
2016-10-04 21:04:40 +02:00
ChillerDragon 944752b78a Fixed typo. 2016-10-04 20:08:39 +02:00
heinrich5991 fce9ec6cda Replace UI elements for the timeout code
Now you can regenerate your timeout seed with the click of a button.
2016-10-03 13:56:15 +02:00
heinrich5991 89b6d0c3da Fix C89 compilation and a copy&paste mistake 2016-10-03 12:31:11 +02:00
heinrich5991 7ca2697135 Generate server-specific timeout codes
This way, servers can no longer hijack the timeout codes of clients.
Timeout codes are generated from md5(seed + dummy + server address).

If `cl_timeout_seed` is set to the empty string, the old config options
are used instead.
2016-10-02 11:36:42 +02:00
heinrich5991 e950351346 Put the password generation into base 2016-10-01 23:04:16 +02:00
Dennis Felsing 1db5d72879 Version 10.3.2 2016-09-29 13:50:51 +02:00
Dennis Felsing 67ef498573 Merge pull request #549 from heinrich5991/pr_ddnet_improve_pause
Don't show player HUD during `/pause`
2016-09-29 13:48:12 +02:00
heinrich5991 3c3b46467b Merge pull request #552 from godwhoa/master
Fix #267
2016-09-28 22:53:15 +02:00
gjdaniel1999 142ae25e5d Fix #267
Fixes crashes caused by dns timeout.
2016-09-28 10:48:51 +05:30
Dennis Felsing 12257d065b Merge pull request #551 from BannZay/emoticon-render-fix
emoticon render fix
2016-09-26 21:01:45 +02:00
BannZay d4ea20001c tee size fix 2016-09-26 21:56:13 +03:00
def 3ed6692ad7 SQL string cleanup 2016-09-25 10:41:34 +02:00
heinrich5991 c08206dd96 Don't show player HUD during /pause for vanilla clients 2016-09-20 21:40:40 +02:00
heinrich5991 f49d60945d Don't show player HUD during /pause 2016-09-20 16:34:49 +02:00
Dennis Felsing 5a29fa8fca Merge pull request #544 from east/dnsbl
Basic DNSBL implementation
2016-09-19 11:57:07 +02:00
Dennis Felsing 98a2f459b6 Merge pull request #533 from BannZay/openCurrentMap
Load Current Map button added
2016-09-05 18:27:54 +02:00
BannZay 66c44cea79 MAX_PATH_LENGTH instead of pure magick 2016-09-05 18:54:35 +03:00
east c6efc85a80 dnsbl_status added 2016-09-05 14:05:07 +02:00
east c9a50916b3 sv_dnsbl_vote option added 2016-09-05 11:53:26 +02:00
east 678a69bf5b basic DNSBL implementation 2016-09-05 11:38:11 +02:00
Dennis Felsing 504e01fb74 Version 10.3.1 2016-09-05 09:30:56 +02:00
Dennis Felsing 2291625305 Merge pull request #542 from ACTom/master
Fix lost first character when quickly input in chat
2016-09-05 09:28:36 +02:00
H-M-H 1a311585be escape strings before applying FuzzyString 2016-09-03 18:28:11 +02:00