2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2024-12-26 14:45:34 +03:00
Commit Graph

101 Commits

Author SHA1 Message Date
7ade806ece
Update metamod.cpp 2018-02-13 18:37:54 +03:00
Asmodai
c7c3494bd0 Update readme 2018-02-13 00:11:10 +03:00
Alik Aslanyan
f1d09c5085
Add mm_pluginsfile option 2018-01-31 21:11:36 +04:00
132cbad009 added more supported games 2018-01-29 20:37:54 +03:00
Asmodai
80555d35b8 Add float return type support (lol :D) 2018-01-26 20:44:52 +03:00
Asmodai
76f64ff95d Fix example plugin compilation 2018-01-26 19:21:37 +03:00
s1lent
3ff4f675d0
Fix typo 2017-11-20 00:07:09 +07:00
s1lent
c8e836d28f
Fixed crash in some cases when a plugin is unloaded 2017-11-19 23:20:41 +07:00
s1lent
98fd23afed
Fix parse 2017-11-19 03:24:56 +07:00
s1lent
e1e1b8aaaa
Add option dynalign_list <yes/no> (for compatibility HLSW on Tab 'Metamod Plugins') 2017-11-19 02:58:58 +07:00
s1lent
e32e4f6d6e
Use MAX_PATH instead PATH_MAX to use one style 2017-11-18 23:31:40 +07:00
s1lent
2f1df890bd
Bugfix: use size of buffer instead pointer 2017-11-18 23:23:17 +07:00
s1lent
41be316e12
mutil_CenterSayVarargs: Ignore dormant client's 2017-11-18 23:18:16 +07:00
s1lent
2b059821c9
Use nullptr instead NULL 2017-11-18 23:15:45 +07:00
s1lent
bbcee49883
Cleanup & minor refactor 2017-11-18 23:14:14 +07:00
s1lent
0012c7779c
Refactoring 2017-11-18 22:53:18 +07:00
s1lent
bc64710eb8
Remove leading lib prefix on all projects 2017-11-18 22:40:22 +07:00
s1lent
e086566a11
Fix typo with Q_strrchr 2017-11-18 21:39:05 +07:00
s1lent
8d5c8d2df4
Use Q_strlcpy instead Q_strncpy for simplified code 2017-11-18 21:36:53 +07:00
s1lent
e343dfe905
Reworked MPluginList::getWidthFields
Fix typo in MPlugin::str_action
2017-11-18 21:25:25 +07:00
s1lent
c0155f8f1d
Implemented a dynamic indent in the output meta list for avoid truncation of field to desc, vers, file. 2017-11-18 20:28:41 +07:00
s1lent
5b7fe14723
Fix crash and reworked find_memloc 2017-11-15 22:13:36 +07:00
s1lent
1be6696e6b
Refactoring
Fix parse plugins.ini (Load the plugins for a appropriate platform only)
Fix crash for meta-plugins using UPX
2017-11-15 07:22:48 +07:00
s1lent
a6ab7cea5d
Implemented extension dll to avoid a list of entities e.g (linkgame.cpp).
Minor refactoring
2017-08-01 01:00:35 +07:00
s1lent
d90f336a75
update rehlsdk 2017-07-31 22:37:50 +07:00
s1lent
d51cc853cc
Refactoring versioning 2017-07-31 21:44:24 +07:00
s1lent
94df0af371
Update rehlsdk up to 3.3 2017-07-31 20:56:51 +07:00
asmodai
25c9ee1bd7 Load plugins with RTLD_DEEPBIND option 2017-07-27 19:59:35 +03:00
asmodai
7ffbf8f826 Use stat64 for better compatibility 2017-07-21 15:13:38 +03:00
Alex_Z
db11f9830b The Specialists and Earth's Special Forces Support (#16)
* The Specialists and Earth's Special Forces Support

Add support games :
- The Specialists
- Earth's Special Forces

* Fix PR
2017-07-19 23:30:00 +03:00
s1lent
5cf552dc8c
Recognize some gamedll Closes #14
Added platform toolset selector for VS2013/VS2015/VS2017
Added lookup gamedll with postfix, е.g _i386.so
2017-07-18 08:32:49 +07:00
In-line
0e59dfe7f7 Fix #12 (#13)
* Fix #12
2017-07-17 21:57:10 +03:00
In-line
eddd2b526a Fix #11 (#12)
* Fix #11
* Add documentation to config.ini
2017-07-17 21:40:52 +03:00
asmodai
daea1f8352 Fixed crash with Half-Life game dll 2017-07-07 01:23:58 +03:00
asmodai
60a9c37123 Fixed crash on call pfnShouldCollide
Fixed meta globals processing code
2017-06-29 20:07:54 +03:00
Dmitry Novikov
d36301292d link libstdc++ dynamically (#10) 2017-06-29 01:25:21 +07:00
In-line
ff185130cf Initialize m_clientmeta in MConfig constructor and change it to BOOL (#8)
* Initialize m_clientmeta in MConfig constructor and change it to BOOL
2017-06-29 01:22:18 +07:00
theAsmodai
8d6d730ed7 Merge pull request #9 from In-line/patch-2
Move fprintf_ptr under JIT_DEBUG_FILE define
2017-06-28 20:41:12 +03:00
s1lent
26e813a57a
Add badge 2017-06-29 00:29:21 +07:00
In-line
84743bd65c Move fprintf_ptr under JIT_DEBUG_FILE define 2017-06-28 21:05:53 +04:00
asmodai
7e46cf73f6 Fix refactoring mistake 2017-06-27 02:19:45 +03:00
asmodai
3aa6adf7d5 Add Makefile for linux 2017-06-27 01:21:56 +03:00
asmodai
e49aa9bb2b Add more comments 2017-06-27 00:11:20 +03:00
asmodai
26f6ea6458 Add config to publish 2017-06-26 23:49:59 +03:00
asmodai
4929127adc Added example plugin 2017-06-26 23:38:39 +03:00
asmodai
7005773f10 Fix sdk 2017-06-26 22:51:23 +03:00
asmodai
bb600d0e13 Fix compilation 2017-06-26 22:14:43 +03:00
asmodai
3f25635fa5 Fixed rewriting of static jumps to jit callbacks for gamedll functions 2017-06-26 22:01:32 +03:00
asmodai
14b26f5961 Fix return addresses after callbacks rebuilding 2017-06-26 21:59:51 +03:00
asmodai
eef29cb742 Add extra filed for esp to meta globals 2017-06-26 18:26:13 +03:00