Arkshine
181cbae74c
Use upstream AMTL as a submodule
2015-03-09 22:53:58 +01:00
HttrckCldHKS
3fc438ffd1
Fix SQL modules threading system.
2015-02-18 10:32:45 +02:00
HttrckCldHKS
ddb1af89e9
Added new FP_CELL to SQLite Forward
...
Added new FP_CELL to SQLite Forward.
2015-02-13 09:08:27 +02:00
Arkshine
e95d5ed43c
Cleanup some code from previous commits
2015-02-08 11:23:54 +01:00
HttrckCldHKS
780ce669d0
>> RENAMED maxminddb.cpp (FILTERS)
...
RENAMED maxminddb.cpp TO maxminddb.c (FILTERS)
2015-02-07 18:42:01 -08:00
HttrckCldHKS
47b5ff9a93
>> FIXED lookupString() LENGTH ISSUE
...
In (const char *) lookupString() :
For (const char *) NULL result :
Length must be ZERO, if defined.
2015-02-07 18:40:52 -08:00
HttrckCldHKS
2bc6ced671
>> RENAMED maxminddb.cpp (MAKEFILE)
...
RENAMED maxminddb.cpp TO maxminddb.c (MAKEFILE)
2015-02-07 18:39:21 -08:00
HttrckCldHKS
83c0789246
>> RENAMED maxminddb.cpp (VCXPROJ)
...
>> RENAMED maxminddb.cpp TO maxminddb.c (VCXPROJ)
2015-02-07 18:34:46 -08:00
Vincent Herbet
0424aa7c19
Merge pull request #148 from Arkshine/update-sqllite
...
Update sqlite
2015-02-07 18:23:03 +01:00
Arkshine
34de3964e6
More cleanup
2015-02-07 16:33:48 +01:00
Arkshine
5241fdf673
Add geoip_country_ex, mark geoip_country as deprecated, and do some cleanup
2015-02-07 16:26:40 +01:00
Arkshine
51adb7385c
Fix a compatibility issue with geoip_country native
2015-02-06 23:25:26 +01:00
Arkshine
604f227751
Sqlite: Update broken VS project files
2015-02-02 11:22:45 +01:00
Arkshine
61063a54ef
Sqlite: Update library to 3.8.8.2
2015-02-02 11:06:07 +01:00
Arkshine
162171618c
Sqlite: Update library to 3.8.7.
...
Sqlite: Update project files.
2015-02-02 11:06:05 +01:00
Arkshine
c47896232c
CStrike: Fix crash
2015-02-01 20:43:06 +01:00
Vincent Herbet
dd38ee103b
Merge pull request #189 from Arkshine/feature/add-cs_create_entity
...
Add cs_create_entity and cs_find_ent_by_class natives
2015-01-31 16:39:43 +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
Vincent Herbet
6319331a33
Merge pull request #188 from Arkshine/feature/mysql-rw-and-default-timeout
...
Establish a default timeout for MySQL connectivity
2015-01-30 15:56:40 +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
9f93ff5168
Fix potential formatting issue with nvault_[p]set
2015-01-29 16:52:47 +01:00
Arkshine
f8ec7f94a4
Mysql: Establish a default timeout
2015-01-29 13:50:13 +01:00
Vincent Herbet
c197b58734
Merge pull request #183 from Arkshine/fix/cstrike-remove-stringtolower
...
Remove use of UTIL_StringToLowwer
2015-01-20 12:04:06 +01:00
Arkshine
8072f90536
Remove use of UTIL_StringToLowwer
2015-01-20 11:53:46 +01:00
Arkshine
c3e0753455
Fix a mysql crash after CString -> ke::AString conversion
2015-01-18 18:13:39 +01:00
Vincent Herbet
7f9d677f89
Merge pull request #178 from Arkshine/feature/update-libmaxminddb-1.0.4
...
Geoip: Update libmaxminddb to 1.0.4
2015-01-14 12:48:44 +01:00
Arkshine
314f2ec568
Geoip: Fix linux compilation
2015-01-14 12:37:43 +01:00
Arkshine
f09f4a4c6c
Geoip: Remove previous C99 compatibility changes with v100
...
Since we're compiling against v120_xp now, C99 is supported, which makes the previous compatibility changes pointless.
This reverts to the state of the original content.
For maintainability reason, it's welcomed.
For reference, the only change now is the moving of PACKAGE_VERSION define to be available for linux too (since we don't use configure.ac)
2015-01-14 12:35:04 +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
Arkshine
16874378f1
Geoip: Update libmaxminddb to 1.0.4
2015-01-12 00:00:31 +01:00
Arkshine
b4399f42da
Geoip: Move C99 headers in its own directory
2015-01-11 16:08:52 +01:00
Arkshine
539823f565
Keep geoip_country backward compatible after #99
2015-01-10 14:07:51 +01:00
Vincent Herbet
4a3fcdb937
Merge pull request #171 from Arkshine/fix/geoip-invalid-memory
...
Geoip: Fix possible crash
2015-01-08 10:37:36 +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
Arkshine
4fc2b4ed64
Fix OSX compilation
2015-01-06 23:27:51 +01:00
Vincent Herbet
604200e905
Merge pull request #162 from Arkshine/feature/update-amtl-c++11
...
Add C++11 support
2015-01-06 22:38:19 +01:00
Arkshine
a543db5dc6
Geoip: Fix possible crash
2015-01-06 22:36:14 +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
f4a3d07b0e
Fix missing binary suffix
2014-12-10 15:05:47 +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
1977bf4d29
C++11: Update AMBuildScript
2014-12-06 14:33:22 +01:00
Arkshine
1146bcad2c
C++11: Fix some code
2014-12-06 14:02:55 +01:00
HttrckCldHKS
005b50de92
Added MySQL Reconnect Feature
...
If the connection times out or gets lost, this will prevent "MySQL server has gone away" error.
2014-10-27 17:55:23 -07:00
Vincent Herbet
6e60b596d7
Merge pull request #152 from Arkshine/improve-find_ent_by_owner
...
Allow find_ent_by_owner native to work in client_disconnect forward
2014-10-26 13:06:55 +01:00