2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2025-04-22 22:33:31 +03:00

18 Commits

Author SHA1 Message Date
Dmitry Novikov
b838abda59
Migrate the CI/CD to GitHub Actions (#57)
* Implemented CI/CD migration to GitHub
* Remove gradle build
2022-07-03 04:15:27 +07:00
Asmodai
35eada44d0 Fix #33 2018-03-11 02:23:01 +03: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
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
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
Dmitry Novikov
d36301292d link libstdc++ dynamically (#10) 2017-06-29 01:25:21 +07:00
asmodai
14b26f5961 Fix return addresses after callbacks rebuilding 2017-06-26 21:59:51 +03:00
asmodai
50b0d6e1d3 Add jit debug 2017-06-26 15:44:12 +03:00
asmodai
f7c115e736 Refactoring of mplugin and mlist 2017-05-09 18:44:00 +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
f2b842b795 Fixed compilation 2017-01-18 04:17:20 +07:00
asmodai
333918455c Refactoring 2017-01-13 03:00:23 +03:00
asmodai
6e1a6f8a02 Fixed all places where meta_errno was used
Removed most of crazy defines
2017-01-13 02:04:11 +03:00
asmodai
ccea6516cb Finished rewriting of mreg code
Debug macro replaced to inline function
2017-01-09 01:30:23 +03:00
asmodai
d206ad4a13 Rewritten most of osdep code 2017-01-07 01:43:27 +03:00
asmodai
2cf145e2a0 Implemented JIT callbacks 2016-07-30 02:03:01 +03:00
asmodai
05067b28b5 Changed source to static linking version 2016-07-26 15:26:12 +03:00