Skip to content

Commit

Permalink
Merge pull request #40 from Psykotikism/v8.61
Browse files Browse the repository at this point in the history
v8.61
  • Loading branch information
Psykotikism authored May 2, 2019
2 parents c89c7a5 + c114586 commit 1f69564
Show file tree
Hide file tree
Showing 154 changed files with 635 additions and 227 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
# Changelog

## Version 8.61 (April 12, 2019)
## Version 8.61 (May 2, 2019)

Bug fixes:

1. Fixed the Track ability spamming errors.
2. Fixed the core plugin returning errors when `plugins` directory is not found.
2. Fixed the core plugin returning errors when `plugins` directory is not found. (Thanks to Marttt for pointing them out and making a pull request!)
3. Fixed the translation file using the wrong phrases for certain Mutant Tanks. (Thanks to Mi.Cura for reporting!)
4. Fixed some entities by using their references instead of indices. (Thanks to Lux for pointing them out and making a pull request!)
5. Fixed the custom config files resetting to the main one when admins join.
6. Fixed the config file not being read when using custom SM folder paths. (Thanks to Marttt for pointing them out and making a pull request!)
7. Fixed some errors reported by Mi.Cura.
8. Fixed Mutant Tanks with no abilities not showing up.

Changes:

1. The administration system now detects SM's admin flags if the plugin's config file doesn't define specific flags for a user.
2. The `MT_IsTypeEnabled()` native now checks if abilities for Mutant Tanks are available.
3. Added the `Regular Mode` setting under the `Plugin Settings/Waves` section.
4. The core plugin now detects custom sourcemod directories when checking for the `plugins` folder.
5. Mutant Tanks no longer have a glow outline when biled. (Thanks to Marttt for the pull request!)

Files:

1. Updated include file.
2. Updated translation file.

## Version 8.60 (March 21, 2019)

Expand Down
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -739,15 +739,6 @@ Natives:
**/
native bool MT_CanTankSpawn(int type);
/**
* Returns the status of an ability for a certain Mutant Tank type.
*
* @param type Mutant Tank type.
* @param order Ability order starting from 0.
* @param status True if the type has the ability, false otherwise.
**/
native void MT_FindAbility(int type, int order, bool status);
/**
* Returns the current access flags set by the core plugin.
*
Expand Down Expand Up @@ -1512,7 +1503,7 @@ Examples:

**FatalOE71** - For suggesting ideas.

**Marttt** - For convincing me the effectiveness and usefulness of convar flags.
**Marttt** - For convincing me the effectiveness and usefulness of convar flags, and the pull requests.

**AngelAce113** - For the default colors (before v8.12), testing each Tank type, suggesting ideas, and overall support.

Expand Down
Loading

0 comments on commit 1f69564

Please sign in to comment.