Commit Graph

4099 Commits

Author SHA1 Message Date
Wargog 6af912a200 Fixed a sound error and organized file more 2014-11-25 09:00:13 -05:00
Skaronator.com 2f196bb146 Include FN_FAL_ANPVS4 #1587 2014-11-22 22:40:54 +01:00
Skaronator.com aedaf4a558 Fix Typo 2014-11-22 22:40:18 +01:00
Skaronator.com 62b711ecd8 Fix typo 2014-11-09 18:00:33 +01:00
Geodar 666b0fd7b2 Another batch of Czech
Fix not showing Bought vehicles in Czech language
2014-11-06 13:40:12 +01:00
Geodar 348e102ef0 Another batch of czech for latest commits 2014-11-01 20:55:20 +01:00
Geodar af8382a5e6 Czech for latest commits 2014-11-01 20:19:10 +01:00
deadeye2 7345f46fed DZE_MissionLootTable fix
Fixes a zombie loot error when using loot tables in mission file.
2014-10-22 10:20:42 -04:00
vbawol b0ae579875 Update spawn_loot_small.sqf 2014-09-22 13:23:56 -05:00
ebaydayz 77d9951f23 Delete old group after changing clothes
The deleteGroup command requires the group to be local to the machine executing it:
https://community.bistudio.com/wiki/deleteGroup

When a player changes clothes a new group is created. The player is switched into a new unit in the new group, and then his old group is left empty. Because the old group is local to the player, it will not be deleted by server_cleanupGroups until he disconnects and it is transferred to the server. 

We should delete the old group immediately rather than wait for the player to disconnect. This will prevent the excessive accumulation of empty groups when players change clothes a lot. It will help with the seagull spawn issue which happens when there are more than 144 groups on side WEST:
https://community.bistudio.com/wiki/createGroup
2014-09-05 14:12:04 -04:00
Wargog 0c3173826e Done, pull please. 2014-09-03 09:40:36 -04:00
Wargog 1c2511bc55 Maybe? 2014-08-30 12:24:02 -04:00
Wargog 5a54f26c4d I didn't do that 2014-08-30 12:20:54 -04:00
raymix d59c5b8278 rare bug 2014-08-30 12:55:58 +01:00
Wargog 6bddf7513e Fixed AWOL's pointer 2014-08-28 14:17:43 -04:00
Wargog 064d50778a Should fix #1555 2014-08-28 13:59:22 -04:00
vbawol b7e2462188 Merge pull request #1552 from raginruffalo/patch-3
Fixed a ton of errors
2014-08-28 11:03:10 -05:00
vbawol d52eb620e6 Merge pull request #1541 from raymix/master
code optimization, bugs, improvements
2014-08-28 00:28:20 -05:00
vbawol 9762dad8ee Merge pull request #1543 from Beefheart/master
Update player_onPause.sqf
2014-08-28 00:28:09 -05:00
Wargog 1c839f47fd Fixed a ton of errors
Made it look nicer as well, separated some lines and vars and values.
2014-08-27 14:48:54 -04:00
vbawol 6f58a882aa Merge pull request #1544 from arma2WillRobinson/master
Corrected all Red Ryder paths
2014-08-27 11:04:58 -05:00
Uro1 b3246ec80d Update CfgServerTraders to match #1508
Updated the CfgServerTrader to match my changes in dynamic_vehicles &
SQL changes.
2014-08-27 16:40:33 +01:00
githubmil 309655a89b Update NeutralAssaultRifle.hpp
Fixed typo making L85A2 Holo 90 gold to buy.
2014-08-26 04:08:10 -06:00
githubmil 7b6d565b54 Update FriendlyAssaultRifle.hpp 2014-08-26 04:06:15 -06:00
githubmil ff5c55cc13 Update FriendlyAssaultRifle.hpp
Fixed typo making L85A2 Holo 90 gold to buy.
2014-08-26 04:01:01 -06:00
Beefheart f3c0b582b4 Update player_onPause.sqf 2014-08-26 10:22:47 +02:00
githubmil 1015e8a206 Update hilux.hpp
Armor Upgrade balance
2014-08-26 01:32:11 -06:00
githubmil 9efd265a95 Update datsun.hpp
Armor Upgrade balance
2014-08-26 01:30:43 -06:00
githubmil b65a0cd189 Update Volha.hpp
Armor Upgrade balance
2014-08-26 01:28:28 -06:00
githubmil 1ba1cc29eb Update VWGolf.hpp
Armor Upgrade balance
2014-08-26 01:26:04 -06:00
githubmil 7e020760ed Update UAZ.hpp
Cargo Upgrade fix, Armor Upgrade balance
2014-08-26 01:23:53 -06:00
githubmil 52ea5110f9 Update Skoda.hpp
Armor Upgrade balance
2014-08-26 01:20:54 -06:00
githubmil d7b55d59af Update SUV.hpp
Balanced armor upgrade
2014-08-26 01:17:02 -06:00
githubmil f4291a5b1f Update Pickup_PK.hpp 2014-08-26 01:11:39 -06:00
githubmil 753cc19e75 Update Offroad_DSHKM.hpp
Balanced armor
2014-08-26 01:09:04 -06:00
githubmil 106b05f1ef Update Lada.hpp
Balanced armor upgrade
2014-08-26 01:01:52 -06:00
githubmil a607f77906 Update UAZ.hpp
Corrected pack upgrade to be consistent with other vehicle upgrades.
2014-08-25 21:16:58 -06:00
McKeighan 0701e5b818 Update Kamaz.hpp
Updated the logic of the fuel capacity since Epoch currently only uses the one variable for Refuel Trucks.
2014-08-25 11:18:42 -04:00
raymix efca644b46 fix for db ATL limitation 2014-08-23 19:02:49 +01:00
McKeighan 69b9e84e99 Update Kamaz.hpp
Updated fuel ocurrences in upgraded models of the Kamaz Refuel truck. Also corrected it's fuel tank capacity for refilling other vehicles.
2014-08-22 14:59:16 -04:00
arma2WillRobinson e35e5e326b Update config.cpp 2014-08-22 10:34:51 -07:00
Beefheart 9cdae44069 Update player_onPause.sqf
fixes players logging out in selfmade no-building-zones
2014-08-22 08:31:33 +02:00
raymix 903f5d8572 code optimization, bugs, improvements 2014-08-21 06:23:42 +01:00
deadeye2 5b4d53d3b9 Update player_drink.sqf
eliminate redundant declaring of _itemtodrop and change to match player_eat.sqf
2014-08-20 19:58:43 -04:00
deadeye2 e4982dc313 fixes #1535
After eating in a vehicle that should drop an empty can, client RPT would show:

Error Undefined variable in expression: _itemtodrop
2014-08-20 19:41:06 -04:00
McKeighan ca87ef1a1f Update Kamaz.hpp
Updated Kamaz / KamazOpen / KamazRefuel for integration of vehicle upgrades.

Added more component requirements (then normal) to fuel tank size, armor amount, and cargo expansion.
2014-08-20 17:42:12 -04:00
raymix 1c4be9a043 Merge remote-tracking branch 'upstream/master' 2014-08-18 04:08:14 +01:00
raymix 34a2d03163 compatibility for issue 1526 45m plotpole 2014-08-18 04:03:11 +01:00
vbawol 2542d94c21 Merge pull request #1531 from McKeighan/patch-10
Update UAZ.hpp
2014-08-17 14:04:00 -05:00
vbawol a8a0e0ca5c Merge pull request #1532 from McKeighan/patch-11
Update Volha.hpp
2014-08-17 14:03:31 -05:00