Commit Graph

3262 Commits

Author SHA1 Message Date
Skaronator.com
6b4935669d Merge pull request #1478 from Namindu/patch-20
Updated Steam Ports
2014-07-31 20:01:22 +02:00
Skaronator.com
8250dcbec2 Merge pull request #1477 from Namindu/patch-19
Updated Steam Ports
2014-07-31 20:01:15 +02:00
Skaronator.com
ee179e1fc4 Merge pull request #1476 from Namindu/patch-18
Updated Steam Ports
2014-07-31 20:01:12 +02:00
Skaronator.com
a6d51c7e63 Merge pull request #1475 from Namindu/patch-17
Updated Steam Ports
2014-07-31 20:01:07 +02:00
Skaronator.com
0b2436fbb5 Merge pull request #1474 from Namindu/patch-16
Updated Steam Ports
2014-07-31 20:01:03 +02:00
Skaronator.com
1ab7f14a87 Merge pull request #1473 from Namindu/patch-13
Updated Steam Ports
2014-07-31 20:00:59 +02:00
Skaronator.com
1592885121 Merge pull request #1472 from Namindu/patch-12
Updated Steam Ports
2014-07-31 20:00:51 +02:00
Skaronator.com
ceae17af98 Merge pull request #1471 from Namindu/patch-10
Updated Steam Ports
2014-07-31 20:00:39 +02:00
vbawol
573bacdfc3 Merge pull request #1491 from ebaydayz/patch-1
Change count back to forEach
2014-07-31 12:23:20 -05:00
ebaydayz
0111a8f580 Change count back to forEach
You can not nest count loops inside other count loops:
https://community.bistudio.com/wiki/Code_Optimisation#forEach_vs_count
2014-07-31 13:14:10 -04:00
Namindu
c8ec9f545b Updated Steam Ports 2014-07-30 16:03:31 -07:00
Namindu
a340b10084 Updated Steam Ports 2014-07-30 16:03:08 -07:00
Namindu
427b9efd0f Updated Steam Ports 2014-07-30 16:02:43 -07:00
Namindu
ed42233c92 Update config.cfg 2014-07-30 16:01:51 -07:00
Namindu
383ec9a70d Updated Steam Ports 2014-07-30 16:01:32 -07:00
Namindu
de538db0a4 Updated Steam Ports 2014-07-30 16:00:16 -07:00
Namindu
0ff822200a Updated Steam Ports 2014-07-30 15:59:48 -07:00
Namindu
c464d17c76 Updated Steam Ports 2014-07-30 15:51:18 -07:00
vbawol
3bc4909c6f Merge pull request #1468 from ebaydayz/patch-1
Update CHANGE LOG 1.0.5.2.txt
2014-07-29 15:00:07 -05:00
ebaydayz
94aaf929f2 Update CHANGE LOG 1.0.5.2.txt 2014-07-29 15:58:38 -04:00
vbawol
f63ad88dbd Merge pull request #1467 from ebaydayz/patch-2
Change count back to forEach - fix empty safes
2014-07-29 14:57:54 -05:00
ebaydayz
0d5d0b9b8e Change count back to forEach - fix empty safes
See Kronzky's note:
https://community.bistudio.com/wiki/count

You can only use count to iterate through an array if all elements in the array are of the same data type. In this case you have an array with strings (type), arrays (worldspace, inventory, hitpoints) and numbers (fuel, ownerID). You need to use forEach instead. 

