Commit Graph

37 Commits

Author SHA1 Message Date
7f24dc2282 Extensions - Fix gtest branch change (#9014) 2023-07-28 22:47:22 +02:00
94c62d8ed3 Extensions - Replace ace_parse_imagepath with SQF regexFind (#8243) 2021-10-10 15:41:47 +02:00
49b9b174ba Extensions - Various Improvments (#8227) 2021-04-22 14:11:56 -05:00
8e3fd45500 Artillery rangletables (universal) (#6853)
* Initial

* Update artillerytables.cpp

* Pass by value, remove c17 features

* Tweak accuracy

* SQF work

- improve compat with a3 mlrs with remote cam (animationSourcePhase)
- handle non [0] turrets (rhs prp)
- add config entries
- use vectorCos to fix fp error (thanks commy)

* Support per mag air friction

* tweak friction

* Integrate with mk6

* more acos fixes

* Handle invalid memPointGunOptic (CUP_BM21_Base)

* Cleanup

* cleanup/tweaks

* Update checkConfigs.sqf

* Finish cleanup of ace_mk6mortar

* Update stringtable.xml

* fix bwc for ACE_RangeTable_82mm

* Update fnc_rangeTableCanUse.sqf

* build 32dll, fix some headers

* strncpy and move testing to seperate file

* Move to sub-category

* Update for ACE_Extensions changes and add warning to ace_common

* Update stringtable.xml

* Update addons/common/functions/fnc_checkFiles.sqf

Co-Authored-By: jonpas <jonpas33@gmail.com>

* Update stringtable.xml

* Update stringtable.xml

* test extension.yml update logical operator

* Revert "test extension.yml update logical operator"

This reverts commit b1871724ad.

* more guess and test
2019-12-17 10:14:45 -06:00
c426103f23 Extension changes for Medical Rewrite and Linux compilation (#6909)
* Fix Medical HandleDamageWounds memory leak (#6809)

* Use strncpy and disable MSVC unsafe warnings (#7171)
* Set 64-bit correctly from generator string, Disable SSE2 flag on 64-bit (non-existent)

* Tweaks for Linux extensions (#5762)
* Tweak CMakeLists for Linux compilation
* Conform SQF extensions check for Linux server extensions support
* Add *.so to tools
* Split extension check into Windows and Linux
* Disable Medical extension loading for now
* Add client/server separation to extension loading
* Add Arma config documentation on extension creation
2019-09-28 23:03:55 +02:00
c42e0107e8 Update to latest version number 2018-11-18 20:50:07 +01:00
ef2c8c9502 Remove copying of inexisting userconfig, Bring version number up to date 2018-05-22 18:55:12 +02:00
40de340d82 Revert changes that shouldn't be changed 2018-05-22 17:17:05 +02:00
7df35808b6 Update version number in extensions 2018-02-06 14:53:08 +01:00
77fd2007ea Advanced Ballistics - Fixed faulty wind attenuation (#5869)
* Advanced Ballistics - Fixed faulty wind attenuation
* Only relevant at very low altitudes above ground (below 1.6 m)
* Also fixes the Kestrel 4500 readout

* Kestrel 4500 - Minor optimization / fix
* Avoids possible math error 'ln(0)'

* Rebuild Dills
2017-12-08 10:44:12 -06:00
805d5c8b09 Extensions - Reduce warning level from /Wall to /W4 2017-10-29 13:04:15 +01:00
49f549013d Update AB dll for 3.11 changes (#5538) 2017-09-22 10:53:42 -05:00
ff212d5b3d Fix AB water vapor pressure calc (#4956)
* Fix AB water vapor pressure calc

* Fix calc in weather

* Cleanup usage of constant

* Add RVExtensionVersion, Rebuild AB DLLs
2017-05-29 12:55:26 -05:00
6abe937488 Update extensions 2016-06-21 18:17:24 +02:00
816da2aef1 Normalize to LF line endings 2016-05-30 18:37:03 +02:00
f1797feead Make wound assignment consistent for dll/sqf
Dll now exits on first match for threshold damage (exitWith)
Remove random wound in sqf to match dll
Fix backblast threshold order
Add lower vehiclecrash threshold
Add dll version logging
2016-02-16 12:19:18 -06:00
683f45682a Fix Eotvos effect 2015-12-20 02:16:29 -06:00
dd76a67783 Added pedantic errors to compiling flags 2015-09-08 21:52:50 +02:00
8cb0b8a30c Rebuild dlls for 3.2 2015-07-26 23:29:07 -05:00
4a8344e1a4 Merge branch 'master' into userActionPrototype
Conflicts:
	addons/interact_menu/ACE_Settings.hpp
	addons/interact_menu/stringtable.xml
	extensions/CMakeLists.txt
2015-06-13 15:05:57 -05:00
78dec5debc Merge branch 'master' into userActionPrototype
Conflicts:
	addons/interact_menu/XEH_preInit.sqf
2015-05-16 22:49:09 -05:00
b68f02333e Merge branch 'master' into medicalExtension 2015-05-14 16:27:41 +02:00
bf732a2a02 Changed: Disable snprintf_s usage to get around auto-vectorization in the 2015 STL strnlen implementation 2015-05-13 11:17:43 -07:00
9f3a57bf32 Changed: checkFiles extension check prints version returned by extension
Changed: Build changed to SSE2 instead of defaulting to AVX.
2015-05-13 09:57:24 -07:00
3ff9ea230a initial pick from vehicledamage for new extension build process. 2015-05-13 08:34:14 -07:00
e6889f1634 Merge branch 'master' into userActionPrototype 2015-05-04 14:21:49 -05:00
c2388aa80c Initial work on medical extension 2015-05-04 00:02:39 +02:00
bdc967d3a9 Extension to parse text for image path 2015-05-03 13:44:02 -05:00
433bb21ccc ACE clipboard extension to bypass clipboard limit of arma. Close #991 2015-05-02 13:13:24 -07:00
984a1fe337 Rename breakLine to break_line 2015-05-01 02:14:23 +02:00
93bcf7e9a1 Added versioning to build process and automated version/git integration. 2015-04-21 16:49:30 -07:00
c81fa61f2e match to exact directory name (case-sensitive) 2015-04-14 22:34:58 -05:00
6f4bb48489 Merge branch 'master' into linearMenuExperiment
Conflicts:
	addons/attach/stringtable.xml
	addons/interact_menu/stringtable.xml
	addons/interaction/stringtable.xml
	addons/laser_selfdesignate/stringtable.xml
	addons/magazinerepack/stringtable.xml
	addons/overheating/stringtable.xml
	extensions/CMakeLists.txt
2015-04-14 19:09:57 -03:00
d06e1b4a2a Break line extension 2015-04-11 22:22:19 -03:00
2261225ad3 Extension moved into cmake, extensions rebuilt. 2015-04-09 09:52:57 -07:00
1ae6f2daba Why doesnt flummi's work? 2015-04-03 15:41:29 -07:00
caecf9b21b Cmake framework for cross-platform extensions and building. 2015-04-03 13:46:53 -07:00