2
0
mirror of https://github.com/rehlds/metamod-r.git synced 2024-12-28 15:45:37 +03:00
metamod-r/CHANGELOG.md

104 lines
4.2 KiB
Markdown
Raw Normal View History

2024-10-23 18:00:56 +03:00
# **Metamod-r** Changelog
2024-10-23 17:42:41 +03:00
2024-10-28 17:49:05 +03:00
**Metamod-r** is based on the original version of [Metamod](http://metamod.org/) written by _Will Day_ for Half-Life 1 with some improvements from [Jussi Kivilinna](https://github.com/jkivilin) ([Metamod-p](https://github.com/jkivilin/metamod-p)). This product contains numerous performance optimizations and cleaner code. The core was rewritten with a JIT compiler.
2024-10-23 17:42:41 +03:00
2024-10-28 12:25:40 +03:00
`*` Original changelog [here](https://github.com/Bots-United/metamod-p/blob/master/doc/Changelog).
2024-10-28 17:49:05 +03:00
---
2024-10-23 17:42:41 +03:00
2024-10-28 12:25:40 +03:00
## [`1.3.0.149`](https://github.com/rehlds/metamod-r/releases/tag/1.3.0.149) - 2024-04-23
### Fixed
- Fixed shutdown issue
**Full Changelog**: [1.3.0.138...1.3.0.149](https://github.com/rehlds/metamod-r/compare/1.3.0.138...1.3.0.149)
## [`1.3.0.138`](https://github.com/rehlds/metamod-r/releases/tag/1.3.0.138) - 2023-11-28
### Changed
2024-10-28 17:49:05 +03:00
- Improved ReHLDS API initialization.
2024-10-28 12:25:40 +03:00
### Fixed
2024-10-28 17:49:05 +03:00
- HLDS compatibility
- [Fixed](https://github.com/rehlds/metamod-r/commit/ec926a611f4d225bb433609bf827269ad8482618) gracefully shuts down Metamod and plugins when the game is closing (now the _restart command works properly).
2024-10-28 12:25:40 +03:00
**Full Changelog**: [1.3.0.131...1.3.0.138](https://github.com/rehlds/metamod-r/compare/1.3.0.131...1.3.0.138)
## [`1.3.0.131`](https://github.com/rehlds/metamod-r/releases/tag/1.3.0.131) - 2018-08-24
### Changed
2024-10-28 17:49:05 +03:00
- Updated `C++ Intel Compiler` version `17.0` > `19.0`.
2024-10-28 12:25:40 +03:00
**Full Changelog**: [1.3.0.128...1.3.0.131](https://github.com/rehlds/metamod-r/compare/1.3.0.128...1.3.0.131)
## [`1.3.0.128`](https://github.com/rehlds/metamod-r/releases/tag/1.3.0.128) - 2018-08-24
### Fixed
2024-10-28 17:49:05 +03:00
- [Fixed](https://github.com/rehlds/metamod-r/commit/0cf2f709dbeae18ca84d2fafd4481ffbba06ad0c) two bugs in `jit`.
2024-10-28 12:25:40 +03:00
**Full Changelog**: [1.3.0.126...1.3.0.128](https://github.com/rehlds/metamod-r/compare/1.3.0.126...1.3.0.128)
## [`1.3.0.126`](https://github.com/rehlds/metamod-r/releases/tag/1.3.0.126) - 2018-05-10
### Fixed
2024-10-28 17:49:05 +03:00
- [Fixed](https://github.com/rehlds/metamod-r/commit/93b5bd45e279aad6a91e71504dd8deaf9896ab42) crashes in `pfnAlertMessage`.
2024-10-28 12:25:40 +03:00
**Full Changelog**: [1.3.0.125...1.3.0.126](https://github.com/rehlds/metamod-r/compare/1.3.0.125...1.3.0.126)
## [`1.3.0.125`](https://github.com/rehlds/metamod-r/releases/tag/1.3.0.125) - 2018-04-30
### Fixed
2024-10-28 17:49:05 +03:00
- [Fixed](https://github.com/rehlds/metamod-r/commit/6456c5f7ec872cd98d9be964440cf96780899558#diff-f15b77cc15bf608d761260093dfe8e0d) binary names to correctly auto-detect games.
2024-10-28 12:25:40 +03:00
**Full Changelog**: [1.3.0.119...1.3.0.125](https://github.com/rehlds/metamod-r/compare/1.3.0.119...1.3.0.125)
## [`1.3.0.119`](https://github.com/rehlds/metamod-r/releases/tag/1.3.0.119) - 2018-03-12
### Added
2024-10-28 17:49:05 +03:00
- Added support for various gamedll binaries for mods.
- Added `mm_pluginsfile` option.
2024-10-28 12:25:40 +03:00
**Full Changelog**: [1.3.0.107...1.3.0.119](https://github.com/rehlds/metamod-r/compare/1.3.0.107...1.3.0.119)
## [`1.3.0.107`](https://github.com/rehlds/metamod-r/releases/tag/1.3.0.107) - 2018-01-29
### Fixed
2024-10-28 17:49:05 +03:00
- Fixed problems with API functions returning float.
2024-10-28 12:25:40 +03:00
### Added
2024-10-28 17:49:05 +03:00
- [Added](https://github.com/rehlds/metamod-r/commit/132cbad0099c9903123d7ff7c3e1c13344efb3c9) support for more games.
2024-10-28 12:25:40 +03:00
### Changed
2024-10-28 17:49:05 +03:00
- Refactored code.
2024-10-28 12:25:40 +03:00
**Full Changelog**: [1.3.0.86...1.3.0.107](https://github.com/rehlds/metamod-r/compare/1.3.0.86...1.3.0.107)
## [`1.3.0.86`](https://github.com/rehlds/metamod-r/releases/tag/1.3.0.86) - 2017-11-15
### Fixed
2024-10-28 17:49:05 +03:00
- [Fixed crash](https://github.com/rehlds/metamod-r/commit/5b7fe147231df9354a8fe29c3852bd1db8119e81) and reworked `find_memloc`.
2024-10-28 12:25:40 +03:00
**Full Changelog**: [1.3.0.85...1.3.0.86](https://github.com/rehlds/metamod-r/compare/1.3.0.85...1.3.0.86)
## [`1.3.0.85`](https://github.com/rehlds/metamod-r/releases/tag/1.3.0.85) - 2017-11-15
### Fixed
2024-10-28 17:49:05 +03:00
- Fixed parse plugins.ini (loads the plugins for an appropriate platform only).
- Fixed crash for meta-plugins using UPX.
2024-10-28 12:25:40 +03:00
**Full Changelog**: [1.3.0.84...1.3.0.85](https://github.com/rehlds/metamod-r/compare/1.3.0.84...1.3.0.85)
## [`1.3.0.84`](https://github.com/rehlds/metamod-r/releases/tag/1.3.0.84) - 2017-10-27
### Added
- First public release.
### Changed
2024-10-28 17:49:05 +03:00
- Minor refactoring.
2024-10-23 18:00:56 +03:00
2024-10-28 12:25:40 +03:00
## `0.0.0.0` (based on `1.20p35`) - 2016-07-04
2024-10-23 18:00:56 +03:00
2024-10-28 12:25:40 +03:00
### Added
2024-10-28 17:49:05 +03:00
- Started `metamod-r` project by forking from `metamod-p`. Based on version `1.20p35`.
- The official changelog of the original version is missing.