This commit is contained in:
vbawol 2017-06-01 09:46:29 -05:00
parent d95654d8bd
commit a4b4f7f6b9
48 changed files with 16 additions and 7 deletions

View File

@ -1,4 +1,11 @@
== WIP ==
[Added] Md5 hash function 840 to hive. See use example with EPOCH_fnc_server_hiveMD5 SQF function.
Usage Examples:
_hash = "Hello World" call EPOCH_fnc_server_hiveMD5;
// _hash = "b10a8db164e0754105b7a99be72e3fe5"
or multiple:
_hashes = ["Hello World","Lorem Ipsum"] call EPOCH_fnc_server_hiveMD5;
// _hashes = ["b10a8db164e0754105b7a99be72e3fe5", "6dbd01b4309de2c22b027eb35a3ce18b"]
[Added] Option to drink from predetermined sources. @Ignatz-HeMan
@ -24,3 +31,5 @@ Debris is spawned using createSimpleObject and is made to conform with the upper
- Changed: Replaced 0/90/180/270° direction build mode with "Rotate 90°"
- Fixed: 90° and 270° Snap was broken
- Fixed: Sometimes Snapped elements rotate back on save
[Info] Server requires epochserver(_x64).dll/so hive extension updates.

View File

@ -1 +1 @@
build=775;
build=777;

View File

@ -1 +1 @@
build=776;
build=777;

View File

@ -1 +1 @@
build=775;
build=777;

View File

@ -1 +1 @@
build=775;
build=777;

View File

@ -1 +1 @@
build=775;
build=777;

View File

@ -1 +1 @@
build=775;
build=777;

View File

@ -1 +1 @@
776
777