Jordy Ruiz
5090c73250
Merge normalize and reconvert l10n scripts, keep author info, format the files properly, remove tabs from data
2019-01-06 13:42:37 +01:00
heinrich5991
b3df4ffc08
Use str_startswith
, str_endswith
, str_truncate
...
Use this instead of ad-hoc implementations which are a bit more
error-prone.
2019-01-06 12:37:13 +01:00
heinrich5991
11862b495f
Add str_truncate
, a function to truncate a string
...
This is ment to replace the easy-to-get-wrong `str_copy(a, …,
min(sizeof(a), wante_len+1))` constructs.
2019-01-06 12:37:07 +01:00
heinrich5991
185f353902
Return a pointer from str_endswith
as well
...
(cherry picked from commit 9fcf5480f8
)
2019-01-06 12:35:52 +01:00
heinrich5991
e162ee085f
Add str_startswith
and str_endswith
...
(cherry picked from commit 746d3d6b1a
)
2019-01-06 12:35:52 +01:00
Jordy Ruiz
079fe080b1
Remove scoreboard one-letter locales and add context to server difficulty locales
2019-01-06 12:17:19 +01:00
oy
d215c73206
use info provided by sdl for mouse double clicks
2019-01-06 10:23:25 +01:00
oy
f41d72ebbb
re-added platform check to make release script. closes #1845
2019-01-05 23:37:47 +01:00
oy
aa524d10b6
improved the windows dependency downloading a bit
2019-01-05 23:25:15 +01:00
oy
1072cb45f1
fixed some possible overlapping texts in the server browser details. closes #1917
2019-01-05 20:16:30 +01:00
oy
91299930c9
Merge branch 'master' of https://github.com/teeworlds/teeworlds
2019-01-05 18:44:06 +01:00
BeaR
35bc4a4b7e
Fix laser rendering bug due to floating point precision error
2019-01-05 18:43:04 +01:00
oy
8931034c37
Merge pull request #1949 from ChillerDragon/master
...
Remove space xd
2019-01-05 18:30:41 +01:00
ChillerDragon
22289be1b9
Remove spaces at end of line (thanks to @nheir)
2019-01-05 17:57:18 +01:00
oy
7fd1b06295
fixed last commit
2019-01-05 17:39:29 +01:00
oy
1a883a4b70
disabled quick edit mode for the console on windows on default
2019-01-05 17:13:37 +01:00
oy
7bb1fa8a19
removed no longer gitignore entry
2019-01-05 14:52:03 +01:00
oy
6cc85bdcc0
prevent that you can switch to spectators when teams are locked. #1948
2019-01-05 14:50:34 +01:00
oy
5a627cc215
updated recommend versions for sdl & freetype
2019-01-05 10:22:57 +01:00
oy
f83d88135f
fixed locking of team change buttons when spectator and team balance is enabled and joining a team would unbalance them
2019-01-05 10:21:55 +01:00
oy
4912a0ccf8
Merge pull request #1948 from nheir/fix/join_spec
...
sv_player_slots < num_player → player cannot spectate
2019-01-05 09:45:31 +01:00
Chiller Dragon
3e19fee64d
Remove space xd
2019-01-04 22:07:35 +01:00
nheir
944cbc0209
fix: player can't join spectator when max players is lower than the number of players
2019-01-04 00:47:33 +01:00
oy
5bd7758041
changed path structure for sdl & freetype libs on windows so cmake can use the ones provided by the bam downloader
2019-01-02 23:20:14 +01:00
oy
87fa77441a
made the mm_pause instruction only available for intel32 and amd64 architectures. closes #1882
2019-01-02 23:00:06 +01:00
oy
b6c2e2fd73
always show scoreboard within server info. don't hide bots in case no filter is selected. closes #1943
2019-01-02 20:03:59 +01:00
oy
c009476bdf
fixed sdl2 & freetype lib paths. changed macos bundleidentifier for cmake to match previous one
2019-01-02 19:53:07 +01:00
oy
f776972a6a
Merge pull request #1730 from heinrich5991/pr_cmake
...
Add CMake (and a couple of other fixes)
2019-01-02 19:46:46 +01:00
oy
02e716f509
Merge branch 'master' into pr_cmake
2019-01-02 19:31:36 +01:00
oy
2d2fe8bf57
reverted edit boxes to 0.6 behavior. closes #1937
2019-01-02 19:27:40 +01:00
oy
7b21682fec
speeded up rcon command update process. closes #1941
2019-01-02 15:47:52 +01:00
oy
0027eff1c6
fixed line endings
2019-01-02 15:46:33 +01:00
oy
d6cb666510
Merge pull request #1940 from Speedy-Consoles/master
...
Fix audio panning
2019-01-02 10:32:47 +01:00
Speedy Consoles
f06a5eb649
Add square-law panning
2019-01-01 16:00:11 +01:00
Speedy Consoles
51b2b5cafe
Fix audio panning
2018-12-31 16:20:23 +01:00
oy
bf97055503
Merge pull request #1938 from Dune-jr/feature-sanitize-filenames
...
Sanitize gametypes with str_sanitize_filename
2018-12-30 23:47:02 +01:00
Jordy Ruiz
9ce9410480
Sanitize gametypes with str_sanitize_filename
2018-12-30 23:43:31 +01:00
oy
a62048e641
fixed dependency downloading on windows
2018-12-30 19:39:24 +01:00
oy
0c6efd1873
use official lib repository for building on windows
2018-12-30 19:19:02 +01:00
oy
2fd1ab837e
Merge pull request #1347 from Henningstone/pr-downloader
...
Fully implement automatic download script, replaces #1344
2018-12-30 17:49:30 +01:00
oy
a86c661651
Merge branch 'master' into pr-downloader
2018-12-30 17:48:36 +01:00
oy
e15d1af75e
Merge pull request #1919 from msiglreith/msvc_build
...
Fix build for msvc
2018-12-30 17:05:52 +01:00
oy
012bd98866
Merge pull request #1935 from Dune-jr/feature-doubleclickvote
...
Call option votes with a double click
2018-12-28 19:43:10 +01:00
Jordy Ruiz
ba1450490b
Call option votes with a double click
2018-12-28 19:32:24 +01:00
oy
0643c5a43a
Merge pull request #1825 from Zwelf/pr-enhance-cursor-movement
...
Added ctrl+arrows/backspace/delete keys for text input
2018-12-28 18:40:22 +01:00
ChillerDragon
4d4a729754
Delete volume if exist already
2018-12-25 21:54:26 +01:00
heinrich5991
d6510c8858
Don't hardcode freetype library path
2018-12-25 21:54:26 +01:00
heinrich5991
2b65014d4e
Add library paths to gitignore
...
Thanks to @ChillerDragon .
2018-12-25 21:54:26 +01:00
heinrich5991
6e0d3139c8
Fix a couple of warnings
...
Use autogenerated copy constructors for ranges, don't use fallthrough as
control flow, initialize variables, don't cast something to a `const T`
in an expression.
2018-12-25 21:54:26 +01:00
heinrich5991
d2e39d2f50
Add CMake
...
(cherry picked from commit ee2afdac33
)
2018-12-25 21:54:26 +01:00