Commit Graph

3666 Commits

Author SHA1 Message Date
ebaydayz e15a913809 Remove 18.Sara mission
This is an exact duplicate of the smd_sahrani_A2 mission. The only
difference is the "oac_core" addon in mission.sqm. That addon is no
longer used in any of the current versions of the map.
2016-03-01 16:19:15 -05:00
ebaydayz 813803cf4b Remove template mission
This is basically a duplicate of Chernarus11. People can use that as a
template.
2016-03-01 14:49:52 -05:00
ebaydayz ca1a508417 Add old files to TraderCitySources for reference
I put all the old trader city mission.sqf files from
dayz_server\missions\ in the TraderCitySources folder for reference. I
renamed the folders to instanceNumber.mapName to be more organized.
2016-03-01 01:08:23 -05:00
ebaydayz b970b28e40 Remove the now unused missions folder
This folder is no longer needed. All files have been moved to
dayz_server\traders and dayz_code\system\mission.
2016-02-29 23:48:45 -05:00
ebaydayz 7b0253debc Spawn trader city objects locally on each machine
Also move dynamic_vehicle.sqf to the dayz_server\system folder
2016-02-29 23:43:12 -05:00
ebaydayz bd5921cc2d Add server files for local trader cities
Trader agents are still spawned on the server machine only.
2016-02-29 22:45:06 -05:00
ebaydayz 075336008e Add files for local trader cities
I've loaded and checked each of these on their respective map in the
editor. I've also tested both Chernarus ones on my test server.
2016-02-29 22:32:16 -05:00
ebaydayz f9bec452a5 Consolidate dynamic_vehicle to one file
The only difference between them is the water maps include boats.
2016-02-26 13:29:28 -05:00
ebaydayz 03353b9483 Add lock and unlock vehicle from inside
See: #1103
Made vehicle gear always accessible from inside.

Also added optional variable to prevent stealing from backpacks by
non-friendlies at traders.  Thanks to @maca134 for the method.
2016-02-24 20:56:13 -05:00
ebaydayz ff4a227a1d Prevent duplicate objectUIDs
See #1504 for the details
2016-02-24 12:31:13 -05:00
ebaydayz 9bbeb1e43e Use nearEntities for empty drivable vehicles
NearEntities is faster and works fine for empty drivable vehicles that
are not destroyed.
2016-02-22 16:52:39 -05:00
icomrade ea948c7e0d Merge pull request #1674 from Adaptivity/master
Russian localization update, safe localization
2016-02-22 15:53:12 -05:00
Adaptivity dd40bae42f Russian localization update, safe localization
Fix quotes
2016-02-22 23:50:09 +03:00
ebaydayz 9311ac4479 Add waitUntil in lockVault and unlockVault
Wait for response from server to verify safe was saved and logged before
proceeding with deleting safe object.

Tested and confirmed this solves #1413. Most likely helps with #1503
too.
2016-02-21 21:31:09 -05:00
ebaydayz 81d5976031 Fix toilet paper dupe exploit when building outhouse
See #1599
2016-02-20 23:09:18 -05:00
ebaydayz 0075b44c0e Add option to restrict wearable clothes
See #1560

Note: Already wearing check is not needed in player_humanityMorph
because it is already done in player_wearClothes. See:

