mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
b777
This commit is contained in:
parent
d95654d8bd
commit
a4b4f7f6b9
@ -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.
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
build=775;
|
||||
build=777;
|
||||
|
@ -1 +1 @@
|
||||
build=776;
|
||||
build=777;
|
||||
|
@ -1 +1 @@
|
||||
build=775;
|
||||
build=777;
|
||||
|
Binary file not shown.
@ -1 +1 @@
|
||||
build=775;
|
||||
build=777;
|
||||
|
@ -1 +1 @@
|
||||
build=775;
|
||||
build=777;
|
||||
|
@ -1 +1 @@
|
||||
build=775;
|
||||
build=777;
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user