-
Notifications
You must be signed in to change notification settings - Fork 170
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
Use the new param command #990
Merged
kavinsky
merged 7 commits into
michail-nikolaev:1.0
from
kavinsky:feature/new-param-command
Sep 23, 2016
Merged
Use the new param command #990
kavinsky
merged 7 commits into
michail-nikolaev:1.0
from
kavinsky:feature/new-param-command
Sep 23, 2016
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
OK, now starts without errors on rpt, ill test with my unit in the next weeks. |
Nice :) |
@kavinsky so, merge now? |
@michail-nikolaev im back from holidays, ill check it this days. |
@kavinsky thanks! |
Please merge master or 1.0 into you PR. Then Squash and merge if you think this is done. Already changed merge target to 1.0 branch. |
Conflicts: arma3/@task_force_radio/addons/task_force_radio/functions/fn_ShowRadioVolume.sqf arma3/@task_force_radio/addons/task_force_radio/functions/fn_showRadioSpeakers.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_ShowRadioVolume.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_showRadioSpeakers.sqf
Remember to notify #954 that he should merge with 1.0 branch after this is merged. |
This was referenced Sep 20, 2016
Conflicts: debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_ClientInit.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_CopySettings.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_ShowHint.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_ShowRadioInfo.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_ShowRadioVolume.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_TaskForceArrowheadRadioInit.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_addEventHandler.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_canSpeak.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_canUseDDRadio.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_canUseLRRadio.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_canUseSWRadio.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_currentDirection.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_defaultPositionCoordinates.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_fireEventHandlers.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_forceSpectator.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_generateFrequencies.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_getChannelFrequency.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_getConfigProperty.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_getLrRadioProperty.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_getLrSettings.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_getSideRadio.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_initialiseBaseModule.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_initialiseEnforceUsageModule.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_initialiseFreqModule.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_isSameRadio.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_isTurnedOut.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_objectInterception.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_processLRChannelKeys.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_processLRCycleKeys.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_processLRStereoKeys.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_processSWChannelKeys.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_processSWCycleKeys.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_processSWStereoKeys.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_removeEventHandler.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_sendPlayerInfo.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setAdditionalLrChannel.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setAdditionalLrStereo.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setAdditionalSwChannel.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setAdditionalSwStereo.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setChannelFrequency.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setChannelViaDialog.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setLrChannel.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setLrRadioCode.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setLrSettings.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setLrSpeakers.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setLrStereo.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setLrVolume.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setRadioOwner.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setSwChannel.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setSwFrequency.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setSwRadioCode.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setSwSettings.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setSwSpeakers.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setSwStereo.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setSwVolume.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_setVolumeViaDialog.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_showRadioSpeakers.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_updateDDDialog.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_updateLRDialogToChannel.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/fn_updateSWDialogToChannel.sqf debug/TaskForceRadioDebug.Altis/task_force_radio/functions/keys.sqf
dedmen
pushed a commit
that referenced
this pull request
Jun 17, 2019
* first batch of param commands * second params pass * thrid params pass * added all other passes to debug * syntax error on fn_setSwSpeakers fixed Former-commit-id: 8b2816a2442586e19b7ab4327e615cd1abe7bdc9 [formerly 7f071660405133016c301933bbf21dfabdf8b1c8] [formerly 0b3e3062012d80365adad7820648a77916076adc [formerly 1676d2515218791e579eb3bc84c3e6ad9d5dd339]] [formerly 06803602181479639444212019af429a263879f3 [formerly ef7c5aa96bf986b2b6305258dc47ee3fdd4f8271] [formerly 1ba737393592b3f2200747ec4d5c89292fff01f2 [formerly 4de7aa80f07e2d06959afa9a41903a9d4fd822fa]]] Former-commit-id: 02f461159ebe28f98a2dec444ab769d477bd7e62 [formerly 1dedc4eac39a6b67dfb130bbdd9b548d7cfa8b35] [formerly 52f5ee847b349ca5aedb801b41ff94c502371a50 [formerly efbd9b6c359f3df23a89a387c5d407f4029806cb]] Former-commit-id: f90f88e0f21daf65048a2f7eea8b403deadc5277 [formerly f4378e8afb8c6f72fbfe4a4a3c2cec6259d6acdb] Former-commit-id: 248f059e909a7d9ce97ce1cc8be795dbf81fbe55
dedmen
pushed a commit
that referenced
this pull request
Jun 17, 2019
* first batch of param commands * second params pass * thrid params pass * added all other passes to debug * syntax error on fn_setSwSpeakers fixed Former-commit-id: 8b2816a2442586e19b7ab4327e615cd1abe7bdc9 [formerly 7f071660405133016c301933bbf21dfabdf8b1c8] [formerly 0b3e3062012d80365adad7820648a77916076adc [formerly 1676d2515218791e579eb3bc84c3e6ad9d5dd339]] [formerly 06803602181479639444212019af429a263879f3 [formerly ef7c5aa96bf986b2b6305258dc47ee3fdd4f8271] [formerly 1ba737393592b3f2200747ec4d5c89292fff01f2 [formerly 4de7aa80f07e2d06959afa9a41903a9d4fd822fa]]] Former-commit-id: 02f461159ebe28f98a2dec444ab769d477bd7e62 [formerly 1dedc4eac39a6b67dfb130bbdd9b548d7cfa8b35] [formerly 52f5ee847b349ca5aedb801b41ff94c502371a50 [formerly efbd9b6c359f3df23a89a387c5d407f4029806cb]] Former-commit-id: f90f88e0f21daf65048a2f7eea8b403deadc5277 [formerly f4378e8afb8c6f72fbfe4a4a3c2cec6259d6acdb] Former-commit-id: 248f059e909a7d9ce97ce1cc8be795dbf81fbe55 Former-commit-id: 98bc6b3
dedmen
pushed a commit
that referenced
this pull request
Jun 17, 2019
* first batch of param commands * second params pass * thrid params pass * added all other passes to debug * syntax error on fn_setSwSpeakers fixed
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.
Added basic support for
params
, most function parameters now use that command