Commit Graph

11271 Commits

Author SHA1 Message Date
f1ee7756d4 Fix Spotting Scope Interaction Point (#5132) 2017-05-07 16:51:34 -05:00
777d0e6fb0 Improve Japanese translation (#5133)
* Add the Japanese translation for cargo

Add the Japanese translation for cargo, fix to html tag and few improvement

* fix the Japanese transltion

Fix the Japanese translation for attach. it was used wrong html tag.

* changed The Japanese translation

Changed the Japanese translation of azimuth angle

* fix The Japanese translation

Fix the Japanese translation for chemlights. it was used wrong html tag.

* fix The Japanese translation

Fix the Japanese translation for laserpointer. it was used wrong html tag.

* Fix the Japanese translation

Fix the Japanese translation for medical_blood. it was used wrong translation.

* Fix the Japanese translation

Fix the Japanese translation for rearm. it was used wrong translation.

* add The Japanese translation

add The Japanese translation to new words

* Improve The Japanese translation

Improve, fix and change The Japanese translation

* minor fix to Japanese translation

minor fix to Japanese translation. see b1b07c5
2017-05-06 12:01:31 -05:00
6394f2b975 Fix #5081
The default values of the arrays manipulated by these functions overwrite
any changes applied before settings have finished initalising. This won't
be an issue after #4456 is merged in future.
2017-05-05 23:02:19 +01:00
1ff6e820b2 Add 3den info to spectator template
- A `displayName` shown in the 3DEN multiplayer attributes display
- A `respawnTypes` array to define which respawn types the template is compatible with (currently only includes `2,3` - need to investigate compatibility with other types further).
2017-05-05 23:02:19 +01:00
74399be109 Optimize spectator unit list function
Making good use of the new `select` CODE syntax.
2017-05-05 23:02:19 +01:00
9ee2f10f63 Simplify spectator compass code 2017-05-05 23:02:19 +01:00
ec2a90f62c Disable search on spectator unit tree
Finally found out how to do this. Having search enabled on the unit tree might seem useful, but it doesn't interact well with keyboard shortcuts used for other purposes like camera control as it causes the tree to jump around unexpectedly.
2017-05-05 23:02:19 +01:00
ea4a159cd2 Add Paradrop Time Coefficient Setting (#5116)
* Add coef

* Show cargo paradrop time in menu

* Unary command, not a function call

* If drop time is 0 don't show a progress bar

* Add the setting to cargo's editor module

* Swap values

* Remove extra comma

* Move unload message to paradrop event

This way the message will show up on all paradrops, not just immidiate
ones.
2017-05-05 14:02:59 -05:00
c001be5b09 Add keybind to toggle interaction menu (#5095) 2017-05-05 13:20:54 -05:00
8dde674105 Fix jerry can refuel interaction overlapping (#5107) 2017-05-05 13:10:50 -05:00
a08ed0e307 Fix refuel nozzle dropping to ground (#5119) 2017-05-01 18:06:34 -05:00
f1566a7aa3 Add volume toggle docs (#5077)
* Add volume toggle docs

* Change version and remove ref to another mod

* Changes as per review

* Fix numbers
2017-04-26 16:42:14 +02:00
0a7033a186 Remove CfgAiSkill config changes (#5091)
* Remove CfgAiSkill config changes

* Add note to wiki about removal
2017-04-22 11:18:56 -05:00
4cdc323fdf Fix Javelin for AI for RHS (#5096) 2017-04-22 11:18:15 -05:00
06820c6b69 Fix broken url on modules wiki page (#5088) 2017-04-17 12:19:06 +02:00
7bb3798217 Fix RHS mp7 UBC (#5085) 2017-04-16 09:09:50 -05:00
bcd73edaba French localization complete (#5079)
* French localization complete

* STR_ACE_MapTools_drawStaightLines_description fix

"l'on doit survoler le milieu du trait pour pouvoir le supprimer"

* Space management

alganthe :
Espace en trop après référence.

* Diapo

alganthe :
Slideshow -> diaporama
Slide -> diapo

* Cohesion fix

alganthe :
Vous avez traduit le nom du module juste au dessus (displayname).
Il est vrai que les créateurs de missions doivent consulter une documentation principalement écrite en anglais, donc vous avez le choix de traduire la ligne ci-dessus ou la garder, les deux semblent valide à mes yeux.

Reasoning : since French mission makers read reference material in English, it makes sense not to translate it and thus keep it simple for them.

* Caisses de munitions

caisse de mun -> caisses de munitions

* STR_ACE_Scopes_Description

Oops, forgot that one.
2017-04-12 10:39:41 +02:00
a0e1205e54 (Medical) French text - minor changes (#5043)
Minor changes due to users feedback
2017-04-12 08:40:31 +02:00
8d43b899e6 Frag - Cleanup and Performance (#5010)
* Frag - Cleanup and Performance

* Add dots
2017-04-11 10:33:56 -05:00
f44da354d5 Fix tagging model cache (#5055) 2017-04-11 10:12:03 -05:00
6c592e5a10 Virtual units - skip goggles/hearing effects (#4988)
* Disable goggles and hearing fx for virtual units

* Cleanup some other CBA_fnc_addPlayerEventHandler
2017-04-11 10:06:29 -05:00
fb73286242 Tweak overheating (#4969)
* Tweak overheating

* Add define for constant magic num
2017-04-11 10:04:57 -05:00
f0c8d5ad95 Fix FCS Vehicle Init (#5063) 2017-04-11 10:02:59 -05:00
fd139abb42 Use setShotParents in Advanced Throwing (#5052)
* Use setShotParents in Advanced Throwing - close #5034

* Execute setShotParents on server (server-only command)
2017-04-11 16:59:32 +02:00
53943c7503 Filter headless clients from zeus teleportation (#5070) 2017-04-11 16:59:06 +02:00
a16fafd697 fix highlighted info box color (#5075) 2017-04-11 09:41:32 -05:00
bb5e479ae5 Merge pull request #5074 from acemod/use-https
use https for main menu
2017-04-11 12:19:54 +02:00
a9d562e5f7 use https for main men 2017-04-11 12:03:47 +02:00
0a0929cdc5 use https for main menu 2017-04-11 12:00:34 +02:00
025f821ac8 Merge pull request #5073 from acemod/main-menu-tweaks
tweak ACE main menu info box
2017-04-11 03:29:36 +02:00
8a25cd9c0c tweak ACE main menu info box 2017-04-11 02:37:53 +02:00
8dfb7928c0 Merge pull request #5031 from Laid3acK/wiki_atragmx
Wiki AtragMx updated_3
2017-04-10 11:47:07 +02:00
edf4e388e2 Update ACEX to 3.2.0.4 (#5062) 2017-04-07 19:50:55 +02:00
83d2183f61 Fix cargo loading to locked vehicle (#5049) 2017-04-01 00:33:36 -05:00
4a24759650 Fix dagr not showing bearing in mils (#5047) 2017-03-30 10:02:13 -05:00
ee53c9e69d fix link atragmx.md 2017-03-30 13:58:17 +02:00
9b4377a547 Update atragmx.md 2017-03-29 21:34:34 +02:00
a13a685258 Update vector.md 2017-03-29 13:57:53 +02:00
0aa872a26a Merge pull request #5044 from Don42/patch-1
Update documentation for Vector21
2017-03-29 13:53:59 +02:00
6c4d6c88d9 Add blank line after heading 2017-03-29 13:43:22 +02:00
105ac01b56 Update documentation for Vector21
Add explanation on how to switch range and azimuth units
2017-03-29 00:30:18 +02:00
94826cc8d6 French loc fixes (ballistics) (#5041)
Minor French loc fixes
2017-03-26 19:39:05 -05:00
33dd0b5707 French additions (Cargo) (#5040)
Minor French text additions
2017-03-26 19:38:18 -05:00
0da039758e Wiki scope updated_1 (#5037)
* Update scopes.md

* Update scopes.md

* Update scopes.md

* Add files via upload

* Update scopes.md

* fix links and `alt` texts

* Delete scope_module.jpg

* Add files via upload

* Update scopes.md
2017-03-26 10:30:52 -05:00
fc860e7b43 French loc improvement (#5017)
* French loc improvement

(French) text as it is clutters the interface interface, making it
uneasy for medic to use the it smoothly.
https://i.gyazo.com/8d7a5bb2f15dd1332cec36f2eef510c8.png

Hopefully suggested changes fixes that.

There were a few typos and, in my opinion, unaccurate or missing
translation.
Based on French Army Field Manual, actual paramedical personnel and past
work on XMedSys.

* Pull 5017 with spaces instead of tabs

https://github.com/acemod/ACE3/pull/5017

* Fixes a minor typo

Selectioner -> Sélectionner

* Duplicate entry (French)

Removes a duplicate entry, didn't saw first time
2017-03-25 10:52:37 -05:00
3291059621 Wiki scope updated (#5028)
* Update scopes.md

* Update scopes.md

* Update scopes.md

* Add files via upload

* Update scopes.md

* fix links and `alt` texts
2017-03-25 10:49:46 -05:00
10168e9e90 Wiki Kestrel 4500 updated (#5027)
* Update kestrel4500.md

* Update kestrel4500.md

* Update kestrel4500.md

* Update kestrel4500.md

* Update kestrel4500.md

* Update kestrel4500.md

* Update kestrel4500.md

* fix links and `alt` texts
2017-03-25 10:49:14 -05:00
24fd37c9a6 Wiki Advanced Ballistics updated (#5030)
* Update advanced-ballistics.md

* Update advanced-ballistics.md

* Update advanced-ballistics.md

* Update advanced-ballistics.md

* Update advanced-ballistics.md

* Update advanced-ballistics.md

* Update advanced-ballistics.md

* Update advanced-ballistics.md

* Update advanced-ballistics.md

* Update advanced-ballistics.md

* Add files via upload

* Update advanced-ballistics.md

* fix links and `alt` texts
2017-03-25 10:48:35 -05:00
b5030d90b7 Wiki range card updated (#5029)
* Update rangecard.md

* Update rangecard.md

* Update rangecard.md

* Add files via upload

* Update rangecard.md

* fix links and `alt` texts
2017-03-25 10:47:11 -05:00
fcd57a9492 Duplicate French entry (#5032)
Removes a duplicate French entry, didn't saw it :/
2017-03-25 10:46:23 -05:00