Vincent Herbet
15a14a0a43
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
2019-10-28 00:22:05 +01:00
Arkshine
be3f2f540b
Adjust TextMsg/SayText maximum buffer length from 190 to 187 due to "%s" parameter added in #763
2019-10-23 16:25:50 +02:00
Juice
4a2aecfe85
Fix issues with amxclient_cmd and read_args/read_argv* natives ( #761 )
...
* 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
2019-10-22 10:30:13 +02:00
Vincent Herbet
9ca3a685ed
Update gamedata for all supported mods ( #771 )
...
* Update CS gamedata
* Update TFC gamedata
* Update DoD gamedata
* Update Valve gamedata
* Update Gearbox gamedata
2019-10-21 11:51:18 +02:00
Vincent Herbet
78ecb35e3c
Fix behavior change about endianness check in maxmind/libmaxminddb#123 ( #770 )
2019-10-20 23:25:11 +02:00
twisterniq
dafabc73c0
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
2019-10-17 18:57:40 +02:00
Smilex_Gamer
163afa041e
European Portuguese Language translation support ( #750 )
...
* Added European Portuguese translation: admin.txt
* Added European Portuguese translation: adminchat.txt
* Added European Portuguese translation: admincmd.txt
* Added European Portuguese translation: adminhelp.txt
* Added European Portuguese translation: adminslots.txt
* Added European Portuguese translation: adminvote.txt
* Added European Portuguese translation: antiflood.txt
* Added European Portuguese translation: cmdmenu.txt
* Added European Portuguese translation: common.txt
* Added European Portuguese translation: imessage.txt
* Added European Portuguese translation: languages.txt
* Added European Portuguese translation: mapchooser.txt
* Added European Portuguese translation: mapsmenu.txt
* Added European Portuguese translation: menufront.txt
* Added European Portuguese translation: miscstats.txt
* Added European Portuguese translation: multilingual.txt
* Added European Portuguese translation: nextmap.txt
* Added European Portuguese translation: pausecfg.txt
* Added European Portuguese translation: plmenu.txt
* Added European Portuguese translation: restmenu.txt
* Added European Portuguese translation: scrollmsg.txt
* Added European Portuguese translation: stats_dod.txt
* Added European Portuguese translation: statscfg.txt
* Added European Portuguese translation: statsx.txt
* Added European Portuguese translation: telemenu.txt
* Added European Portuguese translation: time.txt
* Added European Portuguese translation: timeleft.txt
2019-10-17 16:38:16 +02:00
Arkshine
c064459b67
Add Albanian language support
2019-10-17 16:37:48 +02:00
Vincent Herbet
4410d219f7
Send pre-formatted string in SayText and TextMSg as a parameter instead of as the format string ( #763 )
2019-10-17 15:54:04 +02:00
Vincent Herbet
6fb27a03a7
Fix GeoIP2 database file extraction ( #764 )
2019-10-17 15:53:43 +02:00
Dmitry Novikov
5e48c9b6db
CSPForward::execute: Fix uninitialized retVal ( #747 )
2019-10-17 15:53:29 +02:00
Vincent Herbet
9e962ce097
Bump ReHLDS API version to 3.6 ( #721 )
2019-10-17 15:52:49 +02:00
regener
78d1c0f1cd
String changes for missing path exception messages ( #718 )
...
Resolves #652
2019-10-17 15:52:49 +02:00
Juice
691ae9f8d4
Compiler: Fix undefined symbol: pow10 ( #615 ) ( #759 )
...
* Compiler: Fix undefined symbol: pow10
* Add version check
* Remove deprecated pow10
(cherry picked from commit 77eb33d5f2
)
2019-10-17 15:43:26 +02:00
Adam Richard
6cecb34e29
Fix typo on engine.inc documentation ( #730 )
...
`register_think` first parameter is `Classname[]`, but, it's written `Touched` on its description.
2019-06-19 22:30:43 +02:00
Vincent Herbet
4ef0a78abd
Fix MPROP_SHOWPAGE option not working as expected
...
Typo from #473 .
2019-06-19 22:30:43 +02:00
regener
1f09bd53f6
Hungarian language update ( #719 )
...
Thanks for the help to Norbee. @ ebateam
2019-05-16 15:12:21 +02:00
Adam Richard
c8bd4bb169
Fix string incorrectly formatted in CS Misc Stats plugin ( #704 )
...
Recently, I got those below errors on logs:
```
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)
```
It just looks like `"RAMPAGE!!! %s^n%L %d %L (%d hs)"` misses last format rule, which should be `"%L"` pointing to `HS` lang key.
2019-05-16 15:06:45 +02:00
CrazY
2dd36300bf
Fix TE_DLIGHT documentation ( #685 )
...
There's no "brightness" parameter in TE_DLIGHT. Probably will cause server crash if it be passed.
2019-05-16 15:06:30 +02:00
Cleverson
c867d9a7cb
Updated Portuguese Brazilian translation in miscstats.txt with latest additions ( #674 )
...
Updated Portuguese Brazilian translation in miscstats.txt with latest additions
2019-05-16 15:06:27 +02:00
voed
b3980d2e5d
Improve documentation in engine_const.inc ( #665 )
2019-05-16 15:06:07 +02:00
Cleverson
2bc04236db
Fix documentation ( #678 )
...
* 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
2019-05-16 15:05:56 +02:00
regener
211003750c
Fix back/next/exit buttons not translated in plugin's cvar/command menus ( #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
2019-01-30 16:08:27 +01:00
voed
6dba7c4f17
Add player validation for menu_display ( #671 )
...
Invalid player triggered crash because get/set_pdata is unsafe
2019-01-30 16:08:08 +01:00
voed
7515038e07
Removed garbage generated by VS ( #658 )
2019-01-30 16:07:48 +01:00
regener
2bb5e92d93
Updated Hungarian translation in miscstats.txt with latest additions ( #661 )
2019-01-30 16:07:30 +01:00
Adam Richard
77bbdbb59c
Fix typo in json_parse documentation ( #663 )
...
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.
2019-01-30 16:07:08 +01:00
PartialCloning
70d822e17f
Revert RETURN_META(MRES_HANDLED); ( #662 )
...
#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.
2019-01-24 21:11:24 +01:00
Vincent Herbet
6c53524d86
Bump ReHLDS version to 3.5 ( #647 )
2018-12-18 10:17:50 +01:00
Vincent Herbet
9eb1f427df
Fix again a menu regression (behavior change) due to typos in #471 ( #636 )
2018-11-03 22:54:15 +01:00
Vincent Herbet
5c5fbd83d1
Fix a navigation bug in Plugin Cvars menu ( #637 )
2018-11-03 22:52:52 +01:00
Vincent Herbet
be526418bf
Make UTF-8 safe others strings natives ( #610 )
2018-10-14 17:46:28 +02:00
Daniele386
f63bc38f5c
Major Update to german translation ( #620 )
...
* 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
2018-10-13 15:05:53 +02:00
Vincent Herbet
09b95aa6ab
CS Miscstats: Fix enemy remaining option displaying the message to the wrong team ( #611 )
2018-10-11 13:49:16 +02:00
OciXCrom
a0ea98da35
Add a bunch of constants to define max lengths ( #566 )
...
* Add constants for max IP and SteamID length
* Change max authid length to 64
* Fix port typo
* Add more defines
* Remove max query length
2018-09-28 17:20:29 +02:00
Vincent Herbet
d867a95fd6
Fix a crash with set_tr/2 when -1 is passed in TR_pHit + allow worldspawn (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, ...)
2018-09-28 17:20:29 +02:00
justgo97
05bd01cd5e
Fixed a typo in get_user_flags description ( #605 )
...
* Fixed a typo in get_user_flags description
* Remove
2018-09-28 17:20:29 +02:00
justgo97
d93ee596bb
Add constants for get_user_origin() ( #604 )
2018-09-28 17:20:29 +02:00
Arkshine
523bb334d5
Put back <time.h> from previous commit
2018-09-28 17:20:29 +02:00
Duko
a635b383fc
GeoIP: Add "reload" command ( #588 )
...
* Add reload option
* Adjust logic
* Modernize the code a little
2018-09-28 17:20:06 +02:00
PartialCloning
3238b25495
Additions to hlsdk_const and cstrike_const ( #573 )
...
* 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
2018-09-28 17:19:23 +02:00
Juice
e993cdccae
Update Russian ML translations ( #598 )
...
* 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
2018-09-28 09:01:43 +02:00
Vincent Herbet
e059c1f5ab
Fix invalid handle passed in the SMC/INI parser callbacks ( #592 )
2018-09-21 00:04:51 +02:00
IgnacioFDM
ddf0cc69dd
Compiler: Fix broken UTF8 support ( #329 )
2018-09-20 21:12:08 +02:00
Vincent Herbet
9f00bf4f55
Fix typo in json_object_get_value_at documentation ( #587 )
2018-09-16 20:05:18 +02:00
Vincent Herbet
ac64ef041b
Upload amxmodx-latest-<package>-<os> text file when packaging. ( #585 )
2018-09-14 20:31:17 +02:00
OciXCrom
7e23047c53
Fix admin chat displaying the wrong language ( #559 )
...
* Fix admin chat displaying the wrong language
* Switch %L to %l
* Improve loop
* %L to %l again
* Change git add . to != 0
2018-09-13 14:46:36 +02:00
Arkshine
91f36f2308
Promote git revision number to 4th version string component
2018-09-11 00:51:05 +02:00
Nicholas Hastings
8a720a7d6a
Another stab at Windows build fix.
2018-09-09 07:40:58 -04:00
Vincent Herbet
d2d121619f
Another attempt to fix windows compilation ( #556 )
2018-09-08 21:12:57 +02:00