Fabio Schick
22f97270f6
Kestrel4500 - Measure wind relative to player's head direction ( #10215 )
2024-08-17 12:57:37 -03:00
BrettMayson
1e404cf85b
General - SQF Improvements ( #9698 )
...
Co-authored-by: Dystopian <sddex@ya.ru>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2024-02-04 14:50:24 -03:00
Grim
e9cb2740e8
Ballistics - Respect Advanced Ballistics settings for displaying muzzle velocities ( #9682 )
...
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-07 20:13:46 -03:00
PabstMirror
6bc5193a79
Tools - Check example funcs in document_functions.py ( #9630 )
2023-11-08 12:00:05 -06:00
jonpas
742626ff1a
General - Relative script_component.hpp
includes ( #9378 )
...
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-12 20:58:10 +02:00
PabstMirror
4400d860ac
Kestrel4500 - Cleanup unused onUnload
handler (2.10 compatiblity) ( #8961 )
2022-07-08 22:49:11 +01:00
PabstMirror
a9a69ac4ff
Headers - Fix function names in examples ( #7663 )
2020-04-25 08:41:45 +02:00
jonpas
3145a31d00
Remove requirements for usable items to be in backpack ( #7545 )
2020-02-23 02:11:20 +01:00
Whigital
772a0fcd6a
Alt. syntax in favor of obsolete BIS func.
2019-11-22 21:47:51 +01:00
Whigital
8ad6d3ccff
Update hardcoded layer id
2019-11-22 20:14:26 +01:00
Dedmen Miller
e2ac18a05d
[WIP] Fix script errors reporting wrong line numbers ( #6407 )
...
* advanced_ballistics
* advanced_fatigue
* advanced_throwing
* ai
* aircraft
* arsenal
* atragmx
* attach
* backpacks
* ballistics
* captives
* cargo
* chemlights
* common
* concertina_wire
* cookoff
* dagr
* disarming
* disposable
* dogtags
* dragging
* explosives
* fastroping
* fcs
* finger
* frag
* gestures
* gforces
* goggles
* grenades
* gunbag
* hearing
* hitreactions
* huntir
* interact_menu
* interaction
* inventory
* kestrel4500
* laser
* laserpointer
* logistics_uavbattery
* logistics_wirecutter
* magazinerepack
* map
* map_gestures
* maptools
* markers
* medical
* medical_ai
* medical_blood
* medical_menu
* microdagr
* minedetector
* missileguidance
* missionmodules
* mk6mortar
* modules
* movement
* nametags
* nightvision
* nlaw
* optics
* optionsmenu
* overheating
* overpressure
* parachute
* pylons
* quickmount
* rangecard
* rearm
* recoil
* refuel
* reload
* reloadlaunchers
* repair
* respawn
* safemode
* sandbag
* scopes
* slideshow
* spectator
* spottingscope
* switchunits
* tacticalladder
* tagging
* trenches
* tripod
* ui
* vector
* vehiclelock
* vehicles
* viewdistance
* weaponselect
* weather
* winddeflection
* yardage450
* zeus
* arsenal defines.hpp
* optionals
* DEBUG_MODE_FULL 1
* DEBUG_MODE_FULL 2
* Manual fixes
* Add SQF Validator check for #include after block comment
* explosives fnc_openTimerUI
* fix uniqueItems
2018-09-17 14:19:29 -05:00
ulteq
dcc934202b
Weather - Major Cleanup ( #5710 )
...
* Single global on/off switch (that really turns everything off properly)
* Less coupling between code that runs on the client / server
* Simpler update routines
* More cohesive code
* Less module options
* Less network traffic
2017-11-10 15:44:15 +01:00
Dedmen Miller
81e02a7336
Refactor private ARRAY to private keyword ( #5598 )
...
* Everything
* Fixed missing ;
* Fix missing ; and double private
* Fixed cannot isNull on number
* Turn _temparture back to isNil
* Fix error from merge
2017-10-10 09:39:59 -05:00
ulteq
c402a2028f
Kestrel4500 - Fixed head- and crosswind calculation ( #5489 )
...
* Kestrel4500 - Fixes head- and crosswind calculation
- The wind direction was not taken into account when calculating head- and crosswinds
- This does not affect how the Kestrel4500 behaves with AdvancedBallistics enabled
- Fixes #5181
* Kestrel4500 - Fixes wind direction formatting issue
- This does not affect how the Kestrel4500 behaves with AdvancedBallistics enabled
2017-09-10 15:16:17 +02:00
PabstMirror
00b91bed45
Minor fixes, cleanup, add lint ignore directives ( #5176 )
...
- Fix bug in getNumberMagazinesIn (func not used)
- Fix bug in seekerFindLaserSpot (func not used yet)
- Everything else is just cleanup
2017-05-31 22:09:36 +01:00
ulteq
7b2d736ba3
Fix Kestrel4500 wind speed calculation
...
* Cosine was applied twice (on some screens)
2016-10-28 22:25:47 +02:00
Glowbal
b489750d5b
Minor optimizations using private, params, and isEqualType ( #4323 )
...
* Optimizations with private, params, and isEqualType
* Fixed tab being used instead of space
* Fixed tabs inserted by notepad++
* More usage of new private syntax and params
- changed a few checks for an array being empty to `_arr isEqualTo []`
rather than `count _arr == 0`
- added more uses of `private` on the same line as the variable is
declared
- added more uses of params to assign variables passed as parameters
- removed unnecessary parentheses
- removed several unnecessary variable declarations with private array
syntax
* clean up and formatting
2016-09-04 16:44:22 +02:00
jonpas
b0352fdeb9
Merge branch 'master' into eol-lf
2016-06-02 17:02:09 +02:00
commy2
fd26e2e44e
Merge pull request #3516 from acemod/cbamissiontime
...
replace timePFH with CBA_missionTime
2016-05-30 21:23:57 +02:00
jonpas
816da2aef1
Normalize to LF line endings
2016-05-30 18:37:03 +02:00
jonpas
85b4366368
Use new QPATHTOF and QPATHTOEF macros
2016-04-08 20:34:50 +02:00
commy2
467075ad67
replace timePFH with CBA_missionTime
2016-03-02 11:01:39 +01:00
commy2
d037f00a92
fix forEachIndex capitalization
2015-11-30 17:25:16 +01:00
commy2
b3950bd7f0
fix forEach capitalization
2015-11-30 17:23:48 +01:00
jokoho48
a83a5a17a3
Fix Issues
2015-08-28 13:15:21 +02:00
jokoho48
84685f4a84
add dayOfWeek and updateMemory to Own File
...
Update some Comments
Fixing Spelling Issue
2015-08-14 02:22:15 +02:00
jokoho48
183aac1911
Code cleanup of Kestrel 4500 module.
2015-08-14 01:55:54 +02:00
PabstMirror
c1dd2df57a
Move grid funcs and map long,lat,altitude to common
2015-06-30 12:26:51 -05:00
ulteq
e626794866
Fixes array init
2015-06-01 16:21:30 +02:00
ulteq
0364975c12
Implemented Density Altitude calculation
2015-06-01 16:09:35 +02:00
jaynus
582ea318d4
Merge remote-tracking branch 'origin/superTime'
...
Conflicts:
addons/frag/functions/fnc_fired.sqf
addons/frag/functions/fnc_trackFragRound.sqf
2015-05-22 07:24:55 -07:00
ulteq
24b2fea303
Persistent reference heading for the Kestrel 4500.
2015-05-21 19:28:59 +02:00
ulteq
1816208997
Proper Min/Max storing of negative tailwind values.
2015-05-21 19:18:15 +02:00
jaynus
c924baefd7
All instances of time and diagTicktime changed to ACE_time / ACE_diagTime.
2015-05-21 09:42:44 -07:00
ulteq
db7c2a19e6
Tailwinds are displayed as negative values.
2015-05-21 11:14:37 +02:00
ulteq
a008c45875
Fixed heading can be negative
2015-05-16 23:34:50 +02:00
ulteq
cdd07a33c9
Fixed some typos
2015-05-16 23:30:16 +02:00
ulteq
9116fed415
New main menu: 'date' | New sub menu: 'magnetic heading'
2015-05-16 20:26:52 +02:00
ulteq
ea68e91ef9
Refactored and expanded the kestrel data collection
2015-05-16 11:13:54 +02:00
ulteq
b65ac1f305
Fixed some bugs in the Kestrel 4500 output generation
2015-05-16 11:13:50 +02:00
ulteq
ef225b366b
Kestrel GUI expansion
2015-05-15 21:11:03 +02:00
ulteq
7474d7f313
Merge pull request #1193 from acemod/getTemperatureAtHeight
...
Moved all temperature calculations into the weather module.
2015-05-14 16:41:16 +02:00
ulteq
cf487b544e
Moved all temperature calculations into the weather module.
2015-05-14 16:07:41 +02:00
ulteq
a167336b40
Made the Kestrel menu persistent
2015-05-14 15:39:29 +02:00
ulteq
b03333c9e8
Moved all wind calculations into the weather module
2015-05-11 10:59:07 +02:00
ulteq
3a10c77f08
Minor cleanup
2015-05-09 22:09:36 +02:00
jaynus
6b5d95906d
Disables multiple openings of the kestrel & atrag. Allows the overlay toggle, but disables the opening of multiple ones. Used onUnload handlers. Supports both limiting interact and keybinds. Fixes #1086
2015-05-09 12:41:01 -07:00
ulteq
eb88f94cf7
Removed unused privates
2015-04-24 11:53:06 +02:00
ulteq
89e33dc177
Refactored the weather module:
...
* No changes in functionality
2015-04-20 13:54:22 +02:00
ulteq
283388eb7c
Fixed a small calculation error in the wind speed output
2015-04-18 22:12:37 +02:00