commy2
2c4f286593
also fix cooking off ammo boxes
2017-03-14 10:08:06 +01:00
commy2
2334d501d0
Fix cookoff desynch, fix #4900
...
Randomness would be calculated on every machine, but only vehicle explosion and sound are done by the server. Smoke, light and fire sfx are done by each client.
2017-03-14 10:04:56 +01:00
Glowbal
71d9694eb6
Prep 3.9.1 release
2017-03-13 20:48:02 +01:00
jonpas
27ef320542
Fix vehicle lock lockpick condition, Fix lockpicking from inside ( #4985 )
2017-03-13 20:43:55 +01:00
Mark Ruffner
6403132a9b
Add validation on group id for map gesture color mapping ( #4976 )
2017-03-13 20:43:06 +01:00
PabstMirror
11de1326ef
Cleanup use of ACE_HashLocation ( #4975 )
2017-03-13 20:42:43 +01:00
PabstMirror
d18ad0c087
Give options menu list focus ( #4965 )
2017-03-13 20:42:25 +01:00
PabstMirror
d9be3c0ffc
Fix rangecard not showing wind/lead ( #4964 )
2017-03-13 20:42:05 +01:00
J3aLeiNe
ca5f3fa1cf
Update maps' latitude ( #4961 )
...
- add Dingor
- add MSKE 2017
- add G.O.S Leskovets
- add Trung Si
- add I44: Omaha v2
- add I44: Neaville and Neaville (Winter)
- add I44: Battle of the Bulge
2017-03-13 20:41:37 +01:00
PabstMirror
43786786de
Fix gforce avg on switching to aircraft ( #4955 )
...
* Fix gforce avg on switching to aircraft
* Dont use for-loop for neutral g-forces array
2017-03-13 20:41:14 +01:00
jonpas
ca4060b852
Require CBA v3.2.1 ( #4954 )
...
Conflicts:
addons/main/script_mod.hpp
2017-03-13 20:40:52 +01:00
PabstMirror
a1853e0d52
Fix intergrated scopes ( #4945 )
2017-03-13 20:40:11 +01:00
PabstMirror
76e9b132d7
Add RHS GREF compat for RKG-3 grenade ( #4944 )
2017-03-13 20:39:42 +01:00
PabstMirror
bda09296ed
Fix lost magazines when restoring gunbag mags ( #4942 )
2017-03-13 20:39:24 +01:00
PabstMirror
1952dc5798
Reload medical configs into extension on save load ( #4941 )
2017-03-13 20:39:01 +01:00
PabstMirror
2c7a5fee76
Fix setVariablePublic reseting to old values ( #4938 )
...
* Fix setVariablePublic reseting to old values
* Don't drop delay time
2017-03-13 20:38:41 +01:00
PabstMirror
863d54973d
Verify params in atragmx profile gunlist ( #4917 )
2017-03-13 20:38:12 +01:00
PabstMirror
19e1a1f4c5
Pass map gestures draw by reference ( #4914 )
2017-03-13 20:37:47 +01:00
PabstMirror
0c479859af
Hide earplug actions if setting disabled ( #4913 )
...
* Hide earplug actions if setting disabled
* Add lines that are new
2017-03-13 20:37:29 +01:00
Mark Ruffner
cd526b7f5e
Medical/Repair 3den Toolbox State Fix (Bug fix for #4902 ) ( #4905 )
...
* Update medical/repair 3den away from missionNamespace
* Simplify save
2017-03-13 20:37:11 +01:00
Glowbal
5240c225e6
Update CBA required version ( #4899 )
...
* prep v3.9.0
* Update required CBA version
2017-03-13 20:36:49 +01:00
PabstMirror
f3d6a4d90d
Use createSimpleObject to create tags ( #4892 )
2017-03-13 20:35:39 +01:00
PabstMirror
b0741f48d7
Fix getPos order ( #4889 )
2017-03-13 20:35:15 +01:00
PabstMirror
2e8651deac
Fix passenger actions - Ensure order of MainActions ( #4883 )
2017-03-13 20:34:42 +01:00
commy2
bd7c8ce409
Optimize Laserpointer ( #4859 )
...
* only process one unit every 0.1 seconds
* exitWith to keep indentation low
* use event to determine isIR and isTI
* correctly remove units with turned on lights from their arrays
* handle weaponAccessories command reporting nil
Conflicts:
addons/laserpointer/XEH_postInit.sqf
2017-03-13 20:33:32 +01:00
PabstMirror
e8418f6df0
Fix Javelin for AI ( #4857 )
2017-03-13 20:31:16 +01:00
Dedmen Miller
1b951231da
Cache Nametags onDraw3D flags. ( #4847 )
...
* Cache Nametag flags
* Remove unused privates
* Fix fading, cursorOnly mode, improve cache reset
* Fix header
2017-03-13 20:30:53 +01:00
Ozan Eğitmen
d3af5f0e64
New Function to Show BIS Style Curator Messages ( #4844 )
...
* Add showMessage fnc that shows BIS curator messages
* Add documentation
* Make function simpler
* Modify to fir new syntax
* Handle non-string args
2017-03-13 20:29:39 +01:00
Ozan Eğitmen
2554aba559
Frag Superanal Cleanup ( #4803 )
...
* Minimal frag cleanup
* Why did this even happen in the first place
Conflicts:
addons/frag/functions/fnc_frago.sqf
2017-03-13 20:28:58 +01:00
PabstMirror
a2f1a4684e
Generic cycle attack profile key for missile guidance ( #4787 )
...
* Generic cycle attack profile key for missile guidance
* Add hint for weapons without huds
* Fix Korean strings
* Cleanup
2017-03-13 20:25:30 +01:00
NorXAengell
e20666ba9a
French translation to "Advanced throwing" and "Advanced fatigue" ( #4415 )
...
* French translation of "Advanced fatigue" and "Advanced throwing"
Full translation of "Advanced fatigue" and "Advanced throwing".
* New batch of translation/correction
2017-03-13 20:25:09 +01:00
PabstMirror
a3750b3160
Pass functions by "reference" to bis event handlers ( #4898 )
...
* Pass functions by "reference" to bis event handlers
* Add Doc
* Fix
Conflicts:
addons/laserpointer/XEH_postInit.sqf
2017-03-13 20:24:27 +01:00
Dedmen Miller
5105394f29
Prevent starting additional vital loops on full heal ( #4885 )
2017-03-13 20:21:57 +01:00
J3aLeiNe
9733ddc1c0
Update CfgWeapons.hpp ( #4893 )
2017-03-13 20:21:10 +01:00
sbng-PAPA
11b4a4a2bc
More accurate Korean translate for medical ( #4897 )
2017-03-13 20:20:46 +01:00
jonpas
f0977a18ac
Fix multiple slideshows sub-actions, Add set name setting ( #4904 )
...
* Fix all slides being in multiple slideshows setup, Use private keyword
* Add setting for slides main interaction name
* Update Slideshow documentation
* Add not about new argument added in version
2017-03-13 20:20:23 +01:00
PabstMirror
32c5d1c80c
Add getInteractionDistance and fix VTOL refuel/arm ( #4882 )
2017-03-13 20:19:51 +01:00
PabstMirror
d3bfcf0aa9
Fix MUL macros ( #4888 )
...
Conflicts:
addons/frag/functions/fnc_frago.sqf
2017-03-13 20:19:16 +01:00
jonpas
5ef06590cc
Fix double single quote to single double quote ( #4876 )
2017-03-13 20:16:56 +01:00
PabstMirror
796eba5297
Handle changes to CBA_fnc_addPlayerEventHandler ( #4878 )
...
* Handle changes to CBA_fnc_addPlayerEventHandler
* Fix var spelling
2017-03-13 20:16:35 +01:00
commy2
d2bcfe02b5
fix HK416 name, fix #4873 ( #4874 )
2017-03-13 20:15:40 +01:00
jonpas
43dc1f020e
Fix vehicle lock lockpick condition, Fix lockpicking from inside ( #4985 )
2017-03-11 22:49:54 -06:00
PabstMirror
d313d53b02
Fix gforce avg on switching to aircraft ( #4955 )
...
* Fix gforce avg on switching to aircraft
* Dont use for-loop for neutral g-forces array
2017-03-09 16:49:50 -06:00
PabstMirror
f3d2833b28
Fix rangecard not showing wind/lead ( #4964 )
2017-03-08 19:40:48 +01:00
PabstMirror
d900871da4
Pass map gestures draw by reference ( #4914 )
2017-03-08 19:34:58 +01:00
PabstMirror
c49e5bcfa0
Reload medical configs into extension on save load ( #4941 )
2017-03-08 19:33:28 +01:00
PabstMirror
110bce763f
Fix intergrated scopes ( #4945 )
2017-03-08 19:31:26 +01:00
PabstMirror
19af072c99
Give options menu list focus ( #4965 )
2017-03-08 19:26:05 +01:00
Mark Ruffner
acf422b774
Add validation on group id for map gesture color mapping ( #4976 )
2017-03-08 09:58:29 -06:00
PabstMirror
0841c05a6d
Cleanup use of ACE_HashLocation ( #4975 )
2017-03-08 10:15:15 +01:00
sbng-PAPA
e2c04a80c4
More accurate Korean translate for medical ( #4897 )
2017-03-02 17:48:48 -06:00
Ozan Eğitmen
3aa55b1452
New Function to Show BIS Style Curator Messages ( #4844 )
...
* Add showMessage fnc that shows BIS curator messages
* Add documentation
* Make function simpler
* Modify to fir new syntax
* Handle non-string args
2017-03-02 17:47:49 -06:00
Dedmen Miller
512592b79d
Prevent starting additional vital loops on full heal ( #4885 )
2017-03-02 17:22:16 -06:00
J3aLeiNe
6ce9ede1b5
Update maps' latitude ( #4961 )
...
- add Dingor
- add MSKE 2017
- add G.O.S Leskovets
- add Trung Si
- add I44: Omaha v2
- add I44: Neaville and Neaville (Winter)
- add I44: Battle of the Bulge
2017-03-02 14:00:18 -06:00
J3aLeiNe
dd76a91844
Update CfgWeapons.hpp ( #4893 )
2017-02-28 19:14:01 -06:00
jonpas
b9fa3e404d
Require CBA v3.2.1 ( #4954 )
2017-02-27 14:22:45 -06:00
jonpas
bc70571765
Use CBA Accessory Functions for Laser mode switching ( #4855 )
...
* Use CBA Accessory Functions for Laser mode switching
* Use CBA ACC EH to prevent switching to unusable lzr (#4860 )
* Use CBA ACC EH to prevent switching to unusable lzr
* Re-call CBA_accessory_fnc_switchAttachment
* Require CBA 3.2.0
2017-02-25 17:16:40 +01:00
PabstMirror
287d3b475b
Add RHS GREF compat for RKG-3 grenade ( #4944 )
2017-02-24 19:21:42 -06:00
PabstMirror
0bc1e12775
Verify params in atragmx profile gunlist ( #4917 )
2017-02-24 19:20:27 -06:00
PabstMirror
02ea214ade
Fix setVariablePublic reseting to old values ( #4938 )
...
* Fix setVariablePublic reseting to old values
* Don't drop delay time
2017-02-24 19:19:39 -06:00
PabstMirror
e41fbcb0fd
Fix lost magazines when restoring gunbag mags ( #4942 )
2017-02-24 19:19:05 -06:00
jonpas
1590948b92
Fix multiple slideshows sub-actions, Add set name setting ( #4904 )
...
* Fix all slides being in multiple slideshows setup, Use private keyword
* Add setting for slides main interaction name
* Update Slideshow documentation
* Add not about new argument added in version
2017-02-24 14:08:18 +01:00
Mark Ruffner
0900bf964b
Medical/Repair 3den Toolbox State Fix (Bug fix for #4902 ) ( #4905 )
...
* Update medical/repair 3den away from missionNamespace
* Simplify save
2017-02-18 12:27:36 -06:00
PabstMirror
9d128152a3
Hide earplug actions if setting disabled ( #4913 )
...
* Hide earplug actions if setting disabled
* Add lines that are new
2017-02-16 10:16:46 -06:00
Glowbal
19d5fa0a4e
Update CBA required version ( #4899 )
...
* prep v3.9.0
* Update required CBA version
2017-02-14 16:53:35 -06:00
Glowbal
283c372291
Merge branch 'release'
2017-02-14 22:43:31 +01:00
Glowbal
df693d69b6
Prepare v3.9.0 release
2017-02-14 21:25:22 +01:00
PabstMirror
dfca4fdcf8
Pass functions by "reference" to bis event handlers ( #4898 )
...
* Pass functions by "reference" to bis event handlers
* Add Doc
* Fix
2017-02-14 10:54:37 -06:00
PabstMirror
036bb0ecd4
Use createSimpleObject to create tags ( #4892 )
2017-02-14 10:54:21 -06:00
NorXAengell
1be278fbda
French translation to "Advanced throwing" and "Advanced fatigue" ( #4415 )
...
* French translation of "Advanced fatigue" and "Advanced throwing"
Full translation of "Advanced fatigue" and "Advanced throwing".
* New batch of translation/correction
2017-02-11 15:16:56 -06:00
PabstMirror
33b19f7b4c
Fix MUL macros ( #4888 )
2017-02-11 15:07:10 -06:00
PabstMirror
f678f4a3b1
Fix getPos order ( #4889 )
2017-02-10 21:23:33 -06:00
PabstMirror
159e762576
Handle changes to CBA_fnc_addPlayerEventHandler ( #4878 )
...
* Handle changes to CBA_fnc_addPlayerEventHandler
* Fix var spelling
2017-02-10 13:03:12 -06:00
PabstMirror
78a55d4436
Generic cycle attack profile key for missile guidance ( #4787 )
...
* Generic cycle attack profile key for missile guidance
* Add hint for weapons without huds
* Fix Korean strings
* Cleanup
2017-02-10 13:01:17 -06:00
PabstMirror
70f4dd3e6b
Fix passenger actions - Ensure order of MainActions ( #4883 )
2017-02-10 12:49:10 -06:00
commy2
97a0624375
Optimize Laserpointer ( #4859 )
...
* only process one unit every 0.1 seconds
* exitWith to keep indentation low
* use event to determine isIR and isTI
* correctly remove units with turned on lights from their arrays
* handle weaponAccessories command reporting nil
2017-02-10 12:47:08 -06:00
PabstMirror
3ce0865913
Add getInteractionDistance and fix VTOL refuel/arm ( #4882 )
2017-02-10 12:34:51 -06:00
Ozan Eğitmen
d2ee1e987a
Frag Superanal Cleanup ( #4803 )
...
* Minimal frag cleanup
* Why did this even happen in the first place
2017-02-10 12:28:27 -06:00
Dedmen Miller
5351b43ff3
Cache Nametags onDraw3D flags. ( #4847 )
...
* Cache Nametag flags
* Remove unused privates
* Fix fading, cursorOnly mode, improve cache reset
* Fix header
2017-02-10 12:19:14 -06:00
PabstMirror
231346a199
Fix Javelin for AI ( #4857 )
2017-02-05 23:01:48 +01:00
commy2
10756ff02d
fix HK416 name, fix #4873 ( #4874 )
2017-02-05 23:01:06 +01:00
jonpas
4d872b84b7
Fix double single quote to single double quote ( #4876 )
2017-02-05 23:00:35 +01:00
Glowbal
c0c41667e7
prep v3.9.0
2017-02-05 13:48:09 +01:00
Dystopian
06f99f044c
Fix deprecated AW159 and CH-47I config ( #4726 )
2017-02-02 17:45:32 -06:00
commy2
9d68fbf987
fix script error caused by new arguments passed to handleDamage ( #4866 )
...
* fix script error caused by new arguments passed to handleDamage
* Copy array to not break other handleDamage ehs
* Resize to 7
2017-02-02 13:03:13 -06:00
Dorbedo
aa393ccf92
typo in ace_interaction_fnc_getDoorAnimations ( #4854 )
2017-01-28 13:43:42 -06:00
Dystopian
b30705661c
add real name for civilian kamaz trucks ( #4851 )
2017-01-23 12:14:55 -06:00
Neviothr
9b36ccadcc
Aircraft cleanup ( #4818 )
...
* Cleanup
* Returned lines between classes
* Add files via upload
2017-01-23 12:13:37 -06:00
PabstMirror
e9b5bde371
Add ace_setting for scaling cookoff effect length ( #4842 )
...
* Add getVar for scaling cookoff effect length
* Switch to ace_setting
* Add notes about merging settings
2017-01-23 12:13:02 -06:00
Dystopian
7cdf2d75a3
fix win newline in repo ( #4849 )
2017-01-23 00:56:52 +01:00
Dystopian
d5d8413ee9
fix kamaz medical can repair ( #4850 )
2017-01-22 10:39:02 -06:00
jonpas
b7f36ffd12
Add orange map chemlight entry ( #4839 )
2017-01-18 18:18:28 -06:00
ViperMaul
5deb305906
Fix ace_gunbag track named properties ( #4838 )
2017-01-17 18:03:27 -06:00
Grzegorz
15f2e6b2fe
PL translation 3.9.0 ( #4821 )
...
* translate/fix cookoff PL translation
* translate/fix laser/map PL translation
* fix/translate maptools PL translation
* fix/translate medical_blood PL translation
* fix scopes PL translation
* fix zeus PL translation
* translate overpressure
2017-01-17 15:33:22 -06:00
PabstMirror
4f3f847930
Fix ace_track named properties ( #4837 )
...
* Fix ace_track named properties
* Fix 4 more
2017-01-17 15:32:14 -06:00
Neviothr
ade87adf46
Modules Cleanup ( #4813 )
...
* Cleanup
* Added newlines
2017-01-14 15:47:03 -06:00
bux
3f00da7365
decrease concertina "dismount" time, use ace checks ( #4812 )
...
IRL it’s just pushing them together again
2017-01-13 13:43:54 -06:00
Dedmen Miller
6c12444d85
Fixes #4814 ( #4815 )
...
Doesn't fix the core issue behind #4814 but it fixes the issue that bothered me so much that i reported this.
2017-01-11 15:54:03 -06:00
PabstMirror
39181fdea5
Simplify huntIR configs using += ( #4521 )
...
* Add huntIR magazine to GL_3GL_F via sub config
* Cleanup RHS 40mm huntIR GL config
* Add huntir to standalone m320 - #4199
2017-01-09 12:11:31 -06:00
PabstMirror
8752b03c12
Hearing - player only event handlers ( #4727 )
2017-01-09 12:10:52 -06:00
PabstMirror
bce0913019
Cookoff - add function to get ammo ( #4779 )
...
* Cookoff - add function to get ammo
Fix #4565 - Function adds virtual ammo for rearm vehicles
Remove FUNC(secondaryExplosions) - which duplicatd detonateAmunition
Tweak timeBetweenAmmoDetonation calculation to use all ammo, not just
the current mag
Allow GVAR(enableAmmoCookoff) effect to work with GVAR(enable)=false
* Fix header
* Cleanup getting ammo from turrets
2017-01-04 15:35:54 -06:00
classic
0046ba4bbb
fix Japanese translation for #4785 ( #4804 )
...
"j" is replace by a "J"
2017-01-04 16:37:00 +01:00
J3aLeiNe
2dcd79fd1d
Update MapData ( #4786 )
...
* Update Map data
- Add IFA3LITE maps
- Add CSA38 map
- Add Beketov map
- Add Winter Panthera map
- Add Nam and Mogadishu maps
- Add Uhao island map
* Update fnc_getMapData.sqf
- Add X-Cam-Taunus map
- Add Unsung 3.1 Delta maps
2017-01-02 21:32:58 -06:00
BaerMitUmlaut
0a05401e74
Fix cookoff locality issues ( #4799 )
...
* Fix locality issue with box cookoff
* Add grenade fired EHs on hcs and dedis
2017-01-02 17:55:44 -06:00
classic
9d37d91c71
Jpn translation for overpressure #4770 ( #4785 )
...
Japanese translation for #4770
2017-01-02 17:54:51 -06:00
jtj5283449
d4855a7ff3
Korean Translation v1.0 ( #4794 )
...
* Add files via upload
* Add files via upload
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
* Added Korean translation
japanese translation caused error while translating process, had to remove some duplicated keys in stringtable.xml.
* Fix encoding
2017-01-02 17:52:01 -06:00
jonpas
e296c12b30
Remove duplicated Zeus strings
2017-01-02 16:16:37 +01:00
Skully71
9b22f94374
Ensure movingToInjured is false whenever _target no longer needs healing, fixes #4797 ( #4800 )
2017-01-02 14:02:43 +01:00
markooff
0c069a6bd2
polish translations ( #4734 )
...
* some extra polish translations
for details see polish_translations_readme_markooff.txt
* file was deleted as it wasn't the part of the mod (only for information reason)
2017-01-02 13:21:47 +01:00
PabstMirror
3cd80a42d7
Fix cruise heigh on close shots ( #4795 )
2016-12-29 15:04:19 -06:00
PabstMirror
c22fce273f
Overpressure changes ( #4770 )
...
* Add setting to overpressure
* Change overpressure on 2a70 cannon
Close #4691
Also fix gl smoke causing frag
* Handle 2a28 cannon
* Fix base class
2016-12-22 13:29:05 -06:00
bux578
886e23791f
Merge pull request #4774 from classicarma/fix-jpn-translate-v383
...
Fix jpn translate v383
2016-12-17 15:59:50 +01:00
classic
6a93f58b52
added missing localization in jpn translation
...
added missing localization in jpn translation
2016-12-17 20:50:19 +09:00
classic
552e9ecd87
fix jpn translation for ballistics
...
fix html tag in the japanese translation.
2016-12-17 20:39:57 +09:00
PabstMirror
988c5b0a25
Minor wind deflection optimization ( #4762 )
2016-12-16 08:08:10 +01:00
bux578
d8fec7fbe3
improve german translation for entrenchment tool ( #4769 )
2016-12-15 13:42:13 -06:00
classic
0842481c2f
fix for jpn translate in medical_menu
...
Delete unnecessary the HTML tags in line 134
2016-12-15 20:58:21 +09:00
Ozan Eğitmen
ef4d289836
Add Zeus Module for FRIES ( #4597 )
...
* Initial commit
* Revert unrelated changes
* Add newline
* Fix undefined var, localize text
* Shorten strings, add missing parameters
* Fix logical error
* Fix capitalization, Update string, Only add EH on server
* Add missing uses of the private command
* Remove excess formatting
* Add module category
2016-12-14 23:55:06 -06:00
Dedmen Miller
c009000bd9
Use new private syntax for winddeflection PFH ( #4761 )
2016-12-14 23:29:07 -06:00
PabstMirror
5379503772
Fix deadman range, fix clacker transfer, use setShotParents ( #4689 )
2016-12-14 14:06:32 -06:00
Dystopian
4f20d1f7c6
add rearm to Vehicle Ammo boxes ( #4750 )
2016-12-14 13:18:04 -06:00
Dystopian
cc3b669fcd
Fix missing refuel menu on static fuel stations ( #4533 )
...
* fix static fuel stations
* Directly compile menus and remove XEH from buildings
2016-12-14 12:48:00 -06:00
Glowbal
c8ef10341e
Merged branch release-v3.8.3 into master
2016-12-13 23:14:12 +01:00
Glowbal
0df98f794c
Prep 3.8.3
2016-12-12 19:50:16 +01:00
PabstMirror
06caea825b
AdvThrow - Make sure ammo setVar is not empty ( #4743 )
2016-12-12 19:33:34 +01:00
commy2
757ab78191
fix usage of reserved variable "" in FUNC(getDetectorConfig), fix #4741 ( #4742 )
2016-12-12 19:33:05 +01:00
PabstMirror
11b464b585
Fix blood drop selection if blood loss is high
...
close #4739
2016-12-12 19:32:23 +01:00
PabstMirror
de34d57d5b
Update SMG_02 base class for 1.66 ( #4718 )
2016-12-12 19:31:52 +01:00
PabstMirror
14c7e9af17
AF - Remove setVar when removing eh
2016-12-12 19:30:58 +01:00
Glowbal
b72541df23
Jpn translation v382 ( #4710 )
...
* jpn scopes translation
this is Japanese translation for scope
* fix jpn weather translation
Fix for Weather japanese translation
* fix jpn Repair translation
fix jpn Repair translation
* jpn zeus translation
Japanese localization for zeus
2016-12-12 19:29:58 +01:00
PabstMirror
8d1f988f5d
AdvThrow - Make sure ammo setVar is not empty ( #4743 )
2016-12-02 12:44:39 -06:00
commy2
d75eeac1e4
fix usage of reserved variable "" in FUNC(getDetectorConfig), fix #4741 ( #4742 )
2016-12-02 10:09:48 -06:00
PabstMirror
4eba77f328
Fix blood drop selection if blood loss is high
...
close #4739
2016-12-01 20:36:10 -06:00
ulteq
3e0f85b4f1
RangeCard - Take bore height into account ( #4715 )
2016-12-01 21:20:51 +01:00
PabstMirror
3566e6e7f5
Update SMG_02 base class for 1.66 ( #4718 )
2016-12-01 12:05:28 -06:00
PabstMirror
321bb0bc57
Add frag definitions for remaining ammo ( #4736 )
...
Remove rpt warning
Close #342
2016-12-01 11:01:55 -06:00
ulteq
448dcddc55
ATragMX - cleanup and some fixes ( #4714 )
...
* ATragMX - Improved the default gun profiles
* Recalculated all muzzle velocities (based on 15 degrees Celsius)
* Recalculated all scope base angle (based on the new muzzle velocities)
* ATragMX - Removed lots of duplicate code
* Introduced dynamic simulation interval (based on muzzle velocity)
* ATragMX - Fixed simulation interval for the truing drop feature
2016-12-01 10:23:03 +01:00
ulteq
50e144672f
Ballistics - Cleanup ( #4721 )
...
* Ballistics - Removed 'caliber', 'hit' and 'typicalSpeed' entries
* from all vanilla ammo types
* Removed all unused ammo types
* Ballistics - Removed more unnecessary config entries
2016-12-01 10:21:59 +01:00
William Giokas
b9fbd2723a
Realisticweights: Updated cyrus weight
...
Cyrus was set to weigh 300 units (~30lb?). The NATO equivalent, the Noreen
Bad News (or MAR-10) weighed 130, or 13lbs, equivalent to it's real life
counterpart. This just changes the weight to 140, similar to that of the
SVDK, a possible real-life counterpart for this rifle.
2016-12-01 01:27:02 -06:00
PabstMirror
bc89a260ff
AF - Remove setVar when removing eh
2016-11-27 16:38:33 -06:00
ulteq
dff577d5d1
ATragMX - Simplified Coriolis calculation ( #4716 )
2016-11-27 09:56:23 +01:00
classic
05ddca5b90
Jpn translation v382 ( #4710 )
...
* jpn scopes translation
this is Japanese translation for scope
* fix jpn weather translation
Fix for Weather japanese translation
* fix jpn Repair translation
fix jpn Repair translation
* jpn zeus translation
Japanese localization for zeus
2016-11-25 18:50:07 +01:00
ulteq
aaebdc3752
ATragMX - Minimize the integration error ( #4703 )
...
* The goal is to keep the error below 0.1 MRAD
2016-11-25 10:29:49 +01:00
ulteq
7d22fce8da
Advanced Ballistics - New default simulation interval ( #4707 )
2016-11-25 00:15:41 +01:00
ulteq
b2ba95913a
ATragMX - Truing Drop fix ( #4704 )
...
* Fixes a bug in the truing drop feature that occurs when the zero range is greater than the truing range
2016-11-25 00:15:04 +01:00
Glowbal
050384e960
Merge branch 'release'
...
Conflicts:
docs/_config.yml
docs/_config_dev.yml
2016-11-25 00:08:32 +01:00
ulteq
87b9671757
AdvancedBallistics - Abort after adjusting the muzzle velocity ( #4700 )
...
* Always adjust the muzzle velocity when advanced ballistics is enabled
2016-11-24 00:11:25 +01:00
PabstMirror
a3c50a6c76
Add dev macro to quickly recompile functions ( #4699 )
2016-11-23 13:35:25 -06:00
Glowbal
9d08ad8238
Prep 3.8.2 release
2016-11-22 18:38:58 +01:00
ulteq
dcd4137491
Fixed several bugs in the unit conversion code
...
* Proper min, max capping for both metric and imperial units
* Fixed unit conversion issues on the interpolation table input fields
2016-11-21 21:20:48 +01:00