https://github.com/EpochModTeam/DayZ-Epoch/commit/0726311df554d20f7f2ab27fa97554fa145c3377
2016-02-20 22:08:20 -05:00
ebaydayz 9876819da5 Add waves during stormy weather
See #974
2016-02-20 19:15:22 -05:00
ebaydayz 103467a111 Remove unused variables
These vars are unused. See #1605
Amphib FPS issues confirmed. See #1612
RequiredSecureID is deprecated. See #1647
2016-02-20 16:17:48 -05:00
ebaydayz 742b493ab7 Update change log 2016-02-20 13:44:47 -05:00
icomrade 0380e2b09b Update Changelog 2016-02-20 09:00:00 -05:00
icomrade 6c1520b94a Fix #1440 2016-02-20 08:56:11 -05:00
ebaydayz 8e8cb55bd9 Fix M113_DZE no entry config errors and gunner seat not working
See #1514
2016-02-20 00:01:10 -05:00
ebaydayz 174e11dfdb Remove unused string from #1313 2016-02-19 17:52:24 -05:00
ebaydayz 9d1185409c Fix combine mags not working for M1911 and Revolver
See #1313
2016-02-19 17:37:52 -05:00
ebaydayz 59d853ebc9 Add handling of full toolbelt
Tested and confirmed working in all cases with both copy key and
sledgehammer crafting.
2016-02-19 15:20:53 -05:00
icomrade 48218bca50 Update CHANGE LOG 1.0.6.txt 2016-02-19 00:29:23 -05:00
ebaydayz 2b0a5ae790 Animal spawn radius lowered
Animal spawn radius lowered to 600m around player (DayZ Mod default).
Should help with low animal count #1403
2016-02-18 23:53:56 -05:00
icomrade 6db02d28bf Fix slow login timer and wrong login timeout message 2016-02-18 23:14:36 -05:00
icomrade 11dd17cb8f Merge branch 'master' of https://github.com/EpochModTeam/DayZ-Epoch 2016-02-18 22:42:13 -05:00
icomrade da59f314a0 Fix Timeout Display for Real 2016-02-18 22:40:34 -05:00
ebaydayz fd78f27250 Fix copy key failing when player has no backpack
Related to #1567, so I made this a function so it can be reused. People
should call this whenever they are adding a toolbelt item which the
player may already have. It has localized strings and handles spawning
the weapon holder on water, land and rooftop.

Tested both the sledgehammer and key copying. Confirmed all three
conditions are working.
2016-02-18 22:12:13 -05:00
ebaydayz 4f18f1c884 Update change log 2016-02-18 20:39:00 -05:00
ebaydayz 65c2a7e6b4 Fix opening supply crate over water
See #1558
2016-02-18 19:38:23 -05:00
ebaydayz 7a1058cb6d Block local script execution bug
See:
<pre>https://dev.arma3.com/post/spotrep-00045
Fixed: Exploit with inGameUISetEventHandler granted a menu hack
possibility</pre>
Still not fixed in A20A as of 1.63.131129
2016-02-18 14:16:47 -05:00
icomrade 76f018393d Add Sauerland Winter to Missions 2016-02-18 09:16:22 -05:00
icomrade 277d87fa3b Some more position fixes 2016-02-18 09:16:20 -05:00
icomrade 6ec324cf10 should fix #1564 2016-02-18 08:25:22 -05:00
icomrade ecea4662fb Math is hard 2016-02-18 00:45:15 -05:00
icomrade 254fbff602 Fix #1274 2016-02-18 00:24:50 -05:00
icomrade e2b47f2459 Fix #1313 2016-02-18 00:14:10 -05:00
icomrade e423c81483 needs testing, but should fix #1558 2016-02-17 22:58:08 -05:00
icomrade 7151e455c9 Should Fix #1559 2016-02-17 22:48:31 -05:00
icomrade 0e0fa0925a Should Fix #1622 2016-02-17 16:49:02 -05:00
icomrade c039644745 Undefined Var 2016-02-17 15:14:41 -05:00
icomrade 9362b5c6f9 Missed Some 2016-02-17 14:31:20 -05:00
ebaydayz ad2928659e Update CHANGE LOG 1.0.6.txt 2016-02-17 14:22:37 -05:00
icomrade c3ed4e49e1 Replace sleep with uiSleep
see the below links for more info. uiSleep is based off of a more
accurate method of tracking time, whereas sleep can fluctuate depending
on application performance since it is based on framerate.
https://community.bistudio.com/wiki/uiSleep
https://community.bistudio.com/wiki/sleep_vs_uiSleep
https://community.bistudio.com/wiki/sleep
2016-02-17 13:03:17 -05:00
icomrade acbe103ebd Update Test Build 2016-02-16 22:47:21 -05:00
ebaydayz 441e9fb231 Update keyboard eventhandler and add rules.sqf
See: https://github.com/EpochModTeam/DayZ-Epoch/pull/1673
2016-02-16 21:59:29 -05:00
icomrade 23179c079f Merge pull request #1629 from Mikeeeyy/patch-13
Update bandage.sqf
2016-02-16 21:19:50 -05:00