Commit Graph

15877 Commits

Author SHA1 Message Date
johnb432
a7ce63a536
Fire - Remove medical_engine dependency (#10122)
* Remove medical dependency from fire

* Update initSettings.inc.sqf
2024-07-20 08:37:04 +02:00
johnb432
5d133bd793
Dogtags - Code cleanup (#10097)
* Clean up dogtags

* Only allow taking of dogtags if unit has space

* Fixed upper case T

* Stop throwing error

* Reverted to case insensitive method of checking

* Remove unused files

* More cleanup & fixes

- Better check for taking dog tags until 2.18 comes
- Changed parent condition from `canTakeDogtag` to `canCheckDogtag`
- Register EH only where necessary

* Update CfgEventHandlers.hpp

* More header cleanup
2024-07-20 08:29:17 +02:00
johnb432
05ab1bbe99
Dragging - Fix dragging/carrying failing for items in ViV (#10128)
* Unload ViV before dragging/carrying

* Update addons/dragging/functions/fnc_carryObject.sqf

Co-authored-by: PabstMirror <pabstmirror@gmail.com>

* Use lazy eval to check if item was unloaded

---------

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2024-07-20 08:26:53 +02:00
johnb432
8ab36f64ff
Quickmount - Fix quickmount for vehicle interactions (#10126)
* Fix quickmount for vehicle interactions

* Update addons/quickmount/functions/fnc_getInNearest.sqf
2024-07-20 08:15:15 +02:00
johnb432
5cada7d397
General - Remove "SwitchWeapon" spam (#10113)
* Remove "switchWeapon" spam

* Update fnc_startDragLocal.sqf

* Don't add invalid fire modes

* Tweaks & fix
2024-07-20 08:13:42 +02:00
johnb432
68738316c2
Dragging - Remove weight calculation workaround (#10117)
* loadAbs has been fixed

* Update fnc_getWeight.sqf
2024-07-19 19:13:44 +02:00
johnb432
37d7c4c544
Interaction - Hide push interaction if target is in ViV cargo (#10127)
Hide push interaction for ViV cargo
2024-07-19 18:26:14 +02:00
lambdatiger
160bb15962 Merge remote-tracking branch 'upstream/master' into Event-hanlder-replacement 2024-07-19 10:51:23 -05:00
lambdatiger
e4d36c6819 fixed small errors 2024-07-19 10:47:49 -05:00
OverlordZorn
2c3396a4e8
Documentation - Add ACE_suture entry to list of classnames (#10125)
Update class-names.md
2024-07-19 14:36:37 +02:00
lambdatiger
2713acdd38 Optimized loop to find spall position using larger steps and fewer operations per loop 2024-07-19 00:12:14 -05:00
lambdatiger
f57f6f5a06 clarified parts of the spall event chain 2024-07-19 00:01:55 -05:00
lambdatiger
c344130f9b increased code legiblity and optimized some randomizations 2024-07-18 22:58:52 -05:00
lambdatiger
4f251767d7 updated some defne names and usages 2024-07-18 22:33:19 -05:00
lambdatiger
1480715111 fixed timing and other spall issues 2024-07-18 22:28:56 -05:00
lambdatiger
48e299663b fixed errors in frag with downgrade 2024-07-18 21:12:23 -05:00
lambdatiger
437f6c1eef mass must be in grams in this version I guess 2024-07-18 21:10:54 -05:00
lambdatiger
8da5e47dcf changed debug colors 2024-07-18 21:10:20 -05:00
lambdatiger
f7d6c783a5 updated documentation 2024-07-18 19:55:20 -05:00
lambdatiger
783c2aa8ce fixed debug def names 2024-07-18 19:36:49 -05:00
lambdatiger
39e7f7f438 unfucked a comma 2024-07-18 19:30:30 -05:00
lambdatiger
3595f827a1 removed more magic numbers 2024-07-18 19:28:11 -05:00
lambdatiger
3fcf6f7100 removed magic numbers and code with no effect 2024-07-18 19:19:43 -05:00
lambdatiger
9c8e9e30a2 removed commented out debug information from nouber 2024-07-18 19:18:52 -05:00
lambdatiger
682568fd87 updated defines to match implementation 2024-07-18 19:16:28 -05:00
lambdatiger
04c4bd4679 updated search pattern to one discussed in PR #9728 2024-07-18 19:07:47 -05:00
lambdatiger
fbca98328e All spalling in current version is local 2024-07-18 18:56:00 -05:00
lambdatiger
842b818aff updated config path to be relevant to post-EH version 2024-07-18 18:55:46 -05:00
lambdatiger
a20274a2c2 made addBlackList remove projectile EHs 2024-07-18 18:55:19 -05:00
Dart
8f84df77d0
Sitting - Add config overwrite for random animation pool (#10120)
* Add config property animation overwrite

* Update addons/sitting/functions/fnc_getRandomAnimation.sqf

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>

* Fix header

* Update addons/sitting/functions/fnc_getRandomAnimation.sqf

* Update function call

---------

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-07-18 16:53:34 -05:00
johnb432
f4272f0e36
Spectator - Remove spectator lights when exiting spectator (#10114)
Remove spectator lights when exiting spectator
2024-07-17 10:42:37 +02:00
lambdatiger
20b1ab7e64 remove fragCount from config 2024-07-17 02:21:54 -05:00
lambdatiger
2c5b0582ec missed comma 2024-07-17 01:56:35 -05:00
lambdatiger
b656ef6467 Initial rollback to old frag simulation and spalling simulation. Updated spall to function and helpter functions as well 2024-07-17 01:53:40 -05:00
Dart
66c31928ab
General - Fix case in event handler commands (#10121) 2024-07-17 01:12:01 -05:00
lambdatiger
15de0d9a3a fixed more useless trailing {} 2024-07-16 23:42:44 -05:00
lambdatiger
0269039dee Didn't know that PBO project needed trailing {} on class inheritance structures 2024-07-16 23:28:37 -05:00
lambdatiger
32af820e77 Fixed config path in shouldFrag 2024-07-16 23:21:43 -05:00
lambdatiger
15d5256dcd
Merge branch 'acemod:master' into master 2024-07-16 23:06:16 -05:00
lambdatiger
1ae4fc792d fixed frame offset to avoid hitting dead targets 2024-07-16 22:53:20 -05:00
lambdatiger
04e844fecf fixed small mistakes in names and function calls 2024-07-16 22:40:13 -05:00
lambdatiger
cd4d2a9cf6 Fixed calls for shouldFrag and got rid of old initRound.sfq (maybe back after 2.18) 2024-07-16 22:03:15 -05:00
lambdatiger
f65fcbf44f updated initialization and should frag to check for submunitions since we no longer rely on init EH 2024-07-16 21:45:41 -05:00
lambdatiger
9df2e5b181 added fired EH and moved projectile tracking to be local to projectile 2024-07-16 21:30:17 -05:00
lambdatiger
cf1860d162 Changed blacklist to acting on local projectiles to match initial performance 2024-07-16 21:08:18 -05:00
lambdatiger
a6cfcbf697 Removed event handlers 2024-07-16 21:07:50 -05:00
V1nsyara
ec5b84c278
Translation - Small update Russian (#10115)
* Translation - Update Russian for new features

* Up to date translate RU

* Small update medical treatment

* resolve problem

* i`m cry

i hate this conflict
2024-07-14 21:46:14 -05:00
Apricot
63d1ab82a7
Translations - Improve Japanese (#10112)
* Improve Japanese

* Tweaks

* bit tweak

* even more tweak

* Update stringtable.xml

* Update stringtable.xml
2024-07-13 19:22:06 -05:00
johnb432
f65138f65e
Casings - Fix settings (#10110) 2024-07-07 11:41:10 -03:00
johnb432
edc7e9af3e
Dogtags - Add context menu action to check dog tag (#10101)
* Broadcast dogtag info globally so that arsenal can use it

* Broadcast changes incrementally

* Add context menu option for dogtags
2024-07-04 00:39:08 -07:00