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

74 Commits

Author SHA1 Message Date
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
asmodai
58d54dfa4f Fix typo 2017-05-09 00:21:37 +03:00
asmodai
d1c69657fe Refactoring 2017-05-09 00:13:03 +03:00
asmodai
1be3ce8a33 Fixed typo in logs 2017-05-08 23:44:19 +03:00
asmodai
faba9aa354 Fixed typo 2017-05-08 22:33:22 +03:00
asmodai
f667a85282 Refactoring 2017-05-05 19:36:56 +03:00
asmodai
29b0f402f1 Added clientmeta option 2017-03-11 19:12:09 +03:00
asmodai
3674c3e946 Fixed compilation in MSVC 2017 (fixed #3) 2017-03-11 17:39:04 +03:00
asmodai
f3e0772b12 Add SDK to release 2017-03-10 00:35:21 +03:00
asmodai
ca861f62d2 Headers refactoring 2017-03-10 00:00:25 +03:00
asmodai
9427d6009e Update jitasm.h to latest fixed version 2017-03-09 23:18:52 +03:00
asmodai
6ea3130c66 Align meta globals and local backup for faster access 2017-02-14 01:51:47 +03:00
asmodai
efb98cc155 Small jit refactoring 2017-02-14 01:20:27 +03:00
asmodai
d1baff96e2 Fixed stack align, removed all magic numbers from jit 2017-02-14 00:53:54 +03:00
asmodai
08b965e485 Force stack align for callbacks 2017-02-08 01:49:59 +03:00
s1lentq
bcb6bd1af5 Add additional place to check for finding the config.ini or plugins.ini.
Refactoring.
2017-01-23 01:44:52 +07:00
s1lentq
1dcc52fcc0 Typo with minorVersion 2017-01-19 00:11:18 +07:00
s1lentq
05c839d295 Update rehlsdk 2017-01-18 23:16:56 +07:00
s1lentq
5e0e048cff Refactoring.
Fix load gamedll.
Backport: setting gamedll
2017-01-18 23:09:42 +07:00
s1lentq
20d3b65cdf Fix crash due to NULL pointer access. 2017-01-18 08:47:21 +07:00
s1lentq
572fb968e0 Add link statically with libstdc++ 2017-01-18 06:27:45 +07:00
s1lentq
f2b842b795 Fixed compilation 2017-01-18 04:17:20 +07:00
asmodai
274e7cef8e Changed name to metamod-r 2017-01-17 22:03:18 +03:00