This error explains the problem people were having with safe inventories being empty when they open them after a restart:
http://epochmod.com/forum/index.php?/topic/13423-safe-is-empty-after-restart-if-you-open-it/
https://github.com/vbawol/DayZ-Epoch/issues/1368
https://github.com/vbawol/DayZ-Epoch/issues/1422
2014-07-29 15:50:53 -04:00
vbawol
ec1308afd6 Merge pull request #1466 from ebaydayz/patch-1
Fix typo _intentory > _inventory
2014-07-29 13:33:10 -05:00
vbawol
3ec0b2be60 Merge pull request #1465 from Mikeeeyy/patch-1
Fix for glitching through doors (dayz_spaceInterrupt.sqf)
2014-07-29 13:33:03 -05:00
ebaydayz
a8389ba2bc Fix typo _intentory > _inventory
_intentory should be _inventory
2014-07-29 14:26:48 -04:00
Mikeeeyy
a4ade23086 Update dayz_spaceInterrupt.sqf
Changed starts at line 87 and end at line 93.
Fix for glitching through doors.
2014-07-29 17:47:29 +01:00
[VB]AWOL
cb633715fa typo 2014-07-27 23:17:00 -05:00
[VB]AWOL
abc4c2f6ce push PHP steam server list query code
Example of how to get from server list from steam works for both Arma 2
and 3 servers
Original Source:
https://developer.valvesoftware.com/wiki/User:Pizzahut/test.php
2014-07-27 23:11:49 -05:00
vbawol
fc1ce8421e Merge pull request #1459 from raymix/master
some missing defines
2014-07-26 15:29:25 -05:00
vbawol
29fe8ced1a Update CHANGE LOG 1.0.5.2.txt 2014-07-26 15:28:02 -05:00
icomrade
f284fc1b92 Don't play anim for unconscious if in vehicle 2014-07-26 14:15:38 -04:00
raymix
411055260f some missing defines 2014-07-26 03:36:26 +01:00
vbawol
c479fe45f3 Merge pull request #1452 from Markokil321/patch-2
Update player_build.sqf
2014-07-25 16:02:32 -05:00
vbawol
327e7677e7 Update 1.0.5_Updates.sql 2014-07-25 13:07:01 -05:00
[VB]AWOL
b436c1a66f Merge branch 'master' of https://github.com/vbawol/DayZ-Epoch 2014-07-25 12:07:42 -05:00
[VB]AWOL
edf7c23af0 RedRyder BB Gun by @arma2WillRobinson 2014-07-25 12:07:38 -05:00
vbawol
b26aa51e32 Merge pull request #1434 from arma2WillRobinson/master
roughly added RedRyder BB Gun
2014-07-25 12:05:47 -05:00
vbawol
e6e5da011e Merge pull request #1453 from Markokil321/patch-4
Update player_build2.sqf
2014-07-25 12:04:30 -05:00
[VB]AWOL
9bc4a9a4ec Merge branch 'master' of https://github.com/vbawol/DayZ-Epoch 2014-07-25 12:02:41 -05:00
[VB]AWOL
f1950b0b99 @raziel23x pull request 2014-07-25 12:02:37 -05:00
vbawol
f1aa986a08 Merge pull request #1451 from RimBlock/master
Config files - Added fuel capacity variable.  DB Backup improved script.
2014-07-25 12:00:52 -05:00
[VB]AWOL
4059c7ceaa [FIXED] Corrected ClassName for CH53_DZE and BAF_Merlin_DZE. @Cinjun 2014-07-25 11:59:53 -05:00
vbawol
377e5207ac Merge pull request #1454 from Cinjun/master
Update 1.0.5_Updates.sql
2014-07-25 11:57:20 -05:00
Scott
3369d064e1 Update 1.0.5_Updates.sql
Corrected ClassName for CH53_DZE and BAF_Merlin_DZE.
2014-07-25 01:02:59 -05:00
Marko
f1b3104e1e Update player_build2.sqf
Would this work for adding built item code into systemchat? This way people can PageUp to view it, even after its gone from the screen.
2014-07-25 00:37:12 +02:00
Marko
e330fe17aa Update player_build.sqf
Would this work for adding built item code into systemchat? This way people can PageUp to view it, even after its gone from the screen.
2014-07-25 00:34:19 +02:00
RimBlock
613a08c770 no message 2014-07-24 21:00:41 +08:00
RimBlock
e497ae4a65 no message 2014-07-24 20:53:25 +08:00
RimBlock
3214eda74a no message 2014-07-24 20:36:51 +08:00
RimBlock
dd968044d3 Merge branch 'RC1-1.0.5.2' of https://github.com/vbawol/DayZ-Epoch into DB_backup_script
Conflicts:
	SQF/dayz_code/Configs/CfgVehicles/AIR/CH53.hpp
2014-07-24 20:30:25 +08:00