Skip to content

Commit 1f69564

Browse files
authored
Merge pull request #40 from Psykotikism/v8.61
v8.61
2 parents c89c7a5 + c114586 commit 1f69564

File tree

154 files changed

+635
-227
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+635
-227
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
# Changelog
22

3-
## Version 8.61 (April 12, 2019)
3+
## Version 8.61 (May 2, 2019)
44

55
Bug fixes:
66

77
1. Fixed the Track ability spamming errors.
8-
2. Fixed the core plugin returning errors when `plugins` directory is not found.
8+
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!)
9+
3. Fixed the translation file using the wrong phrases for certain Mutant Tanks. (Thanks to Mi.Cura for reporting!)
10+
4. Fixed some entities by using their references instead of indices. (Thanks to Lux for pointing them out and making a pull request!)
11+
5. Fixed the custom config files resetting to the main one when admins join.
12+
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!)
13+
7. Fixed some errors reported by Mi.Cura.
14+
8. Fixed Mutant Tanks with no abilities not showing up.
915

1016
Changes:
1117

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

1724
Files:
1825

1926
1. Updated include file.
27+
2. Updated translation file.
2028

2129
## Version 8.60 (March 21, 2019)
2230

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -739,15 +739,6 @@ Natives:
739739
**/
740740
native bool MT_CanTankSpawn(int type);
741741
742-
/**
743-
* Returns the status of an ability for a certain Mutant Tank type.
744-
*
745-
* @param type Mutant Tank type.
746-
* @param order Ability order starting from 0.
747-
* @param status True if the type has the ability, false otherwise.
748-
**/
749-
native void MT_FindAbility(int type, int order, bool status);
750-
751742
/**
752743
* Returns the current access flags set by the core plugin.
753744
*
@@ -1512,7 +1503,7 @@ Examples:
15121503

15131504
**FatalOE71** - For suggesting ideas.
15141505

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

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

0 commit comments

Comments
 (0)