Vincent Herbet
2b1b400e37
Merge pull request #90 from Arkshine/fix-compilation
...
Fix compilation.
2014-07-30 10:20:28 +02:00
Arkshine
6040dbfbb9
Fix compilation.
2014-07-30 10:19:41 +02:00
Vincent Herbet
2b93228076
Merge pull request #89 from skyrim/code/charsmax-magic-nums
...
Replaced sizeof(str)-1 and magic nums with charsmax
2014-07-30 10:07:07 +02:00
Vincent Herbet
f1e07caca4
Fix compilation.
2014-07-29 12:22:32 +02:00
Vincent Herbet
0365676262
Merge pull request #88 from xPaw/client-cmd-be-g
...
Remove some client_cmd
2014-07-29 12:15:20 +02:00
Vincent Herbet
b4365e3fb9
Merge pull request #87 from xPaw/what-is-this
...
Instead of assigning FCVAR_PROTECTED to cvars after startup, register cv...
2014-07-28 23:41:40 +02:00
Vincent Herbet
4c1dac3cd5
Merge pull request #86 from xPaw/amx-ban
...
Trim target in amx_ban to prevent bypassing equali checks
2014-07-28 23:02:25 +02:00
Vincent Herbet
919af60ca9
Merge pull request #85 from xPaw/missing-tr
...
Add missing [tr] translations
2014-07-28 21:45:14 +02:00
Vincent Herbet
16d19097c5
Merge pull request #84 from xPaw/amx-help
...
Replace hardcoded defines in adminhelp with cvars
2014-07-27 15:05:44 +02:00
Vincent Herbet
580eb24546
Fix compilation warning.
2014-07-27 13:48:05 +02:00
Vincent Herbet
8d719e1191
Merge pull request #83 from xPaw/leet-speek-can-go-to-hell
...
Remove leet speak
2014-07-27 13:09:44 +02:00
Vincent Herbet
d2595b8b92
Merge pull request #31 from xPaw/burn-baby-burn
...
Remove compatibility stuff from the core
2014-07-27 12:07:58 +02:00
Vincent Herbet
88042ce5a9
Merge pull request #82 from xPaw/ml-plugin-update
...
Multilingual plugin update
2014-07-27 11:57:51 +02:00
Vincent Herbet
87c0be470b
Merge pull request #80 from xPaw/package-script
...
Package script fixes
2014-07-27 11:44:56 +02:00
Vincent Herbet
3241e91e84
Merge pull request #81 from xPaw/messing-with-copyrights
...
Update copyright year
2014-07-27 11:42:08 +02:00
Vincent Herbet
c97312ba41
Merge pull request #79 from Arkshine/remove-debug
...
Remove old debug lines.
2014-07-26 23:19:06 +02:00
Arkshine
e440663ea3
Remove old debug lines.
2014-07-26 23:19:28 +02:00
Vincent Herbet
a77b946ce2
Merge pull request #78 from 9iky6/patch-9
...
Update statsx.sma
2014-07-26 18:39:23 +02:00
Vincent Herbet
0b7bc23a30
Merge pull request #73 from Arkshine/maxclients
...
Add some generic constants - part 2
2014-07-25 09:56:08 +02:00
Arkshine
a2b564eaaa
Fix another potantial bug.
2014-07-20 17:48:05 +02:00
Arkshine
0347571ee9
Fix some typos and possible bugs.
2014-07-20 17:31:43 +02:00
Arkshine
da63bcb24b
Fix redefinition of constant.
2014-07-20 17:14:05 +02:00
Arkshine
1fe80667a2
Fix definitively unused variable warning.
2014-07-20 15:25:37 +02:00
Arkshine
ee2ae84d7a
Remove MAX_PLAYERS define assocaited to get_players.
2014-07-20 15:15:45 +02:00
Arkshine
7b96b4df22
Remove unecessary variable.
2014-07-20 12:56:59 +02:00
Arkshine
07534edfcd
Use the new constants in various place.
2014-07-20 12:27:02 +02:00
Arkshine
e84653571c
Fix stupid compiler warning on unused wariable.
2014-07-20 10:27:58 +02:00
Vincent Herbet
19c8b007b2
Merge pull request #72 from Arkshine/add-constants
...
Add some generic constants
2014-07-19 21:02:59 +02:00
Arkshine
ee99ee93e4
Add 👍 to MAX_PLAYERS for the sake of convenience.
2014-07-19 19:58:22 +02:00
Arkshine
8cef1af95d
Move check out the loop.
2014-07-19 19:54:57 +02:00
Arkshine
2c4e99fe8d
Add some generic constants to amxconst.inc file.
2014-07-19 19:46:40 +02:00
Vincent Herbet
3a5cb29e67
Merge pull request #69 from Arkshine/update-regex
...
Update regex module
2014-07-18 18:14:56 +02:00
Arkshine
5aba776da5
Regex: Recompile libpcre.a with -mmacosx-version-min=10.5.
2014-07-18 18:02:13 +02:00
Arkshine
1c9febfd22
Regex: Fix documention.
2014-07-18 18:02:12 +02:00
Vincent Herbet
b4359d0f53
Merge pull request #71 from Arkshine/fix-set_ent_rendering
...
Fix typo in set_ent_rendering native.
2014-07-18 17:04:54 +02:00
Vincent Herbet
a078064497
Merge pull request #70 from Arkshine/bug-6171
...
Add entity_intersects native (bug 6171)
2014-07-18 17:04:35 +02:00
Arkshine
14f2a95205
Fix typo in set_ent_rendering native.
2014-07-18 16:49:39 +02:00
Arkshine
dbe95c849b
Engine: Add entity_intersects native.
2014-07-18 16:37:32 +02:00
Arkshine
752f95e913
Regex: Fix plugin title.
2014-07-18 13:50:41 +02:00
Arkshine
ce92ef745c
Regex: Fix compilation under OSX
...
Lib has been recompiled to target i386.
2014-07-18 13:45:29 +02:00
Arkshine
0ec65bef5b
Regex: Fix compilation.
2014-07-18 12:42:13 +02:00
Vincent Herbet
7d69a78d06
Merge pull request #68 from Arkshine/feature-improve-client-buy
...
Improve client buy forward
2014-07-18 10:00:10 +02:00
Vincent Herbet
b2bb919c83
Merge pull request #67 from Arkshine/Fix-lang
...
Fix some translations.
2014-07-17 16:53:24 +02:00
Vincent Herbet
face80aa3f
Merge pull request #66 from patrig/patch-26
...
Update statscfg.txt
2014-07-17 15:35:41 +02:00
Vincent Herbet
4cbb9b0e64
Merge pull request #64 from 9iky6/patch-8
...
Update statsx.txt
2014-07-17 15:35:16 +02:00
Vincent Herbet
7a46222758
Merge pull request #58 from patrig/patch-23
...
Update restmenu.txt
2014-07-17 15:31:22 +02:00
Vincent Herbet
9413eba2f6
Merge pull request #61 from 9iky6/patch-5
...
Update adminchat.txt
2014-07-17 15:25:28 +02:00
Vincent Herbet
17553c844a
Merge pull request #63 from 9iky6/patch-7
...
Update pausecfg.txt
2014-07-17 15:24:33 +02:00
Vincent Herbet
092535d653
Merge pull request #62 from 9iky6/patch-6
...
Update cmdmenu.txt
2014-07-17 15:23:56 +02:00
Vincent Herbet
82d7d23b86
Merge pull request #60 from 9iky6/patch-4
...
Update admin.txt
2014-07-17 15:23:38 +02:00
Arkshine
62e4eb29eb
Regex: Update documentation.
2014-07-17 14:58:57 +02:00
Arkshine
9c84c17d5e
Regex: Update regex_subtr (Increase buffer and make it UTF-8 safe)
2014-07-17 14:02:21 +02:00
Arkshine
939a724b1a
Regex: Add regex_replace native.
2014-07-17 11:21:06 +02:00
Vincent Herbet
1dba9eaeb9
Merge pull request #59 from patrig/patch-24
...
Update pausecfg.txt
2014-07-15 18:56:43 +02:00
Vincent Herbet
718e5efaf3
Merge pull request #57 from patrig/patch-22
...
Update admincmd.txt
2014-07-15 18:55:08 +02:00
Vincent Herbet
84404ec311
Merge pull request #56 from patrig/patch-21
...
Update telemenu.txt
2014-07-15 18:54:40 +02:00
Vincent Herbet
6d6d492c51
Merge pull request #55 from patrig/patch-20
...
Update time.txt
2014-07-15 18:54:33 +02:00
Vincent Herbet
d0501a8314
Merge pull request #54 from patrig/patch-19
...
Update timeleft.txt
2014-07-15 18:54:21 +02:00
Vincent Herbet
ff39293537
Merge pull request #53 from patrig/patch-18
...
Update scrollmsg.txt
2014-07-15 18:54:12 +02:00
Vincent Herbet
e03b2f7183
Merge pull request #52 from patrig/patch-17
...
Update plmenu.txt
2014-07-15 18:54:01 +02:00
Vincent Herbet
b1ac1453e1
Merge pull request #51 from patrig/patch-16
...
Update nextmap.txt
2014-07-15 18:53:52 +02:00
Vincent Herbet
e71b20359c
Merge pull request #50 from patrig/patch-15
...
Update multilingual.txt
2014-07-15 18:53:44 +02:00
Vincent Herbet
42fb23d6c3
Merge pull request #49 from patrig/patch-14
...
Update miscstats.txt
2014-07-15 18:53:33 +02:00
Vincent Herbet
9682abb095
Merge pull request #48 from patrig/patch-13
...
Update menufront.txt
2014-07-15 18:52:58 +02:00
Vincent Herbet
d32457f9cf
Merge pull request #47 from patrig/patch-12
...
Update mapsmenu.txt
2014-07-15 18:52:46 +02:00
Vincent Herbet
69651e6ebf
Merge pull request #46 from patrig/patch-11
...
Update mapchooser.txt
2014-07-15 18:52:29 +02:00
Vincent Herbet
132a7fd0fc
Merge pull request #36 from patrig/patch-1
...
Update admin.txt
2014-07-15 18:52:14 +02:00
Vincent Herbet
14600c0980
Merge pull request #45 from patrig/patch-10
...
Update languages.txt
2014-07-15 18:51:59 +02:00
Vincent Herbet
965f479bad
Merge pull request #44 from patrig/patch-9
...
Update imessage.txt
2014-07-15 18:51:46 +02:00
Vincent Herbet
ab12ed6275
Merge pull request #43 from patrig/patch-8
...
Update common.txt
2014-07-15 18:51:28 +02:00
Vincent Herbet
8e0609e3ad
Merge pull request #41 from patrig/patch-6
...
Update antiflood.txt
2014-07-15 18:51:07 +02:00
Vincent Herbet
2d0479bb07
Merge pull request #42 from patrig/patch-7
...
Update cmdmenu.txt
2014-07-15 18:50:47 +02:00
Vincent Herbet
320eede0a4
Merge pull request #40 from patrig/patch-5
...
Update adminvote.txt
2014-07-15 18:50:29 +02:00
Vincent Herbet
f496dc5bff
Merge pull request #39 from patrig/patch-4
...
Update adminslot.txt … …
2014-07-15 18:50:10 +02:00
Vincent Herbet
f0ce4e9a67
Merge pull request #38 from patrig/patch-3
...
Update adminhelp.txt …
2014-07-15 18:49:55 +02:00
Arkshine
287f471ac4
Regex: Remove regex_match_ex and RegexError tag, change regex_match_all to use flags and update documentation.
...
- regex_match_ex was kind of duplicated.
- regex_match_all uses now integer flags (header like regex_compiler_ex)
- Removed RegexError tag to allow old natives to use these constants without mismatch tag error.
- Made all error params optional
2014-07-08 00:08:35 +02:00
Arkshine
a44d20b26b
Regex: Add regex_match_all_c and regex_match_all natives (by Nextra)
2014-07-07 20:49:38 +02:00
Arkshine
ee4f6b8a89
Regex: Use AMTL.
2014-07-06 12:23:22 +02:00
Arkshine
08475bb0cc
Regex: Update documentation + add regex_match_simple stock.
2014-07-06 12:23:22 +02:00
Arkshine
0714354f52
Regex: Update compiled libraries and pcre.h to v8.35.
2014-07-06 12:23:22 +02:00
Arkshine
d4de0e6f1e
Regex: Update PCRE to v8.35.
...
I was über lazy at first, so took libs from SM.
But actually it's quite easy to compile, so let's update to latest version \o/.
2014-07-06 12:23:21 +02:00
Arkshine
d1153b8049
Regex: Update pcre.h.
2014-07-05 13:51:08 +02:00
Arkshine
f9503cb98a
Regex: Add regex_compile_ex and regex_match_ex natives.
...
Purpose is to use the PCRE flags and error num directly.
Harcoding flags letters is really not readable and friendly.
Also this makes error params optionnal.
2014-07-05 12:21:36 +02:00
Arkshine
201a3003d9
Regex: Update compiled libraries.
2014-07-05 00:32:40 +02:00
Arkshine
7a6e793813
Regex: Add PCRE 8.32 in tools directory.
2014-07-05 00:28:24 +02:00
Arkshine
c2c78f6724
Cstrike: Random cleanup.
2014-07-05 00:04:20 +02:00
Arkshine
7cb004c728
Cstrike: Fix forwards [un]loading at map change.
2014-07-04 23:52:47 +02:00
Arkshine
58774361bb
Cstrike: Make sure to execute forwards on alive players.
2014-07-04 16:57:40 +02:00
Arkshine
6c4cb27d3e
Cstrike: Implement CS_OnBuyAttempt forward.
2014-07-04 10:41:13 +02:00
Arkshine
0728fee706
Cstrike: Make CS_OnBuy forward more reliable - part 4
...
Added support for shield , which is a special case.
Moved hashmap creation to OnPluginsLoaded.
2014-07-04 00:17:55 +02:00
Vincent Herbet
17f2006f38
Merge pull request #17 from Freeman-AM/master
...
Telemenu: Some bug fixes and small improvements
2014-07-03 23:11:21 +02:00
Arkshine
884c5e9643
Cstrike: Make CS_OnBuy forward more reliable - part 3
...
Remove unused hooks.
2014-07-03 21:14:11 +02:00
Arkshine
0cf39307e0
Cstrike: Make CS_OnBuy forward more reliable - part 2
...
Purpose is to have the forward be called only on actual buying.
This has been requested on the forum.
2014-07-03 21:10:53 +02:00
Arkshine
6e50a0effd
Cstrike: Make CS_OnBuy forward more reliable - part 1
...
Purpose is to have the forward be called only on actual buying.
This has been requested on the forum.
2014-07-03 13:40:05 +02:00
Vincent Herbet
fe8e32155d
Merge pull request #34 from Arkshine/move-sm_libs
...
Move sm_memtable.h and sm_stringhashmap.h to public directory.
2014-07-03 12:08:16 +02:00
Arkshine
ce75bcbf61
Move sm_memtable.h and sm_stringhashmap.h to public directory.
2014-07-03 11:51:30 +02:00
Vincent Herbet
6d283a1599
Merge pull request #33 from Arkshine/sync-amtl
...
Sync AMTL.
2014-07-03 11:33:30 +02:00
Arkshine
de73007922
Sync AMTL.
2014-07-03 11:26:50 +02:00
Vincent Herbet
006e6e967a
Fix array size typo in timeleft.sma plugin
...
Reported by CryWolf through private message (thanks!).
As note, typo was inserted in last commit (3abd842).
2014-06-24 23:31:16 +02:00
Vincent Herbet
63322c9f2f
Merge pull request #32 from 9iky6/patch-3
...
Update plmenu.sma
2014-06-22 12:20:19 +02:00