Commit Graph

1480 Commits

Author SHA1 Message Date
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
raymix
bca5acf2e6 needs a better fix 2014-07-23 11:52:23 +01:00
vbawol
5193787b5f Merge pull request #1445 from Markokil321/patch-2
Update player_build.sqf
2014-07-21 13:09:44 -05:00
Marko
273c8b8954 Update trade_weapons.sqf
Revert || back to or for text messages
2014-07-21 19:20:47 +02:00
Marko
0529324a4b Update player_build.sqf
Changed || back to or. (for messages)
2014-07-21 19:07:54 +02:00
Steven
1ef1277254 Update compiles.sqf
typo in player_removeNet array
2014-07-20 11:40:02 +08:00
ebaydayz
bf86886835 Use set instead of binary addition
We should use set here like 1.8.1 does. It is 2x faster than binary addition:
https://community.bistudio.com/wiki/Code_Optimisation#Adding_elements_to_an_array
2014-07-19 16:45:44 -04:00
vbawol
6e1be89442 Merge pull request #1431 from raymix/master
snap building plotpole / infinite drag fix
2014-07-18 13:40:15 -05:00
raymix
95077f35f8 snap optimization for large bases 2014-07-17 20:00:26 +01:00
icomrade
33e9c7669b GetPlayerUID compile, update skin change 2014-07-17 14:29:17 -04:00
icomrade
f288fcf35a Disable user input until display is closed #1432 2014-07-16 18:51:41 -04:00
raymix
077da12271 plotpole fix for new update 2014-07-16 07:32:13 +01:00
raymix
a297cfea63 snap building plotpole / infinite drag fix 2014-07-16 06:38:27 +01:00
raymix
2355d6b18e snap code optimization, vault points added 2014-07-12 20:23:42 +01:00
vbawol
07b3f14c1b Merge pull request #1411 from hogscraper/test_branch
Additional update to UI
2014-07-11 14:28:14 -05:00
hogscraper
572b646107 Additional update to UI
Changed routines so that all icons flash at the same time. Instead of
making several individual calls to player_guiControlFlash any icon that
needs to have flashing turned on is added to an array and then, as long
as that array is not empty,  it is passed to the function. The function
was changed to deal with an array and whichever item is array select 0
has its show state determine what all the others should be. If its on,
then all other in array are turned off with it.
Also, added a fix for _bloodVal. With current red/green icon set, if the
player has less than 3000 blood the value rounds down to 1 so that
status_blood_inside_1_ca.paa is used, (which is no picture at all). This
means the old line
if (_bloodVal < 0.2) then {
passes along an empty picture to flash. I changed this value to .4 so
that between 3000 and 5000 blood, it still uses that last sliver picture
but that one now flashes to alert player to lower blood levels.
2014-07-10 16:44:58 -04:00
raymix
5c8da27d4d optional snap building added 2014-07-10 20:13:30 +01:00
icomrade
5b61ce34b7 Useless network traffic 2014-07-09 17:45:59 -04:00
icomrade
151a6b7478 Hopfully improve on issue in #1403
Should run a little quicker, added some ().
2014-07-09 17:36:17 -04:00
icomrade
81b147d3e2 Update variables.sqf 2014-07-07 13:28:42 -04:00
vbawol
72168cb103 Merge pull request #1396 from justchil/patch-1
Update zombie_generate.sqf
2014-07-05 10:56:43 -05:00
justchil
a6bcaad182 Update zombie_generate.sqf
Fixes problem with zeds not spawning loot (or EXTREMELY rare).  I believe this is not returning bool which is why count isn't working.
2014-07-05 11:17:48 -04:00
SilvDev
26b3bd046f Added missing variable initialization
s_player_dropflare was not initialized, causing errors in RPT log.
2014-07-04 19:34:32 +01:00
[VB]AWOL
5585633c5f fixed Error Missing ; 2014-07-02 23:06:30 -05:00
vbawol
3036b31bbb Merge pull request #1384 from hogscraper/test_branch
UI Update - Graphical and code changes
2014-07-02 21:33:21 -05:00
hogscraper
be3e492405 UI Update - Graphical and code changes
Changed player_updateGui.sqf with an update to how the UI elements are
loaded. Changed all status icons to use the full value so no more fading
icons. Also changed the colors from red/green setup to a black and white
setup. All icons start off as black if the value is optimal, (full
blood, full food/drink, temperature, out of combat, seen, heard), then
progress continually towards white as the player loses blood, gets
hungry, etc. This was done to make the differences between full and
empty more drastic as the current method starts off with obvious icons
that slowly fade. If player is color blind, there have been reported
issues of the two colors showing up as similar shades of gray. For those
that are not CB the elements currently become less obvious in the user's
peripheral until they begin flashing. Changes also made to variables.sqf
to add the ability to turn this feature on/off:
Dayz_Dark_UI = true;
Sets UI to new darker theme. Turned off by setting the value to false.
2014-07-02 20:16:25 -04:00
[VB]AWOL
1e5614e34a more version bumps 2014-07-01 15:50:30 -05:00
[VB]AWOL
83c04c9f4e update versions 2014-07-01 15:22:39 -05:00
icomrade
ba75bfa839 Fixes 2014-06-30 21:18:58 -04:00
icomrade
8af00ef284 Fix #1351 2014-06-30 18:54:12 -04:00
icomrade
6f0470f598 Fix #1364
Holy shit it was accessible from 25 meters!
2014-06-30 17:46:56 -04:00
[VB]AWOL
5a88627d97 should fix #1362 2014-06-30 16:44:46 -05:00
icomrade
6799d90d23 Should fix #1124 2014-06-30 17:01:29 -04:00
icomrade
4a1ac8304a lol... 2014-06-30 16:57:49 -04:00
icomrade
486dc31695 Fix #1355 2014-06-30 16:23:40 -04:00
icomrade
fa7c3a6c2b Merge pull request #1373 from vbawol/GetPlayerUIDOld
Legacy UID
2014-06-30 14:28:01 -04:00
icomrade
3491e4462d Add variable 2014-06-30 12:46:06 -04:00
icomrade
6f8efd8428 Legacy UID 2014-06-30 11:53:14 -04:00
icomrade
2f7d7a9287 Duplicate define 2014-06-30 00:59:42 -04:00
icomrade
33aa6632c6 Fix #1361 2014-06-29 13:09:32 -04:00
[VB]AWOL
a1f56f9080 make sure holder is not null 2014-06-29 01:57:58 -05:00
[VB]AWOL
b1016c798e same as previous 2014-06-29 00:20:14 -05:00
[VB]AWOL
7f44c1742a Comment out two invalid female skins 2014-06-29 00:16:26 -05:00
icomrade
fc515d4407 Infection changes 2014-06-25 12:08:55 -04:00
[VB]AWOL
3aa6837247 version bump 2014-06-25 08:58:39 -05:00
[VB]AWOL
cd3ebfb9d1 Fixed client crash when player has chainsaw due to corrupt RTM file. 2014-06-25 01:55:52 -05:00
icomrade
d77635f7e9 Configure AH6J for DZ + DZE
Add to next changelog I guess :/
2014-06-23 18:00:42 -04:00
vbawol
3060b98521 Update fn_damageActions.sqf 2014-06-23 11:37:47 -05:00
[VB]AWOL
98c396dd18 revert this change as it did nothing 2014-06-23 10:08:07 -05:00
Namindu
8d37745870 Added CH53_DZE to Heli allowed to tow.
#1344
2014-06-22 18:51:18 -07:00