Commit Graph

13 Commits

Author SHA1 Message Date
ebaydayz 4bd9a9aa0b Update public variables
It makes no sense to rename the identical DayZ PVs to have an E in their
name. I don't see any good reason it was done in the first place. All it
accomplishes is breaking script compatibility between the two mods and
requiring different publicvariable.txt filters. The only time it makes
sense is for custom Epoch variables that aren't used in vanilla.

All admins have to do to update custom scripts is swap the names
according to the change log.

Note I've submitted a pull request to replace PVDZ_veh_Save with
PVDZ_obj_Save in official too because they are duplicates.
2016-03-18 21:39:22 -04:00
icomrade c039644745 Undefined Var 2016-02-17 15:14:41 -05:00
icomrade c3ed4e49e1 Replace sleep with uiSleep
see the below links for more info. uiSleep is based off of a more
accurate method of tracking time, whereas sleep can fluctuate depending
on application performance since it is based on framerate.
https://community.bistudio.com/wiki/uiSleep
https://community.bistudio.com/wiki/sleep_vs_uiSleep
https://community.bistudio.com/wiki/sleep
2016-02-17 13:03:17 -05:00
icomrade e54b9983dd Replace forEach with Count
Use count where you do not need _forEachIndex variable, it's quicker
than forEach.
2014-05-27 15:37:57 -04:00
Skaronator 40e4239d42 More PVS/PVC Stuff 2014-01-16 14:39:53 +01:00
Skaronator 33cb816ace Script Cleanup 2013-11-30 21:42:16 +01:00
Skaronator df8ac733fe Add Var to addAction to fix the AntiHack ;) 2013-11-06 14:38:04 +01:00
[VB]AWOL e303e033b6 Fixed: #599 2013-10-21 21:58:58 -05:00
Zac Surplice d3f7e67647 player_build.sqf Enhancements and PV renames 2013-10-07 10:56:47 +11:00
[VB]AWOL 27300140a8 1.0.2.4 RC1 2013-10-05 06:29:39 -05:00
[VB]AWOL c911a7cdab 1.0.1.94 DEV BUILD 2013-08-26 02:29:18 -05:00
jostster b65513e2ac Update pz_feed.sqf
Fixed blood not being regenerated if you eat a man.
2013-08-11 17:36:36 -07:00
vbawol 483279c126 Organize files a bit and removed non source pbo's 2013-06-24 06:26:15 -05:00