Commit Graph

6376 Commits

Author SHA1 Message Date
worldwidesorrow c3edadcc1f Update CHANGE LOG 1.0.7.txt 2019-12-12 05:20:53 -06:00
worldwidesorrow 44336caaaf Merge pull request #2050 from worldwidesorrow/master
Add option to give another player an antibacterial wipe.
2019-12-12 05:15:14 -06:00
worldwidesorrow 8c074be9a7 Add action for giving another player an antibacterial wipe. 2019-12-12 05:12:03 -06:00
worldwidesorrow 5d983694c8 Remove period from string. It doesn't belong there. 2019-12-12 05:07:31 -06:00
worldwidesorrow a89cd08438 Add files via upload 2019-12-12 05:03:07 -06:00
worldwidesorrow 16117b035c Add option to give another player an antibacterial wipe. 2019-12-12 05:01:47 -06:00
worldwidesorrow e57c54a2c7 Add PV for antibacterial wipe option. 2019-12-12 04:59:19 -06:00
worldwidesorrow 843269ad20 Compile antibacterial wipe file. 2019-12-12 04:57:40 -06:00
worldwidesorrow dc15929742 Update player_useMeds.sqf 2019-12-12 04:56:33 -06:00
worldwidesorrow 3adea80c34 Add Antibacterial wipe option 2019-12-12 04:54:46 -06:00
worldwidesorrow 61ff2b3c61 Add server side security to P 2019-12-12 02:40:09 -06:00
worldwidesorrow e913d1f77e Remove medForceUpdate 2019-12-12 00:20:35 -06:00
worldwidesorrow 8479d2f908 Remove medForceUpdate 2019-12-12 00:19:47 -06:00
worldwidesorrow 69ab20043d Remove medForceUpdate 2019-12-12 00:18:44 -06:00
worldwidesorrow fc0ec6a7e4 Remove medForceUpdate 2019-12-12 00:17:07 -06:00
worldwidesorrow 6652efbc70 Remove medForceUpdate 2019-12-12 00:16:24 -06:00
worldwidesorrow 8c6189de8b Remove medForceUpdate 2019-12-12 00:15:10 -06:00
worldwidesorrow 0b857d2ae2 Update CHANGE LOG 1.0.7.txt 2019-12-11 22:50:50 -06:00
worldwidesorrow b9a0d20040 Correction thanks to @RedLink-kam 2019-12-11 22:27:28 -06:00
worldwidesorrow 4cd3ccc888 Merge pull request #2049 from worldwidesorrow/master
Code auditing, optimization, archiving unused files
2019-12-11 22:03:18 -06:00
worldwidesorrow 2a145bf678 Add new strings
The strings were placed at the bottom so translators can find them easily.
2019-12-11 21:48:00 -06:00
worldwidesorrow 47f07a8c2e Remove NORRN_loadVcl, posForceUpdate, and medForceUpdate.
These variables are no longer used.
2019-12-11 21:36:33 -06:00
worldwidesorrow 2d03fb9b9b Remove variable exceptions.
The variables have been replaced by PVDZ_send.
2019-12-11 21:32:29 -06:00
worldwidesorrow 40dcf6fa99 Update server_sendToClient.sqf
Added server side security for higher risk PVDZ_send usage. Replace switch do block with inline function. Since only one option is selected for each call, a function using exitWith is the better option here. The transfuse completed option was removed. It is not used anywhere. Added options for drag, carry, load, and unconscious. There is a commented diag_log in the security check than can be used if server owners want it. However, Battleye logs all PVDZ_send usage.
2019-12-11 21:25:06 -06:00
worldwidesorrow 0d011ccb03 Remove unused variables posForceUpdate and medForceUpdate. 2019-12-11 21:05:17 -06:00
worldwidesorrow 2439364a4a Rename SQF/dayz_code/medical/morphine.sqf to Server Files/Archive/dayz_code/medical/morphine.sqf 2019-12-11 20:59:11 -06:00
worldwidesorrow de452ddac7 Rename SQF/dayz_code/medical/carry_old.sqf to Server Files/Archive/dayz_code/medical/carry_old.sqf 2019-12-11 20:58:21 -06:00
worldwidesorrow 517a227b5b Rename SQF/dayz_code/medical/init_medical.sqf to Server Files/Archive/dayz_code/medical/init_medical.sqf 2019-12-11 20:56:26 -06:00
worldwidesorrow 9d962b2dce Rename SQF/dayz_code/medical/load_wounded.sqf to Server Files/Archive/dayz_code/medical/load_wounded.sqf 2019-12-11 20:55:13 -06:00
worldwidesorrow 009469f7fa Send the PV directly instead of drilling down the list of options. 2019-12-11 20:49:16 -06:00
worldwidesorrow f5bd489273 Send the PV directly instead of drilling down the list of options. 2019-12-11 20:48:16 -06:00
worldwidesorrow 8d15eda6b4 Send the PV directly instead of drilling down the list of options. 2019-12-11 20:47:23 -06:00
worldwidesorrow bcc5b631cb Add files via upload
These files are either new or have extensive edits.
2019-12-11 20:42:24 -06:00
worldwidesorrow 07c1105dcd This action is only done on the local client.
To heal another player's sepsis, the sepsis bandage is used.
2019-12-11 20:40:50 -06:00
worldwidesorrow 3ab6dbcfd5 Replace execVM by calling existing function. Add localized messages, 2019-12-11 20:36:23 -06:00
worldwidesorrow 4968e45e2f Update epinephrine.sqf
isDead check should be done after the animation is finished. Remove redundant setVariable entries. If the animation is interrupted, return the item to the player's inventory. Add localized string.
2019-12-11 20:31:43 -06:00
worldwidesorrow b20dda348e PV was in the wrong place. Remove execVM and call existing function. Add localized strings.
This file makes morphine.sqf obsolete.
2019-12-11 20:20:57 -06:00
worldwidesorrow 24c19b0d75 Add option to heal another player's sepsis. Add another localized string. 2019-12-11 20:11:11 -06:00
worldwidesorrow 6e6919220d General code audit. 2019-12-11 20:02:18 -06:00
worldwidesorrow aaab8292e2 Update medTransfuse.sqf
Infection chance does not have to be recalculated repeatedly. There is no reason that the start message should be inside the loop. Display control 1300 does not need to be enabled here. It always runs. Remove redundant player check.
2019-12-11 19:44:42 -06:00
worldwidesorrow 0a282c1717 Remove redundant player check. Add localized message. 2019-12-11 19:25:38 -06:00
worldwidesorrow 53325a7c2a Remove redundant player check. Add localized message. 2019-12-11 19:24:19 -06:00
worldwidesorrow abf8c1731a Remove redundant isDead and player check. This has already been done.
Localized string added as well.
2019-12-11 19:22:02 -06:00
worldwidesorrow 5c7a5332cf Remove redundant player check. This is performed elsewhere. 2019-12-11 19:17:58 -06:00
worldwidesorrow f5a15bf9ab Remove redundant player check. This is performed elsewhere. 2019-12-11 19:17:07 -06:00
worldwidesorrow 207e0dff66 Update medBandaged.sqf 2019-12-11 19:15:37 -06:00
worldwidesorrow 58041723ad Update medAntibiotics.sqf 2019-12-11 19:10:50 -06:00
worldwidesorrow f7e9ecbd5b Update animDrag.sqf 2019-12-11 19:07:07 -06:00
worldwidesorrow bd7c93dd3c Rename SQF/dayz_code/medical/publicEH/set180.sqf to Server Files/Archive/dayz_code/medical/publicEH/set180.sqf 2019-12-11 19:05:47 -06:00
worldwidesorrow 47c6c33974 Rename SQF/dayz_code/medical/publicEH/rolltofront.sqf to Server Files/Archive/dayz_code/medical/publicEH/rolltofront.sqf 2019-12-11 19:05:00 -06:00