- [FEATURE REQUEST] set_hudmessage add missing parameters (#981)
- fix alpha2 order in set_hudmessage (#982)
- Update CMisc.h (#985)
- Revert "Update CMisc.h (#985)" (#987)
- [TFCX] Fix Medic infection Crash on Linux (#991)
- Fix typo in message_const.inc TE_FIZZ comment (#990)
- Update parson and fix json_object_set_value (#983)
- Minor German Language Update (#926)
- Add missing kRenderFx constant (#928)
- European Portuguese Language translation fixes (#902)
- Update stats.sma (#998)
- Update stats.sma (#1002)
- Fixed value check in json_object_set_value (#1023)
Изменения:
- Fix stock "SQL_QueryAndIgnore" documentation
- Fix for loop index out of bounds error
- 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.
- Add ignore for amxx binaries
- Use python3 in bootstrap.
- Switch to libc++ on mac.
- Update minimum macOS to 10.7.
- Fix Windows build.
- Quell warning on macOS.
- Fix mac build.
- Another macOS build fix.
Изменения:
- Revert "Do not allow admins to change cvars with FCVAR_SPONLY flag when not in singleplayer via amx_cvar"
- Behavior change. For now reverting it to give time and decide how it should be handled properly.
Изменения:
- Close cmdaccess.ini file if fopen found the file...
- Close file if fopen found the file...
- Fix MySQL connector link
- Turkish Translation Fixes/Addings
- Update admin.txt
- Fixed translation [tr]
- Update adminchat.txt
- Update admincmd.txt
- Update adminhelp.txt
- Update adminslots.txt
- Update adminvote.txt
- Update antiflood.txt
- Update cmdmenu.txt
- Update common.txt
- Update imessage.txt
- Update mapchooser.txt
- Update menufront.txt
- Update mapsmenu.txt
- Update miscstats.txt
- Update multilingual.txt
- Update nextmap.txt
- Update pausecfg.txt
- Update plmenu.txt
- Update restmenu.txt
- Update scrollmsg.txt
- Update stats_dod.txt
- Update statscfg.txt
- Update telemenu.txt
- Update time.txt
- Update timeleft.txt
- Update statsx.txt
- Update adminhelp.txt
- Update admincmd.txt
- Fix broken DoD Fun module natives
- Update hardcorded offsets
- Fixed using incorrect parameter for setting string
- adminvote.sma exploit fix
- 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 exploits fix
- [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
- Make amx_cvar command obey FCVAR_SPONLY flag.
- Fix exploiting of amx_nextmap cvar value which is used in nextmap plugin.
- Yet another Hungarian langugage revise
Изменения:
- Fix new lines with TextMsg and SayText (side-effect of #763) (#778)
- Fix newlines for TextMsg
- Fix newlines for SayText
- Adjust comments
- Replace hardcoded detination value with HUD_* constants
- Make sure only official mods can use format string
- Fix typos
- Split condition for readability
- CS only: Fix newlines in TextMsg and with print_center
Изменения:
- Fix issues with amxclient_cmd and read_args/read_argv* natives
- Fixes to read_args and read_argv* natives
- Fixed crash with read_argv* natives and commands sent with amxclient_cmd native
- Fixed read_args returning argv[0] instead of empty string when both amxclient_cmd's arguments were not specified
- Fix spaces
- Adjust TextMsg/SayText maximum buffer length from 190 to 187 due to "%s" parameter added in #763
Изменения:
- Update gamedata for all supported mods (#771)
- Update CS gamedata
- Update TFC gamedata
- Update DoD gamedata
- Update Valve gamedata
- Update Gearbox gamedata
- Add new plugin defines regarding the AMX Mod X version (#723)
- Add AMXX_VERSION_LOCAL define
- Add new defines regarding version of AMX Mod X
- Added new defines: AMXX_VERSION_MAJOR_NUM and AMXX_VERSION_MINOR_NUM
- Rename AMXX_VERSION_LOCAL define
- Define AMXX_VERSION_LOCAL was renamed to AMXX_VERSION_LOCAL_REV_NUM
- European Portuguese Language translation support (#750)
- Add Albanian language support
- Send pre-formatted string in SayText and TextMSg as a parameter instead of as the format string (#763)
- Fix GeoIP2 database file extraction (#764)
- CSPForward::execute: Fix uninitialized retVal
- Bump ReHLDS API version to 3.6 (#721)
- String changes for missing path exception messages (#718)
- Compiler: Fix undefined symbol: pow10 (#615) (#759)
- Compiler: Fix undefined symbol: pow10
- Add version check
- Remove deprecated pow10
Изменения:
- Fix typo on engine.inc documentation (#730)
- `register_think` first parameter is `Classname[]`, but, it's written `Touched` on its description.
- Fix MPROP_SHOWPAGE option not working as expected
Изменения:
- Fix documentation
- Lack register_event() on event_enable/disable
- It shoud be m_iJoiningState not m_iJointState
- Improve documentation in engine_const.inc
- Updated Portuguese Brazilian translation in miscstats.txt with latest additions
- Updated Portuguese Brazilian translation in miscstats.txt with latest additions
- Fix TE_DLIGHT documentation
- There's no "brightness" parameter in TE_DLIGHT. Probably will cause server crash if it be passed.
- Fix string incorrectly formatted in CS Misc Stats plugin
- Recently, I got those below errors on logs:
It just looks likeКод:String formatted incorrectly - parameter 12 (total 12) L 04/29/2019 - 23:24:40: [AMXX] Displaying debug trace (plugin "miscstats.amxx", version "1.8.3-dev+5154") L 04/29/2019 - 23:24:40: [AMXX] Run time error 25: parameter error L 04/29/2019 - 23:24:40: [AMXX] [0] miscstats.sma::checkKills (line 922)
"RAMPAGE!!! %s^n%L %d %L (%d hs)"
misses last format rule, which should be"%L"
pointing toHS
lang key.
- Hungarian language update
- Thanks for the help to Norbee. @ ebateam
Изменения:
- Fix typo in json_parse documentation
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.- Updated Hungarian translation in miscstats.txt with latest additions
- Removed garbage generated by VS
- Add player validation for menu_display
Invalid player triggered crash because get/set_pdata is unsafe- Fix back/next/exit buttons not translated in plugin's cvar/command menus
* 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