Commit Graph

2091 Commits

Author SHA1 Message Date
ebaydayz
a5c1402975 Update version number 2015-04-18 15:20:49 -04:00
ebaydayz
66a674ad31 Update version number 2015-04-18 15:19:17 -04:00
ebaydayz
3162cf2eff Update version number 2015-04-18 15:15:29 -04:00
vbawol
f0782d9c89 Merge pull request #1648 from seb3sec/patch-5
Correct output for deconstruction round bagfence
2015-04-03 22:58:28 -05:00
vbawol
5790d1e129 Merge pull request #1633 from seb3sec/patch-3
Add BAF_L110A1_Aim_DZE
2015-04-03 22:58:18 -05:00
vbawol
386ce924a2 Merge pull request #1627 from SplenectomY/patch-2
Add female coughing sounds
2015-04-03 22:53:51 -05:00
vbawol
3156e02b3f Merge pull request #1641 from Mikeeeyy/patch-17
Update server_updateObject.sqf
2015-04-03 22:53:17 -05:00
vbawol
c343541bb4 Merge pull request #1638 from seb3sec/patch-4
Remove hiddenSelections restrictions
2015-04-03 22:49:54 -05:00
vbawol
8d3239ad93 Merge pull request #1636 from Mikeeeyy/patch-15
Update Ammo.hpp
2015-04-03 22:49:25 -05:00
vbawol
444fd125d0 Merge pull request #1632 from seb3sec/patch-2
Fix for compile error "Item listed twice..."
2015-04-03 22:14:27 -05:00
vbawol
31c9f589af Merge pull request #1631 from seb3sec/patch-1
Fix for "Undefined base class" with FN FAL
2015-04-03 22:14:18 -05:00
seb3sec
d2bacf367e Correct output for deconstruction round bagfence 2015-03-18 12:32:08 +01:00
[VB]AWOL
342072177c push test build of redryder pbo 2015-03-04 09:17:23 -06:00
armaWillRobinson
10003f4ebf update 2015-03-03 19:43:17 -08:00
armaWillRobinson
5d36d84cb2 prefix change 2015-03-02 18:19:13 -08:00
armaWillRobinson
c8ded9b38d patch 2015-03-02 18:07:17 -08:00
Mikeeeyy
fea1013a1c Update server_updateObject.sqf 2015-03-01 04:08:04 +00:00
Mikeeeyy
4814c4fd04 Update server_updateObject.sqf
Better formatting and some fixes, one major fix involving the saving of inventory. It was using format which has a limit. That could be a problem with a vehicle that can hold a lot of cargo with a ton of unique mags/weapons in it.
2015-02-28 01:30:09 +00:00
vbawol
420df74924 Merge pull request #1639 from arma2WillRobinson/patch4
RedRyder added missing files
2015-02-22 14:44:04 -06:00
armaWillRobinson
96c3471d11 updated 2015-02-21 12:28:53 -08:00
seb3sec
e8430a49c5 removed hiddenSelections definition 2015-02-21 02:56:25 +01:00
seb3sec
70f232e0ff remove hiddenSelection definition 2015-02-21 02:55:25 +01:00
seb3sec
49d702b6b8 Keep hiddenSelections for armed Mi17
hiddenSelections = {}; removes the option to use custom textures on the armed version. The civilian one has these hiddenSelections.
2015-02-21 02:33:05 +01:00
Mikeeeyy
2e8fb3bd17 Update Ammo.hpp 2015-02-19 21:16:34 +00:00
seb3sec
3e62064a06 Rename BAF_L110A1_Aim to BAF_L110A1_Aim.hpp 2015-02-19 13:37:28 +01:00
seb3sec
4d141b17b1 Add variant which does not drop the backpack 2015-02-19 13:36:24 +01:00
seb3sec
ede660d09b Added include for BAF_L110A1_Aim.hpp 2015-02-19 13:33:51 +01:00
seb3sec
4ed8769e93 Fix for compile error "Item listed twice..."
The type attribute was defined twice for ItemHempPlant
2015-02-19 13:16:44 +01:00
seb3sec
5850efb0c6 Fix for "Undefined base class" with FN FAL 2015-02-19 12:21:52 +01:00
SplenectomY
192f255257 Add cough sound effects 2015-02-09 14:14:57 -05:00
SplenectomY
1dd9e0cb91 Update CfgSounds.hpp 2015-02-09 13:57:48 -05:00
SplenectomY
700ab86781 Update object_speak.sqf 2015-02-09 13:56:33 -05:00
SplenectomY
4c4b7133be Update object_speak.sqf 2015-02-09 11:21:08 -05:00
SplenectomY
9dc196d8bd Update CfgSounds.hpp 2015-02-09 11:17:28 -05:00
Mikeeeyy
9623809d5b Update player_gearSync.sqf 2015-02-08 05:46:42 +00:00
vbawol
7fcb7ff657 Merge pull request #1610 from deannreid/patch-1
Fixed Black Screen on Loading
2015-02-06 09:31:05 -06:00
vbawol
1c87cac11a Merge pull request #1620 from ebaydayz/patch-6
Fix trader menu expected array error
2015-02-05 10:14:55 -06:00
vbawol
0efa8ea37b Merge pull request #1619 from ebaydayz/patch-5
Fix trader menu expected array error
2015-02-05 10:14:48 -06:00
vbawol
cdb0399f19 Merge pull request #1618 from ebaydayz/patch-4
Fix trader menu expected array error
2015-02-05 10:14:37 -06:00
ebaydayz
7151f6859f Fix trader menu expected array error
TraderItemList and TraderCatList should be initialized as arrays, not numbers. Fixes this error:
```
Error in expression < 0;
if (_index < 0) exitWith {};
while {count TraderItemList < 1} do { sleep 1; >
  Error position: <count TraderItemList < 1} do { sleep 1; >
  Error count: Type Number, expected Array,Config entry
File z\addons\dayz_code\compile\player_traderMenuHive.sqf, line 174
```
See: https://github.com/vbawol/DayZ-Epoch/issues/1616

