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
bors[bot]
01944fabd4
Merge #2648
...
2648: Support Linux shared libs in autoupdater r=Learath2 a=def-
Since we now ship our first shared lib on Linux, libsteam_api.so
Co-authored-by: def <dennis@felsin9.de>
2020-08-26 09:35:13 +00:00
bors[bot]
736488cdf7
Merge #2647
...
2647: No sampler calls in old OpenGL API r=def- a=Jupeyy
Sadly didn't see it earlier, old API still binds its samplers to textures directly.
Need this before steam release @def-
Co-authored-by: Jupeyy <jupjopjap@gmail.com>
2020-08-26 09:26:49 +00:00
def
ca5346ed61
Support Linux shared libs in autoupdater
...
Since we now ship our first shared lib on Linux, libsteam_api.so
2020-08-26 11:14:04 +02:00
Jupeyy
61374cfb33
No sampler calls in old OpenGL API
2020-08-26 00:59:31 +02:00
Dennis Felsing
955ccb9995
Merge pull request #2634 from def-/pr-borderless-mac
...
Use borderless by default on Mac (fixes #2632 )
2020-08-25 20:28:56 +02:00
bors[bot]
694db44ee2
Merge #2598
...
2598: Allow specifying an OpenGL version manually r=def- a=Jupeyy
Ofc don't merge, we'll test it first, and if we want merge it, i'd need to enable shader compability for OpenGL 4+, and general support for OpenGL 3.1 and 3.2(bcs i think they already don't allow some older GL commands).
Also i never really read in the OpenGL 1.x specification, i remember that older OpenGL versions required glBegin and stuff like that
Co-authored-by: Jupeyy <jupjopjap@gmail.com>
2020-08-25 15:35:30 +00:00
bors[bot]
f2cb651075
Merge #2615
...
2615: Use player name from the Steam API as fallback r=def- a=heinrich5991
Fixes #2605 .
Co-authored-by: heinrich5991 <heinrich5991@gmail.com>
2020-08-25 15:23:42 +00:00
heinrich5991
bfe7b3cbeb
Use player name prefixed with "[D] " for the dummy name
2020-08-25 16:22:03 +02:00
heinrich5991
5d83e9177f
Use player name from the Steam API as fallback
...
Fixes #2605 .
2020-08-25 16:21:58 +02:00
bors[bot]
3d1bc414d2
Merge #2639
...
2639: Give a more instructive message on DNSBL ban r=heinrich5991 a=def-
Co-authored-by: def <dennis@felsin9.de>
2020-08-25 11:53:48 +00:00
def
d41a6e6878
Give a more instructive message on DNSBL ban
2020-08-25 13:41:38 +02:00
heinrich5991
3c6f05887f
Add SteamAPI + stub
2020-08-25 13:03:20 +02:00
trml
d5c030065a
Sort players by descending order first
2020-08-25 02:26:36 +02:00
trml
4abe8caab8
Sort servers by a combination of players and ping as default
2020-08-24 23:25:45 +02:00
def
23a3d46719
Use borderless by default on Mac ( fixes #2632 )
...
Proper fix would be 7f594afc9b
Would be great if someone could provide and test it.
2020-08-23 19:16:24 +02:00
Jupeyy
3117a936a9
Do not create 2D textures, if not required
2020-08-23 08:53:26 +02:00
Jupeyy
2c02314708
Stronger 1.x fallback, if OpenGL 3.0 was invalidly created
2020-08-22 21:49:30 +02:00
Jupeyy
f04ec93898
Use OpenGL 3.0 as default
2020-08-22 21:16:30 +02:00
Jupeyy
5b9269f30a
Check NPOT textures and stronger 1.x fallback ( fixes #2630 )
2020-08-22 21:15:50 +02:00
Zwelf
c5bba96556
Clarify sv_use_sql config description
2020-08-22 17:17:29 +02:00
Jupeyy
a07e9ac2cf
Add OpenGL 1.x, 2.x, 3.x support ( fixes #2619 ) ( fixes #2607 )
2020-08-22 10:22:51 +02:00
Zwelf
2cbbd9088b
Fix copy paste error
2020-08-21 22:43:22 +02:00
Dennis Felsing
b2ebcb4f3c
Merge pull request #2623 from Zwelf/pr-mysql-enhance-unreachable-server-situation
...
MySQL enhance unreachable server situation
2020-08-21 20:15:49 +02:00
Zwelf
3a30dfbd84
Keep connecting to last reachable MySQL server
2020-08-21 19:46:44 +02:00