-
-
Notifications
You must be signed in to change notification settings - Fork 217
hwid #1010
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kacorvixon1337
wants to merge
87
commits into
master
Choose a base branch
from
1.9-dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
hwid #1010
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix admin chat displaying the wrong language * Switch %L to %l * Improve loop * %L to %l again * Change git add . to != 0
* Updated Russian ML translations * Remove [bs] TRANSF_SILENT translation Since it's totally not related to pull request and it was translated wrong because I looked for Makedonian translation for some reason. * Updated Russian ML translations
* Additions to hlsdk_const Added values to hlsdk_const using regamedll_cs and reapi as reference. * Update cstrike_const.inc * Prefix constants with CS_ to avoid name collision and for consistency
* Add reload option * Adjust logic * Modernize the code a little
* Fixed a typo in get_user_flags description * Remove
…pawn (0) in set_tr/2 (#601) * Fix a crash with set_ptr2 when -1 is passed in TR_pHit * Allow wordspawn in set_tr|2(TR_pHit, ...)
* Add constants for max IP and SteamID length * Change max authid length to 64 * Fix port typo * Add more defines * Remove max query length
* Update miscstats.txt #618 * Update statsx.txt #618 * Update and rename mapchooser.txt to admincmd * Rename admincmd to mapchooser.txt * Update admincmd.txt * Update common.txt * Update multilingual.txt * Update multilingual.txt * Update scrollmsg.txt * Update statscfg.txt * Update adminchat.txt * Update adminhelp.txt * Update adminvote.txt * Update cmdmenu.txt * Update common.txt * Update mapchooser.txt * Update mapsmenu.txt * Update menufront.txt * Update miscstats.txt * Update multilingual.txt * Update nextmap.txt * Update pausecfg.txt * Update plmenu.txt plmenu.txt adresses only the behaviour in the "Menü", not the text in the chat! * Update restmenu.txt * Update scrollmsg.txt * Update stats_dod.txt * Update statscfg.txt * Update statsx.txt * Update telemenu.txt * Update timeleft.txt * Update admincmd.txt * Update plmenu.txt * Update adminchat.txt * Update admincmd.txt * Update mapsmenu.txt * Update miscstats.txt added changes due to PR #611 ! * Update miscstats.txt * Update pausecfg.txt * Update admincmd.txt * Update statscfg.txt
Just a small fix on json_parse return description. I'm sure it was supposed to be `Invalid_JSON` instead of `Invalid_JSONValue`. Thank you, guys, that's one of my favorites features.
Invalid player triggered crash because get/set_pdata is unsafe
…nus (#667) * Menu buttons stayed english in Plugin's cvar/command menus That worked, but if there is any better solution to get it working feel free to edit :D * Changed language parsing to %L
* Lack register_event() on event_enable/disable Lack register_event() on enable_event and disable_event descriptions * It shoud be m_iJoiningState not m_iJointState It shoud be m_iJoiningState not m_iJointState
… additions (#674) Updated Portuguese Brazilian translation in miscstats.txt with latest additions
There's no "brightness" parameter in TE_DLIGHT. Probably will cause server crash if it be passed.
LINUXOFFSET is back at 3 since HLDS Linux build 8308 (dated July 24, 2019).
* [TFCX] Fix Medic infection Crash on Linux Issue: #988 * [TFCX] Removed redundant code - Added `_DEBUG_TFCX` preprocessor directive - Deleted redundant code (which fetches pdata)
* Remove parson folder * add submodule parson * FIX amxx_json_object_set_value generate a crash if invalid value is passed * restore parson folder status
* Update admincmd.txt * Update statsx.txt * Update miscstats.txt * Update menufront.txt * Update menufront.txt * Update admincmd.txt * Update adminvote.txt * Update restmenu.txt * Update mapsmenu.txt * Update nextmap.txt * Update stats_dod.txt * Update statscfg.txt * Update stats_dod.txt * Update adminvote.txt
* Add missing kRenderFx constant * Change constant name to match SDK
* European Portuguese translation fix: admin.txt * European Portuguese translation fix: admincmd.txt * Added European Portuguese translation: adminslots.txt Added new translations * European Portuguese translation fix: common.txt * European Portuguese translation fix: menufront.txt * European Portuguese translation fix: miscstats.txt * European Portuguese translation fix: pausecfg.txt * European Portuguese translation fix: restmenu.txt * European Portuguese translation fix: statscfg.txt
Fix runtime error when a player "killed self with teledeath". Happens when a map hasn't enough spawn points.
Triggered the "Invalid weapon id" at another location in the source code, so patched all cases where the argument could be 0.
Member
|
Aside from this having some kind of improper branch merge, this PR needs a proper commit message/title. |
Contributor
|
Whats going on here, PR is merging |
Same fix as #1015, but for 1.9
Co-authored-by: Th3-822 <Th3-822@users.noreply.github.com> (cherry picked from commit 48c9828)
This is copied from psychonic's SourceMod fixes. (cherry picked from commit 0f9ec96)
* GCC 8.2 support * Add GCC version check * -Werror=class-memaccess fix in code * Use assignment for Stats (cherry picked from commit 0ccba67)
Fix gcc 9.2 compilation. (cherry picked from commit f37f9d1)
Co-authored-by: Flummi <git@srv.fail> (cherry picked from commit ff2b514)
* Explicit cast specification * Explicit cast specification * Suppress -Wno-tautological-compare in Clang 10 and above https://reviews.llvm.org/rG8b0d14a8f0cc085afa2a9c86c237da81c74517fc * Explicit cast specification * Add HAVE_STDINT_H compiler flag * Explicit casting mechanism type specification * typo (cherry picked from commit c617351)
* Update linux runner to ubuntu-22.04 Ubuntu 18.04 and 20.04 runner images have been deprecated and removed. References: https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/ https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/ * Update Python to 3.9 The pip installer (get-pip.py) requires Python 3.9 as the minimum supported version. See: https://raw.githubusercontent.com/pypa/get-pip/5b6af739d6c6547ab54e799349434f2fc9d95846/public/get-pip.py * Update actions/checkout to v4 * Remove MacOS from job matrix * Consolidate Windows runners to windows-2022 Remove windows-latest and windows-2016 entries. MSVC 14.16 toolset is no longer available on windows runners. See: actions/runner-images#12764 * Update ubuntu-22.04 compiler versions to oldest available Replace gcc-6 and clang-3.9 with gcc-9 and clang-11 (oldest versions available in ubuntu-22.04). The ubuntu-18.04 GitHub runner image has been deprecated and removed, replaced by ubuntu-22.04. See: https://packages.ubuntu.com/jammy/gcc https://packages.ubuntu.com/jammy/clang * Remove all macOS references from CI * Add github-actions-update branch to CI push triggers * Add artifact upload to CI workflow * Remove OS prefix from job titles * Disable ubuntu-latest builds due to compiler compatibility issues * Remove github-actions-update from branches built on push
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
add checking user hwid