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

more xm1 ab srs #382

Merged
merged 31 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1a75ed6
Saving Work
OverYandere Jan 28, 2025
2890186
Airburst Functionality Functional
OverYandere Jan 28, 2025
ccbf359
Merge branch 'main' into feature/XM1AB-SRS
OverYandere Jan 28, 2025
61ee4f2
Testing
OverYandere Jan 29, 2025
404f8d8
Fixed Ammo - Functioning
OverYandere Jan 29, 2025
6673c37
Cleanup pass 1
OverYandere Jan 29, 2025
0103604
Cleaned Up
OverYandere Jan 29, 2025
b460c2f
Spaces Fixed
OverYandere Jan 29, 2025
2016f87
1 space got away
OverYandere Jan 29, 2025
9959dc6
Merge branch 'main' into feature/XM1AB-SRS
OverYandere Jan 29, 2025
7b2637d
changelog and main
OverYandere Jan 29, 2025
f12c070
Merge branch 'main' into feature/XM1AB-SRS
RoutOfWolves Feb 2, 2025
c1c0e62
Merge branch 'main' into feature/XM1AB-SRS
OverYandere Feb 3, 2025
93d0cb1
Update src/Addons/34thPRC_Functions/M99A2S3A/functions/ui/onConfirm.sqf
OverYandere Feb 5, 2025
32348e4
Update src/Addons/34thPRC_Functions/M99A2S3A/a2s3a_postinit.sqf
OverYandere Feb 5, 2025
a49d8a9
Update src/Addons/34thPRC_Functions/M99A2S3A/a2s3a_preinit.sqf
OverYandere Feb 5, 2025
68f9d6b
Update src/Addons/34thPRC_Functions/M99A2S3A/a2s3a_prestart.sqf
OverYandere Feb 5, 2025
0eb8734
Update src/Addons/34thPRC_Functions/M99A2S3A/functions/ace/airburst_a…
OverYandere Feb 5, 2025
447ea69
Update src/Addons/34thPRC_Functions/M99A2S3A/functions/conditions.sqf
OverYandere Feb 5, 2025
9a16ee6
Update src/Addons/34thPRC_Functions/M99A2S3A/functions/lase_distance_…
OverYandere Feb 5, 2025
1747f08
Update src/Addons/34thPRC_Functions/M99A2S3A/functions/set_fuse_dista…
OverYandere Feb 5, 2025
8c7b7b4
Update src/Addons/34thPRC_Functions/M99A2S3A/functions/ui/onExit.sqf
OverYandere Feb 5, 2025
c89e9c8
Update src/Addons/34thPRC_Functions/M99A2S3A/functions/ui/onLoad.sqf
OverYandere Feb 5, 2025
2080d66
Update src/Addons/34thPRC_Functions/M99A2S3A/functions/fired_eh.sqf
OverYandere Feb 5, 2025
c7df818
Update src/Addons/34thPRC_Functions/M99A2S3A/functions/handle_is_burs…
OverYandere Feb 5, 2025
ec0dab6
Update src/Addons/34thPRC_Functions/M99A2S3A/functions/keybind.sqf
OverYandere Feb 5, 2025
6e65a9e
Update src/Addons/34thPRC_Functions/M99A2S3A/functions/lase_distance_…
OverYandere Feb 5, 2025
aafa22e
Merge branch 'main' into feature/XM1AB-SRS
OverYandere Feb 5, 2025
d9496b1
Changelog Fix
OverYandere Feb 5, 2025
990e166
Spelling Error Located
OverYandere Feb 5, 2025
c4fb1a6
Merge branch 'main' into feature/XM1AB-SRS
Lupus590 Feb 5, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ if(_distance == 0) then {
hint format['Airburst set: Disabled'];
} else {
hint format['Airburst set: %1m.',_distance];
};
};
3 changes: 2 additions & 1 deletion src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Series-9 SOLA Jump-Jet (Halo jetpack which includes a Gunbag, Long-Range Radio, and Grapplehook functionality.)
- Ace Arsenal Extended support for Immersion Cigs - Rewrite
- More loading screens
- Added A new stanchion version with airburst ammunition
### Updated
- Added black hot thermals to HUL Gen 3 variants to make them leadership available
- Added A new stanchion version with airburst ammunition
- Yandere Recon Custom Helm
- Ramirez Custom Marine Helm
- Conext Custom Marine Helm
- Conex Custom Marine Helm
- Harrison Custom Armour

## 0.23.0
Expand Down