Commit graph

10126 commits

Author SHA1 Message Date
Dennis Felsing 45b9f72bdc
Merge pull request #2133 from heinrich5991/pr_ddnet_ci_dont_fail_fast
Don't fail bors on macOS CI
2020-04-10 21:40:36 +02:00
heinrich5991 7847e458c3 Allow macOS CI to fail for merging 2020-04-10 21:05:30 +02:00
heinrich5991 86e981c23a bors: We're not on Travis CI anymore 2020-04-10 21:05:06 +02:00
heinrich5991 5a1215d922 GitHub actions: Don't cancel jobs if one failed 2020-04-10 21:01:39 +02:00
def dde88bbd77 Fix division by 0 (fixes #2131)
Caused by https://github.com/ddnet/ddnet/pull/2119/
2020-04-10 20:54:05 +02:00
Dennis Felsing 2965b8578a
Merge pull request #2124 from def-/pr-macosx-10.7
Rebuild Mac OSX libs with -mmacosx-version-min=10.7 (previously 10.9)
2020-04-10 20:28:58 +02:00
Ryozuki 0da0dddf15 drop glu dependency 2020-04-08 18:19:12 +02:00
def a127e6d5aa Rebuild Mac OSX libs with -mmacosx-version-min=10.7 (previously 10.9) 2020-04-08 12:07:33 +02:00
Dennis Felsing 392412bee7
Merge pull request #2122 from def-/pr-hidapi-sdl2-rpath
New try for hidapi SDL2 rpath
2020-04-08 09:26:52 +02:00
def 18aec44a99 New try for hidapi SDL2 rpath 2020-04-08 09:17:15 +02:00
Dennis Felsing 724f2929f8
Merge pull request #2121 from def-/pr-mac-hidapi
Try to fix SDL2 hidapi rpath on MacOSX
2020-04-08 08:29:39 +02:00
def ae330bbe25 Try to fix SDL2 hidapi rpath on MacOSX
Following SDL 2.0.12 update
2020-04-08 07:37:00 +02:00
def fc82e00645 strip ddnet-libs 2020-04-07 23:21:10 +02:00
Dennis Felsing 6dd7078e8d
Merge pull request #2118 from def-/pr-mingw-sdl2
Provide MinGW SDL2 (fixes 13.0 on Windows)
2020-04-07 23:01:43 +02:00
def 6fd7ded869 Whitespace 2020-04-07 22:57:07 +02:00
bors[bot] 9bb20ae613
Merge #2120
2120: Add an option for highdpi r=def- a=Learath2



Co-authored-by: Learath <learath2@gmail.com>
2020-04-07 20:50:36 +00:00
Learath 388d792205 Add an option for highdpi 2020-04-07 23:47:15 +03:00
def 2f77e1f349 Version 13.0.1 2020-04-07 22:32:41 +02:00
def a646f75380 Provide MinGW SDL2 2020-04-07 22:32:30 +02:00
bors[bot] 65673ab402
Merge #2119
2119: Change last render logic, when inactive r=def- a=Jupeyy

Just a small fix to let the client not try to get high fps, when it "thinks" it didn't render for a long time.
(is still affected by the SDL check "if window has input" at the cl_refresh_rate calculation, so not a 100% fix).

Co-authored-by: Jupeyy <jupjopjap@gmail.com>
2020-04-07 15:27:29 +00:00
bors[bot] 0c51c0daf5
Merge #2117
2117: Don't emit the CMake rpath warning for CMake >= 3.14 r=def- a=heinrich5991

Fixes #2114.

Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
2020-04-07 10:50:51 +00:00
heinrich5991 cac164cc71 Don't emit the CMake rpath warning for CMake >= 3.14
Fixes #2114.
2020-04-07 12:01:18 +02:00
bors[bot] 0f49107c55
Merge #2116
2116: Fix ffmpeg package name (fixes #2115) r=heinrich5991 a=def-



Co-authored-by: def <dennis@felsin9.de>
2020-04-07 09:58:01 +00:00
def fd86c907a6 Fix ffmpeg package name (fixes #2115) 2020-04-07 09:00:19 +02:00
def d50b59b6b0 Add trafilaw to credits 2020-04-07 07:22:38 +02:00
Dennis Felsing d1a5b45dc3
Merge pull request #2109 from def-/pr-13.0
Version 13.0
2020-04-07 07:13:50 +02:00
bors[bot] d06eea8af5
Merge #2112
2112: curl 7.68.0 -> 7.69.1 & fix SSL on Mac r=def- a=def-



Co-authored-by: def <dennis@felsin9.de>
2020-04-06 13:44:55 +00:00
bors[bot] f8a7acc074
Merge #2111
2111: Try to fix freetype mac warning (fixes #2110) r=heinrich5991 a=def-



Co-authored-by: def <dennis@felsin9.de>
2020-04-06 12:03:35 +00:00
def 51eca5daa6 curl 7.68.0 -> 7.69.1 & fix SSL on Mac 2020-04-06 13:51:17 +02:00
def 564e7577f7 Try to fix freetype mac warning 2020-04-06 12:48:58 +02:00
def f7e8b10bff Make gfx_resizable default to 0
because of common graphics issues. As suggested by Jupstar
2020-04-06 12:04:53 +02:00
def f06796e497 Version 13.0
I guess it's time for a new version even if we don't have any large
changes
2020-04-06 07:03:19 +02:00
Jupeyy 888223a529 Change last render logic, when inactive 2020-04-06 03:18:30 +02:00
bors[bot] 2367cd042d
Merge #2104
2104: Add spectate_closest now works when in Free-View r=def- a=d3fault

sry for the general refactor along with it xD

Co-authored-by: d3fault <d3fault@d3fault.net>
2020-04-01 07:02:56 +00:00
d3fault 7fb46beb85 Add spectate_closest now works when in Free-View 2020-03-31 23:30:25 -07:00
bors[bot] 4a6f5b156c
Merge #2101
2101: Add dbg_unpredicted_shadow (fixes #2100) r=heinrich5991 a=def-



Co-authored-by: def <dennis@felsin9.de>
2020-03-31 16:41:31 +00:00
def a8c3d192d1 Add cl_unpredicted_shadow -1 value (fixes #2100)
to disasble unpredicted shadow even in debug mode
2020-03-31 18:00:20 +02:00
bors[bot] fe05f0dfbc
Merge #2103
2103: Add spectate_closest r=def- a=d3fault

Spectates the tee closest to the one you are currently spectating.
This commit brought to you by COVID-19 lockdown boredom.

Fix #1793

Co-authored-by: d3fault <d3fault@d3fault.net>
2020-03-31 08:19:58 +00:00
d3fault 6968b17017 Add spectate_closest
Spectates the tee closest to the one you are currently spectating.
This commit brought to you by COVID-19 lockdown boredom.

Fix #1793
2020-03-31 01:17:32 -07:00
bors[bot] 1b546b3e48
Merge #2102
2102: Add reason to mute r=def- a=trafilaw



Co-authored-by: trafilaw <gitlawsserver@outlook.de>
2020-03-31 05:03:27 +00:00
trafilaw b6c25273f8 Fix compiling error 2020-03-31 03:29:45 +02:00
trafilaw 44cc0e29a4 Remove No reason given 2020-03-31 00:20:25 +02:00
trafilaw dc0e77f8e2 fix 2020-03-31 00:16:42 +02:00
trafilaw 8d8bc018c6 Add pr_mutereason 2020-03-30 23:51:58 +02:00
bors[bot] f6c8c350f9
Merge #2098
2098: Streamline platform client r=def- a=Learath2

Ditto teeworlds/teeworlds#2519

Co-authored-by: Learath <learath2@gmail.com>
2020-03-28 06:40:59 +00:00
Learath 61e5667624 Streamline platform client 2020-03-28 02:20:16 +03:00
bors[bot] c4ca110f2e
Merge #2097
2097: Fix bug about console video start r=def- a=sirius1242

Did some small modifications to console video start (using video_start command):
- Fix bug that demo can't play when demo pause and then use console video start.
- If demo playing paused when console video start, video rendering will not begin until video playing continue.

I think this will make experience of console video start more comfortable, you can pause demo playing and type video_start in console, quit console and continue demo playing, then console will not be rendered into video.

Co-authored-by: sirius <sirius.ustc@gmail.com>
2020-03-26 12:54:48 +00:00
sirius 3c085b53ed fix bug that demo can't play when demo pause and use start_video 2020-03-26 18:25:50 +08:00
fokkonaut da72907b79 Fix ninja not getting removed 2020-03-24 21:43:26 +01:00
bors[bot] fb81000351
Merge #2096
2096: Fix the double-free of the antibot r=def- a=heinrich5991

I could not find an easy way to ensure that `AntibotDestroy` is only
being called once for each `AntibotInit` but still happening after all
the `CPlayer` destructors.

Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
2020-03-24 15:16:24 +00:00