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

105 Commits

Author SHA1 Message Date
Alibek Omarov
cedda15813
Basic Xash3D support (#71)
Use Xash3D physics interface as an alternative linkent method
2024-05-01 21:06:54 +07:00
s1lentq
603a2574e9 Fixed wrong result condition 2024-01-16 01:20:13 +07:00
s1lentq
096f4383b0 UNDONE: Gracefully shutdown metamod plugins for dedicated server (amxx modules unload unstable) 2024-01-16 00:35:31 +07:00
s1lentq
83c9d6e177 Backport linkent for hlds (and listenserver) without rehlds 2023-11-28 17:56:52 +07:00
s1lentq
0118e05280 Improved initialization of rehlds api
Prefer Sys_GetModuleHandle over Sys_LoadModule to avoid unnecessary reference count increase
2023-11-28 16:39:09 +07:00
s1lentq
ec926a611f Gracefully shutdown metamod and plugins when game is closing (for a proper reload using _restart command) 2023-11-28 16:28:55 +07:00
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
hajimura
80145abcb7
Fix compile on ICC 19 (#53)
Fix of #44
2022-07-01 03:50:40 +07:00
Asmodai
0cf2f709db Fix two jit bugs 2018-08-24 18:45:56 +03:00
s1lent
0fff97941f
Temporary patch #40 2018-06-15 15:47:00 +07:00
Asmodai
93b5bd45e2 Fix crashes in pfnAlertMessage 2018-05-10 18:43:15 +03:00
5a3a6aa8a7
fixed game-list
Info: https://github.com/theAsmodai/metamod-r/issues/38#issuecomment-383732880
2018-04-26 19:02:43 +03:00
Asmodai
3728fe42df Added support of ag_i386.so 2018-04-24 00:41:04 +03:00
Asmodai
35eada44d0 Fix #33 2018-03-11 02:23:01 +03:00
7ade806ece
Update metamod.cpp 2018-02-13 18:37:54 +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
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
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
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
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
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