Tested buying and selling to all the stary and base traders as well as the boat dealer with these changes. No more error or problems.
2015-02-04 14:13:08 -05:00
ebaydayz
3623b68112 Fix trader menu expected array error
TraderItemList and TraderCatList should be initialized as arrays, not numbers. Fixes this error:
```
Error in expression < 0;
if (_index < 0) exitWith {};
while {count TraderItemList < 1} do { sleep 1; >
  Error position: <count TraderItemList < 1} do { sleep 1; >
  Error count: Type Number, expected Array,Config entry
File z\addons\dayz_code\compile\player_traderMenuHive.sqf, line 174
```
See: https://github.com/vbawol/DayZ-Epoch/issues/1616

Tested buying and selling to all the stary and base traders as well as the boat dealer with these changes. No more error or problems.
2015-02-04 14:11:47 -05:00
ebaydayz
de4f50dad0 Fix trader menu expected array error
TraderItemList and TraderCatList should be initialized as arrays, not numbers. Fixes this error:
```
Error in expression < 0;
if (_index < 0) exitWith {};
while {count TraderItemList < 1} do { sleep 1; >
  Error position: <count TraderItemList < 1} do { sleep 1; >
  Error count: Type Number, expected Array,Config entry
File z\addons\dayz_code\compile\player_traderMenuHive.sqf, line 174
```
See: https://github.com/vbawol/DayZ-Epoch/issues/1616

Tested buying and selling to all Stary and Bash traders as well as the boat dealer with these changes. No more error or problems.
2015-02-04 14:09:16 -05:00
Mikeeeyy
5c88e790f4 Update server_updateObject.sqf 2015-01-21 20:15:10 +00:00
Dean Reid
547ba0018f Fixed Black Screen on Loading
which made users able to walk around but not see anything but DayZ Image
2015-01-21 14:23:02 +00:00
vbawol
ed0234139e Merge pull request #1457 from Namindu/patch-8
Added RedRyder BB Gun Ammo to Loot Table
2015-01-18 00:44:18 -06:00
vbawol
9c70f0f2d4 Merge pull request #1456 from Namindu/patch-7
Added RedRyder BB Gun to Loot Table
2015-01-18 00:44:11 -06:00
[VB]AWOL
b21afc8d0a red ryder model path changes 2015-01-18 00:45:00 -06:00
vbawol
196a8b2e94 Merge pull request #1600 from BangL/master
custom CfgVehicles? i dont think so
2015-01-18 00:37:17 -06:00
vbawol
32bcb8515b Merge pull request #1592 from raginruffalo/patch-1
Fixed a sound error and organized file more
2015-01-18 00:36:31 -06:00
vbawol
665de9d917 Merge pull request #1580 from deadeye2/patch-3
DZE_MissionLootTable fix
2015-01-18 00:35:02 -06:00