Arkshine
73e84e9963
Fix "ham hooks" command not displaying all current hooks of a plugin
2015-07-31 14:25:19 +02:00
Vincent Herbet
8c0534a055
Fix typo
2015-07-30 19:54:40 +02:00
Vincent Herbet
5c17b1c767
Merge pull request #275 from xPaw/patch-2
...
Return an error on Err_OldFile instead of falling through to default case
2015-07-30 16:47:23 +02:00
Vincent Herbet
6b1650ae4f
Merge pull request #274 from xPaw/patch-1
...
Fix resource leak when reading hamdata.ini
2015-07-30 13:23:03 +02:00
Vincent Herbet
8c16331b69
Merge pull request #272 from Arkshine/feature/textparser-data-param
...
Add a data argument in INI/SMC_ParseFile() to pass through to callbacks (bug 6228)
2015-07-30 10:43:44 +02:00
Vincent Herbet
fc4455d837
Merge pull request #273 from Arkshine/fix/newmenu-typo
...
Fix typo in newmenus (bug 6394)
2015-07-30 10:43:36 +02:00
Arkshine
5f83f77b2e
Fix typo in newmenus
2015-07-30 00:28:18 +02:00
Arkshine
6d6a1c1ab0
Add a data argument in INI/SMC_ParseFile() to pass through to callbacks (bug 6228)
2015-07-29 22:23:13 +02:00
Vincent Herbet
decde43371
Merge pull request #270 from Arkshine/fix/ml-parser-with-empty_value
...
Fix a ML parser crash on key with an associated empty value
2015-07-29 09:45:14 +02:00
Arkshine
2d583aa83a
Fix a ML parser crash on key with an associated empty value
2015-07-28 15:41:16 +02:00
Vincent Herbet
57037740fd
Merge pull request #269 from Arkshine/update-libmaxminddb
...
Update libmaxminddb to v1.1.0
2015-07-22 12:57:46 +02:00
Arkshine
8efa1ba067
Update libmaxminddb to v1.1.0
2015-07-22 00:21:44 +02:00
Vincent Herbet
2162059352
Merge pull request #268 from Arkshine/fix/handle-name-conflict
...
Rename Handle class to avoid name collision in mac
2015-07-21 00:23:13 +02:00
Arkshine
6b3b351c9a
Rename Handle class to avoid name collision in mac
2015-07-21 00:18:54 +02:00
Vincent Herbet
c6a3290c4f
Merge pull request #267 from Arkshine/feature/unregister_event
...
Add enable/disable_event() native (bug 6360)
2015-07-21 00:00:28 +02:00
Arkshine
df5d935194
Add enable/disable_event() native
2015-07-20 23:06:32 +02:00
Vincent Herbet
075ed7b7b4
Merge pull request #265 from Arkshine/fix/set-log-type
...
Retrieve log type in MetaAttach to allow log to be written earlier
2015-07-18 10:21:09 +02:00
Arkshine
109b3481a7
Retrieve log type in MetaAttach to allow log to be written earlier
2015-07-18 09:55:13 +02:00
Vincent Herbet
83bc3f518b
Fix wrong buffer length
2015-07-17 19:12:02 +02:00
Vincent Herbet
717735311b
Fix typo
2015-07-17 17:53:52 +02:00
Vincent Herbet
e3489be0c0
Merge pull request #260 from Arkshine/feature/more-amtl-conversion
...
More AMTL conversion - 🔥 CString and CVector
2015-07-16 12:24:06 +02:00
Arkshine
9223989a01
Fix consistency
2015-07-16 08:11:19 +02:00
Vincent Herbet
4ed80b88de
Merge pull request #255 from Arkshine/feature/cstrike-gamedata
...
Update cstrike module - 1
2015-07-15 22:21:08 +02:00
Arkshine
662fa61fc7
Cstrike: Fix typos and improve things
2015-07-15 16:40:07 +02:00
Arkshine
dcc2d91b14
Cstrike: cs_get_user_driving - Add the associated constants from HLSDK
2015-07-14 19:44:10 +02:00
Arkshine
86e33d0cb1
Cstrike: cs_set_user_model - Add a param to choose whether modelindex should be updated
2015-07-14 19:44:10 +02:00
Arkshine
5d6f829624
Cstrike: Rename file for consistency
2015-07-14 19:44:09 +02:00
Arkshine
1ed354890b
Cstrike: Add CSI_SHIELD for convenience and fix typos
2015-07-14 19:44:08 +02:00
Arkshine
939aad5cb9
Cstrike: cs_set_user_team - Add a param to choose whether TeamInfo message should be sent
2015-07-14 19:44:08 +02:00
Arkshine
8be119aa6a
Cstrike: cs_set/reset_user_model/team - Stagger user's info updates across multiple frames (bug 3134)
2015-07-14 19:44:08 +02:00
Arkshine
aedde87f42
Cstrike: cs_set_user_zoom - Use a more event-based approach when mode is 0
2015-07-14 19:44:07 +02:00
Arkshine
63a0910f5b
Cstrike: cs_get/set_armoury_type - Add a param to get/set the number of weapons inside an armoury
2015-07-14 19:44:06 +02:00
Arkshine
81f9a23d16
Cstrike: cs_get_user_armor - Make optional armortype param
2015-07-14 19:44:06 +02:00
Arkshine
7842d0160b
Cstrike: cs_set_weapon_silen - Add a new value for draw_animation to follow game behavior
...
- Player's model sequence will be properly played
- Disallow firing while animation is playing
2015-07-14 19:44:06 +02:00
Arkshine
87d740b92a
Cstrike: Add CZ support for some hostage natives
2015-07-14 19:44:05 +02:00
Arkshine
d9a9b7a74e
Cstrike: Add support for monster_scientist entity (alias of hostage_entity)
2015-07-14 19:44:05 +02:00
Arkshine
27d6a0cc08
Cstrike: cs_get_hostage_id - Fix error check, an hostage can't be a player
2015-07-14 19:44:04 +02:00
Arkshine
b82588f081
Cstrike: cs_set_user_deaths - Add a param to choose whether scoreboard should be updated
2015-07-14 19:44:04 +02:00
Arkshine
71c6ac8c2e
Cstrike: cs_set_no_knives - pfnCreateNamedEntity is now hooked only when needed
2015-07-14 19:44:03 +02:00
Arkshine
2de1f9a33b
Cstrike: Do some more cleanup
2015-07-14 19:44:03 +02:00
Arkshine
f13461caee
Cstrike: Cache GET_USER_MSG_ID calls
2015-07-14 19:44:02 +02:00
Arkshine
84c320d539
Cstrike: Do some cleanup for the sake of consistency and readability
2015-07-14 19:44:02 +02:00
Arkshine
864e0b88eb
Cstrike: Move all hardcoded datas to its own gamedata files
2015-07-14 19:44:01 +02:00
Vincent Herbet
6555ecf6b8
Merge pull request #263 from Sylvert0/master
...
Fix CS_OnBuyAttempt
2015-07-14 15:55:07 +02:00
Vincent Herbet
b8dd9d19dd
Merge pull request #261 from Arkshine/feature/datapack-memory
...
Improve DataPack memory allocation
2015-07-14 00:40:15 +02:00
Vincent Herbet
fab9dbf294
Merge pull request #262 from Arkshine/remove-makefile
...
Remove MakeFile
2015-07-14 00:40:02 +02:00
Arkshine
c0b9b91a06
Remove MakeFile
2015-07-14 00:13:24 +02:00
Arkshine
f7c4ed050f
Improve DataPack memory allocation
2015-07-13 23:49:51 +02:00
Arkshine
c775cfca73
More AMTL conversion - 🔥 CString and CVector
2015-07-13 23:37:20 +02:00
Vincent Herbet
b145b4c651
Merge pull request #259 from Nextra/engine-fix
...
Engine: Fix bcompat and consistency for CHECK_ENTITY
2015-07-13 15:45:10 +02:00
Vincent Herbet
de71cf469c
Merge pull request #258 from Ni3znajomy/fix-mistake-gconfigparser
...
Fix mistake
2015-07-11 20:40:09 +02:00
Vincent Herbet
3132e20fad
Merge pull request #257 from Arkshine/feature/remove-duplicated-handle-code
...
Remove duplicated code of native handles
2015-07-11 19:58:02 +02:00
Arkshine
dbc9c7e0da
Remove duplicated code of native handles
2015-07-11 18:14:16 +02:00
Arkshine
883c852897
Synchronize AMTL submodule
2015-07-11 14:57:06 +02:00
Vincent Herbet
989034bd41
Attempt to fix mac build
2015-07-11 13:33:30 +02:00
Vincent Herbet
139a2a082c
Merge pull request #254 from Arkshine/feature/gameconfig
...
Implement a game config parser and expose functionnalities to the module/plugin API
2015-07-11 13:19:09 +02:00
Arkshine
f38c726faf
Gameconfig: Add game configs natives
2015-07-11 13:16:45 +02:00
Vincent Herbet
b8cc1ac79d
Merge pull request #256 from DmitriyS/master
...
Plugins: Close Array/Trie handles on map end
2015-07-11 00:12:51 +02:00
Vincent Herbet
846238fe99
Merge pull request #250 from Nextra/enginew
...
Engine Update
2015-07-02 18:43:35 +02:00
Arkshine
14513e6f70
Gameconfig: Export game config manager to AMXX API
2015-06-29 13:38:34 +02:00
Arkshine
4b2ba10300
Gameconfig: Add game configs parser
2015-06-29 13:38:34 +02:00
Vincent Herbet
f46fc6c4e8
Merge pull request #253 from Arkshine/fix/set_amxstring_utf8-inconsistency
...
Fix set_amxstring_utf8 insconsistency
2015-06-29 13:23:02 +02:00
Arkshine
8633337bbd
Fix set_amxstring_utf8 insconsistency
2015-06-29 12:42:57 +02:00
Vincent Herbet
f68a53e46a
Fix mac compilation
2015-06-27 16:26:39 +02:00
Vincent Herbet
30a97db735
Merge pull request #249 from Arkshine/fix/override-error-clang56
...
Fix a clang-3.6 compilation issue
2015-06-27 15:46:46 +02:00
Vincent Herbet
28448c0fe1
Merge pull request #251 from WPMGPRoSToTeMa/authconsoleprintfixes
...
Replace console_print by engclient_print to support connecting players (bug 6372)
2015-06-15 20:03:23 +02:00
Vincent Herbet
3792e7dc20
Merge pull request #248 from Arkshine/fix/update-compiler3
...
Update compiler - 3
2015-06-01 21:45:04 +02:00
Arkshine
934e0208bf
Fix a clang-3.6 compilation issue
2015-06-01 20:19:10 +02:00
Vincent Herbet
26d0f3f2de
Merge pull request #247 from ShootingKing-AM/master
...
Correcting years in MSVS project solutions.
2015-05-19 17:31:58 +02:00
Arkshine
41dfdc7f59
Compiler: Prevent declaring arrays that the compiler is too buggy to handle
...
AM Bug 7977: https://bugs.alliedmods.net/show_bug.cgi?id=4977
2015-05-19 00:01:29 +02:00
Arkshine
f710188c86
Compiler: Ability to directly reference another address in a default argument (for arrays only)
...
SM patch: https://github.com/alliedmodders/sourcemod/commit/d8d13f19204fc682a090e549ca1a286d4f9f8524
2015-05-19 00:01:29 +02:00
Vincent Herbet
b364506cbc
Merge pull request #241 from luxxxoor/patch-2
...
Update cmdmenu.sma
2015-05-17 20:10:22 +02:00
Vincent Herbet
ffa12bfe54
Merge pull request #244 from Arkshine/fix/fakemeta-changelevel
...
Fix EngFunc_ChangeLevel
2015-05-15 21:29:25 +02:00
Arkshine
e305009e9a
Fix EngFunc_ChangeLevel
2015-05-15 19:14:34 +02:00
Vincent Herbet
af7a6e3c87
Merge pull request #243 from Arkshine/fix/namehashset-add-return
...
Correct NameHashSet::add() return type
2015-05-15 13:27:54 +02:00
Arkshine
6620aa97a8
Correct NameHashSet::add() return type
2015-05-15 10:45:08 +02:00
Vincent Herbet
c5f6e26802
Merge pull request #239 from Nextra/inc-doc3
...
Update include documentation #3 (mostly engine.inc)
2015-05-10 17:12:50 +02:00
Vincent Herbet
42d80a666a
Merge pull request #242 from Nextra/nullvec
...
Add NULL_VECTOR and expose null functions to AMXX API
2015-05-06 14:34:01 +02:00
Vincent Herbet
39cc240a4e
Merge pull request #240 from Nextra/kvd
...
Improve handling of KeyValueData
2015-05-05 12:01:29 +02:00
Arkshine
9fd0f1c231
Sync AMTL submodule
2015-04-22 00:55:23 +02:00
Vincent Herbet
cc11191e57
Merge pull request #236 from Arkshine/fix/missing-sqlite-charset
...
Fix missing SQL_SetCharset native in SQLite
2015-04-20 22:47:16 +02:00
Vincent Herbet
81e091e005
Merge pull request #237 from Arkshine/fix/ke-string-null
...
Fix potential crash using ke::AString and a valid given null string (bug 6351)
2015-04-19 21:05:50 +02:00
Vincent Herbet
08d684a90f
Merge pull request #238 from Arkshine/feature/container-build
...
Use the new Travis-CI Container environment
2015-04-19 21:05:42 +02:00
Arkshine
54223e9a99
Use the new Travis-CI Container environment
2015-04-19 20:10:04 +02:00
Arkshine
871e14178b
Fix a tag typo in datapack.inc
2015-04-19 19:58:57 +02:00
Arkshine
1c1b949648
Fix potential crash using ke::AString and given null string
2015-04-19 19:52:53 +02:00
Arkshine
b88841c6ef
Fix missing SQL_SetCharset native in SQLite
2015-04-12 21:08:03 +02:00
Vincent Herbet
0bfc04bb14
Merge pull request #235 from Arkshine/fix/file-fgets
...
Fix fgets native not setting always the plugin buffer
2015-04-12 20:52:51 +02:00
Arkshine
10c0204b16
Fix fgets native not setting the plugin buffer on null result
2015-04-12 20:20:21 +02:00
Vincent Herbet
044e6b22b2
Merge pull request #233 from Ni3znajomy/update-copyright-year
...
Update copyright year
2015-03-30 13:44:55 +02:00
Vincent Herbet
0b2c33bcd2
Merge pull request #231 from Nextra/datapack-update
...
Datapack update
2015-03-30 13:43:50 +02:00
Vincent Herbet
d4bfebec22
Merge pull request #232 from Arkshine/fix/tfc-crash-medic
...
Fix crash in TFCX module when Infection weapon is used (bug 6333)
2015-03-28 17:29:47 +01:00
Arkshine
db9421d0be
Fix crash in TFCX module when Infection weapon is used
2015-03-28 16:47:07 +01:00
Vincent Herbet
a59b72f96a
Merge pull request #229 from Arkshine/feature/trans-format-and-native
...
Add %l format specifier and SetTranslationTarget() native (bug 6331)
2015-03-26 22:54:11 +01:00
Arkshine
8831166705
Add %l format specifier and SetTranslationTarget() native
2015-03-26 22:42:55 +01:00
Vincent Herbet
bebe9f8e2e
Merge pull request #230 from Ni3znajomy/fix-checking-cvar-bounds
...
Fix checking cvar's bounds
2015-03-26 21:49:33 +01:00
Vincent Herbet
69d41b65d4
Merge pull request #227 from Freeman-AM/plmenu-update
...
Plmenu: improve readability, more compliance to amxmodx style, small improvements
2015-03-26 21:32:39 +01:00
Vincent Herbet
b4b86113e4
Merge pull request #217 from Arkshine/feature/valve-fs-support
...
Add support for Valve FS to natives that use file handles
2015-03-26 11:45:33 +01:00
Arkshine
52c73126e1
VFS: Fix various things
...
- The "ALL" fake pathID is replaced by what does SM, having a public var NULL_STRING which will acts as NULL when needed.
To make compiler accepting public array, this patch was needed: https://hg.alliedmods.net/sourcemod-central/rev/b12f329def09
- The offset thing in read_dir: considering that's something very specific to this native and that implementation in CDirectory doesn't make sense because of the offset compatibility for windows, all code is now in the native.
2015-03-25 13:50:07 +01:00
Vincent Herbet
4d97a24dd8
Merge pull request #228 from Arkshine/fix/crash-ham
...
Fix crash under linux in Hamsandwich module (bug 6323)
2015-03-24 02:40:27 +01:00