Jupeyy
145d3244db
Save cl_overlay_entities
2020-09-04 19:16:28 +02:00
Jupeyy
9299a2a1e4
Initialize variables from base class for the gl 3.3 class
2020-09-04 18:08:00 +02:00
Dennis Felsing
dde40779fe
Merge pull request #2737 from def-/pr-ignore
...
INSERT OR IGNORE on sqlite
2020-09-04 16:27:20 +02:00
Dennis Felsing
27f8402755
Merge pull request #2735 from def-/pr-timeout
...
Don't time out on info2.ddnet.tw
2020-09-04 16:26:03 +02:00
bors[bot]
e3b879f616
Merge #2736
...
2736: Let 0.7 clients fastdownload too r=def- a=Learath2
Easier than expected, I wonder why I didn't do this at the start.
Co-authored-by: Learath <learath2@gmail.com>
2020-09-04 14:17:32 +00:00
def
c3f9dc7c9f
INSERT OR IGNORE on sqlite
2020-09-04 16:12:12 +02:00
Learath
b8242689c6
Let 0.7 clients fastdownload too
2020-09-04 16:45:49 +03:00
def
e936a86b5b
Don't time out on info2.ddnet.tw
2020-09-04 15:36:00 +02:00
def
80df6ca3b1
Remove temporary files after failure
2020-09-04 15:32:35 +02:00
bors[bot]
f48ba92161
Merge #2718
...
2718: Fix texture destroy r=heinrich5991 a=Jupeyy
Might already help with #2717
Co-authored-by: Jupeyy <jupjopjap@gmail.com>
2020-09-04 10:14:34 +00:00
TsFreddie
f71c36285f
Textrender: count glyphs and chars separately
2020-09-03 23:53:26 +01:00
bors[bot]
9edb3706dd
Merge #2721
...
2721: Don't update news when something was only removed r=heinrich5991 a=def-
Co-authored-by: def <dennis@felsin9.de>
2020-09-03 18:49:22 +00:00
bors[bot]
e40e1866e2
Merge #2726
...
2726: Only send valid UTF-8 over the network r=def- a=heinrich5991
Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
2020-09-03 17:13:10 +00:00
heinrich5991
5b669bcb32
Only send valid UTF-8 over the network
2020-09-03 18:50:23 +02:00
bors[bot]
53e03192dd
Merge #2722
...
2722: Increase default font texture size r=heinrich5991 a=Jupeyy
Now that we have fallback fonts this makes sense.
Co-authored-by: Jupeyy <jupjopjap@gmail.com>
2020-09-03 15:38:45 +00:00
Jupeyy
b0bd0a8c62
Increase default font texture size
2020-09-03 14:18:44 +02:00
def
d6f74eb654
Don't update news when something was only removed
2020-09-03 12:32:13 +02:00
Jupeyy
6b3ad82786
Add shutdown command again
2020-09-03 11:49:47 +02:00
Jupeyy
49d2e36e26
Fix texture destroy
2020-09-03 10:46:15 +02:00
d3fault
b5861f2857
add #ifdef check around GLEW_VERSION_4_6
...
This fixes compilation on Debian Stretch
2020-09-02 23:44:24 -07:00
bors[bot]
7a1d2c0f4e
Merge #2715
...
2715: Fix server responses handling in game browser r=heinrich5991 a=BannZay
Fixes all problems for #2620
Explanations of existed problems:
Lan has non expected servers because we were creating browser entry regardless token check
DDNet tab has ping 0 for servers as we weren`t rejecting previous refresh responses
Co-authored-by: Andrii <bannzay3@gmail.com>
2020-09-03 01:37:37 +00:00
Andrii
840d8cb1a7
reset token seed on browser refresh
2020-09-03 03:03:22 +03:00
Andrii
836c56aeb5
create serverbrowser entry only after broadcast token check
2020-09-03 02:51:33 +03:00
Andrii
a215e375db
allow empty max ping filter
2020-09-02 19:26:26 +03:00
heinrich5991
674d7856fd
Begin the groundwork to set a custom status on Steam
...
Currently, this just shows the current map in the status. Might need
localization data in Steamworks to be available to work in languages
other than English.
CC #2642
2020-09-02 00:32:22 +02:00
bors[bot]
ea7b2671bc
Merge #2691 #2701 #2702 #2705
...
2691: Also check for divisibility by 16 of height (fixes #2687 ) r=heinrich5991 a=def-
2701: Set search field active when opening file dialog in editor r=heinrich5991 a=def-
2702: Remove fallback for Teeworlds' settings.cfg (partially fixes #2698 ) r=heinrich5991 a=def-
2705: Clarify kill and /kill r=heinrich5991 a=def-
Co-authored-by: def <dennis@felsin9.de>
2020-09-01 14:25:09 +00:00
def
e0cbd3b888
Remove fallback for Teeworlds' settings.cfg (partially fixes #2698 )
2020-09-01 09:55:14 +02:00
def
a51f38e6b8
Fix syntax for primary key tables
2020-08-31 23:14:58 +02:00
def
ffa955096f
Add localization for texture warning, improve wording ( fixes #2688 )
2020-08-31 13:07:57 +02:00
def
44b1014f41
Load serverbrowser more fairly
...
One from each country and so on instead of doing one country fully first
before moving to the next. This makes loading servers like Japan and AUS
much faster since they're at the back of the list. This also reduces the
peak number of packets sent to each IP at once.
2020-08-31 00:10:26 +02:00
Dennis Felsing
92616f1a55
Merge pull request #2664 from ddnet/pr-revert-revert
...
Revert "Revert Jupeyy's OpenGL changes" (fixes #2659 )
2020-08-30 10:55:15 +02:00
Jupeyy
af4923b75b
Add config variable, to ignore the check after it executed once
2020-08-29 18:44:48 +02:00
Jupeyy
570f148287
Analyse 3D/2D array texture sampling data when creating context
2020-08-29 18:44:42 +02:00
bors[bot]
3101747d46
Merge #2666
...
2666: Non divisible by 16 texture resize and warning r=heinrich5991 a=Jupeyy
Co-authored-by: Jupeyy <jupjopjap@gmail.com>
2020-08-29 15:25:35 +00:00
Jupeyy
b1e98b598b
Show warnings with non divisible by 16 textures(3D/2D array textures)
2020-08-29 17:04:30 +02:00
bors[bot]
ff3885b12c
Merge #2665
...
2665: Use the correct name for determining ranks r=def- a=heinrich5991
Was broken by the recent Steam name update.
Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
2020-08-29 13:03:30 +00:00
Dennis Felsing
958d75abf1
Merge pull request #2663 from def-/pr-duplicate-db
...
Ignore duplicate records when inserting (fixes #2636 )
2020-08-29 15:02:46 +02:00
def
7417c2f937
Introduce primary keys for record_race and record_teamrace
2020-08-29 14:53:36 +02:00
heinrich5991
31cfa9250d
Fix server port in teehistorian
...
Official servers weren't affected because they didn't use the default of
`sv_port 0`.
2020-08-29 14:14:37 +02:00
heinrich5991
db52340ab1
Use the correct name for determining ranks
...
Was broken by the recent Steam name update.
2020-08-29 12:39:57 +02:00
def
c85ffb90af
Revert "Revert Jupeyy's OpenGL changes"
...
This reverts commit 3eab3f5eb7
.
2020-08-29 12:10:53 +02:00
Andrii
cec8bf2195
Read server port from CNetServer but not from app config
2020-08-27 19:54:44 +03:00
Jupeyy
e84d3a2659
Resize non devidable by 16 images for 3D/2D array textures
2020-08-27 02:07:25 +02:00
def
3eab3f5eb7
Revert Jupeyy's OpenGL changes
...
Emergency-revert for 14.5.1 release, too many problems
2020-08-26 20:03:22 +02:00
Dennis Felsing
62d68d24fa
Merge pull request #2654 from def-/pr-input
...
Try to fix input in Steam version on Windows (fixes #2645 )
2020-08-26 19:59:52 +02:00
bors[bot]
b13197e9f2
Merge #2650
...
2650: Remove panic quit button r=Learath2 a=def-
Use alt-f4 or whatever your window manager wants instead.
Co-authored-by: def <dennis@felsin9.de>
2020-08-26 16:26:26 +00:00
bors[bot]
9ba36991a9
Merge #2655
...
2655: Entity text should use space more effectively r=def- a=Jupeyy
Co-authored-by: Jupeyy <jupjopjap@gmail.com>
2020-08-26 16:07:58 +00:00
Jupeyy
410c4b3250
Entity text should use space more effectivly
2020-08-26 15:56:23 +02:00
def
df82d24ffc
Remove panic quit button
2020-08-26 15:38:39 +02:00
def
71cd53acfe
Try to fix input in Steam version on Windows ( fixes #2645 )
2020-08-26 15:15:06 +02:00