Commit Graph

30 Commits

Author SHA1 Message Date
lambdatiger
474321ba7c Converted all positions for doFrag to AGL since we're converting to that now 2024-06-19 23:21:49 -05:00
lambdatiger
b9aa3cb65b Fixed an issue with fragments being created above water for explosions below the surface 2024-05-19 00:14:14 -05:00
lambdatiger
559c611fdb and the debug context 2024-04-14 03:43:24 -05:00
lambdatiger
868c6135bf Forgot to update doFragRandom docs with previous changes 2024-04-14 03:34:42 -05:00
lambdatiger
25f14af679 updated debugging output and fixed velocity error 2024-04-13 21:20:06 -05:00
lambdatiger
bd23b42863 cleaned up function examples 2024-03-28 19:33:56 -05:00
lambdatiger
eda865f377 Randomized random frag directions 2024-03-28 19:05:41 -05:00
johnb432
9dd45e15ce Expanded TRACE 2024-03-13 20:34:13 +01:00
lambdatiger
deecaf9249 Removed unneeded ground offset 2024-03-04 22:19:38 -06:00
lambdatiger
ff98917639 Fixed function header 2024-03-02 22:46:55 -06:00
lambdatiger
4c905fed42 Clarified trace statements and corrected format and spelling 2024-03-02 22:28:41 -06:00
lambdatiger
3e52ce2981 doFragRandom was always being called and spawning at least 5 fragments even when the fragment budget of 50 was reached. Fixed variable name (AGL instead of ATL). 2024-03-02 19:17:38 -06:00
johnb432
279f2e0552 Formatting and header fixes 2024-03-01 19:51:21 +01:00
lambdatiger
78a27ff025 function header, lazy eval, and params list simplifications 2024-02-15 21:03:12 -06:00
lambdatiger
f63b4088eb Added commented 2.18 commands and updated script component 2024-02-08 17:11:36 -06:00
lambdatiger
63d67df7bf removed spurious commas 2024-01-17 21:11:38 -06:00
lambdatiger
df884dc4bc changed default arguments, check isKindOf to "CAManBase" 2024-01-17 20:50:20 -06:00
lambdatiger
3cc300a04d
another great isNotEqualTo opportunity
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-17 18:23:12 -06:00
lambdatiger
16128721e0
Function header changes
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-17 18:20:47 -06:00
lambdatiger
54c4f45cf9 possilbe "magic number" cleanup and formatting 2024-01-15 15:18:42 -06:00
lambdatiger
eeb08c3f05 Made variable names more verbose and added trailing newlines 2024-01-15 13:42:45 -06:00
lambdatiger
fbcf196402 Attempt to clean up formatting onall files 2024-01-13 00:35:22 -06:00
lambdatiger
b1d54a1907 Fixed names and updated formatting 2024-01-11 14:01:50 -06:00
lambdatiger
eef48da6bc Converetd all stray tabs to spaces 2024-01-10 18:51:38 -06:00
lambdatiger
0af6a74a41 Updated debug settings and staged localization strings 2024-01-10 00:55:33 -06:00
lambdatiger
d25d6a61b3 readded seperate debug draw define 2024-01-09 23:17:08 -06:00
lambdatiger
48d37a96e0 update caching access function names to align with each other and added some preliminary material consideration for spalling 2024-01-09 14:00:43 -06:00
lambdatiger
132dc6d4c8 Fixed author lists 2024-01-09 11:54:52 -06:00
lambdatiger
c3f04596c0 removed some redundant switch cases 2024-01-08 21:41:52 -06:00
lambdatiger
3c1e912787 Initial commit:
- Added new ammo cfg types
 - Added new caching functions
 - Added dev functions
 - Transfered core system to vanilla projectile EHs
 - Added stringtable sub categories
 - Reworked fragmenting and spalling to us submunitions
   - Frag
     - Implemented system around chance to hit
     - Switched from hitbox estimation to hitting specific HPs
     - Updated chance to miss method based on solid angle hit chance
     - Split random & targeted frag to their own subfunctions
   - Spall
     - Uses a system of estimated momentum changes to generate spall
2024-01-08 15:22:52 -06:00