mirror of
https://github.com/rehlds/metamod-r.git
synced 2024-12-26 06:35:33 +03:00
4.2 KiB
4.2 KiB
Changelog
Metamod-r Changelog
Metamod-r is based on the original version of Metamod written by Will Day for Half-Life 1 with some improvements from Jussi Kivilinna (Metamod-p). This product contains a large number of performance optimizations and more pure code. The core was written using JIT compiler.
*
Original changelog here.
1.3.0.149
- 2024-04-23
Fixed
- Fixed shutdown issue
Full Changelog: 1.3.0.138...1.3.0.149
1.3.0.138
- 2023-11-28
Changed
- Improve ReHLDS API initialization.
Fixed
- HLDS сompatibility
- Fixed Gracefully shutdown metamod and plugins when game is closing (now _restart command work properly)
Full Changelog: 1.3.0.131...1.3.0.138
1.3.0.131
- 2018-08-24
Changed
- Updateed
C++ Intel Compiler
version17.0
>19.0
.
Full Changelog: 1.3.0.128...1.3.0.131
1.3.0.128
- 2018-08-24
Fixed
- Fixed two bugs in
jit
Full Changelog: 1.3.0.126...1.3.0.128
1.3.0.126
- 2018-05-10
Fixed
- Fixed crashes in
pfnAlertMessage
Full Changelog: 1.3.0.125...1.3.0.126
1.3.0.125
- 2018-04-30
Fixed
- Fixed binary names to correctly auto detect of games
Full Changelog: 1.3.0.119...1.3.0.125
1.3.0.119
- 2018-03-12
Added
- Added support of various gamedll binaries for mods
- Added
mm_pluginsfile
option
Full Changelog: 1.3.0.107...1.3.0.119
1.3.0.107
- 2018-01-29
Fixed
- Fixed problems with api functions returning float
Added
- Added more supported games
Changed
- Refactoring
Full Changelog: 1.3.0.86...1.3.0.107
1.3.0.86
- 2017-11-15
Fixed
- Fixed crash and reworked
find_memloc
Full Changelog: 1.3.0.85...1.3.0.86
1.3.0.85
- 2017-11-15
Fixed
- Fixed parse plugins.ini (Load the plugins for a appropriate platform only)
- Fixed crash for meta-plugins using UPX
Full Changelog: 1.3.0.84...1.3.0.85
1.3.0.84
- 2017-10-27
Added
- First public release.
Changed
- Minor refactoring
0.0.0.0
(based on 1.20p35
) - 2016-07-04
Added
- Started
metamod-r
project by forkig frommetamod-p
. Based on version1.20p35
. - Official changelog of original version is
missed
.