This commit is contained in:
Tanasart 2024-12-08 15:35:48 +07:00
parent 8d42fa547f
commit 79efd7221b
6 changed files with 27 additions and 3 deletions

View file

@ -81,3 +81,26 @@
[MESSAGE] 2024/12/8 13:38:53 > session begin
[MESSAGE] 2024/12/8 13:41:51 > session begin
[MESSAGE] 2024/12/8 13:46:11 > session begin
[MESSAGE] 2024/12/8 13:49:18 > session begin
[MESSAGE] 2024/12/8 13:52:20 > session begin
[MESSAGE] 2024/12/8 13:53:04 > session begin
[MESSAGE] 2024/12/8 13:55:02 > session begin
[MESSAGE] 2024/12/8 13:56:04 > session begin
[MESSAGE] 2024/12/8 13:56:56 > session begin
[MESSAGE] 2024/12/8 13:57:51 > session begin
[MESSAGE] 2024/12/8 14:02:14 > session begin
[MESSAGE] 2024/12/8 14:14:53 > session begin
[MESSAGE] 2024/12/8 14:15:27 > session begin
[MESSAGE] 2024/12/8 14:16:04 > session begin
[MESSAGE] 2024/12/8 14:20:15 > session begin
[MESSAGE] 2024/12/8 14:35:59 > session begin
[MESSAGE] 2024/12/8 14:51:18 > session begin
[MESSAGE] 2024/12/8 14:51:59 > session begin
[MESSAGE] 2024/12/8 14:52:33 > session begin
[MESSAGE] 2024/12/8 15:01:25 > session begin
[MESSAGE] 2024/12/8 15:06:06 > session begin
[MESSAGE] 2024/12/8 15:08:17 > session begin
[MESSAGE] 2024/12/8 15:11:31 > session begin
[MESSAGE] 2024/12/8 15:15:31 > session begin
[MESSAGE] 2024/12/8 15:29:03 > session begin
[MESSAGE] 2024/12/8 15:32:59 > session begin

View file

@ -46,7 +46,7 @@
LATEST_VERSION = 1_18_00_0;
VERSION = 1_18_05_0;
SAVE_VERSION = 1_18_05_0;
VERSION_STRING = MAC? "1.18.003m" : "1.18.5.012";
VERSION_STRING = MAC? "1.18.003m" : "1.18.5.013";
BUILD_NUMBER = 1_18_04_1;
HOTKEYS = ds_map_create();

View file

@ -88,6 +88,7 @@ function Node_Group_Output(_x, _y, _group = noone) : Node(_x, _y, _group) constr
_in0.setType(_typ);
_in0.display_type = _dis;
if(!is(outParent, NodeValue)) return;
outParent.setType(_in0.type);
outParent.display_type = _in0.display_type;

View file

@ -92,7 +92,7 @@ function Panel_Test() : PanelContent() constructor {
draw_text_add(ui(8), yy + wh / 2, _n);
draw_set_text(f_p3, fa_left, fa_center, COLORS._main_text_sub, 0.5);
draw_text_add(ui(8 + 144), yy + wh / 2, _d);
draw_text_add(ww - ui(100), yy + wh / 2, _d);
draw_set_alpha(1);
_h += wh;
@ -177,7 +177,7 @@ function Panel_Test() : PanelContent() constructor {
if(!directory_exists(dir)) return;
var f = file_find_first($"{dir}/*", fa_none);
var v = filename_name_only(dir);
var v = filename_name(dir);
while(f != "") {
var path = $"{dir}/{f}";