-
Notifications
You must be signed in to change notification settings - Fork 0
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
Alpha Release v0.1.0 #64
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
orbat updates: - added HEX code definitions for better code readability - Update function description and fix example - check briefOrbat before executing - whitespace removal/addition where necessary - changed string addition to joinString (see https://community.bistudio.com/wiki/Code_Optimisation#Concatenating_multiple_small_strings_together) - fix refresh execution - renamed to proper format Cspell additions: "Koromiko" - color "QFUNC" - macro
…before executing giveRadios PREP should be alphebetized so that it is easier to read and compare it to the file explorer. ACRE shouldn't need to be checked in individual functions, just the handler. But it doesn't hurt (about 1.25ms exec time) to have some redundancy.
hint: - macro usage - haveKATMedical is a config value - whitespace - semicolon at end of command teleport to squad: update example
handlers module removed because of lack of need acre and tfar modules merged into radios module kat and ctab modules merged into misc_items module https://discord.com/channels/689674061366034435/966070504060489788/992215410357321829
* acreRadioSetup add function and header * finish acreRadioSetup port
for example, a shortcut to .rpt logs
create composition (doesn't work properly) fix SET_CONFIG macro
- change "SCALAR" type to "Integer" - add default value column
…tialization-pttSettings ACRE spatialization/PTT settings
also moved the roles and groups default stuff to initFramework resolves tasks 1, 2, and 3 for #59
There seems to be an issue with the Role Editor arsenal editor RPT14:33:41 Error position: <select (_category - 5);
};
};
private >
14:33:41 Error Zero divisor
14:33:41 File z\sia3f\addons\configuration\functions\fnc_additionalItemsAddItems.sqf..., line 70
14:33:41 [SIA3F] (configuration) TRACE: 27221 additionalItemsCategory params: _index=14 z\sia3f\addons\configuration\functions\fnc_additionalItemsCategory.sqf:20
14:33:41 Error in expression <ategory - 3);
};
default {
_configItems select (_category - 5);
};
};
private >
14:33:41 Error position: <select (_category - 5);
};
};
private >
14:33:41 Error Zero divisor
14:33:41 File z\sia3f\addons\configuration\functions\fnc_additionalItemsAddItems.sqf..., line 70
14:33:41 [SIA3F] (configuration) TRACE: 27241 additionalItemsCategory params: _index=17 z\sia3f\addons\configuration\functions\fnc_additionalItemsCategory.sqf:20
14:33:41 Error in expression <ategory - 3);
};
default {
_configItems select (_category - 5);
};
};
private >
14:33:41 Error position: <select (_category - 5);
};
}; |
- Added missing tooltips and tweaked some text for consistency. - Tweaked config name and text from "status hint" to "safestart hint". - Removed img from safeStart hint.
Also turns out those dumb project files are useful for storing build instructions
Merging before this is ready in order to meet September 30 deadline. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.