Commit Graph

5388 Commits

Author SHA1 Message Date
Relaxing
4c55da4de9
Added Albanian translation: admincmd.txt 2019-05-12 14:19:20 +04:00
Relaxing
0f667692b1
Added Albanian translation: adminchat.txt 2019-05-12 13:22:40 +04:00
Relaxing
6addd9c074
Added Albanian translation: admin.txt 2019-05-12 13:20:57 +04:00
Adam Richard
295d09df8b 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-04-30 09:59:15 +02:00
KAWAI
1cc7786a4c Add new public var with mapname and new constant (#687)
* Add new public var with current map name

* Add a constant to define max map's name length

* Reducing the maximum buffer size to store a map's name

* The PLATFORM_MAX_PATH constant replaced to MAX_MAPNAME_LENGTH
2019-04-27 01:01:54 +02:00
Relaxing
f301fbaf08
Accidentally deleted 2019-04-14 12:02:24 +02:00
Relaxing
05cd0af3a5
Delete restmenu.txt 2019-04-14 11:52:49 +02:00
Relaxing
97fc80dd03
Merge branch 'master' into master 2019-04-14 10:12:59 +02:00
Relaxing
d3ca82411a
Added Albanian translation 2019-04-14 10:04:22 +02:00
Relaxing
3e91def7f0
Added Albanian translation 2019-04-14 10:03:46 +02:00
Relaxing
96a74ec654
Added Albanian translation 2019-04-14 10:03:09 +02:00
Relaxing
4f3b9e7a60
Added Albanian translation 2019-04-14 10:02:37 +02:00
Relaxing
df819beab5
Added Albanian translation 2019-04-14 10:01:56 +02:00
Relaxing
7ecc62aaef
Added Albanian translation 2019-04-14 10:01:19 +02:00
Relaxing
ef570a987a
Added Albanian translation 2019-04-14 10:00:20 +02:00
Relaxing
09548bfd2c
Added Albanian translation 2019-04-14 09:59:16 +02:00
Relaxing
2e0c240573
Added Albanian translation 2019-04-14 09:47:12 +02:00
Relaxing
dc59d826a3
Added Albanian translation 2019-04-14 09:46:38 +02:00
Relaxing
35788efa07
Added Albanian translation 2019-04-14 09:46:05 +02:00
Relaxing
ac6364bfdc
Added Albanian translation 2019-04-14 09:45:39 +02:00
Relaxing
6655fe7c28
Added Albanian translation 2019-04-14 09:45:06 +02:00
Relaxing
bb31835dea
Added Albanian translation 2019-04-14 09:44:34 +02:00
Relaxing
bd67978c3a
Added Albanian translation 2019-04-14 09:44:05 +02:00
Relaxing
ede7b69b25
Added Albanian translation 2019-04-14 09:43:10 +02:00
Relaxing
7b2ef405a3
Added Albanian translation 2019-04-14 09:42:35 +02:00
Relaxing
8264328235
Added Albanian translation 2019-04-14 09:42:02 +02:00
Relaxing
113c50b1fa
Added Albanian translation 2019-04-14 09:41:30 +02:00
Relaxing
340e2b9df2
Added Albanian translation 2019-04-14 09:40:46 +02:00
Relaxing
3486a7d7fc
Added Albanian translation 2019-04-14 09:40:18 +02:00
Relaxing
e1d1004cd6
Added Albanian translation 2019-04-14 09:39:46 +02:00
Relaxing
8940de5956
Added Albanian translation 2019-04-14 09:38:58 +02:00
Relaxing
304af5055e
Added Albanian translation 2019-04-14 09:38:06 +02:00
Relaxing
7c07ae6099
Added Albanian translation 2019-04-14 09:32:25 +02:00
Relaxing
1c39c85929
Added Albanian translation 2019-04-14 09:29:46 +02:00
Relaxing
5b07b25d62
Added Albanian translation 2019-04-14 09:28:49 +02:00
CrazY
6bed09db57 Fix TE_DLIGHT documentation (#685)
There's no "brightness" parameter in TE_DLIGHT. Probably will cause server crash if it be passed.
2019-04-07 17:08:47 +02:00
Cleverson
ca69c36c1e Updated Portuguese Brazilian translation in miscstats.txt with latest additions (#674)
Updated Portuguese Brazilian translation in miscstats.txt with latest additions
2019-04-07 17:08:21 +02:00
voed
f623126fe1 Improve documentation in engine_const.inc (#665) 2019-02-11 12:15:45 +01:00
Cleverson
f392c90729 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-02-11 12:13:19 +01:00
PartialCloning
fd64327313 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-30 16:04:11 +01:00
regener
38cd5ab1cd 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 15:57:54 +01:00
voed
5947926a09 Add player validation for menu_display (#671)
Invalid player triggered crash because get/set_pdata is unsafe
2019-01-30 15:19:30 +01:00
IgnacioDM
ea7ffafd88 Add square distance functions to xs.inc 2019-01-26 09:41:45 -03:00
voed
ba083deb1e Removed garbage generated by VS (#658) 2019-01-24 21:13:48 +01:00
regener
f365c943b7 Updated Hungarian translation in miscstats.txt with latest additions (#661) 2019-01-24 21:12:32 +01:00
Adam Richard
9417ec188d 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-24 21:09:15 +01:00
Vincent Herbet
af56d964c1
Bump ReHLDS version to 3.5 (#647) 2018-12-18 10:16:33 +01:00
Vincent Herbet
7c7ad3d3c0
Fix again a menu regression (behavior change) due to typos in #471 (#636) 2018-11-02 14:16:57 +01:00
Vincent Herbet
bb84a43a7b
Fix a navigation bug in Plugin Cvars menu (#637) 2018-11-02 14:16:36 +01:00
Artem Golubikhin
20d917a307 Port bugfix for incorrect heap deallocation on conditional operator (#627)
* Revert 4f8917ec (experimental bugfix for heap in conditional)

* Port bugfix for incorrect heap deallocation on conditional operator (ported from compuphase upstream)

* Fix the upstream bugfix

Fixed the wrong order of heaplist nodes and the incorrect calculation of the max. heap usage.

* Add an additional pass for functions that return array if they are used before definition (inside definition (recursion) is a "before definition" situation too)
2018-11-02 14:15:31 +01:00