-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
hwid #1010
Open
kacorvixon1337
wants to merge
79
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 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.
* Update hardcorded offsets * Fixed using incorrect parameter for setting string
* Restrict having ".." character sequence in amx_votemap command arguments Fixes exploit on Windows servers that allows executing potentially dangerous console commands * Fix typo containi -> contain
* [admincmd.sma] Fix typo in isCommandArgSafe ' * [admincmd.sma] Update amx_cvar command handler - Fix exploiting of "mapchangecfgfile" cvar to execute potentially dangerous console commands - Add newline delimiter check and restrict for ****cfgfile cvars values * Restrict having ".." character sequence in amx_map command argument Fixes exploit on Windows servers that allows executing potentially dangerous console commands * Do not allow admins to change cvars with FCVAR_SPONLY flag when not in singleplayer via amx_cvar 1. Make amx_cvar command obey FCVAR_SPONLY flag. 2. Fix exploiting of amx_nextmap cvar value which is used in nextmap plugin.
Revised by Norbee. @ ebateam.eu He was just lazy to do a PR :P # Conflicts: # plugins/lang/admincmd.txt # plugins/lang/adminhelp.txt # plugins/lang/menufront.txt
…en not in singleplayer via amx_cvar" adbc3e0 Behavior change. For now reverting it to give time and decide how it should be handled properly.
Fixes an index out of bounds error when refreshMenus() and subsequently findAdminsWithMenu() is called when there is 32 players in the server. Indexing the playersList array in the for loop condition causes it to try to index with a value of 32 on the very last condition check which is not valid for this array.
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.
Aside from this having some kind of improper branch merge, this PR needs a proper commit message/title. |
Whats going on here, PR is merging |
Same fix as #1015, but for 1.9
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