Commit Graph

15275 Commits

Author SHA1 Message Date
e5f62c71d2 unneeded parens
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-17 18:34:08 -06:00
b6891b729d formatting changes
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-17 18:24:54 -06:00
3cc300a04d another great isNotEqualTo opportunity
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-17 18:23:12 -06:00
16128721e0 Function header changes
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-17 18:20:47 -06:00
0958d6a33b Update addons/frag/functions/fnc_dev_addRound.sqf
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-17 18:07:11 -06:00
1b03ef7d52 getposATL to getPosATL
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-17 18:05:26 -06:00
cdf1b4d6eb Clarified arguments
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-17 18:04:38 -06:00
16e699e387 unneeded parens
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-17 18:03:44 -06:00
4727386c07 Git rid of superfulous stringtable entries
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-17 17:47:07 -06:00
4be8c821cb Better approach to ACE_FRAG_RM_EH macro 2024-01-16 22:47:42 -06:00
63cba6b006 clarified a hold off variable 2024-01-16 15:49:20 -06:00
769bb29342 Changed how spall hold off is calculated to avoid repeated unneeded computations 2024-01-16 15:43:14 -06:00
9178611a16 Debug updated to be easier to control 2024-01-16 15:41:10 -06:00
6dacd38101 Few quick optimizations of == to isEqualTo 2024-01-16 15:40:51 -06:00
8dd76d1ba6 Changes as discussed here https://github.com/acemod/ACE3/pull/9728#discussion_r1453104308 2024-01-16 15:39:16 -06:00
7aa17aa91b Grammatical erros 2024-01-16 15:38:47 -06:00
572f9093f7 formatting whitespace 2024-01-15 19:57:52 -06:00
67ede76494 compacted text a bit 2024-01-15 19:57:31 -06:00
85b566a176 removed old parameter changed in f28d5d2372 2024-01-15 19:06:32 -06:00
67e125cc43 Merge branch 'master' of https://github.com/lambdatiger/ace_frag-overhaul 2024-01-15 18:50:40 -06:00
b7807044bf white space/formatting changes 2024-01-15 18:47:21 -06:00
b2666fceec Config lookup optimization mentioned by johnb432 here: https://github.com/acemod/ACE3/pull/9728#discussion_r1452726505 2024-01-15 18:47:06 -06:00
c4a93c775d Implemented changes discussed here https://github.com/acemod/ACE3/pull/9728#discussion_r1452726904 2024-01-15 18:44:15 -06:00
a8e268cdff Optimized approach to classifying blacklist type
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-15 18:40:03 -06:00
f713791602 fixed a loop that got caught in the merge crossfire 2024-01-15 18:35:26 -06:00
e3c8e8d6ab Merge branch 'master' of https://github.com/lambdatiger/ace_frag-overhaul 2024-01-15 18:18:58 -06:00
bd33ab0e91 removed return of sphere object, not required or useful. 2024-01-15 18:16:40 -06:00
902af64d7e avoid mismatch sides when debugging frags with unconcious or captive shooters
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-15 18:16:06 -06:00
4ef116643d Small optimization to optimize config lookup
quick testing shows a whole 600ns increase in

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-15 18:10:30 -06:00
d683be853f Merge branch 'master' of https://github.com/lambdatiger/ace_frag-overhaul 2024-01-15 17:55:37 -06:00
6e209ba4f0 slight performance increase using forEach loops
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-15 17:54:22 -06:00
6fc950a5f1 Comments fixed 2024-01-15 17:53:12 -06:00
dd7fc86295 fixed comment to properly state variable purpose 2024-01-15 17:40:31 -06:00
133f0b1da4 Updated type checks in line with recommendation from johnb432 2024-01-15 17:36:02 -06:00
3874146b23 formatting 2024-01-15 16:32:43 -06:00
3957a0751f Fixed debug mode init, a few things pointed out by johnb432 that I was dumb not to do 2024-01-15 16:30:50 -06:00
c05be02530 formatting 2024-01-15 16:27:29 -06:00
054b9cda23 fixed more spacing issues 2024-01-15 16:13:48 -06:00
96dc215f09 Merge branch 'master' of https://github.com/lambdatiger/ace_frag-overhaul 2024-01-15 16:10:55 -06:00
fa4de59a25 renamed files to fit proper format 2024-01-15 16:10:48 -06:00
8683e0aa56 Fixed array of double spaced format errors 2024-01-15 16:10:01 -06:00
c7a2769bdd Really obvious isNull instead of isEqualTo
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-15 16:05:58 -06:00
29d3d4c19f alphabetized PREP instead of categorizing it 2024-01-15 15:39:27 -06:00
81d477e911 fixed call syntax 2024-01-15 15:37:32 -06:00
4dee712d70 fixed example syntax 2024-01-15 15:37:18 -06:00
ea654c8e56 Capitalized config entries 2024-01-15 15:36:58 -06:00
2f1c7d9bf7 Merge branch 'master' of https://github.com/lambdatiger/ace_frag-overhaul 2024-01-15 15:29:26 -06:00
7581a480eb Optimized isNull check
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-15 15:24:47 -06:00
ced7aeb50c Deleted whitespace in doFrag
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-15 15:24:11 -06:00
22e26ee452 change of switch statements as referenced here https://github.com/acemod/ACE3/pull/9728#discussion_r1452728046 2024-01-15 15:23:12 -06:00