Commit Graph

1417 Commits

Author SHA1 Message Date
f69142dd45 Hearing - New XEH, Fix dead effects, Medical var (#3802)
* Hearing - New XEH, Fix dead effects, Medical var

* Use setHearingCapability

* Cleanup dead player vol update

* Don't change global hearing in medical

* Fix exitWith
2016-05-20 11:23:14 -05:00
cc9e128e74 Merge pull request #3792 from acemod/useGetUnitLoadout
use 'getUnitLoadout' instead of 'FUNC(getAllGear)' and deprecate it
2016-05-14 13:04:35 +02:00
c5275813a4 use 'getUnitLoadout' instead of 'FUNC(getAllGear)' and deprecate it 2016-05-14 10:49:09 +02:00
04b61ff32e Fix missing semicolon 2016-05-14 10:37:29 +02:00
180a0f9d84 Merge pull request #3462 from acemod/medicalLoops
Cleanup medical PFHs
2016-05-14 09:39:14 +02:00
eb8390741b Change round down mass of body bag
Mass is an integer.
2016-05-14 09:23:29 +02:00
38bb4f6c29 Adjusted weight of bodybag 2016-05-10 23:40:03 +02:00
83a8c488d9 Merge pull request #3751 from acemod/wipeoutWhitespace
Cleaned up excessive whitespace
2016-05-04 11:46:56 +02:00
7fcbe93b71 Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
7d0fcde9fa CZ Translate - Update
04/30/2016
2016-04-30 00:57:24 +02:00
65ccf66d00 Fixed redundant privates in setCardiacArrest 2016-04-18 15:23:04 +02:00
076803951d Merge pull request #3628 from alef/translation/15bn/alef
Italian translation
2016-03-31 06:54:31 +02:00
bcde9f8ed6 Filter minor falling damage to non-leg hitpoints 2016-03-28 01:15:58 -05:00
e97c7c0f65 Translation: IT completed (with BOM) 2016-03-27 21:22:15 +02:00
e5a7578f92 Translation: IT completed (no BOM) 2016-03-27 21:20:15 +02:00
cdcde46a7d Fix double displayName in medical settings 2016-03-22 13:05:47 +01:00
daceaa9dd8 Merge branch 'master' into settingsNameDescp 2016-03-18 14:48:11 +01:00
61f1959109 Fix morphine increasing viscosity
Morphine should decrease viscosity instead of increase. Closes #3579
2016-03-12 18:55:42 +01:00
60af0d3162 Merge pull request #3456 from acemod/StandardizeConfigArrayGVAR
Standardize GVAR array brackets in configs.
2016-03-08 18:19:50 +01:00
3232654e13 Close #3565 -Fix spelling of local var _woundEffectiveness 2016-03-08 11:02:54 -06:00
b5e95f3945 Add some names/descriptions to settings configs 2016-03-08 01:17:40 -06:00
e3deebff7e Fix empty callback for hr adjustment
Fix #3526
Same issue as #3384
2016-03-03 13:23:53 -06:00
fa3913752b replace XEH_ENABLED macro with actual class, fix #3482, fix #3483 2016-03-01 17:05:00 +01:00
fe967ff2bd Don't read medic setting that is not in module 2016-02-29 14:07:15 -06:00
9e682253f3 Move the dead body cleanup PFH to a loop using waitAndExecute 2016-02-28 23:33:51 -03:00
90a54397ae Move the litter cleanup PFH to a loop using waitAndExecute 2016-02-28 23:20:26 -03:00
4b702f68df Make loops non public 2016-02-28 23:10:15 -03:00
94e8bee348 Move the pfh from setDead to a waitAndExecute loop: reviveStepLoop 2016-02-28 23:08:25 -03:00
12895e7983 Remove unneeded parameter 2016-02-28 22:58:09 -03:00
0e82cdfe82 Move to a function and comments the function that tracks the effects of medications over time. Use waitAndExecute instead of a pfh for better performance. 2016-02-28 22:50:04 -03:00
21d4939abb Optimize the computation of tourniquet pain. Fix pain not being able to decrease when above 10 2016-02-28 22:08:59 -03:00
35e13d5357 Fixes 2016-02-28 20:55:05 -03:00
bbb84ec7d1 Move the tourniquet loop to handleUnitVitals. Makes the tourniquet pain compatible with swapping localities 2016-02-28 20:50:28 -03:00
085860c770 Restore addToInjuredCollection as a deprecated function 2016-02-28 20:32:02 -03:00
bed51ac8a4 Fix waitAndExecute syntax 2016-02-28 20:26:05 -03:00
3bbabac2d7 Rename and add comments to the function that tracks the units vital loop. Use waitAndExecute instead of a pfh for better performance. 2016-02-28 20:12:56 -03:00
8d326a0a1b Remove duplicate medical string 2016-02-28 22:54:24 +01:00
8bb7b072d4 Standardize grammar of GVAR arrays in configs to place the square brackets outside the GVAR macro.
This prevents any possible confusion when the GVARs are used in code.
2016-02-28 15:18:15 +01:00
c61e7b5104 Tweaked & added translations
Translation of almost every STR to French
2016-02-28 14:48:04 +01:00
905586bddc Make unused medical strings be used 2016-02-27 21:04:04 +01:00
df3ec3a179 Fix length of a display name
- Fix the length of a display name so it doesn't get cut off in the
settings.
2016-02-27 12:51:32 +01:00
a13b029b4a Merge remote-tracking branch 'refs/remotes/acemod/master' into Update-german-translations 2016-02-27 12:50:07 +01:00
a0ea724db4 Merge pull request #3436 from acemod/register-last-damage-source
Add registering last damage source
2016-02-27 12:42:11 +01:00
05575538e4 Fix format errors in "medical" addon 2016-02-27 12:10:40 +01:00
f7253edec8 Update german translations
- Fix some german translations
- Re-add strings in "medical" addon deleted in PR #3437
- Add german translations for previously deleted strings and update the
english texts so the purpose of the function gets clearer
2016-02-27 12:07:57 +01:00
0c79869d7a Fix duplicated English strings 2016-02-27 01:43:57 +01:00
10abe5cd57 Merge branch 'master' into German-translations 2016-02-27 01:36:07 +01:00
e0a65aa543 Add registering last damage source 2016-02-26 22:58:49 +01:00
db71aa54b8 Merge pull request #3434 from NorXAengell/Traduction-Fr
Traduction fr
2016-02-26 21:18:40 +01:00
1c7a25cc38 Update stringtable.xml 2016-02-26 19:36:47 +01:00