Commit Graph

2617 Commits

Author SHA1 Message Date
[VB]AWOL
98a08b2c86 1.0.4.2 changelog 2014-02-09 12:27:41 -06:00
vbawol
408879a150 Update CHANGE LOG 1.0.5.txt 2014-02-09 12:18:52 -06:00
vbawol
ec3dde0c10 Update CHANGE LOG 1.0.5.txt 2014-02-09 12:18:22 -06:00
vbawol
a2a1070b93 Merge pull request #1100 from icomrade/master
Fix issues with strange A2 install and A2 free
2014-02-09 12:15:29 -06:00
icomrade
2546148708 Merge remote-tracking branch 'upstream/master' 2014-02-09 13:07:13 -05:00
icomrade
f7a802a2c1 Fix issues with strange A2 install and A2 free 2014-02-09 13:02:07 -05:00
[VB]AWOL
708787db91 Allow maintain options even on godmodebases 2014-02-09 11:09:04 -06:00
Skaronator
1ad5570552 Cleanup Banned weapon check 2014-02-09 17:23:55 +01:00
vbawol
30960d1325 Merge pull request #1098 from Fank/patch-6
Added Config Crafting inputstrict
2014-02-09 08:38:08 -06:00
Florian Kinder
e870ea6ab8 Fixed CraftItem 2014-02-09 15:27:21 +01:00
Skaronator
658580f256 Merge pull request #1097 from Fank/patch-7
Fixed some Errors
2014-02-09 15:12:42 +01:00
Florian Kinder
d4416e8849 Fixed Error in expression remove buildings
Error in expression <= getNumber(configFile >> "_objType" >> _classname
>> "constructioncount");
diag>
Error position: <_classname >> "constructioncount");
diag>
Error Undefined variable in expression: _classname
File z\addons\dayz_code\actions\remove.sqf, line 50
2014-02-09 15:06:38 +01:00
Florian Kinder
9ab91d74bc Fixed Error Undefined variable in expression: s_player_tamedog
Error in expression <er_studybody = -1;

player removeAction
s_player_tamedog;
s_player_tamedog = -1;>
Error position: <s_player_tamedog;
s_player_tamedog = -1;>
Error Undefined variable in expression: s_player_tamedog
File z\addons\dayz_code\compile\fn_selfActions.sqf, line 886
2014-02-09 14:58:18 +01:00
Florian Kinder
e4c9e90442 Added Config Crafting inputstrict 2014-02-09 03:41:37 +01:00
[VB]AWOL
caafc7fbcb added init for dayz_myLiftVehicle
dayz_myLiftVehicle removeAction s_player>
Error position: <dayz_myLiftVehicle removeAction s_player>
Error Undefined variable in expression: dayz_myliftvehicle
File z\addons\dayz_code\compile\fn_selfActions.sqf, line 48
2014-02-08 10:49:27 -06:00
Skaronator
048f3b6228 Merge pull request #1092 from Fank/Hotfix/1089
Updated BTR90 & BTR90 HQ Incresed transportSoldier to 7
2014-02-08 16:54:33 +01:00
Florian Kinder
96e7afe3d3 Updated BTR90 2014-02-08 16:50:03 +01:00
Florian Kinder
9e788ec2c2 Added BTR90 HQ ride in back option 2014-02-08 14:49:41 +01:00
[VB]AWOL
e6873f96da again... 2014-02-07 22:13:18 -06:00
[VB]AWOL
6cca4f3dde same as last 2014-02-07 21:42:56 -06:00
[VB]AWOL
7dcd5c16c8 fixed typo in Napf Sauerland and panthera server_traders.sqf 2014-02-07 18:18:38 -06:00
Axles
ce324006b8 Sahrani Pook
He was missing!
2014-02-07 10:53:24 -08:00
[VB]AWOL
11bc959e5f 1.0.4.1 final server pbo 2014-02-07 12:50:24 -06:00
Axles
1daa9c72ed Sahrani group removal
I fixeded it!
2014-02-07 10:47:06 -08:00
Axles
5f83e58467 Mixed up Markers Sahrani
Double vision removed, only one black market vendor.
2014-02-07 10:45:04 -08:00
Skaronator
4c1d5d7eb9 Changelog ~105 2014-02-07 19:14:42 +01:00
Skaronator
a814c9b2e9 Not relevant change but its now correctly :P 2014-02-07 17:49:43 +01:00
[VB]AWOL
b442a899d3 final server pbo 1.0.4.1 2014-02-07 08:50:37 -06:00
[VB]AWOL
1a0874455f change bikey for 1.0.4.1 2014-02-07 08:50:15 -06:00
[VB]AWOL
de6bf86e63 fix sql again? 2014-02-07 08:33:39 -06:00
Skaronator
97c027b558 Merge branch 'master' of https://github.com/vbawol/DayZ-Epoch 2014-02-07 12:46:21 +01:00
Skaronator
7cfbbd2f5f More steps for less obj count 2014-02-07 12:46:17 +01:00
Skaronator
3b4b103156 Delete New Text Document.txt 2014-02-07 08:26:42 +01:00
[VB]AWOL
0d0649b98f release soon 2014-02-07 00:14:22 -06:00
vbawol
168d3156d1 Merge pull request #1088 from icomrade/master
Fix include error, fix prefix filename
2014-02-06 20:32:55 -06:00
icomrade
c796bdbe51 Fix include error, fix prefix filename
Prefixes were not applying when packed with Eliteness, changed name
accordingly.

Also, I just learned that the included init.sqf file must be in a
functions folder (probably due to the scriptName command at the
beginning)
2014-02-06 21:20:46 -05:00
[VB]AWOL
55c56220d4 sfx version bump 2014-02-06 20:14:59 -06:00
vbawol
c92efd892f Merge pull request #1087 from icomrade/patch-1
Fix config error
2014-02-06 20:11:06 -06:00
icomrade
bdd07e55e7 Fix config error 2014-02-06 19:55:40 -05:00
[VB]AWOL
86d0efe77d in testing 2014-02-06 16:28:13 -06:00
Skaronator
bce18186d7 Revert "Fix Error if obj hasnt have this variable"
This reverts commit d41611473a.
2014-02-06 23:27:31 +01:00
Skaronator
13ba0d6227 Remove this part 2014-02-06 23:10:18 +01:00
Skaronator
d41611473a Fix Error if obj hasnt have this variable 2014-02-06 23:09:27 +01:00
Skaronator
37a1c86325 Cleanup dayz_server 2014-02-06 23:08:35 +01:00
[VB]AWOL
9d5cdbbd58 private array fixes 2014-02-06 15:05:04 -06:00
[VB]AWOL
f9b2890f3a change over to use static vars add player name to logging 2014-02-06 15:03:35 -06:00
Axles
6ebbd143e5 Sauerland BIEDI
Source for others to play with.
2014-02-06 13:00:26 -08:00
[VB]AWOL
b2108f91d5 Add logging to safe unlock/lock? 2014-02-06 14:37:34 -06:00
[VB]AWOL
3ea0be14d2 remove copper 2014-02-06 14:33:09 -06:00
Axles
36371ef6af Sahrani updates
Moved wholesaler out of cargo container door, Added black market vendor.
2014-02-06 12:27:17 -08:00