From 583146d9c5d33ef9020109f1e206f28f41f3b531 Mon Sep 17 00:00:00 2001 From: STAM Date: Sun, 3 Nov 2024 20:01:42 +0300 Subject: [PATCH 1/2] added changelog + updated readme --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ LICENSE => LICENSE.md | 0 README.md | 3 ++- 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md rename LICENSE => LICENSE.md (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..58ceda5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# [ReFreeLook](https://github.com/rehlds/ReFreeLook) Changelog + +--- + +## [`0.1.8`](https://github.com/rehlds/ReFreeLook/releases/tag/0.1.8) - 2016-06-21 + +### Changed +- Update for `regamedll` CSSDK (`0.2.117`) + +**Full Changelog**: [0.1.7...0.1.8](https://github.com/rehlds/ReFreeLook/compare/0.1.7...0.1.8) + + +## [`0.1.7`](https://github.com/rehlds/ReFreeLook/releases/tag/0.1.7) - 2016-06-08 + +### Changed +- Update for `regamedll sdk` + +**Full Changelog**: [0.1.6...0.1.7](https://github.com/rehlds/ReFreeLook/compare/0.1.6...0.1.7) + + +## [`0.1.6`](https://github.com/rehlds/ReFreeLook/releases/tag/0.1.6) - 2016-06-02 + +### Added +- Added support `clang` + +**Full Changelog**: [0.1.6](https://github.com/rehlds/ReFreeLook/commits/0.1.6) diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README.md b/README.md index f38c898..28d89c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# ReFreeLook +# [ReFreeLook](https://github.com/rehlds/ReFreeLook) [![Percentage of issues still open](http://isitmaintained.com/badge/open/rehlds/ReFreeLook.svg)](http://isitmaintained.com/project/rehlds/ReFreeLook "Percentage of issues still open") [![GitHub license](https://img.shields.io/github/license/rehlds/ReFreeLook.svg?longCache=true&style=flat-square)](https://github.com/rehlds/ReFreeLook/blob/master/LICENSE.md) [![GitHub issues](https://img.shields.io/github/issues/rehlds/ReFreeLook.svg?longCache=true&style=flat-square)](https://github.com/rehlds/ReFreeLook/issues) [![GitHub forks](https://img.shields.io/github/forks/rehlds/ReFreeLook.svg?longCache=true&style=flat-square)](https://github.com/rehlds/ReFreeLook/network) [![GitHub stars](https://img.shields.io/github/stars/rehlds/ReFreeLook.svg?longCache=true&style=flat-square)](https://github.com/rehlds/ReFreeLook/stargazers) + AMX Mod X module whichs allows spectating admins to use any camera modes whatever `mp_forcecamera` or `mp_forcechasecam` value. This only works for latest [ReGameDLL_CS](https://github.com/s1lentq/ReGameDLL_CS) version. From d2254142772046b72fa451129df499ef297f03bd Mon Sep 17 00:00:00 2001 From: STAM Date: Fri, 15 Nov 2024 17:48:28 +0300 Subject: [PATCH 2/2] LICENSE.md -> LICENSE --- LICENSE.md => LICENSE | 0 README.md | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename LICENSE.md => LICENSE (100%) diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE diff --git a/README.md b/README.md index 28d89c6..e14b638 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# [ReFreeLook](https://github.com/rehlds/ReFreeLook) [![Percentage of issues still open](http://isitmaintained.com/badge/open/rehlds/ReFreeLook.svg)](http://isitmaintained.com/project/rehlds/ReFreeLook "Percentage of issues still open") [![GitHub license](https://img.shields.io/github/license/rehlds/ReFreeLook.svg?longCache=true&style=flat-square)](https://github.com/rehlds/ReFreeLook/blob/master/LICENSE.md) [![GitHub issues](https://img.shields.io/github/issues/rehlds/ReFreeLook.svg?longCache=true&style=flat-square)](https://github.com/rehlds/ReFreeLook/issues) [![GitHub forks](https://img.shields.io/github/forks/rehlds/ReFreeLook.svg?longCache=true&style=flat-square)](https://github.com/rehlds/ReFreeLook/network) [![GitHub stars](https://img.shields.io/github/stars/rehlds/ReFreeLook.svg?longCache=true&style=flat-square)](https://github.com/rehlds/ReFreeLook/stargazers) +# [ReFreeLook](https://github.com/rehlds/ReFreeLook) [![Percentage of issues still open](http://isitmaintained.com/badge/open/rehlds/ReFreeLook.svg)](http://isitmaintained.com/project/rehlds/ReFreeLook "Percentage of issues still open") [![GitHub license](https://img.shields.io/github/license/rehlds/ReFreeLook.svg?longCache=true&style=flat-square)](https://github.com/rehlds/ReFreeLook/blob/master/LICENSE) [![GitHub issues](https://img.shields.io/github/issues/rehlds/ReFreeLook.svg?longCache=true&style=flat-square)](https://github.com/rehlds/ReFreeLook/issues) [![GitHub forks](https://img.shields.io/github/forks/rehlds/ReFreeLook.svg?longCache=true&style=flat-square)](https://github.com/rehlds/ReFreeLook/network) [![GitHub stars](https://img.shields.io/github/stars/rehlds/ReFreeLook.svg?longCache=true&style=flat-square)](https://github.com/rehlds/ReFreeLook/stargazers) AMX Mod X module whichs allows spectating admins to use any camera modes whatever `mp_forcecamera` or `mp_forcechasecam` value. -This only works for latest [ReGameDLL_CS](https://github.com/s1lentq/ReGameDLL_CS) version. +This only works for latest [ReGameDLL_CS](https://github.com/rehlds/ReGameDLL_CS) version. Originally created by [Arkshine](https://github.com/Arkshine/AdminFreeLook). @@ -46,7 +46,7 @@ Originally created by [Arkshine](https://github.com/Arkshine/AdminFreeLook). ##Installation -1. Make sure that you have ReGameDLL_CS, more details [here](https://github.com/s1lentq/ReGameDLL_CS#how-can-use-it). +1. Make sure that you have ReGameDLL_CS, more details [here](https://github.com/rehlds/ReGameDLL_CS#how-can-use-it). 2. Stop your server whatever it's your first install or just updating. 3. From [Releases section](https://github.com/s1lentq/ReFreeLook/releases/latest), get the binary file you need: