* Advanced Ballistics - Drag model revamp
- Moved away from using the drag tables from the GNU exterior ballistics library
- The drag functions are now based off this data from JBM Ballistics: http://www.jbmballistics.com/ballistics/downloads/text/
- The differences are minor, but some players might still appreciate the additional authenticity
* The Mach number is now calculated in relation to the air temperature.
* Improved speed of sound calculation accuracy.
* Advanced Ballistics - DLL update
* Advanced Ballistics - Added drag function reference (JBM Ballistics)
* Advanced Ballistics - Fixed calculation error in the spin drift simulation
- The error was introduced with this PR (https://github.com/acemod/ACE3/pull/4708)
* More descriptive variable names
* Minor performance optimizations
* Fixed some minor issues
* DLL rebuild
* Utilize new 'toFixed' script command
- Small performance improvement
* Fixed a typo
* Use correct reference speed for the drag compensation
* Updated all 'airFriction' values to match the new drag model
* 'Default' atmosphere now equals the ICAO standard atmosphere
* Update reference humidity to meet the ICAO standard
* Update the Jpn translation
few tweak to translation
* Update the Jpn translation
couple tweak
* Update the Jpn translation
added more simplify translation
* Update the Jpn translation
few tweak and fix miss translation
* Update the Jpn translation
Added missing symbol and few tweak
* Update the Jpn translation
added shortest word because text is protruding the button
* Update the Jpn translation
fix miss translation and some tweaks
* Update the Jpn translation
just few tweak
* Update the Jpn translation
fix miss translation
* Update the Jpn translation
just a little tweak
* Update the Jpn translation
just a tweak
* Update the Jpn translation
added more simply translation
* Update the Jpn translation
tweaked to some entry
* Update the Jpn translation
tweak to few entry
* Update the Jpn translation
fix for miss translation
* Update the Jpn translation
fix miss translation
* Update the Jpn translation
some tweaks to translation
* Update the Jpn translation
fix miss translation
* fix the Jpn translation
fix the kanji
* Fix Magazine Repack underwater - fix#5513
Also prevent common goKneeling function underwater
* Fix loading patients underwater - fix#5515
* Fix load object underwater
* Fix take nozzle on jerry can underwater
* Fix refuel underwater conditions further
* Use isTouchingGround, Make refuel semi-compatible
reports false if head is out of the water, we want true even if we are not diving
* Less interact exceptions duplication
* Use animationState to determine if unit is swimming, create common function and use it instead of isTouchingGround
* Fix condition
* Support dragging underwater
No carrying due to animation timing issues and other misc things
* Allow Medical Legs SelfActions underwater
* Fix fixPosition function underwater (use getPosATL instead of getPos)
* Fix fixPosition's slope adjustment for non-gravity objects, Do the same for objects without simulation as well
* Add load in child actions to medical & captive
* Add actions with proper structure
* Move vehicles actions code to common function
* Simplify code in config, Fix docs
* Remove unused vars
* Fix header example
* Add _distance param to fnc_nearestVehiclesFreeSeat
* Change docs
* Fix spacing
* Added workaround functions for turret magazine ammo.
* Switched to retrieving turrets dynamically instead of looking them up from an array.
* Refactoring only, no functional changes
* Repurposed getNeedRearmMagazines as a general purpose rearm info function + more.
* The function retrieves all non-full magazines. This code was previously repeated in many different functions, but is now centralized in one.
* Empty pylon filling is no longer supported in favor of the upcoming "pylons" ACE-module.
Fixed bugs:
* Rearm was using broken commands "magazineTurretAmmo" and "setMagazineTurretAmmo". They are now replaced with their corresponding workaround functions.
* Pylon rearm was trying to set ammo count on empty pylons.
Note: rearmSuccessLocal is not yet fixed!
* Rearming no longer switches shell types in cannons/mortars.
* Added Tuupertunut to authors.
* Rearming no longer switches shell types. 2nd try.
Last time it was fixed only if the turret is manned. Now it is fixed even when unmanned.
* Updated fnc_rearm to support the earlier repurposing of fnc_getNeedRearmMagazines.
* Small fixes and comments.
* Renamed fnc_getVehicleMagazines to fnc_getTurretConfigMagazines.
The latter describes much better what the function actually does.
* Removed redundant checks.
* Refactoring.
* Fixed spaces in macros.
* Renamed fnc_getAllTurrets to fnc_getAllRearmTurrets
* Update the Jpn translation
following to official localization.
* Update the Jpn translation
fix for miss translation
* Update the Jpn translation
added more natural words and fix miss translation.
* Update the Jpn translation
fixed for miss translation.
* Update the Jpn translation
just tweaks
* Update the Jpn translation
added to new entry. fixed or tweaked to few entry.
* Update the Jpn translation
added the jpn translation to new entry
* Update the Jpn translation
Added the Jpn translation to new entry.
* Update the Jpn translation
tweak to jpn translation
* Update the Jpn translation
following to official Japanese localization
* Update the Jpn translation
support to new entrys and few fix
* Update the Jpn translation
just tweaks to few entrys
* Disable (un)load patient action if unit is dead but was uncoscious before
* Remove handcuffs on death (prevents stand-up ragoll restart), Don't show load patient and captive at the same time
* Only allow unloading from outside - fix#5525 as discussed
* Also prevent unloading captives from inside
* Add debug logging
* Add toggle flashlight and NVG modules
* Remove excessive spaces in moduleToggleNvg
* Fix indentation and typos to fit review
* Add an option to add gear, fix headers
* Change category to utility
* Add QOL improvement suggested by pabst
* Fix locality issues
* Remove locality check before enableFlashlight targetEvent
* Remove locality check before addWeaponItem targetEvent
* Add a player check in moduleToggleNVG, change modules category
* Add the same QOL in toggleNVG than in toggleFlashlight
* fix#5390
stringtable optimization
* Dont use the same wort twice - magazinerepack stringtable
* [magazinerepack] get bulletsLeft in last partial mag as optional param
* [magrepack] remove unused entries
* [magrepack] entry is needed for interrupt event
* [magrepack] finish msg
successful -> full mags + left rounds
Interrupted -> full mags + partial mags
* [magrepack] final translation change
* space fix
* Add stow FRIES interaction
Allows stowing FRIES (retracting the hooks, closing doors) without the need to deploy and cut ropes
* Do not automatically stow FRIES anymore
* Cleanup more privates
* Update the Jpn translation
support to new entry.
* Update the Jpn translation
Fully translated for the maverick
* add credit
because I am translating mod to Japanese ;)
* Remove eject config entries
* Add scripted Eject action
* Fix engine stop on driver eject
* Clean up
* Use config instead object for CBA_fnc_getTurret
* Optimize, add commander turret init
* Restore role in var name
* Use single qoutes instead QUOTE macro
* Initial commit
* Initial commit
* Initial Commit
ACE-Coding-Guidelines compatible version of http://steamcommunity.com/sharedfiles/filedetails/?id=943852645
* Changes to realisticnames, readme.md, added to authors.
* Dependency on ace_missileguidance
* readme
* Use ACE-AMG for ammo
* Use macros in all configs
* Use own attackProfile to prevent climbing at start even in low-flight-conditions.
* include HUD from ace_hellfire
* fix missing semicolon
* Add missing defines, makes HUD work for now.
* Readme
* replace tabs with spaces
* replace tabs with spaces 2
* replace tabs with spaces 3
* Use missileguidance's DIR-Profile instead of own. Keep profiles config for name and nameLocked values necessary for HUD
* Use showHud from ace_laser
* Minor Cleanup
* Add removeCargoItem function to cargo module
* Fix documentation typos
* Fix header 'public' field
Of course it's a public function, that's the whole point!
* Fix spelling
* Add missing then command
* Work better with objects
* After-test fixes
* Also update wiki
* Overhaul
* Make the event more robust
* Fix logic & shorten docs
* Update the Jpn translation for interaction
-fix miss translation
-fix html tag
-support to new words
-tweaks
* fix
i was change the English by mistake. it is fix.
* Update the Jpn translation for markers
support to new words
* Update the Jpn translation for refuel
-fix miss translation
-support to new words