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

150 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
265a818856
issue templates updated #66 2023-12-06 18:41:59 +03:00
cd11920267
GitHub improvements v2
GitHub improvements
2023-12-06 18:33:50 +03:00
d7125e99e9
fix yaml lint #66 2023-12-06 18:29:51 +03:00
3d783bdb9b
Merge branch 'master' into feature/github-improvements 2023-12-06 16:06:43 +03:00
0e0d84013e
updated "task" and "feature" issue templates 2023-12-06 16:05:29 +03:00
385a2229da
GitHub improvements (#64)
* bug template
* updated "paths-ignore" in build rules for ".github" folder
dont trigger and publish build when changes only in ".github" folder
* added "task" and "feature" issue templates
2023-12-06 19:30:13 +07:00
a05af41a82
added "task" and "feature" issue templates 2023-12-03 21:08:12 +03:00
6d3a663c33
updated "paths-ignore" in build rules for ".github" folder
dont trigger and publish build when changes only in ".github" folder
2023-12-03 21:01:01 +03:00
d672d76bbd
bug template 2023-12-03 20:57:03 +03:00
s1lentq
5179c25986 Update README.md 2023-11-28 18:34:38 +07:00
s1lentq
24e086ae2f Fix stub plugin (Closes #43) 2023-11-28 18:23:17 +07:00
s1lentq
0c99300d8d Update stub plugin 2023-11-28 18:10:30 +07:00
s1lentq
3af38129f4 Update workflows/build.yml
Fixes CI warnings
2023-11-28 18:03:29 +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
s1lentq
adc94141a4 appversion.sh: remove dev postfix 2022-07-03 04:21:57 +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
6456c5f7ec
Merge pull request #39 from theAsmodai/stamepicmorg-patch-1
fixed game-list + updated readme
2018-04-30 19:36:56 +03:00
6cb74d4069
Update README.md 2018-04-27 11:32:17 +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
89b29af8a5
readme.md update
* cosmetic edit
* sorry for overcommits :(
2018-03-13 00:53:40 +03:00
5e685df118
readme.md update 2018-03-12 13:13:57 +03:00
Asmodai
35eada44d0 Fix #33 2018-03-11 02:23:01 +03:00
AEnimka
e0e3266711
Update README.md 2018-03-10 20:40:46 +03:00
AEnimka
b9c5262789
Updated Readme.MD
* Added some info
2018-03-10 20:11:17 +03:00
Asmodai
cdefc711ef Add building instructions 2018-02-17 01:12:09 +03:00
theAsmodai
3e57cfc463
Merge pull request #32 from theAsmodai/stamepicmorg-patch-1
Updated year at copyrights (2017->2018)
2018-02-13 19:08:03 +03:00
7ade806ece
Update metamod.cpp 2018-02-13 18:37:54 +03:00
Asmodai
c7c3494bd0 Update readme 2018-02-13 00:11:10 +03:00
theAsmodai
2e23956a45
Merge pull request #28 from In-line/AddPluginsFile
Add mm_pluginsfile option
2018-02-08 18:00:30 +03:00
Alik Aslanyan
f1d09c5085
Add mm_pluginsfile option 2018-01-31 21:11:36 +04:00
theAsmodai
082b8c4dd9
Merge pull request #27 from stamepicmorg/patch-1
Added compablity table at readme.md
2018-01-30 03:12:39 +03:00
b1ab4f23dc
fixed mistake 2018-01-30 01:21:01 +03:00
2d101ad1b7
Added compablity table
Structure:
Game or Mod, Windows, Linux, Comment
2018-01-30 01:00:59 +03: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