|
a29b6772b9
|
engine: mod_bmodel: fix wadlist, wad file names don't have an extension there
|
2024-11-18 04:53:48 +03:00 |
|
|
56c19c4f5a
|
engine: client: make some simple functions, like querying entity by index, getting local player, inline
|
2024-11-17 13:37:32 +03:00 |
|
|
229f1560b0
|
engine: fix some possible off by one errors
|
2024-11-17 13:04:20 +03:00 |
|
|
8f7f311f60
|
engine: mod_bmodel: simplify wadlist parser
|
2024-11-17 06:28:02 +03:00 |
|
|
31a86d8af2
|
engine: use new Q_splitstr to work with single character delimited strings
|
2024-11-17 05:35:36 +03:00 |
|
|
0813d2c7ce
|
engine: mod_bmodel: merge Mod_LoadColoredLightmap and Mod_LoadDeluxemap into a single function
|
2024-11-17 04:59:52 +03:00 |
|
|
0ceb0d9e11
|
engine: provide compatible replacement for CompareFileTime function
|
2024-11-17 04:33:13 +03:00 |
|
|
30db748dcb
|
engine: net_http: don't consider EISCONN an error, just proceed to next step
|
2024-11-17 03:13:39 +03:00 |
|
|
399d549d0c
|
engine: net_ws: request Winsock 2
|
2024-11-17 03:13:39 +03:00 |
|
|
77fb2d0eb2
|
engine: net_ws: fix misleading error when comparing IPv6 addresses
|
2024-11-15 16:41:42 +03:00 |
|
|
ea88bb88b2
|
engine: add secondary master server
|
2024-11-15 15:25:40 +03:00 |
|
|
823dc3d46f
|
engine: net_http: don't consider EALREADY on connect() an error
|
2024-11-14 22:55:27 +03:00 |
|
|
4342689e73
|
engine: net_http: fix build with dedicated server
|
2024-11-12 14:46:06 +03:00 |
|
|
8a2a7d1180
|
engine: rework how HTTP finite-machine works, use function pointers instead of enum. Preliminary chunked transfer and compression support. (#1862)
|
2024-11-11 10:30:15 +03:00 |
|
|
16ed6cbdcb
|
engine: mark some functions as never returning nullptr
|
2024-11-07 16:11:58 +03:00 |
|
|
d15949d2e8
|
Rename _format to FORMAT_CHECK
|
2024-11-07 14:24:07 +03:00 |
|
|
06e476e8c8
|
engine: reorder mstudiocache_t fields for better memory efficiency
|
2024-11-06 01:39:46 +03:00 |
|
|
f529f06ea1
|
engine: use designated initializers to define BSP lumps. Reorder mlumpinfo_t for better memory efficiency
|
2024-11-06 01:39:46 +03:00 |
|
|
c3b6422ad0
|
engine: common: add lzss fixes by nillerusr
|
2024-11-06 01:39:46 +03:00 |
|
|
fa6f564c12
|
engine: client: allow extended amount of commands to be sent for newer GoldSrc server. Also refactoring
|
2024-11-06 01:39:45 +03:00 |
|
|
b45bc9af67
|
engine: remove gamma functions from RefAPI
|
2024-11-03 01:20:30 +03:00 |
|
|
8af995cc28
|
engine: introduce REF_GET_*_PTR for gamma tables
|
2024-11-03 01:20:30 +03:00 |
|
|
9608da5bf9
|
engine: move debug hulls rendering from renderer, implement through TriAPI
Bump RefAPI version to 9.
|
2024-11-02 22:57:26 +03:00 |
|
|
6bdb3f6ea1
|
engine: don't save fps_override value as it's an experimental feature
|
2024-10-30 19:26:37 +03:00 |
|
|
2fe94bceb6
|
engine: limit framerate during connection to GoldSrc servers to exactly 31 FPS, like GoldSrc
|
2024-10-30 19:25:48 +03:00 |
|
|
371639f0dc
|
engine: introduce fps_override to unlock the 200 FPS limit in multiplayer games to 1000
|
2024-10-30 18:28:55 +03:00 |
|
|
7b02c37fa7
|
engine: add generated by version line to the config and help.txt files
Remove an attempt to copyright generated files came from the original Xash3D.
|
2024-10-29 16:13:31 +03:00 |
|
|
d879e028cf
|
engine: soundlib: snd_wav: fix clang warning
|
2024-10-28 15:32:25 +03:00 |
|
|
639eaa9416
|
engine: split HTTP client into a separate file
|
2024-10-27 17:07:35 +03:00 |
|
|
2656eb1aeb
|
engine: fix A2S_GOLDSRC_INFO, it must always include Source Engine Query and a null terminator
|
2024-10-26 20:24:31 +03:00 |
|
|
fa1e92b127
|
engine: request file from server if HTTP locations failed
|
2024-10-26 20:24:31 +03:00 |
|
|
3956e3863e
|
engine: make Netchan_TransmitBits accept const data
|
2024-10-26 19:19:37 +03:00 |
|
|
267a70d621
|
engine: common: don't print svc/clc_nop with net_recv/send_debug
|
2024-10-26 05:18:09 +03:00 |
|
|
cd4f4d5ad4
|
engine: common: fix hpkextract command
|
2024-10-26 05:15:09 +03:00 |
|
|
fe429fe213
|
engine: common: net_ws: fix HTTP request when server have custom port and/or doesn't have slash at the end of URL. Set Accept: */* just in case.
|
2024-10-26 05:14:51 +03:00 |
|
|
a3e26a21a7
|
engine: common: net_chan: as we expect pfnBlockSize to be always set, use it to determine if netchan was initialized or not
|
2024-10-21 02:30:49 +03:00 |
|
|
fee236a050
|
engine: common: net_ws: make NET_IsLocalAddress inline
|
2024-10-19 14:08:27 +03:00 |
|
|
e3e4bcc015
|
engine: global refactoring of connectionless packets, now they can be customized from single protocol.h header
|
2024-10-19 14:05:00 +03:00 |
|
|
2d546ccbf7
|
engine: implement CL_MsgInfo for dedicated server
|
2024-10-18 03:13:43 +03:00 |
|
|
da76abda75
|
engine: even more refactorings to avoid global cls.legacymode usage, now with GoldSrc server autodetection
|
2024-10-16 07:31:27 +03:00 |
|
|
12edd782c6
|
engine: common: net_chan: always rely on pfnBlockSize being non-null
|
2024-10-16 06:59:33 +03:00 |
|
|
0b59fa9416
|
engine: swap Cvar_VariableInteger and simple integer checks for performance
|
2024-10-16 06:57:46 +03:00 |
|
|
e7564420c9
|
engine: fix some ubsan warnings (alignment, integer limits...)
|
2024-10-16 00:32:22 +03:00 |
|
|
23a5ed71de
|
engine: easier MSG_EndBitWriting byte padding
|
2024-10-15 06:14:37 +03:00 |
|
|
245dc97cfb
|
engine: semi-correct printing GoldSrc client messages
|
2024-10-15 06:12:31 +03:00 |
|
|
ece204c30f
|
engine: common: add cvars net_send_debug and net_recv_debug to print server/client messages to console
|
2024-10-15 06:11:57 +03:00 |
|
|
5402a9611e
|
engine: common: fix discarded const qualifier
|
2024-10-14 19:41:36 +03:00 |
|
|
43e06ccd45
|
engine: common: make some simple functions inlined
|
2024-10-14 19:20:47 +03:00 |
|
|
f52c825bf5
|
engine: make some global variables static and const, make even more functions static if possible
|
2024-10-14 19:19:46 +03:00 |
|
|
bf8b709372
|
engine: move pm_debug particle functions to client, as they are never used on server
|
2024-10-14 19:11:26 +03:00 |
|