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

v2.0.0 - CBA Rework #29

Open
wants to merge 26 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b4285ec
migration to CBA system, rework of functionality
indig0fox Mar 26, 2022
8a26ce2
ready for debugging
indig0fox Mar 27, 2022
5606d06
bunch more changes
indig0fox Mar 28, 2022
89659ec
ready for playtesting?
indig0fox Mar 29, 2022
0665d5c
changes cap loop to persist, prevent duplicate changers of record stat
indig0fox Mar 30, 2022
fbef91a
removes cba_settings_whitelist
indig0fox Mar 30, 2022
e55ac6d
initialmarkers, zeus fired, ace_bft exclude, fix gren dupe
indig0fox Apr 8, 2022
7ff41d0
counter,respawntickets,drawicon for entities
indig0fox Apr 11, 2022
62affe4
remotecontrol, settings, wep display text, notifications on start/stop
indig0fox Apr 12, 2022
64c1aed
finalize 2.0.0-RC2
indig0fox Apr 12, 2022
f9ca0b0
admin diary controls, some fixes
indig0fox Apr 14, 2022
d6549e4
fixes exportData minMissionTime parse; excludes HC for saveOnEmpty
indig0fox Apr 15, 2022
286774e
Update x/ocap2/addons/recorder/fnc_init.sqf
indig0fox Apr 15, 2022
e397415
account for countermeasure shots (flares) in tracking/deletion
indig0fox Apr 21, 2022
b5a820c
start fire EH rework for bullets
indig0fox Sep 27, 2022
c5e6ac2
change addon back to OCAP instead of OCAP2
indig0fox Sep 29, 2022
834a1cb
utilize new deleted EH for projectiles
indig0fox Sep 30, 2022
cb3178e
fix bugs, ready for testing
indig0fox Oct 2, 2022
fabd8a2
fix projectile and submunitions rework, admin controls
indig0fox Oct 9, 2022
21a2057
many tweaks
indig0fox Oct 12, 2022
bef670d
minor fixes to eventWeaponText, weaponState command misbehaving remotely
indig0fox Oct 18, 2022
5d379dc
massive documentation write-up and cleanup
indig0fox Oct 19, 2022
a46b2b3
move marker deletions back to projectileMonitors
indig0fox Oct 20, 2022
436f0cc
fix non-deleting UGL rounds - testing on dedi w AI
indig0fox Feb 22, 2023
d4f1cce
Fix Zero divisor error in Administrator UI on disconnect (#31)
jonpas Aug 8, 2023
aaa418c
Add Enabled Administrator UI setting (#30)
jonpas Aug 8, 2023
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
1 change: 0 additions & 1 deletion README.md

This file was deleted.

82 changes: 0 additions & 82 deletions addons/@ocap/addons/ocap/config.cpp

This file was deleted.

41 changes: 0 additions & 41 deletions addons/@ocap/addons/ocap/functions/fn_addEventHandlers.sqf

This file was deleted.

73 changes: 0 additions & 73 deletions addons/@ocap/addons/ocap/functions/fn_addEventMission.sqf

This file was deleted.

27 changes: 0 additions & 27 deletions addons/@ocap/addons/ocap/functions/fn_autoStart.sqf

This file was deleted.

3 changes: 0 additions & 3 deletions addons/@ocap/addons/ocap/functions/fn_eh_connected.sqf

This file was deleted.

9 changes: 0 additions & 9 deletions addons/@ocap/addons/ocap/functions/fn_eh_disconnected.sqf

This file was deleted.

Loading