oy
|
ee8b6dff99
|
Merge pull request #1767 from ChillerDragon/UnusedConnect
Remove unused connect code
|
2018-12-03 18:48:32 +01:00 |
|
ChillerDragon
|
24aed18b61
|
Remove unused connect code
|
2018-12-03 15:39:19 +01:00 |
|
oy
|
6febd33997
|
fixed data dir detection on macos
|
2018-12-03 10:37:26 +01:00 |
|
nheir
|
8a3fc7aa60
|
drop server with MaxPlayers > MAX_PLAYERS only if standard gametype
|
2018-12-01 13:25:55 +01:00 |
|
nheir
|
4efa8b90c9
|
Drop servers with MaxPlayers > MAX_PLAYERS
|
2018-12-01 13:10:41 +01:00 |
|
oy
|
0e655437c9
|
use linear mapping for the gametype icons and fixed c&p error
|
2018-12-01 12:47:14 +01:00 |
|
heinrich5991
|
a5a5fe1cc8
|
Fix thread safety of mem_alloc and mem_free
This works by removing everything from these functions except for the
`malloc` and `free`.
|
2018-11-26 20:35:37 +01:00 |
|
LordSk
|
af49073f55
|
A few more fixes, better luminance calculation
|
2018-11-25 20:33:36 +01:00 |
|
LordSk
|
549470980a
|
Fixed some utf8 issues (m_CharCount/m_GlyphCount), added color parsing
|
2018-11-25 20:33:36 +01:00 |
|
oy
|
75350af11d
|
added support for ai-controlled players #1390
|
2018-11-25 17:50:57 +01:00 |
|
oy
|
a6e8bb7a06
|
use linear mapping just for icons
|
2018-11-22 20:06:28 +01:00 |
|
oy
|
16f0823d28
|
Merge pull request #1709 from LordSk/feature/chat_whisper
Whisper UX/UI
|
2018-11-22 19:35:05 +01:00 |
|
oy
|
f1953c18a2
|
use linear texture mapping so textures don't get blurry when scaling done. closes #1708
|
2018-11-22 19:15:33 +01:00 |
|
LordSk
|
d6add414c7
|
Align icon properly
|
2018-11-22 14:20:45 +01:00 |
|
oy
|
b9610614a4
|
fixed warnings
|
2018-11-21 21:40:23 +01:00 |
|
oy
|
5bc1d7cec0
|
use the lms naming convention for survival maps #1562
|
2018-11-19 19:16:25 +01:00 |
|
oy
|
a47f9faaf0
|
cache the master server list in a file and load it in case the masters are unavailable. #1154
|
2018-11-19 17:58:56 +01:00 |
|
oy
|
edd1b13374
|
Merge pull request #1677 from LordSk/fix/button_fade
Fixed button fade getting stuck in some situations
|
2018-11-18 10:13:38 +01:00 |
|
oy
|
d0f286babe
|
Added friends tab
|
2018-11-17 12:45:57 +01:00 |
|
LordSk
|
902b6611fd
|
Reverted time_get use, fixed m_LocalStartTime being reset
|
2018-11-16 18:52:15 +01:00 |
|
oy
|
d2365df927
|
Merge pull request #1664 from Dune-jr/feature-sndinitopt
Add a separate option to turn off audio and to disable the initialization of sound systems
|
2018-11-12 22:30:08 +01:00 |
|
oy
|
e52a7452bc
|
Merge pull request #1661 from Dune-jr/fix-consolechain
Remove outdated console chain code for browser filters
|
2018-11-12 20:55:28 +01:00 |
|
Jordy Ruiz
|
b5571f0434
|
Add a separate option to turn off the audio and to disable the initialization of sound systems. Adapt the menus a bit.
|
2018-11-12 14:33:11 +01:00 |
|
Jordy Ruiz
|
cf586f0a1e
|
Remove outdated console chain code for browser filters
|
2018-11-12 10:41:25 +01:00 |
|
Redix
|
3ef912f4ec
|
Remove unused CClient::DirectInput method
|
2018-11-11 19:07:55 +01:00 |
|
Redix
|
77924b4254
|
More accurate ping estimation in the scoreboard
|
2018-11-11 19:04:19 +01:00 |
|
oy
|
a9a013ca87
|
Merge pull request #1590 from LordSk/feature/chat_part1
Improve chat look and feel part 1
|
2018-11-10 08:53:00 +01:00 |
|
oy
|
d3553d5f2f
|
started on reworking the server browser
|
2018-11-07 19:36:35 +01:00 |
|
oy
|
3e81eb7dac
|
fixed hide console window (fixes #1599)
|
2018-11-03 08:58:31 +01:00 |
|
oy
|
8221dac5de
|
Merge pull request #1596 from nheir/show_favorites
Use favorite list as a local master server
|
2018-11-01 20:29:25 +01:00 |
|
oy
|
be6afd0481
|
Merge pull request #1593 from Dune-jr/feature-noconsole
In release builds, disable Windows console by default. Closes #1583
|
2018-11-01 20:10:41 +01:00 |
|
Jordy Ruiz
|
19e113cde3
|
Fix -c argument being ignored if not in first position
|
2018-11-01 12:09:36 +01:00 |
|
oy
|
eaab561b5b
|
skip communication with the version server in case the client can't resolve the address
|
2018-10-31 18:21:39 +01:00 |
|
oy
|
9800dd4172
|
purge stored server info requests in case of a refresh
|
2018-10-31 18:19:27 +01:00 |
|
Jordy Ruiz
|
1b1cf5d312
|
Bugfix: inverted release and debug
|
2018-10-31 18:02:01 +01:00 |
|
Jordy Ruiz
|
055cdc87d4
|
In release builds, disable Windows console by default. Can be enabled again with -c/--console
|
2018-10-31 17:05:37 +01:00 |
|
oy
|
9324e2e42b
|
update time when server info requests are actually sent #1585
|
2018-10-30 19:08:08 +01:00 |
|
LordSk
|
5c5820a139
|
Decoupled text rendering and calculation (TextDeferredRenderEx),
Added TextShadowed() based on it.
|
2018-10-30 18:03:23 +01:00 |
|
nheir
|
cb54ef66d9
|
Add fetching favorites info
|
2018-10-29 19:56:57 +01:00 |
|
LordSk
|
fed245011b
|
Skip rendering frames
|
2018-10-28 21:31:23 +01:00 |
|
LordSk
|
1126fa8926
|
Cosmetic fixes, include intrinsics file for mingw
|
2018-10-24 21:34:08 +02:00 |
|
LordSk
|
8353185c5a
|
Added gfx_limitfps option (allows gfx_maxfps to have a minimum other than 0)
|
2018-10-24 21:34:07 +02:00 |
|
LordSk
|
7ac512345a
|
Fps limit
|
2018-10-24 21:34:07 +02:00 |
|
oy
|
a5f5853570
|
removed no longer used code
|
2018-10-23 21:44:03 +02:00 |
|
nheir
|
f9792eff63
|
fix debug crash on startup
|
2018-10-22 23:55:05 +02:00 |
|
oy
|
52941d22de
|
added new maps to the standard map list
|
2018-10-14 16:58:41 +02:00 |
|
oy
|
4cd588ee38
|
provide a client version via the status tool
|
2018-10-14 10:33:37 +02:00 |
|
oy
|
e451a1d28b
|
removed stateless packets
|
2018-10-13 14:53:20 +02:00 |
|
oy
|
9092782254
|
fixed some line endings
|
2017-12-11 11:55:59 +01:00 |
|
oy
|
03d3fb0c71
|
cleaned up last commit
|
2017-12-10 19:04:09 +01:00 |
|