Free Hero Mesh

Diff
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

Differences From Artifact [b4a8f7dc1b]:

To Artifact [e4917d9dd6]:


413
414
415
416
417
418
419

420
421
422
423
424
425
426
427








428
429
430
431
432
433
434
413
414
415
416
417
418
419
420








421
422
423
424
425
426
427
428
429
430
431
432
433
434
435







+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+







#define OP_PATTERN_EC 39118
#define OP_PATTERNS 32975
#define OP_PATTERNS_C 35023
#define OP_PATTERNS_E 37071
#define OP_PATTERNS_EC 39119
#define OP_FOUR 32976
#define OP_EIGHT 32977
#define OP_CUT 32978
#define OP_FUNCTION 32978
#define OP_LOCAL 32979
#define OP_LABEL 32980
#define OP_STRING 32981
#define OP_INT16 32982
#define OP_INT32 32983
#define OP_DISPATCH 32984
#define OP_USERFLAG 32985
#define OP_FUNCTION 32979
#define OP_LOCAL 32980
#define OP_LABEL 32981
#define OP_STRING 32982
#define OP_INT16 32983
#define OP_INT32 32984
#define OP_DISPATCH 32985
#define OP_USERFLAG 32986
#ifdef HEROMESH_CLASS
static const Op_Names op_names[]={
{"*",8486937},
{"+",8421399},
{"+Move",10584230},
{"-",8421400},
{"-Move",10584231},
695
696
697
698
699
700
701

702
703
704
705
706
707
708
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710







+







{"bit8",8423400},
{"bit9",8423401},
{"bnot",8421412},
{"bor",8421410},
{"bxor",8421411},
{"c?",8421427},
{"chain",8421520},
{"cut",8683730},
{"cz?",8421428},
{"dup",8421377},
{"el",8683532},
{"else",8683530},
{"eq",8421418},
{"eq2",8421419},
{"flip",8421576},
742
743
744
745
746
747
748
749

750
744
745
746
747
748
749
750

751
752







-
+

{"swap",8421378},
{"then",8683531},
{"tmark",8421572},
{"tuck",8421380},
{"until",8683535},
{"while",8683536},
};
#define N_OP_NAMES 318
#define N_OP_NAMES 319
#endif