Arkshine
|
181cbae74c
|
Use upstream AMTL as a submodule
|
2015-03-09 22:53:58 +01:00 |
|
Arkshine
|
c47896232c
|
CStrike: Fix crash
|
2015-02-01 20:43:06 +01:00 |
|
Arkshine
|
30ee4df0fa
|
Fix typo
|
2015-01-31 15:38:35 +01:00 |
|
Arkshine
|
4ceb767022
|
Add error messages and fix documentation
|
2015-01-31 14:45:37 +01:00 |
|
Arkshine
|
e0426f10b2
|
Fix typo
|
2015-01-30 16:01:26 +01:00 |
|
Arkshine
|
c87d46ad5b
|
Add cs_find_ent_by_class and fix documentation
|
2015-01-30 15:53:25 +01:00 |
|
Arkshine
|
2446ff49f2
|
Add cs_create_entity native
|
2015-01-29 20:43:01 +01:00 |
|
Arkshine
|
8072f90536
|
Remove use of UTIL_StringToLowwer
|
2015-01-20 11:53:46 +01:00 |
|
Arkshine
|
dd9975cd67
|
Rename msvc10 directories to msvc12
|
2015-01-14 10:31:33 +01:00 |
|
Arkshine
|
97369c5d6c
|
Upgrade VS projetcs to use v120_xp toolset and fix missing include paths
|
2015-01-14 10:25:46 +01:00 |
|
Vincent Herbet
|
7f71cfaee7
|
Merge pull request #165 from Arkshine/feature/add-version-lib-and-missing-rc
Update versioning system and add missing module RC file (bug 6222)
|
2015-01-07 18:59:51 +01:00 |
|
Freeman-AM
|
0c85f03f05
|
meta_api.cpp modify csstats_rank value to match amxx.cfg default value
|
2015-01-05 17:43:14 +01:00 |
|
Arkshine
|
8443a836aa
|
Add the actual version.rc file for all modules
|
2014-12-08 01:44:51 +01:00 |
|
Arkshine
|
f5e23903a2
|
Add version.rc in AMBuilder for all modules
|
2014-12-08 01:44:27 +01:00 |
|
Arkshine
|
291a33ce65
|
Update moduleconfig.h for all modules
|
2014-12-08 01:43:33 +01:00 |
|
Arkshine
|
850ae540a9
|
Improve get_map_objectives native.
|
2014-10-24 12:58:24 +02:00 |
|
Vincent Herbet
|
204004b90e
|
Merge pull request #112 from Arkshine/deduplicate-files
Deduplicate a number of files used by modules by moving them to the public directory
|
2014-08-23 10:00:13 +02:00 |
|
Arkshine
|
9cd90838e1
|
Remove safety checks as it's not really necessary.
|
2014-08-19 09:04:09 +02:00 |
|
Arkshine
|
e7d7de870a
|
Block weapon pickup sound if shield is disallowed in CS_OnBuy forward.
|
2014-08-18 22:02:08 +02:00 |
|
Arkshine
|
41f6932b68
|
Remove some SourceMod namespace.
|
2014-08-10 22:25:14 +02:00 |
|
Arkshine
|
3dace577fe
|
Remove svn_version.h reference from project files.
|
2014-08-10 19:08:50 +02:00 |
|
Arkshine
|
1395b42692
|
Update wincsx project files.
|
2014-08-10 19:06:21 +02:00 |
|
Arkshine
|
b17c624c81
|
Update csx module project files.
|
2014-08-09 19:47:31 +02:00 |
|
Arkshine
|
9dee60934f
|
Update cstrike module project files.
|
2014-08-09 19:33:04 +02:00 |
|
Vincent Herbet
|
570c9cfc6b
|
Merge pull request #110 from Arkshine/replace-more-snprintf
Replace more snprintf by UTIL_Format.
|
2014-08-08 20:38:38 +02:00 |
|
Arkshine
|
62eac5d91c
|
Replace _snprintf too.
|
2014-08-08 13:23:38 +02:00 |
|
Arkshine
|
b47aa6871d
|
Replace more snprintf by UTIL_Format.
|
2014-08-08 12:47:15 +02:00 |
|
Arkshine
|
eeb4ecd109
|
Update project files.
|
2014-08-08 11:27:40 +02:00 |
|
Scott Ehlert
|
b6103a1916
|
Update license headers for cstrike modules.
|
2014-08-04 13:18:29 -05:00 |
|
Arkshine
|
fc48579776
|
Update AMXX SDK in all modules.
|
2014-08-02 18:30:53 +02:00 |
|
xPaw
|
5eaeaa8dc1
|
Cstrike: Fix compilation.
|
2014-07-17 20:28:40 +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 |
|
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 |
|
Arkshine
|
2595fbe764
|
Cstrike: Remove unused defines and fix typo.
|
2014-06-03 10:05:56 +02:00 |
|
Arkshine
|
d2f2748e9e
|
Cstrike: Enable/Disable detours whether CS_OnBuy and CS_InternalCommand are used in plugins + Add more check for safety.
|
2014-06-01 22:24:52 +02:00 |
|
Arkshine
|
f1e206fde6
|
Cstrike: Refactor code to seperate detours for readability/maintainability + Fix OSX symbols.
|
2014-06-01 19:00:37 +02:00 |
|
Arkshine
|
c96456503c
|
Cstrike: Fix ResolveSymbol misuse under linux/osx.
|
2014-05-31 20:06:26 +02:00 |
|
Arkshine
|
f08a4f5a66
|
Cstrike: Fix typo under OSX.
|
2014-05-31 09:14:00 +02:00 |
|
Arkshine
|
a984c85ffc
|
Cstrike: Define "UseBotArgs" and "BotArgs" symbols in game data file.
|
2014-05-30 22:53:27 +02:00 |
|
Arkshine
|
f130a8ea89
|
Cstrike: Implement CS_OnBuy forward.
|
2014-05-30 16:54:36 +02:00 |
|
Arkshine
|
38e2e3e393
|
Cstrike: Move utility stuff in its own file.
|
2014-05-29 01:19:52 +02:00 |
|
Arkshine
|
e4ff6853dd
|
Cstrike: Convert code to use CDetour and MemoryUtils.
|
2014-05-29 00:40:37 +02:00 |
|
Arkshine
|
d7b3b47aa4
|
Cstrike: Import some memory tools from SourceMod
|
2014-05-28 22:51:14 +02:00 |
|
Arkshine
|
62cf10f0c3
|
Cstrike: Move game datas in its own file.
|
2014-05-26 21:19:18 +02:00 |
|