Commit Graph

320 Commits

Author SHA1 Message Date
Florian Kinder
188825ebc0 Merge pull request #1228 from Namindu/patch-9
Added USEC CH53 to dynamic Vehicle spawn.
2014-05-01 01:45:00 +02:00
Florian Kinder
bb87b52340 Merge pull request #1227 from Namindu/patch-8
Added USEC CH53 to dynamic Vehicle spawn.
2014-05-01 01:44:50 +02:00
Florian Kinder
df0845e702 Merge pull request #1226 from Namindu/patch-7
Added USEC CH53 to dynamic Vehicle spawn.
2014-05-01 01:44:41 +02:00
Florian Kinder
5c5a0b2e3a Merge pull request #1225 from Namindu/patch-6
Added USEC CH53 to dynamic Vehicle spawn.
2014-05-01 01:44:36 +02:00
Florian Kinder
6d15d3facc Merge pull request #1224 from Namindu/patch-5
Added USEC CH53 to dynamic Vehicle spawn.
2014-05-01 01:44:08 +02:00
Florian Kinder
cda042a5bc Merge pull request #1223 from Namindu/patch-4
Added USEC CH53 to dynamic Vehicle spawn.
2014-05-01 01:44:02 +02:00
Florian Kinder
2101b18b0a Merge pull request #1222 from Namindu/patch-3
Added USEC CH53 to dynamic Vehicle spawn.
2014-05-01 01:43:55 +02:00
Florian Kinder
66eb30fd15 Merge pull request #1221 from Namindu/patch-2
Added USEC CH53 to dynamic Vehicle spawn.
2014-05-01 01:43:48 +02:00
Namindu
4d87fb9d4b Added USEC CH53 to dynamic Vehicle spawn. 2014-04-30 16:42:39 -07:00
Namindu
eefbc3b209 Added USEC CH53 to dynamic Vehicle spawn. 2014-04-30 16:42:30 -07:00
Namindu
1769792a10 Added USEC CH53 to dynamic Vehicle spawn. 2014-04-30 16:42:20 -07:00
Namindu
c77e5d263a Added USEC CH53 to dynamic Vehicle spawn. 2014-04-30 16:42:09 -07:00
Namindu
bfd0fc3664 Added USEC CH53 to dynamic Vehicle spawn. 2014-04-30 16:41:59 -07:00
Namindu
f30c2be426 Added USEC CH53 to dynamic Vehicle spawn. 2014-04-30 16:41:09 -07:00
Namindu
fd0da54a15 Added USEC CH53 to dynamic Vehicle spawn.
#1220
2014-04-30 16:39:18 -07:00
Namindu
5090fe67d3 Added USEC CH53 to dynamic Vehicle spawn. 2014-04-30 16:37:46 -07:00
Namindu
14ffe25b68 Added USEC CH53 to dynamic Vehicle spawn. 2014-04-30 16:28:44 -07:00
vbawol
92c80a2b7b Merge pull request #1206 from Sandbird/master
Update server_updateObject.sqf
2014-04-24 19:37:16 -05:00
Sandbird
f82a84146e Update server_updateObject.sqf
missing ; from all _object setHit ["_selection", _hit]
2014-04-24 15:30:03 +03:00
Skaronator
8262431ba3 Fix #1192 2014-04-05 13:27:28 +02:00
icomrade
b80bb88467 Add missing variable + RPT cleanup
fix 2 dup string warnings
fix "Cannot delete class rscdisplayinfo" warning.
Start extended vehicle damage debugging.
2014-03-26 02:40:24 -04:00
icomrade
935ed7931d fix for name function error (untested)
17:00:15 WARNING: Function 'name' - PLAYER is dead
2014-03-25 22:01:07 -04:00
Skaronator
4e35d15b14 Fix #1150 2014-03-01 19:01:51 +01:00
Skaronator
9d453ec7a0 Less Updating Objects for a better serverperformance 2014-03-01 18:48:15 +01:00
[VB]AWOL
af0da36391 remove forced profilenamespace save
KK said on a blog post that profile namespace variables is done
automatically but you can force it by using saveProfileNamespace command
2014-02-24 10:15:14 -06:00
Skaronator
54ebc8aac0 Readd Infected System 2014-02-23 18:07:37 +01:00
[VB]AWOL
b6c3bc1a50 isnull checks may help reduce log spam 2014-02-23 09:45:50 -06:00
Florian Kinder
d74602fb95 Updated Death system 2014-02-18 23:22:38 +01:00
Skaronator
5f6d6e12eb Remove Stupid () 2014-02-18 20:37:22 +01:00
[VB]AWOL
8dc7ce4250 fixed Instance already initialized 2014-02-18 10:36:23 -06:00
Florian Kinder
1e578fff9b Added C130J_US_EP1_DZ
fixes  #1131
2014-02-16 16:46:20 +01:00
Florian Kinder
4b61a2bb81 Fixed incorrect path 2014-02-14 19:07:28 +01:00
[VB]AWOL
d0cae9e85f added debug for issue #1116 2014-02-13 08:50:11 -06:00
[VB]AWOL
f482bf2677 Revert "Fixed if _hiveResponse is null"
This reverts commit 76314d5636.
2014-02-12 12:58:22 -06:00
Florian Kinder
76314d5636 Fixed if _hiveResponse is null
13:21:08 "HIVE: trying to get objects"
13:21:08 Error in expression <ray = call compile format ["%1",_data];
_resultArray
};

server_hiveReadWriteLar>
13:21:08   Error position: <_resultArray
};

server_hiveReadWriteLar>
13:21:08   Error Undefined variable in expression: _resultarray
13:21:08 File z\addons\dayz_server\init\server_functions.sqf, line 172
13:21:08 Error in expression <ction problem... HiveExt
response:"+str(_hiveResponse));
_hiveResponse = ["",0];>
13:21:08   Error position: <_hiveResponse));
_hiveResponse = ["",0];>
13:21:08   Error Undefined variable in expression: _hiveresponse
13:21:08 File z\addons\dayz_server\system\server_monitor.sqf, line 38
2014-02-12 15:38:51 +01:00
icomrade
71195cf488 Fix <NULL> kill message fix
fixception
2014-02-09 15:28:14 -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
Axles
1daa9c72ed Sahrani group removal
I fixeded it!
2014-02-07 10:47:06 -08: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
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
[VB]AWOL
b2108f91d5 Add logging to safe unlock/lock? 2014-02-06 14:37:34 -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
[VB]AWOL
59d5fcd87f vehicle_handleServerKilled is unused 2014-02-06 09:08:24 -06:00
Skaronator
c3112bc12d Include Base Building Godmode 2014-02-06 11:52:18 +01:00