Skip to content

Conversation

@kacorvixon1337
Copy link

add checking user hwid

Arkshine and others added 30 commits September 11, 2018 00:51
* 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
#554 (Revert "Fun: Make TraceLine a post forward") did not fully revert back TraceLine. RETURN_META(MRES_HANDLED); was added by #421 (Update Fun module) but still remains there.
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.
dvander and others added 19 commits July 11, 2021 17:36
LINUXOFFSET is back at 3 since HLDS Linux build 8308 (dated July 24, 2019).
Turned out both test servers still had an old "tfc_i386.so" file which took precedence over the newer "tfc.so" library, so both servers were misconfigured and that's why the offsets didn't work.
* [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.
@dvander
Copy link
Member

dvander commented Oct 12, 2021

Aside from this having some kind of improper branch merge, this PR needs a proper commit message/title.

@ShootingKing-AM
Copy link
Contributor

Whats going on here, PR is merging alliedmodders:1.9-dev into alliedmodders:Master

Th3-822 and others added 9 commits December 3, 2021 15:53
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
* Add missing is_user_authorized() native

It is implemented in core, but missing in amxmodx.inc

* Fix typo

Co-authored-by: Vincent Herbet <github@arkshine.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.