Alibek Omarov
|
2e5d2c1dcc
|
3rdparty: library_suffix: update
|
2025-11-12 20:28:04 +05:00 |
|
Alibek Omarov
|
300edb3318
|
engine: remember last resolved master server address for about a minute
|
2025-11-12 20:04:55 +05:00 |
|
Alibek Omarov
|
0dfeea5213
|
Migrate to library-suffix library
|
2025-11-11 06:59:41 +05:00 |
|
Alibek Omarov
|
d9150734c9
|
3rdparty: add library_suffix subproject
|
2025-11-11 06:59:41 +05:00 |
|
Alibek Omarov
|
65514b73fd
|
common: render_api: explicitly include stdint.h as we use intptr_t in the API
|
2025-11-11 06:22:43 +05:00 |
|
Alibek Omarov
|
d366e04682
|
engine: client: voice: fix typo, sequence must be incremented after it's written to the buffer
|
2025-11-09 02:55:58 +05:00 |
|
 ksagamenganda1batross
|
5151f9559b
|
scripts: ios: Fix built hlsdk not working on older ios
|
2025-11-08 06:50:07 +08:00 |
|
Alibek Omarov
|
62c56b877f
|
3rdparty: mainui: update
|
2025-11-07 04:08:06 +05:00 |
|
Alibek Omarov
|
420a907776
|
wscript: silently ignore exception if --no-undefined is not in the linkflags list on darwin
|
2025-11-07 04:05:19 +05:00 |
|
Alibek Omarov
|
184e976c5d
|
engine: call appropriate model loader on big endian
|
2025-11-06 23:37:27 +05:00 |
|
Alibek Omarov
|
6154e54661
|
wscript: fix a typo in -Wl,-undefined,error
|
2025-11-06 23:36:50 +05:00 |
|
Alibek Omarov
|
73950e867f
|
filesystem: initial set of fixes for big endian
|
2025-11-06 23:26:12 +05:00 |
|
Alibek Omarov
|
822aa00bd6
|
wscript: replace --no-undefined with -undefined error for Darwin for compatibility with older linkers (tested on 10.4)
|
2025-11-06 21:51:09 +05:00 |
|
Alibek Omarov
|
681808ca3d
|
3rdparty: mainui: update
|
2025-11-06 20:06:52 +05:00 |
|
Alibek Omarov
|
a0b40fc2da
|
engine: common: explicitly cast function offset into size_t, even though it's signed ptrdiff, saverestore offset mistakingly used unsigned numbers
|
2025-11-06 20:06:51 +05:00 |
|
Alibek Omarov
|
955c5570d8
|
engine: client: voice: increment sequence before it's passed into LittleShort macro
|
2025-11-06 20:06:51 +05:00 |
|
Alibek Omarov
|
2094c72c95
|
engine: client: soundlib: use correct printf specifier for ptrdiff
|
2025-11-06 20:06:51 +05:00 |
|
Alibek Omarov
|
0795fe92fe
|
public: build: allow older __ppc__ macro defined by GCC 4.0 (even though I probably won't support GCC 4.0)
|
2025-11-06 20:06:51 +05:00 |
|
Alibek Omarov
|
9ce131e6be
|
engine: client: fix a typo
|
2025-11-06 23:06:33 +08:00 |
|
Alibek Omarov
|
08b718995c
|
engine: client: restore reduced resend time for bandwidth test
|
2025-11-06 23:06:33 +08:00 |
|
Alibek Omarov
|
4900955fc1
|
engine: client: set cl_dlmax to FRAGMENT_DEFAULT_SIZE when connecting to an old server or server that test disabled
|
2025-11-06 23:06:33 +08:00 |
|
Alibek Omarov
|
9d00e52c42
|
engine: server: require challenge for bandwidth test
|
2025-11-06 23:06:33 +08:00 |
|
Alibek Omarov
|
6c2bad610f
|
engine: client: request test packet only after we got challenge from server
|
2025-11-06 23:06:33 +08:00 |
|
Alibek Omarov
|
27c6004191
|
ci: disable freebsd-15 build due to bug with missing bzip2.pc
|
2025-11-05 09:13:45 +05:00 |
|
Alibek Omarov
|
500d385e6b
|
ci: use macos-15-intel for x86 engine builds
|
2025-11-05 09:10:12 +05:00 |
|
Alibek Omarov
|
5739946330
|
engine: server: limit bandwidth test to max 1400 bytes
|
2025-11-03 19:28:59 +05:00 |
|
Alibek Omarov
|
8a94256558
|
public: fix build with C++
|
2025-11-03 19:28:59 +05:00 |
|
 ksagamenganda1batross
|
a66774d65f
|
ci: ios: Minor change
|
2025-11-03 04:36:59 +08:00 |
|
 ksagamenganda1batross
|
a9f159bae5
|
ci: ios: Implement suggestions and use hlsdk mobile_hacks
|
2025-11-03 04:36:59 +08:00 |
|
 ksagamenganda1batross
|
a6108b7930
|
ci: Add iOS builds
|
2025-11-03 04:36:59 +08:00 |
|
Alibek Omarov
|
43066656bd
|
3rdparty: restore submodules hash after last merge
|
2025-11-01 18:33:42 +05:00 |
|
 ksagameng2andGitHub
|
a9bf700da4
|
Restore iOS build support (#2352)
* initial commit
* initial commit
* add port files
* ios: Changes to allow creating app bundle without xcode projects
* ios: Added mic perms request
* ios: Very basic app bundle creation script
* ios: Fix -log parameter
* ios: Sdk no longer hardcoded and option to compile for simulator
* general: Update gitignore
* ios: Enable game mode for the app
* ios: Compile instructions and updated ipa creation script
* ios: Code cleanup
* ios: Remove dylibs
* general: Remove extra submodules
* ios: Remove dylibs again
* ios: Implement suggested changes
* ios: Fix building as dylib instead of binary
* ios: Scripts for building mods
* ios: Move 'ios' contents to engine/platform/ios/bundle and modify scripts
* ios: Update createipa.sh to use waf install
* ios: Clean script and updated README
* general: Fix spelling mistake and outdated instructions
* ios: Clean up in xcompile.py
* ios: Fix createipa.sh generating an invalid ipa
* ios: Temporary fix for launch dialog textfield colors in dark mode
|
2025-11-01 18:32:00 +05:00 |
|
 Sergey Degtyaranda1batross
|
ee7dce68b8
|
engine: client: streamline samples handling
|
2025-11-01 21:24:49 +08:00 |
|
Alibek Omarov
|
a14cc82d46
|
engine: add buffer size argument to RefAPI's Mod_ProcessRenderData, bump RefAPI version
|
2025-10-31 15:58:05 +05:00 |
|
Alibek Omarov
|
b3dc772cd2
|
engine: add file size argument to sprite model loader
|
2025-10-31 15:56:31 +05:00 |
|
Alibek Omarov
|
9bb9575c6d
|
ci: update freebsd dependencies package list
|
2025-10-31 12:31:07 +05:00 |
|
Alibek Omarov
|
359cc9b1e7
|
security: add a security policy
|
2025-10-30 17:43:01 +05:00 |
|
Alibek Omarov
|
6a9f61e69f
|
engine: soundlib: ignore TXXX tags that's size exceeds 255 (sizeof( string ) - 1) bytes to account for null terminator
Thanks @veygax for the report!
|
2025-10-30 17:31:11 +05:00 |
|
Alibek Omarov
|
21ea83027e
|
engine: imagelib: fix buffer overflow when the amount of colors in palette reported by BMP header are higher than 256
Thanks to @veygax for report!
|
2025-10-30 17:30:02 +05:00 |
|
Alibek Omarov
|
f22a50b680
|
3rdparty: update maintui and mainui
|
2025-10-24 14:30:59 +05:00 |
|
Alibek Omarov
|
7217c7f1b2
|
engine: client: deprecate and remove all code associated with linear/cubic upsampling
|
2025-10-23 14:56:50 +05:00 |
|
Alibek Omarov
|
cfb8e0882a
|
Revert "engine: client: fixed blueish outline on sprays converted to WAD3"
This reverts commit a5f7314ec9.
|
2025-10-20 07:47:58 +05:00 |
|
Alibek Omarov
|
f1fde32c29
|
Drop legacy AuroraOS code
|
2025-10-19 07:39:47 +05:00 |
|
Alibek Omarov
|
c6a5c64448
|
engine: client: touch: implement rotation support
|
2025-10-19 05:35:28 +03:00 |
|
Alibek Omarov
|
b8f0a89846
|
engine: client: validate vid_rotate cvar value and save current rotation to ref global
|
2025-10-19 06:27:10 +05:00 |
|
Alibek Omarov
|
684f7fb75e
|
ref: gl: implement rotation for 3D
|
2025-10-19 06:26:28 +05:00 |
|
Alibek Omarov
|
4dabb5d1f9
|
ref: gl: implement rotation for 2D
|
2025-10-19 06:25:43 +05:00 |
|
Alibek Omarov
|
ea2c864265
|
engine: server: don't pass uninitialized pointers to the server DLL in SetupVisibility function
|
2025-10-17 14:54:52 +05:00 |
|
Alibek Omarov
|
7315865d34
|
engine: client: include null byte in synthetised HudText messages, to match real HudText messages sent from server
|
2025-10-17 14:07:48 +05:00 |
|
Alibek Omarov
|
6d987d083e
|
android: delete .nomedia if it's a directory
|
2025-10-17 15:58:59 +08:00 |
|