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

146 Commits

Author SHA1 Message Date
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
4abf731650
publish.gradle: remove leading lib prefix 2017-11-18 22:40:04 +07:00
s1lent
be8e547706
Add basic editor rules 2017-11-18 22:35:51 +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
14c3001b3a
Update README.md 2017-11-18 19:02:04 +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
s1lent
95f636a4dd
Add support for VS2015/VS2017 in old gradle. 2017-07-31 19:41:53 +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
theAsmodai
16b01c2e55 Create README.md 2017-06-27 01:37:11 +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
asmodai
06535237da Use dynamic list of plugins 2017-06-26 18:10:34 +03:00
asmodai
50b0d6e1d3 Add jit debug 2017-06-26 15:44:12 +03:00
asmodai
5753c397d1 Small refactoring 2017-06-08 03:15:22 +03:00
asmodai
895dea5eba Make correct messages for delayed load/unload 2017-05-09 19:59:13 +03:00
asmodai
06d78fe775 Standardize code style 2017-05-09 19:41:57 +03:00
asmodai
f7c115e736 Refactoring of mplugin and mlist 2017-05-09 18:44:00 +03:00
asmodai
d1d2a9b755 Fix compilation 2017-05-09 02:39:40 +03:00
asmodai
ad43c00200 Rebuild callbacks after subplugins load 2017-05-09 00:36:28 +03:00
asmodai
40bf18a55b Refactoring #2 2017-05-09 00:35:21 +03:00