Skip to content

Commit

Permalink
Update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxa committed Sep 1, 2024
1 parent 6fc9121 commit 106b2cc
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 10 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [2.6] - 2024-09-01

### New

- **CTF:** Game play has been changed to be more like the original mod.
- Now in order to capture, your team's flag must still be at your base.
- Messages, sounds and the flag model are now like AG.
- **BHL:** Improved compatibility with older Linux servers with `GLIBC 2.17`.

### Fixed

- Fixed gauss charge sound not being reset when far away (Only on PAS). Still requires fixing on underwater, static discharge, etc.
- **BHL:** Fixed self gauss not blocking damage on certain angles. Now `ag_gauss_fix 2` will fully disable it.
- **Instagib:** Now self gauss damage is fully blocked.
- Fixed vote not displaying the correct error when the input value is out of bounds.

### Removed

- Removed **Beta** tag from the version. It was used at the beginning of the project when it was far from completion, but now there's no more reason to keep it.

Now the mod has an [official website](https://rtxa.github.io/agmodx) made with Docusaurus. Check it out!

## [Beta 2.5.2] - 2023-07-04

- Fixed issue with BHL not working on Linux in some cases by going back to older Metamod.
Expand Down Expand Up @@ -102,6 +124,7 @@
- Arcade not setting armor on player spawn.
- Invalid private data when a player leaves before he has fully joined.

[2.6]: https://github.com/rtxa/agmodx/compare/beta-2.5.2...2.6
[Beta 2.5.2]: https://github.com/rtxa/agmodx/compare/beta-2.5.1...beta-2.5.2
[Beta 2.5.1]: https://github.com/rtxa/agmodx/compare/beta-2.5...beta-2.5.1
[Beta 2.5]: https://github.com/rtxa/agmodx/compare/beta-2.4...beta-2.5
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![Logo](agmodx-logo.png)

![Author](https://img.shields.io/badge/Author-rtxa-9cf "Author") ![Version](https://img.shields.io/badge/Version-Beta%202.5.2-blue "Version") ![Last Update](https://img.shields.io/badge/Last%20Update-04/07/2023-blue "Last Update")
![Author](https://img.shields.io/badge/Author-rtxa-9cf "Author") ![Version](https://img.shields.io/badge/Version-2.6-blue "Version") ![Last Update](https://img.shields.io/badge/Last%20Update-01/09/2024-blue "Last Update") [![Website](https://img.shields.io/badge/Go%20to%20the%20website-orange)](https://rtxa.github.io/agmodx/)

AG Mod X is an improved Mini AG alternative developed as an AMX Mod X plugin from the ground up. It contains many bugfixes and improvements, and because it's open source it allows you to add new stuff and make improvements easily.
An improved Mini AG alternative developed as an AMX Mod X plugin from the ground up. It contains many bugfixes and improvements, and because it's open source it allows you to add new stuff and make improvements easily.

## ☰ Features

Expand Down Expand Up @@ -34,7 +34,7 @@ AG Mod X is an improved Mini AG alternative developed as an AMX Mod X plugin fro
- Added **Arcade X:** Same as Arcade but now you start without armor, allowing for a more fast-paced gameplay.
- Fixed bolts fired from a previous match not being removed when a new duel starts in *Arena* mode.

More info about the new commands and features can be found in the [Docs](https://github.com/rtxa/agmodx/wiki).
More info about the new commands and features can be found in the [Docs](https://rtxa.github.io/agmodx/docs/getting-started/features).

## ☰ Requirements

Expand Down
2 changes: 1 addition & 1 deletion valve/addons/amxmodx/scripting/agmodx.sma
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ public ShowSettings(id) {

// left - top
set_dhudmessage(gHudRed, gHudGreen, gHudBlue, 0.05, 0.02, 0, 0.0, 10.0, 0.2);
show_dhudmessage(id, "AG Mod X %s Build %s^n%s", AGMODX_VERSION, buildDate, arg);
show_dhudmessage(id, "AG Mod X %s - Build %s^n%s", AGMODX_VERSION, buildDate, arg);

// center - top
if (gVersusStarted) {
Expand Down
2 changes: 1 addition & 1 deletion valve/addons/amxmodx/scripting/include/agmodx_const.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#endif
#define _agmodx_const_included

#define AGMODX_VERSION "Beta 2.5.2"
#define AGMODX_VERSION "2.6"

// array size of some gamemode cvars
#define SIZE_WEAPONS 14
Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const config = {
},
{
label: 'Changelog',
href: 'https://github.com/rtxa/agmodx/blob/master/CHANGELOG.md',
to: '/changelog',
},
{
label: 'GitHub',
Expand Down
6 changes: 3 additions & 3 deletions website/src/pages/downloads.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ hide_table_of_contents: true

The **Full Package** comes with everything the mod requires to run (Metamod and AMXX already included).

<a class="button button--block button--outline button--primary button--lg" href="https://github.com/rtxa/agmodx/releases/download/beta-2.5.2/agmodx-beta-2.5.2-full-windows.zip"><InlineIcon icon="mingcute:windows-fill" /> Windows - Full Package</a>
<a class="button button--block button--outline button--primary button--lg" href="https://github.com/rtxa/agmodx/releases/download/beta-2.5.2/agmodx-beta-2.5.2-full-linux.zip"><InlineIcon icon="mingcute:linux-fill" /> Linux - Full Package</a>
<a class="button button--block button--outline button--primary button--lg" href="https://github.com/rtxa/agmodx/releases/download/2.6/agmodx-2.6-full-windows.zip"><InlineIcon icon="mingcute:windows-fill" /> Windows - Full Package</a>
<a class="button button--block button--outline button--primary button--lg" href="https://github.com/rtxa/agmodx/releases/download/2.6/agmodx-2.6-full-linux.zip"><InlineIcon icon="mingcute:linux-fill" /> Linux - Full Package</a>

<p class="text--center">Latest version: **Beta 2.5.2**[All releases](https://github.com/rtxa/agmodx/releases)[Changelog](/changelog)</p>
<p class="text--center">Latest version: **2.6**[All releases](https://github.com/rtxa/agmodx/releases)[Changelog](/changelog)</p>

## ☰ Requirements

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function HomepageHeader() {
<InlineIcon icon="lucide:file-text" height="1.5rem" style={{ verticalAlign: 'text-bottom' }} /> Read the docs
</Link>
</div>
Latest version: <b>Beta 2.5.2</b><Link to='/changelog'>What's new?</Link>
Latest version: <b>2.6</b><Link to='/changelog'>What's new?</Link>
</div>
</header>
);
Expand Down

0 comments on commit 106b2cc

Please sign in to comment.