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
jonpas
742626ff1a
General - Relative script_component.hpp
includes ( #9378 )
...
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-12 20:58:10 +02: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
commy2
467075ad67
replace timePFH with CBA_missionTime
2016-03-02 11:01:39 +01: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
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
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
9116fed415
New main menu: 'date' | New sub menu: 'magnetic heading'
2015-05-16 20:26:52 +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
cf487b544e
Moved all temperature calculations into the weather module.
2015-05-14 16:07:41 +02: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
esteldunedain
c827c72412
AB and Kestrel: Move macros from defines.h to script_component
2015-04-14 10:22:26 -03:00
ulteq
4355df118c
Refactored the Kestrel4500 Code.
2015-04-13 11:53:19 +02:00
ulteq
2040f4dcc3
Improved the wind speed calculation if AB is not enabled
2015-04-12 23:25:58 +02:00
ulteq
7797cd9a38
Added missing abs()
2015-04-12 23:03:20 +02:00
ulteq
705017f222
Implemented the Kestrel4500 spinning wheel animation
2015-04-12 22:54:36 +02:00
ulteq
1ff7218903
Change the Kestrel 4500 behavior 'back to normal' when AB is disabled
2015-04-11 19:44:38 +02:00
ulteq
823d834457
Replaced EGVAR(advanced_ballistics,Altitude) with EGVAR(weather,Altitude)
2015-04-08 12:56:34 +02:00
ulteq
f974e7a9a1
Removed duplicate Kestrel4500_ prefix
2015-04-08 11:25:15 +02:00
ulteq
c94c1c1bcb
Replaced tabs with spaces
2015-04-07 20:19:35 +02:00
ulteq
f73bdfa148
Fixed several syntax errors in fnc_buttonPressed.sqf
2015-04-07 19:20:38 +02:00
ulteq
b62827c050
Added comments to all functions
2015-04-07 17:58:54 +02:00
ulteq
0315219cf2
Added new Kestrel4500 branch:
...
*TODO: Fix the dialog button actions (action="...") in RscTitles.hpp
2015-04-07 17:43:54 +02:00