Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc - Trivial cleanup for 2.14 #1276

Merged
merged 1 commit into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions addons/main/CfgSettings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ class CfgSettings {
class PREFIX {
class dependencies {
CBA[] = {"cba_main", REQUIRED_CBA_VERSION, "(true)"};

compat_csla[] = {"acre_sys_csla", {VERSION_AR}, "isClass (configFile >> 'CfgPatches' >> 'CSLA')"};
compat_gm[] = {"acre_sys_gm", {VERSION_AR}, "isClass (configFile >> 'CfgPatches' >> 'gm_core')"};
compat_sogpf[] = {"acre_sys_sog", {VERSION_AR}, "isClass (configFile >> 'CfgPatches' >> 'data_f_vietnam')"};
compat_ws[] = {"acre_sys_ws", {VERSION_AR}, "isClass (configFile >> 'CfgPatches' >> 'data_f_lxWS')"};
};
};
};
Expand Down
2 changes: 1 addition & 1 deletion addons/main/script_mod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define VERSION_PLUGIN MAJOR.MINOR.PATCHLVL.BUILD

// MINIMAL required version for the Mod. Components can specify others..
#define REQUIRED_VERSION 2.10
#define REQUIRED_VERSION 2.14
#define REQUIRED_CBA_VERSION {3,15,5}

#ifdef COMPONENT_BEAUTIFIED
Expand Down
3 changes: 3 additions & 0 deletions include/a3/ui_f/hpp/defineResincl.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,9 @@ enum
#define IDC_OPTIONS_MAPDUCKING_VALUE 119
#define IDC_OPTIONS_MAPDUCKING_SLIDER 120

#define IDC_OPTIONS_UI_VALUE 121
#define IDC_OPTIONS_UI_SLIDER 122

// microphone adjustment
#define IDC_OPTIONS_MIC_PROGRESS_BAR 1001
#define IDC_OPTIONS_MIC_PROGRESS 1002
Expand Down
50 changes: 0 additions & 50 deletions tools/compile_sqf.py

This file was deleted.