bf8aa1ab7f
Medical Damage - Improve falling and collision damage ( #8861 )
...
* Adjust wound params for falling
* Tweaked thresholds for collision
* Tweaked collision and added custom handling
* medical_damage - cleanup woundHandler naming (#8824 )
* medical_damage - cleanup woundHandler naming
* woundsHandlerBase
(cherry picked from commit bdeb347ea9
)
* Tweaked thresholds a bit more
* Removed collision handler
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
2022-05-17 11:54:05 -05:00
fa45e8b7cb
Cargo - Limit text length ( #8915 )
2022-05-17 02:37:26 -05:00
0df5320879
FieldRations - fix string ( #8916 )
2022-05-17 00:57:24 -05:00
3a7f034e25
Vehicles - Add cruise control/speed limiter to boats ( #8905 )
...
* Add cruise control to boats
* fix other use of `Controll`
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
2022-05-16 22:59:12 -05:00
c66304daf9
Explosives - SOG Compat - Fix Spiked ammo box placing wrong ammo type ( #8914 )
...
* Explosives - SOG Compat - Fix Spiked ammo box placing wrong ammo type
* Add vn_pavn_ammo pDrive dummy file
2022-05-15 18:48:39 -05:00
ef651091fe
Explosives - SOG Compat - Fix punji traps handler not working ( #8913 )
2022-05-15 15:00:47 -05:00
38b4de9382
Cookoff - fix locality of fire_removeFireSource
event ( #8907 )
2022-05-13 19:54:09 -05:00
56df203477
Interaction - Fix handle animation name for carrier doors ( #8909 )
2022-05-13 00:24:41 -04:00
53c0348a15
Overheating - Add barrel mass config value ( #8906 )
2022-05-11 18:21:05 -05:00
e0a3bd65ab
Cleanup FRIES macro and fix UBC issues in RHS Compats ( #8842 )
2022-05-09 20:54:42 -05:00
3df0640d08
[Docs] Update component dependencies
...
Automatically committed through CI.
[ci skip]
2022-05-10 03:29:08 +02:00
cedbbe4847
[Docs] Update component dependencies
...
Automatically committed through CI.
[ci skip]
2022-05-10 03:28:51 +02:00
61f74831a1
Korean Translation 100% done ( #8899 )
...
* Korean Translation 100% done
fixed typos, changing the Korean transliteration of proper nouns, and changing the meaning of the original to a more understandable interpretation without compromising the transmission of the original
* Something Edited
edit incorrect translation and add typo correction
2022-05-09 20:28:28 -05:00
6851183e1f
Add Marker Flags ( #8696 )
...
* add marker flags
* minor cleanup
* use pictures for actions
* check canDig
* review changes
* Update fnc_placeFlag.sqf
* fix hiddenSelectionsTextures
* Update addons/marker_flags/functions/fnc_pickUpFlag.sqf
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com >
* Cache flag list at pre-start
* Add model for flag pole
* Pass item name to pickUpFlag via action
* Update addons/marker_flags/stringtable.xml
Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com >
Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com >
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com >
2022-05-09 20:28:10 -05:00
27c5464654
Common - Add separate blockSpeaking status for acre direct ( #8904 )
...
* Add separate blockSPeaking status for acre direct
* Move TFAR code to new blockSpeaking handler
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
2022-05-08 13:20:15 -05:00
b20aa76444
[Docs] Update component dependencies
...
Automatically committed through CI.
[ci skip]
2022-05-08 05:46:28 +02:00
fa728f195c
[Docs] Update component dependencies
...
Automatically committed through CI.
[ci skip]
2022-05-08 05:46:09 +02:00
9e133aa0a5
Cargo - Make player carry/drag item on unload ( #8797 )
...
* carry item on unload
* debug off
* fix function header
* ugly nested if blocks instead of superior switch statement
Co-authored-by: jonpas <jonpas33@gmail.com >
* Add delay for server event to finish
Co-authored-by: jonpas <jonpas33@gmail.com >
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
2022-05-07 22:45:57 -05:00
3ddec6cb15
Casings - Add infantry bullet casings ( #8857 )
...
* 1st pass on casings
* Readability tweaks
* Pretty sure these are needed...
* Jonpas never lies
* Whitespace fix
* Add brother Diwako and allow client override
* Use index, avoid count
* Both settings a client-side
* Add Commy fixings
* Proper case for diwako + config
* Formatting and AGLtoASL
* Perf warning
* if not required
* Axing parentheses
* Remove pointless GVAR update in settings
* Update addons/casings/functions/fnc_createCasing.sqf
Removed unused param
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
* Update addons/casings/functions/fnc_createCasing.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
* Update addons/casings/functions/fnc_createCasing.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
* Default to off due to performance concerns on low-end hardware
* Add LIS check to avoid floating
* Cleanup header
* Further playtesting shows ROADWAY & FIRE have better results
* Re-enable by default
* Update addons/casings/functions/fnc_createCasing.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
* Update addons/casings/functions/fnc_createCasing.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
* Update addons/casings/functions/fnc_createCasing.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
* Update addons/casings/functions/fnc_createCasing.sqf
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
* offset setPosWorld with small z-bump
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
2022-05-07 22:45:24 -05:00
e994906169
Medical - Add AI Unconsciousness exception (when using zeus module) ( #8903 )
...
* Add DF-15 GForceCoef Value
This adds missing ACE_GForceCoef value for DF-15 uniforms.
* DF-15 PR - cfgWeapons formating
DF-15 PR - cfgWeapons formating
* DF-15 PR - cfgWeapons formating II
Forgot to save it with braces and spaces around =
* Update CfgWeapons.hpp
* sync
* Add AI Unconsciousness exception option
- Adds AI Unconsciousness exception option. If enabled, it allows you to put AI into unconsciousness via Zeus Module even though the AI unconsciousness is disabled. This "feature" was possible before the medical rewrite and allowed to put selected AI units into unconsciousness even though the overall AI unconsciousness was disabled. This was very handy and many groups missing this option including myself.
- Special thanks to Pterolatypus for consultation.
* tabs to spaces
tabs to spaces
* last tab to space :copium:
last tab to space :copium:
* stringtable tabs to spaces
stringtable tabs to spaces
* Addon option removed, adjusted variable name
- Addon option removed
- adjusted variable name
* utilized QEGVAR
- utilized QEGVAR in getVariable
* removed fnc and put the code inside the condition
- I've managed to properly implement the getVariable inside the condition thus allowing me to remove the function. Also kymckay had a good point on swapping the order for faster eval.
* Update XEH_PREP.hpp
* setVariable optimalization
- setVariable optimalization
Co-authored-by: pterolatypus <pterolatypus@users.noreply.github.com >
* Update addons/medical_statemachine/Statemachine.hpp
Co-authored-by: pterolatypus <pterolatypus@users.noreply.github.com >
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
Co-authored-by: pterolatypus <pterolatypus@users.noreply.github.com >
2022-05-07 22:44:33 -05:00
ada486448c
Aircraft - Drone Tools ( #8276 )
...
* Aircraft - Drone Tools
* Update addons/aircraft/functions/fnc_droneAddActions.sqf
Co-authored-by: Dystopian <sddex@ya.ru >
* Update addons/aircraft/functions/fnc_droneAddMapHandler.sqf
Co-authored-by: Dystopian <sddex@ya.ru >
* Update fnc_droneAddActions.sqf
* Move map drawing to laser and make it work on any source
Co-authored-by: Dystopian <sddex@ya.ru >
2022-05-05 11:07:54 -05:00
89badcc71f
CSW - Fix missing magazine on assembling ( #8880 )
...
* Fix missing magazine on assembling
* Fix adding mag when csw is empty
* Fix missing magazine when player has launcher
2022-05-04 17:28:58 -05:00
e2a822c828
User Interface - Add ability to hide Default Action Icon ( #8883 )
2022-05-04 17:28:32 -05:00
67842a2656
Medical Vitals - Add event to vitals loop ( #8891 )
...
* Added event to vitals loop
* Pass deltaT to event
* Added event to documentation
2022-05-03 18:04:58 -05:00
36ae99b9f3
MapTools - Allow mod maps and compasses to use map tools ( #8858 )
...
* allow mod maps and compasses to use map tools
* single quotes
* Update addons/maptools/CfgVehicles.hpp
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
* Update addons/maptools/CfgVehicles.hpp
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
2022-05-02 20:40:59 -05:00
f3258cae98
Cargo - Remove the ability to load cooked-off items ( #8876 )
2022-05-02 18:57:19 -05:00
6a213bcf60
Cargo / Dragging - Fix Invisible Target Soldier being loadable and draggable/carriable ( #8873 )
2022-05-02 18:54:30 -05:00
54c13c5f42
Move carry mag getting code to function ( #8888 )
2022-05-02 18:54:04 -05:00
70641c39a1
Laser/Laserpointer - Fix localization of laser ( #8885 )
...
Add
- `laser`: Add Hungarian translation of laser.
Fix
- `laser`: Fix capitalization of laser.
- `laserpointer`: Fix Japanese translation of laser.
2022-05-02 18:53:18 -05:00
b70353f009
Vector - Disable tilting the reticule when zoomed ( #8882 )
2022-05-02 18:52:59 -05:00
d2038ab287
Spottingscope - Fix destruction of Spotting Scope ( #8893 )
...
Fix `Error setposasl: Type Object, expected Array` when destroying Spotting Scope.
2022-05-02 18:03:51 -05:00
ad5c275532
arsenal - fix hash getvar default type ( #8892 )
2022-04-25 19:35:52 -05:00
8192108e19
Pylons - Show ammo description in pylon loadout tooltips ( #8881 )
...
* Show ammo description in pylon loadout tooltips
* Update addons/pylons/functions/fnc_showDialog.sqf
Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com >
Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com >
2022-04-23 10:24:50 +01:00
3442a47942
General - Remove deprecated functions ( #8878 )
2022-04-17 08:27:19 +01:00
3964c5d44e
remove google analytics ( #8877 )
...
* remove google analytics
* remove bom
2022-04-16 07:39:42 +02:00
a20110874c
replace urls ( #8875 )
2022-04-14 09:22:23 +02:00
0f638f9854
Update CNAME
2022-04-14 03:45:17 +02:00
51b703a746
Common - Fix undefined variable ( #8872 )
...
Moved ace_common_isModLoadedCache from postinit to preinit. The hash object can be used before post init which then produces errors.
2022-04-10 15:27:10 -05:00
dd07b0fa30
Fix Error Type String, expected Array ( #8871 )
...
Pass an array instead of a string to insert.
2022-04-09 13:50:47 -05:00
3b79693717
Added Missing German Translation ( #8870 )
...
- Added Missing Translation in CSW
- Added Missing Translation in field_radio
- Added Missing Translation in finger
- Added Missing Translation in noradio
- Added Missing Translation in overpressure
2022-04-09 13:49:26 -05:00
15d09019a3
remove enhancement request issue template ( #8868 )
2022-04-09 16:18:45 +02:00
fa7dbce104
Field Rations - Add sunflower seeds ( #8833 )
2022-04-08 20:44:15 -05:00
72774c909a
Laser - Fix seeker owner return value ( #8862 )
...
* Fix laser seeker return value
Back to consistent with the documentation
* Pick the owner with most hits instead of the last one in the hashmap
2022-04-06 17:02:39 -05:00
020cf2ddd8
maptools - Improve behaviour upon first open (show under mouse position instead of bottom-left corner) ( #8848 )
...
* open map tools in center of screen upon first open
Don't show the map tools at the bottom-left corner of the map when you first open it, but right where your mouse is.
* always move to mouse position when opened (not just once)
incorporated feedback from co-authors
Co-Authored-By: Drofseh <Drofseh@users.noreply.github.com >
Co-Authored-By: PabstMirror <pabstmirror@gmail.com >
* replace tabs by 4x whitespaces in order for checks to complete successfully
* move code to fnc_updateMapToolMarkers so it always runs
Co-authored-by: Drofseh <Drofseh@users.noreply.github.com >
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
2022-04-06 16:49:27 -05:00
d135371319
Vehicles - Add cruise control ( #8792 )
...
* add cruise control
* Update fnc_speedLimiter.sqf
2022-03-17 13:06:32 -05:00
70f3f55367
Vehicles - Mousewheel will set speed limiter value to even multiples ( #8840 )
...
* Vehicles - Mousewheel will set speed limiter value to multiples of 5
* Limit setting to whole numbers only
2022-03-17 13:03:28 -05:00
f85ed213c5
Grenades - Add fire source to incendiary grenades ( #8756 )
...
* add fire source to incendiary grenade
* improvide fire source condition
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com >
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com >
2022-03-08 21:52:07 -06:00
8d83982d86
Advanced Fatigue - Improve misc. code ( #8800 )
...
* add improvements from #8763
* review changes
* writing is hard
Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com >
* missing ;
Co-authored-by: BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com >
2022-03-08 21:41:56 -06:00
68ed19911a
General - Change object config lookups to configOf
( #8795 )
...
* configOf lookups
* forEach, missed configOf
* revert handcuff distance change
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com >
* optimize condition
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com >
* capitalization
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com >
* use object in getVehicleIcon
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com >
* add return comment
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com >
* remove extra brackets
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com >
* add missing brackets
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com >
* add return comment pt2
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com >
* revert to cursorTarget
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com >
Co-authored-by: PabstMirror <pabstmirror@gmail.com >
2022-03-08 21:41:21 -06:00
38a308ee24
Remove pDummies for decrypted PBOs in 2.08 patch ( #8838 )
2022-03-08 21:00:04 -06:00