2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-07-21 20:56:39 +03:00

875 Commits

Author SHA1 Message Date
3886198caa
Merge branch 'master' into feature/rehlds-win32-set-title 2025-07-21 12:24:30 +03:00
89f17f5b7f
Merge branch 'bugfix/ci-fixes' 2025-07-21 12:20:03 +03:00
c69fd54580
ci-build updated
+ added signing
 + migrated to windows-2025 runner
+ wmic deprecated and migrated to ps
2025-07-21 12:19:53 +03:00
ec4cef7937
CHANGELOG.md update 2025-07-19 23:54:27 +03:00
a0255ae33d
backports from master 2025-07-19 22:48:55 +03:00
09368ebd7e
[chore] License transition from GPLv3 to MIT
[chore] License transition from GPLv3 to MIT
2025-07-19 22:45:54 +03:00
cbeb08abd3
[chore] License transition from GPLv3 to MIT 2025-07-19 22:42:53 +03:00
5887e77dc7
added "[ReHLDS %version%]" to win32 title
example: "[ReHLDS 3.15.0.784] Console"
2025-07-16 14:36:58 +03:00
s1lentq
ae2639d3df filesystem: fix reversing mistake closed #1101
fix crash related #972
2025-07-15 22:50:33 +07:00
jonatan1024
1571474af7
message manager fix (#1089) 2025-04-25 22:27:10 +07:00
Eason
97dd83d626
Add API function SetServerPause (#1086) 2025-04-08 17:47:13 +07:00
5cac7a97ab
also disable sign at linux builds from PRs 2025-04-06 14:16:04 +03:00
s1lentq
44e510a25c SV_EmitSound2: Add new flag SND_EMIT2_USE_ORIGIN for using custom origin instead of entity origin 2025-04-05 02:20:58 +07:00
Faruk
7bc5d86add
cmake dependecy (#1080) 2025-04-04 05:09:13 +07:00
Splatt581
98b4103b86
Added check for invalid utf8 chars in userinfo (#1074) 2025-04-04 05:08:30 +07:00
s1lentq
2f87ace7fc Fix dumb bug where skip logos without advancing to next iter, causing an endless loop when sv_send_logos is disabled Fixes #1085 2025-04-02 21:16:17 +07:00
s1lentq
a2953ea374 API game message manager: fix typo 2025-04-01 22:26:38 +07:00
s1lentq
45fe816fdd API game message manager: add support signed/unsigned value for char,short types 2025-03-29 02:46:36 +07:00
s1lentq
89958d348e Update build.yml 3.14.0.857 2025-03-28 02:41:18 +07:00
e9991716fc
Added codesign and resources (#1069)
* Added codesign and resources

- for Windows: https://github.com/rehlds/.github/issues/30 and https://github.com/rehlds/.github/issues/29

- for Linux:  https://github.com/rehlds/.github/issues/28
3.14.0.856
2024-12-26 11:29:08 +03:00
Sergey Shorokhov
20c16bfad3
IP and IPX allocation warnings move under -dev arg (#1071) 2024-12-18 20:07:52 +03:00
Sergey Shorokhov
28c205de11 CI: add workflow_dispatch event trigger
[skip ci]
2024-12-14 18:07:53 +03:00
s1lentq
1a68407710 Netchan_CopyFileFragments: fix typo 2024-12-12 04:35:38 +07:00
Francisco Muñoz
4afb6e3be9
Move SV_CheckMovingGround into SV_Physics (#1045) 2024-12-09 19:20:17 +07:00
s1lentq
e83b324301 Fix build 2024-12-09 01:21:00 +07:00
s1lentq
64c684af4a Added new CVARs for improved handling of decompression failures:
- `sv_net_incoming_decompression_min_failures`: Min failures required to flag a player
- `sv_net_incoming_decompression_max_failures`: max failures allowed before punishment
- `sv_net_incoming_decompression_min_failuretime`: Time window for failure tracking
2024-12-09 00:02:33 +07:00
s1lentq
e54adb089c fix crash due fakeclient 2024-12-08 08:57:51 +07:00
s1lentq
18b173d5c6 Fix potential crash 2024-12-08 05:15:11 +07:00
s1lentq
6e6368da30 CalcSurfaceExtents: more info in extents error message 2024-12-08 00:36:04 +07:00
s1lentq
df862d9bb6 Improved movevars sync logic for clients, allowing independent sync of movement props for each client, regardless of global movevars 2024-12-08 00:18:36 +07:00
12b35dbe8c
deleted local GitHub Action 2024-11-20 00:25:27 +03:00
c17dacd152
reHLDS -> ReHLDS 2024-11-16 00:56:23 +03:00
85d55d15db
Merge pull request #1058 from rehlds/feature/improvements
added changelog
2024-11-06 13:39:04 +03:00
df704585aa
meta improvemetns
* added changelog
2024-11-03 14:46:08 +03:00
Sergey Shorokhov
5a1f66a6b4
CI Workflow Improvements and Fixes (#1056)
chore(ci): standardize and update CI workflows for compatibility and consistency

- Updated action versions (`checkout@v4`, `upload-artifact@v4`, `download-artifact@v4`) for enhanced compatibility and security
- Removed unsecure Node.js version allowance to align with *-latest OS requirements
- Downgraded MSBuild to version 16 to resolve CI compatibility issues
- Migrated test demos to `rehldsorg/testdemos:latest` container with a streamlined testing approach via matrix strategy and `runTest.sh`
- Standardized Linux dependency installation for consistent build environment across jobs
- Unified CI workflow structure with `rehlds` and `regamedll` repositories for better consistency
- Optimized artifact deployment steps and removed unnecessary cleanup operations

Co-authored-by: s1lentq <s1lentsk@yandex.ru>
2024-10-29 09:20:39 +03:00
s1lentq
fe184a82e0 SV_ProcessFile: Ignore customization file uploads if upload is disabled 2024-10-24 02:28:47 +07:00
s1lentq
b29740c19e CalcSurfaceExtents: MAX_SURFACE_TEXTURE_SIZE limit increased from 256 to 512 2024-09-25 02:02:44 +07:00
肯定龙
7073363c88
Small fix in sv_user.cpp (#1042) 2024-08-07 07:24:29 +07:00
s1lentq
2834fb8494 Minor refactoring and improve readability 2024-08-01 03:34:00 +07:00
s1lentq
c8308a2c60 [HLTV] Fix reverse-engineering mistake in World::WritePacketEntities 2024-08-01 00:12:34 +07:00
s1lentq
ed954a710f [HLTV] Fix reverse-engineering mistake in ObjectDictionary::RemoveIndex 2024-08-01 00:09:32 +07:00
Eason
9935f8bc75
Workflows: fix linux build(Action Checkout) (#1040)
* Update build.yml
2024-07-31 01:37:36 +07:00
s1lentq
9c1e84328e Fixed GCC compilation warnings/errors
Fixes #1032
2024-05-30 19:15:39 +07:00
s1lentq
c1ccc5009a Fix warning compiler in linux build 2024-05-27 05:08:02 +07:00
s1lentq
0f45ec09fa Enhanced API interface game message manager
Bump major API version
Minor refactoring
2024-05-27 05:01:37 +07:00
s1lentq
c9f9bbfff9 Implement API interface game message manager 2024-05-13 19:20:19 +07:00
s1lentq
a761efa75d Minor cleanup 2024-05-13 18:48:35 +07:00
Adrian Cirstea
82a3d1d084
Add SV_SendResources hook (#1024)
* Implement `SV_AddResources` hook
2024-05-10 18:15:22 +07:00
s1lentq
693b51c883 Improved behavior of sv_filterban 0. Fixes #1027 2024-05-10 18:05:41 +07:00
s1lentq
47ffe4b257 Fix rehlsdk 2024-05-10 17:43:24 +07:00