Commit graph

  • b51d1a4e2e public: mark some functions as never returning nullptr Alibek Omarov 2024-11-07 16:11:40 +03:00
  • 534adc9630 common: xash3d_types: add returns nonnull attribute Alibek Omarov 2024-11-07 14:25:03 +03:00
  • d15949d2e8 Rename _format to FORMAT_CHECK Alibek Omarov 2024-11-07 14:24:07 +03:00
  • 43609bc77c mainui: update Alibek Omarov 2024-11-07 14:12:21 +03:00
  • 3917e096ea engine: client: the most important change since forever, move downloading message a bit to the right so it looks better on 640x480 Alibek Omarov 2024-11-07 14:11:53 +03:00
  • d1a571201b engine: client: s_mix: attempt to fix S_InterpolateCubic2x buffer overflow Alibek Omarov 2024-11-06 03:22:56 +03:00
  • 8a8cdd2927 engine: client: another possible null pointer dereference Alibek Omarov 2024-11-06 02:53:26 +03:00
  • 3ef4acecb5 Documentation: ports: clarify support for some merged but not tested ports. Add Dreamcast port repository by @maximqaxd Alibek Omarov 2024-11-07 11:23:21 +03:00
  • e8c1fc958f mainui: update Alibek Omarov 2024-11-07 10:18:16 +03:00
  • 08bc4ccec4 3rdparty: opus: wscript: implement looking for C99 VLA or alloca Alibek Omarov 2024-11-07 10:15:19 +03:00
  • 6ae62e3bb1 engine: platform: posix: include sys/filio.h to have FIONBIO declaration for networking code Alibek Omarov 2024-11-07 07:42:07 +03:00
  • 397f2f208a engine: wscript: link libsocket on Solaris Alibek Omarov 2024-11-07 07:41:37 +03:00
  • 8bebf698ef ref: fix out of bound access when the entity is marked as player but has invalid number Alibek Omarov 2024-11-07 07:18:12 +03:00
  • 6a2a2c33ee engine: client: don't go out of bounds if studio model don't have any sequences Alibek Omarov 2024-11-07 07:13:16 +03:00
  • 0adda483c5 public: add definitions for Solaris Alibek Omarov 2024-11-07 07:12:30 +03:00
  • d8eb918cea filesystem: rename IVFileSystem009 to IFileSystem to avoid UBsan errors when debugging a mod that calls this interface using original headers Alibek Omarov 2024-11-04 13:47:55 +03:00
  • 96b95db7c8 filesystem: compile with rtti, but still disable exceptions Alibek Omarov 2024-11-04 13:19:21 +03:00
  • b1915106b0 vgui_support: update Alibek Omarov 2024-11-04 13:17:55 +03:00
  • 0d2a8488ae engine: client: replace illegal for infostring characters in server info got from TSource Engine Query Alibek Omarov 2024-11-04 13:16:39 +03:00
  • a52c8aa291 ref: soft: as an experiment, reformat ref_soft as it's easier to notice config inaccuracies Alibek Omarov 2024-11-06 02:41:38 +03:00
  • fbbafb45a3 Add uncrustify config file [skip ci] Alibek Omarov 2024-04-08 07:37:07 +03:00
  • 659adca473 ref: soft: remove dead, commented out code Alibek Omarov 2024-11-06 02:17:06 +03:00
  • 38e8a581b6 engine: server: fix possible NULL dereference Alibek Omarov 2024-11-06 01:36:23 +03:00
  • 06e476e8c8 engine: reorder mstudiocache_t fields for better memory efficiency Alibek Omarov 2024-11-06 00:38:29 +03:00
  • f529f06ea1 engine: use designated initializers to define BSP lumps. Reorder mlumpinfo_t for better memory efficiency Alibek Omarov 2024-11-06 00:33:08 +03:00
  • 159ded433d ref: gl: don't touch polygon offset when not drawing debug hulls as it breaks decals with VBO Alibek Omarov 2024-11-05 23:57:51 +03:00
  • c3b6422ad0 engine: common: add lzss fixes by nillerusr Alibek Omarov 2024-11-05 23:39:18 +03:00
  • 41b78c26ef engine: client: s_vox: fix incorrect check in VOX_FreeWord Alibek Omarov 2024-11-05 22:57:18 +03:00
  • ca93c5b666 engine: client: touch: use FillRGBA to draw edit grid Alibek Omarov 2024-11-05 22:56:54 +03:00
  • 80f8b778a9 engine: client: cl_tent: more accurate R_FizzEffect Alibek Omarov 2024-11-05 22:45:08 +03:00
  • 8c5db5f980 engine: client: turn some asserts in texture remap code into proper nullptr checks Alibek Omarov 2024-11-05 22:44:03 +03:00
  • 3756361cfe engine: client: fix possible NULL dereference when setting up bbox for non-solid visent that somehow doesn't have a model Alibek Omarov 2024-11-05 22:43:29 +03:00
  • 5f3e167799 engine: client: prevent possible null dereference with malformed consistency info packet Alibek Omarov 2024-11-05 22:42:46 +03:00
  • b7ed779f71 public: mathlib: fix incorrect usage of DotProductAbs, it will give the integer result, while float is expected Alibek Omarov 2024-11-05 22:18:55 +03:00
  • fa6f564c12 engine: client: allow extended amount of commands to be sent for newer GoldSrc server. Also refactoring Alibek Omarov 2024-11-05 21:57:31 +03:00
  • ad457f717b engine: client: no sense to check for position history pointers for NULL in CL_FindInterpolationUpdates, as they never are Alibek Omarov 2024-11-05 21:16:28 +03:00
  • f95ce7f52d engine: client: cl_font: fix possible NULL dereference Alibek Omarov 2024-11-05 21:15:44 +03:00
  • ec73f23e4a engine: client: rewrite R_RocketTrail for accuracy and fix potential uninitialized vectors Alibek Omarov 2024-11-05 17:43:00 +03:00
  • 2972d7c309 wscript: disable enum-float-conversion on clang Alibek Omarov 2024-11-03 04:24:54 +03:00
  • 4d003bc13f ref: remove Mod_LoadMapSprite from RefAPI Alibek Omarov 2024-11-03 02:59:44 +03:00
  • 4cb11861e4 engine: client: reimplement Mod_LoadMapSprite on engine side Alibek Omarov 2024-11-03 02:58:31 +03:00
  • addd50467e engine: remove FillRGBABlend from RefAPI. FillRGBA now accepts rendermode parameter Alibek Omarov 2024-11-03 02:24:01 +03:00
  • 6cd2dbf178 engine: remove R_DrawTileClear from RefAPI Alibek Omarov 2024-11-03 02:21:38 +03:00
  • f079e63737 engine: client: reimplement R_DrawTileClear on engine-side Alibek Omarov 2024-11-03 02:19:49 +03:00
  • d807041aa5 engine: client: register sound cvars even if audio was disabled Alibek Omarov 2024-11-03 01:16:27 +03:00
  • 6153d7f168 engine: make CL_RunLightStyles accept lightstyles array pointer as an argument. Make necessary changes in renderers. Alibek Omarov 2024-11-03 00:26:20 +03:00
  • e37feece4d engine: finally remove GetLightStyle, GetDynamicLight and GetEntityLight from RefAPI Alibek Omarov 2024-11-02 22:53:08 +03:00
  • 6cf11cb6cf ref: soft: migrate to new way to get lightstyles and dlights Alibek Omarov 2024-11-02 22:52:13 +03:00
  • bb4e64ea58 ref: gl: migrate to new way to get lightstyles and dlights Alibek Omarov 2024-11-02 22:51:57 +03:00
  • 9ed55776a9 engine: add PARM_GET_*_PTR for lightstyles and dlights arrays Alibek Omarov 2024-11-02 22:50:15 +03:00
  • b45bc9af67 engine: remove gamma functions from RefAPI Alibek Omarov 2024-11-02 22:26:27 +03:00
  • 2227e487c0 engine: client: explicitly set rendermode for R_ShowTree Alibek Omarov 2024-11-02 22:25:54 +03:00
  • 1f49ce599f engine: client: fix out of bound read in gamma table access functions Alibek Omarov 2024-11-02 22:13:46 +03:00
  • 8af995cc28 engine: introduce REF_GET_*_PTR for gamma tables Alibek Omarov 2024-11-02 22:11:22 +03:00
  • b39d660189 ref: refactor R_BuildLightMap Alibek Omarov 2024-11-02 22:06:19 +03:00
  • 9608da5bf9 engine: move debug hulls rendering from renderer, implement through TriAPI Alibek Omarov 2024-11-02 21:22:56 +03:00
  • d3adcf3185 ref: soft: fix misplaced lightmaps Alibek Omarov 2024-11-02 04:09:04 +03:00
  • 40c051fb6b ref: refactor R_AddDynamicLights Alibek Omarov 2024-11-02 04:08:23 +03:00
  • 015f1ba8c0 ref: gl: small optimization for brush model rendering passes, track the first and last texture id of a special surface (fullbrights, alpha chains, details..) Alibek Omarov 2024-11-02 03:23:56 +03:00
  • c3de4a5c3b ref: gl: add fullbright textures to the list with VBO renderer Alibek Omarov 2024-11-02 02:18:43 +03:00
  • 09210e4316 wscript: add option to build with extended msurface_t from HL25 Alibek Omarov 2024-11-02 02:16:59 +03:00
  • 93b382f174 wscript: move SUPPORT_BSP2_FORMAT definition to the main wscript file. Manually define REF_DLL in the build task Alibek Omarov 2024-11-02 01:57:33 +03:00
  • 42cf51c6aa wscript: don't look for amd64_x86 MSVC crosscompiler when using msvc-wine Alibek Omarov 2024-11-02 01:55:35 +03:00
  • f7bc258c2f ref: gl: reduce copypasted branch at LM_UploadBlock Alibek Omarov 2024-11-01 19:06:09 +03:00
  • 9e1908fc6f engine: client: rewrite stupid comma separated single-line operations into more sane code Alibek Omarov 2024-10-30 22:01:41 +03:00
  • 6bdb3f6ea1 engine: don't save fps_override value as it's an experimental feature Alibek Omarov 2024-10-30 19:26:37 +03:00
  • 2fe94bceb6 engine: limit framerate during connection to GoldSrc servers to exactly 31 FPS, like GoldSrc Alibek Omarov 2024-10-30 19:25:48 +03:00
  • 371639f0dc engine: introduce fps_override to unlock the 200 FPS limit in multiplayer games to 1000 Alibek Omarov 2024-10-30 18:28:55 +03:00
  • f88d424ecd engine: client: don't make useless comparison, cl_cmdrate is always clamped between 10 and 100. Alibek Omarov 2024-10-30 18:15:27 +03:00
  • c2ca80c889 engine: client: don't immediately send client packet after receiveing server packet or full update Alibek Omarov 2024-10-30 18:11:45 +03:00
  • 0313e19674 filesystem: strip upper directory access from FS_FindFile when FS_AllowDirectPath is set to true Alibek Omarov 2024-10-29 16:12:54 +03:00
  • 281d4359d0 Upgrade Freedesktop SDK to 24.08 Alibek Omarov 2024-10-29 16:12:04 +03:00
  • 7b02c37fa7 engine: add generated by version line to the config and help.txt files Alibek Omarov 2024-10-29 16:10:08 +03:00
  • 2ea0b0d60c engine: client: fix fire field additive transparency from 80 to 180 (thanks @autisoid!) Alibek Omarov 2024-10-28 20:13:52 +03:00
  • d879e028cf engine: soundlib: snd_wav: fix clang warning Alibek Omarov 2024-10-28 15:32:25 +03:00
  • 3e7e81e078 engine: platform: android: sprinkle it with more const modifiers Alibek Omarov 2024-10-28 14:32:57 +03:00
  • cc53d59532
    gha: adds SDL2 to OSX builds (resolves #1791) (#1855) Max Parry 2024-10-28 20:58:46 +11:00
  • 319dea1f7d mainui: update Alibek Omarov 2024-10-28 12:21:47 +03:00
  • 48047c05b7 extras: update Alibek Omarov 2024-10-28 12:21:38 +03:00
  • 85b0273911 engine: client: check resource nIndex before writing it to the precache arrays Alibek Omarov 2024-10-28 12:13:26 +03:00
  • eb72b6baee ref: gl: fix r_shadows and gl_vbo registration order. It must be registered before reading renderer config Alibek Omarov 2024-10-28 02:10:24 +03:00
  • 422addcbb6 public: make Q_atoi_hex public, check for 0x prefix Alibek Omarov 2024-10-28 02:07:52 +03:00
  • 4a58be2aa0 ref: gl: deregister timerefresh command in renderer, as it's renderer-specific Alibek Omarov 2024-10-28 01:59:39 +03:00
  • 562b54839c engine: client: console: fix printing multiline messages with CRLF, like HTTP headers Alibek Omarov 2024-10-28 01:58:47 +03:00
  • 639eaa9416 engine: split HTTP client into a separate file Alibek Omarov 2024-10-27 17:07:35 +03:00
  • 6c6cb65b30 mainui: update Alibek Omarov 2024-10-27 14:33:27 +03:00
  • 8ea8437e19 3rdparty: opus: downgrade to 1.4.0 Alibek Omarov 2024-10-27 14:17:33 +03:00
  • 2656eb1aeb engine: fix A2S_GOLDSRC_INFO, it must always include Source Engine Query and a null terminator Alibek Omarov 2024-10-26 20:21:45 +03:00
  • fa1e92b127 engine: request file from server if HTTP locations failed Alibek Omarov 2024-10-26 20:08:32 +03:00
  • cff8ee13e6 engine: rcon refactoring. Use sizebuf_t to concatenate commands. Only call redirect when we're executing command. Alibek Omarov 2024-10-26 19:37:26 +03:00
  • 3956e3863e engine: make Netchan_TransmitBits accept const data Alibek Omarov 2024-10-26 19:19:37 +03:00
  • 9600218757 engine: client: send tempdecal.wad to GoldSrc servers Alibek Omarov 2024-10-26 19:16:59 +03:00
  • 2db7cb0d64 engine: client: when validating, we're supposed to send move and delta commands Alibek Omarov 2024-10-26 19:12:52 +03:00
  • 267a70d621 engine: common: don't print svc/clc_nop with net_recv/send_debug Alibek Omarov 2024-10-26 05:18:09 +03:00
  • 667bedab82 engine: client: allow reading upper directories for clc_fileconsistency. Initialize md5 digest, add note about servers relying on uninitialized md5 value in some cases. Alibek Omarov 2024-10-26 05:17:24 +03:00
  • 49990a0859 mainui: update Alibek Omarov 2024-10-26 05:15:55 +03:00
  • f7c4cd9398 engine: client: allow case-insensitive goldsrc proto argument in connect and queryserver commands Alibek Omarov 2024-10-26 05:15:46 +03:00
  • cd4f4d5ad4 engine: common: fix hpkextract command Alibek Omarov 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. Alibek Omarov 2024-10-26 05:14:51 +03:00
  • 0a24ca3fe2 engine: client: fix svc_updateuserinfo for inactive player on GoldSrc servers Alibek Omarov 2024-10-26 05:13:22 +03:00