Commit Graph

  • e2540bd446 filesystem: turn unused caseinsensitive argument in InitStdio into a reserved argument (set to true by default) Alibek Omarov 2023-04-28 02:35:38 +03:00
  • 07fd4f37ef engine: remove unused -caseinsensitive command line argument Alibek Omarov 2023-04-28 02:34:06 +03:00
  • 92b72a7d33 game_launch: add icons that were used for Android port Alibek Omarov 2023-04-30 00:56:24 +03:00
  • cb3b16e2ec engine: client: implement v_dark in engine, instead of making it ref-specific Alibek Omarov 2023-04-28 16:52:22 +03:00
  • bd3dc71f39 engine: server: refactor banid, explicitly does not allow ban using userid for now Alibek Omarov 2023-04-28 16:24:09 +03:00
  • 48176233bd public: move FOV calculating functions out of libpublic, as they are very specific to engine view Alibek Omarov 2023-04-26 05:22:34 +03:00
  • a292d2fd53 platform: win32: replace Q_sprintf calls by Q_snprintf Alibek Omarov 2023-04-26 05:07:23 +03:00
  • 27aad9f4a0 ref: gl: add size argument to COM_Default/ReplaceExtension calls Alibek Omarov 2023-04-26 04:59:07 +03:00
  • 71a3cedba8 filesystem: add size argument to COM_Default/ReplaceExtension calls Alibek Omarov 2023-04-26 04:58:51 +03:00
  • ec2951cf45 engine: add size argument to COM_Default/ReplaceExtension calls Alibek Omarov 2023-04-26 04:57:28 +03:00
  • ff436ae100 public: crtlib: add safe COM_DefaultExtension and COM_ReplaceExtension Alibek Omarov 2023-04-26 04:57:04 +03:00
  • cfdfdd5c93 utils: mdldec: add size argument to COM_FileBase calls Alibek Omarov 2023-04-26 04:05:32 +03:00
  • 8b96e7ca87 ref: add size argument to COM_FileBase calls Alibek Omarov 2023-04-26 04:05:20 +03:00
  • 1603b8028c filesystem: add size argument to COM_FileBase calls Alibek Omarov 2023-04-26 04:05:01 +03:00
  • 8c7db8499f engine: add size argument to COM_FileBase calls Alibek Omarov 2023-04-26 04:04:48 +03:00
  • fbdd79644b public: test new COM_FileBase and compare it's results with old implementation (embedded into test itself) Alibek Omarov 2023-04-26 04:04:20 +03:00
  • ac39090f6e public: crtlib: add safe COM_FileBase implementation Alibek Omarov 2023-04-26 04:03:23 +03:00
  • 8f207362a5 public: remove Q_sprintf, and patch all code that used it to use Q_snprintf instead Alibek Omarov 2023-04-23 22:56:05 +03:00
  • b16fa8eddc public: remove Q_strcat and Q_strcpy, and patch the code that uses it Alibek Omarov 2023-04-24 02:18:40 +03:00
  • 2261b0dcab scripts: gha: set --disable-werror for building HLSDK Alibek Omarov 2023-04-25 13:10:12 +03:00
  • 9eb49fc673 scripts: gha: win32: finally use destdir instead of prefix on Windows Alibek Omarov 2023-04-25 13:05:31 +03:00
  • c61c84ad4f Revert "wscript: check malloc.h first to make checks on Windows slightly faster" Alibek Omarov 2023-04-25 12:39:47 +03:00
  • 71c9fd2772 wscript: do not check for --prefix without --enable-packaging, as it's still valid to use Alibek Omarov 2023-04-25 03:01:35 +03:00
  • 1464e1e2be wscript: check malloc.h first to make checks on Windows slightly faster Alibek Omarov 2023-04-25 02:39:07 +03:00
  • cf557d191a wscript: make prefix vs destdir installing more safe and predictable Alibek Omarov 2023-04-24 23:12:14 +03:00
  • b72033eb74 engine: client: fix master server query through NetAPI Alibek Omarov 2023-04-23 22:05:11 +03:00
  • cec903fd10 mainui: update Alibek Omarov 2023-04-23 18:44:17 +03:00
  • b333edeefe public: crtlib: remove unused Q_strlwr macro Alibek Omarov 2023-04-23 18:31:08 +03:00
  • 76c7273600 utils: mdldec: remove usage of string functions with unspecified size Alibek Omarov 2023-04-23 18:29:18 +03:00
  • 096ee34f67 public: remove Q_vsprintf, replace by proper Q_vsnprintf proper calls Alibek Omarov 2023-04-23 18:17:06 +03:00
  • 5b52a9a19f engine: protocol: increase MAX_LIGHTSTYLES from 64 to 256, protocol limit as it encoded as unsigned byte Alibek Omarov 2023-04-18 05:34:51 +03:00
  • cacfff008f engine: common: enable autocomplete for mp3 command Alibek Omarov 2023-04-19 17:54:45 +03:00
  • 398cec626e engine: client: remove media/ prefix for CD tracks, add it while parsing cdaudio.txt for compatibility Alibek Omarov 2023-04-19 17:54:28 +03:00
  • cadad6ce34 github: attempt to avoid release draft issue by sleeping for 20s Alibek Omarov 2023-04-19 16:32:21 +03:00
  • 588d080a63 github: migrate to softprops/action-gh-release to avoid drafts being randomly created (thanks @SNMetamorph) Alibek Omarov 2023-04-19 15:05:33 +03:00
  • 1affc36f06 engine: client: more accurate ScreenShake implementation, thanks @vasiavasiavasia95 for sharing it Alibek Omarov 2023-04-18 17:28:20 +03:00
  • 8d6ac3fad4 engine: common: net_encode: cosmetic changes, static-ize functions, move private macros Alibek Omarov 2023-04-18 05:08:38 +03:00
  • 0d5d30398b filesystem: VFileSystem009: refactoring Alibek Omarov 2023-04-18 04:50:47 +03:00
  • eb0686fca1 filesystem: fix wrong data type for character in Gets and Ungetc Alibek Omarov 2023-04-18 04:47:55 +03:00
  • 41025c0049 engine: client: reset connection retries counter on changelevel Alibek Omarov 2023-04-18 04:45:24 +03:00
  • 6518a5cf8b engine: whereami: Add SerenityOS Tim Schumacher 2022-07-14 20:47:33 +02:00
  • 49936120ca public: tests: add new test to check return values of Q_Architecture/PlatformStringByID and Q_buildnum Alibek Omarov 2023-04-17 19:11:16 +03:00
  • e4a5b95e81 public: build: split Q_buildnum to separate function that calculates build number from arbitrary date string Alibek Omarov 2023-04-17 19:10:40 +03:00
  • 84fc8d4281 public: build: fix naming for 32-bit RISCV with double precision float ABI Alibek Omarov 2023-04-17 19:09:59 +03:00
  • e9da3e2976 public: build: reorder enums by probability, rename ARCHITECTURE_ ABI macros to just ARCH_ for easier matching Alibek Omarov 2023-04-17 06:28:31 +03:00
  • c1252b5642 scripts: waifulib: vgui: fix Logs aren't being imported Alibek Omarov 2023-04-17 06:32:37 +03:00
  • 7d54952422 3rdparty: vgui_support: update submodule Alibek Omarov 2023-04-17 05:22:02 +03:00
  • b28d10f69f scripts: waifulib: split vgui_support VGUI detection to separate module Alibek Omarov 2023-04-17 05:20:22 +03:00
  • 6cb3b2f01a wscript: print modules help before engine common options Alibek Omarov 2023-04-17 05:19:56 +03:00
  • 248be5458f engine: common: hpak: do not print hashpak contents in quiet mode Alibek Omarov 2023-04-17 04:39:21 +03:00
  • 2e7306e96a engine: network: fix missing newline in IP port allocation error message Alibek Omarov 2023-04-17 04:37:16 +03:00
  • 558ded6d6a filesystem: tests: interface: use correct type for module on Win32 Alibek Omarov 2023-04-15 04:58:29 +03:00
  • c52dc69360 scripts: gha, cirrus: fix failing workflows because of --enable-fs-tests flag removal Alibek Omarov 2023-04-15 04:24:45 +03:00
  • ba1648c689 mainui: update Alibek Omarov 2023-04-15 04:19:14 +03:00
  • 101a7a1240 engine: client: try to fix random crash in CL_ClearWorld when using legacy protocol Alibek Omarov 2023-04-15 03:36:33 +03:00
  • 25d6b2b069 engine: client: fix FlushEntityPacket message overflow on legacy servers Alibek Omarov 2023-04-15 03:36:04 +03:00
  • f67b97e63c engine: common: mod_bmodel: remove useless copy before Q_strnlwr, as Q_strnlwr already copies string Alibek Omarov 2023-04-15 02:56:14 +03:00
  • 9a24cb8c96 engine: client: console: remove useless function Con_StringLength Alibek Omarov 2023-04-15 02:55:32 +03:00
  • c157b7def3 filesystem: tests: interface: various fixes Alibek Omarov 2023-04-15 02:44:43 +03:00
  • de88aec958 filesystem: restore DarkPlaces contributors copyrights lost in filesystem_stdio Alibek Omarov 2023-04-15 02:28:04 +03:00
  • 7f31871b5a engine: common: zone: restore Id Software and Darkplaces copyrights, add Xash3D FWGS copyrights Alibek Omarov 2023-04-15 02:38:24 +03:00
  • f55ef63e26 ref: optimize R_LightLambert function Alibek Omarov 2023-04-14 20:28:09 +03:00
  • 824a34ee1e engine: common: imgelib: fix declaration after statement in test code Alibek Omarov 2023-04-14 18:58:43 +03:00
  • 46e2ccd2bf filesystem: wscript: check interface test before everything else Alibek Omarov 2023-04-13 20:07:58 +03:00
  • 339c08d89f public: add basic test for our strcpy, strcmp and strcat functions Alibek Omarov 2023-04-13 19:56:31 +03:00
  • 2db2375b4d waifu: upgrade to latest revision Alibek Omarov 2023-04-13 18:43:08 +03:00
  • d86ab19351 wscript: refactoring, replace --enable-fs-tests with --enable-tests Alibek Omarov 2023-04-13 18:40:27 +03:00
  • db40d58208 filesystem: add test for probing all interfaces Alibek Omarov 2023-04-13 18:39:21 +03:00
  • 33ff7bbd61 scripts: waifulib: compiler_optimizations: set default build type to release Alibek Omarov 2023-04-13 16:14:04 +03:00
  • 4d4162336a engine: common: mod_bmodel: apply code style fixes to match existing code, for consistency Alibek Omarov 2023-04-11 02:29:17 +03:00
  • 372514151d engine: common: mod_bmodel: Fixed default texture name check Jonathan Poncelet 2023-04-09 21:59:30 +01:00
  • 6c9ce478a9 engine: common: mod_bmodel: Fixed Con_Printf warnings Jonathan Poncelet 2023-04-09 21:56:28 +01:00
  • 78555ab125 engine: common: mod_bmodel: Tidied texture loading procedure Jonathan Poncelet 2023-04-07 14:34:41 +01:00
  • f2c671d809 utils: mdldec: Fix typo. Andrey Akhmichin 2023-04-10 00:35:28 +05:00
  • 4bce193645 mainui: update Alibek Omarov 2023-04-03 06:45:05 +03:00
  • 129de871e3 engine: common: hpak: use statically allocated hpk_maxsize cvar because gamedll can re-register it for some reason Alibek Omarov 2023-04-03 06:22:49 +03:00
  • c24a1fafc5 engine: add missing HPAK_CheckSize/Integrity calls Alibek Omarov 2023-04-03 06:04:48 +03:00
  • cee3757e6f engine: common: hpak: add hpak deletion in validate function Alibek Omarov 2023-04-03 06:04:18 +03:00
  • 12ed092446 engine: client: register VGui surface cvars Alibek Omarov 2023-04-03 06:03:29 +03:00
  • 2fb19a0cfd public: matrixlib: cleanup unused functions Alibek Omarov 2023-04-03 05:14:59 +03:00
  • 79624fa400 ref: gl: cleanup unused functions Alibek Omarov 2023-04-03 05:06:08 +03:00
  • 550ced9c36 ref: gl: cleanup unused functions in frustum Alibek Omarov 2023-04-03 05:05:18 +03:00
  • fd795d5612 ref: soft: cleanup unused functions Alibek Omarov 2023-04-03 04:57:41 +03:00
  • dc0982932b engine: common: sequence: static-ize private functions Alibek Omarov 2023-04-03 04:24:47 +03:00
  • 5d387101b9 engine: client: remove unused Key_IsBind Alibek Omarov 2023-04-03 04:32:17 +03:00
  • eef1e1868a engine: common: remove unused BaseCmd_Replace Alibek Omarov 2023-04-03 04:31:58 +03:00
  • 4005ef831a engine: common: remove unused IsBackgroundMap/Demo calls, remove unused gamma function Alibek Omarov 2023-04-03 04:31:12 +03:00
  • b0c71c598f engine: common: remove unused Mod_AmbientLevels Alibek Omarov 2023-04-03 04:30:27 +03:00
  • d7848b7b8d engine: client: efx: remove unused CL_FreeParticle Alibek Omarov 2023-04-03 04:30:08 +03:00
  • 9cdce1ce69 engine: network: remove unused MSG_Read/WriteBitFloat Alibek Omarov 2023-04-03 04:17:54 +03:00
  • 84edd9d0c4 engine: client: use ReadVec3Angles in svc_setangle, as server uses WriteVec3Angles Alibek Omarov 2023-04-03 04:17:02 +03:00
  • d8355a651f engine: add missing Sequence_Init and Sequence_OnLevelLoad calls Alibek Omarov 2023-04-03 04:12:47 +03:00
  • 004ac8105e engine: common: identification: static-ize all functions Alibek Omarov 2023-04-03 04:04:25 +03:00
  • 2e8ab13242 engine: client: fix parsing svc_spawnentity on old protocol Alibek Omarov 2023-04-03 03:26:19 +03:00
  • 27d9fc0afe engine: client: sound: remove unused functions Alibek Omarov 2023-04-03 03:51:48 +03:00
  • 192d510924 engine: client: remove unused function CL_FreeEntity and everything that used it Alibek Omarov 2023-04-03 03:51:12 +03:00
  • 3614cfa878 engine: client: avi: remove unused function Alibek Omarov 2023-04-03 03:49:59 +03:00
  • 12efcf1c44 engine: network: remove some totally ununsed functions Alibek Omarov 2023-04-03 03:13:50 +03:00
  • a8de11643c engine: platform: sdl: make GL_CreateContext and GL_DeleteContext functions static Alibek Omarov 2023-04-03 03:13:19 +03:00
  • 597027277c engine: server: remove some totally unused functions Alibek Omarov 2023-04-03 03:12:03 +03:00