Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Timi007 committed Jan 29, 2025
2 parents 556f114 + a8a40d9 commit b4ad1fc
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"recommendations": [
"blackfisch.sqf-language",
"editorconfig.editorconfig",
"bux578.vscode-openlastrpt"
"bux578.vscode-openlastrpt",
"brettmayson.hemtt"
]
}
5 changes: 0 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"**/release": true,
},
"files.associations": {
"**/*.hpp": "ext",
// "**/*.hpp": "cpp",
"**/*.cpp": "ext",
"**/XEH_PREP.hpp": "sqf",
"*.rpt": "log",
"init*.hpp": "sqf",
Expand All @@ -29,6 +26,4 @@
".hemttout/build": true,
".hemttout/release": true,
},
"sqf.enableACE3": false,
"sqf.enableCBA": false,
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

<p align="center">
<a href="https://github.com/Metis-Team/mts_nature/releases/latest">
<img src="https://img.shields.io/badge/Version-1.0.1-blue.svg?style=flat-square" alt="Metis Nature Version">
<img src="https://img.shields.io/github/v/release/Metis-Team/mts_nature?label=Version&style=flat-square" alt="Metis Nature Version">
</a>
<a href="https://github.com/Metis-Team/mts_nature/releases/latest">
<img src="https://img.shields.io/github/downloads/Metis-Team/mts_nature/total.svg?style=flat-square&label=Downloads" alt="Metis Nature Downloads">
<img src="https://img.shields.io/github/downloads/Metis-Team/mts_nature/total.svg?label=Downloads&logo=Github&style=flat-square" alt="Metis Nature Downloads">
</a>
<a href="https://steamcommunity.com/sharedfiles/filedetails/?id=1951690856">
<img src="https://img.shields.io/badge/Steam-Workshop-green.svg?style=flat-square" alt="Steam Workshop">
<img src="https://img.shields.io/badge/Steam-Workshop-green.svg?logo=Steam&style=flat-square" alt="Steam Workshop">
</a>
<a href="https://github.com/Metis-Team/mts_nature/blob/master/LICENSE">
<img src="https://img.shields.io/badge/License-APL--ND-red.svg?style=flat-square" alt="APL-ND License">
Expand Down
11 changes: 11 additions & 0 deletions addons/nature/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,16 @@ class CfgPatches {
};
};

// Add version checks if CBA is loaded
class CfgSettings {
class CBA {
class Versioning {
class ADDON {
main_addon = QUOTE(ADDON);
};
};
};
};

#include "CfgEditorCategories.hpp"
#include "CfgVehicles.hpp"
4 changes: 2 additions & 2 deletions addons/nature/script_version.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define MAJOR 1
#define MINOR 0
#define PATCHLVL 2
#define BUILD 240916
#define PATCHLVL 3
#define BUILD 250130
2 changes: 1 addition & 1 deletion addons/nature/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@
<Original>Stub Picea</Original>
</Key>
</Container>
<Container>
<Container name="Grass">
<Key ID="str_mts_nature_Grass_High_Dry">
<Original>Grass High Dry</Original>
</Key>
Expand Down

0 comments on commit b4ad1fc

Please sign in to comment.